*,:after,:before{box-sizing:border-box;margin:0;padding:0}a,body,h1,h2,h3,h4,h5,h6,p,span{color:inherit;margin:0}li,ul{list-style:none;margin:0;padding:0}a{color:inherit;text-decoration:none}html[data-theme=light]{--background-color:#fff;--text-primary:#898989;--text-primary-hover:red;--text-secondary:#19202c;--btn-background:red;--btn-primary-text:#fff;--icon-color:#898989;--icon-color-hover:red;--icon-color-secondary:#1f2022;--icon-color-arrow:#0000003d;--toggle-background:#ebebeb4d;--toggle-color:#2196f3;--border-color:#f1f1f1}html[data-theme=dark]{--background-color:#000;--text-primary:#898989;--text-primary-hover:red;--text-secondary:#fff;--btn-background:#fff;--btn-primary-text:#fff;--icon-color:#898989;--icon-color-hover:red;--icon-color-secondary:#fff;--icon-color-arrow:#ffffff1a;--toggle-background:#ffffff1a;--toggle-color:#fff;--border-color:#d8d8d880}.grey{color:#898989}.black{color:#19202c}.white{color:#fff}.red{color:red}.h1{font-size:2.25rem}.h1,.h2{font-family:Mulish,sans-serif;font-weight:700;line-height:22px}.h2{font-size:1.625rem}.h3{font-size:1.125rem}.h3,.h4{font-family:Mulish,sans-serif;font-weight:700;line-height:22px}.h4{font-size:1rem}.subtitle{font-family:Mulish,sans-serif;font-size:.8125rem;font-weight:400;line-height:22px}@media(max-width:768px){.subtitle{font-family:Mulish,sans-serif;font-size:.8125rem;font-weight:400;line-height:22px}}.paragraph{line-height:30px;opacity:.6}.navLink,.paragraph{font-family:Mulish,sans-serif;font-size:1rem;font-weight:400}.navLink,.timeStamp{line-height:22px}.timeStamp{font-family:Mulish,sans-serif;font-size:.875rem;font-weight:400}body{background-color:var(--background-color)}.icon{color:var(--icon-color);cursor:pointer}button,input,label,p,span,textarea{line-height:22px}a,button,input,label,p,span,textarea{color:var(--text-primary);font-family:Mulish,sans-serif;font-size:1rem;font-weight:400}a{line-height:30px}h1,h2,h3,h4,h5{color:var(--text-secondary)}@media(max-width:768px){.hideOnMobile{display:none!important}.hideOnDesktop{display:block}}.app{display:flex;flex-direction:column}.app-container{display:flex;flex-direction:row}.sidebar-container{transition:all .3s ease}@media(min-width:769px){.sidebar-container{width:219px}}.sidebar-container.closed{overflow:hidden;width:0}main{flex:1 1;min-width:0;overflow:hidden}.headerWrapper{align-items:center;display:flex;justify-content:space-between;padding:20px 70px 30px 32px}@media(max-width:768px){.headerWrapper{padding:7px 16px 3px}}.headerWrapper .headerItems{align-items:center;display:flex;width:100%}.headerWrapper .logo{align-items:center;display:flex;padding:0 59px 0 28px}@media(max-width:768px){.headerWrapper .logo{padding:0}}.headerWrapper .inputWrapper{max-width:830px;width:100%}.headerWrapper .userAvatar{border-radius:50%;display:inline-block;height:40px;opacity:1;overflow:hidden;width:40px}@media(max-width:768px){.headerWrapper .userAvatar{height:30px;padding-top:4px;width:30px}}.headerWrapper .icon{color:var(--icon-color-secondary)}@media(max-width:768px){.headerWrapper .hideOnMobile{display:none}}@media(min-width:768px){.headerWrapper .hideOnDesktop{display:none}}@media(max-width:768px){.headerWrapper .hideOnDesktop{align-items:center;display:flex}}.headerWrapper .searchIconMobile{display:none}@media(max-width:768px){.headerWrapper .searchIconMobile{display:block;height:28px;margin-right:23px;width:28px}}.inputWrapper{align-items:center;display:flex;justify-content:center;max-width:830px;position:relative;width:100%}.inputWrapper .input{background-color:#ebebeb;border:none;border-radius:20px;padding:7px 30px 7px 24px;width:100%}.inputWrapper .icon{color:var(--icon-color-secondary);cursor:pointer;position:absolute;right:16px}.userMenu{align-items:center;display:flex;gap:49px;justify-content:center;margin-left:25px}.userMenu .userAvatar{border-radius:50%;display:inline-block;height:40px;opacity:1;overflow:hidden;width:40px}.userMenuItems{display:flex;gap:50px}.userMenuItems .notificationContainer{position:relative}.userMenuItems .notificationContainer span{align-items:center;background-color:red;border:1px solid var(--background-color);border-radius:9999px;color:#fff;display:flex;font-family:Mulish;font-size:12px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-5px;top:-5px;width:18px}.subscriptionsWrapper{display:flex;flex-direction:column;gap:29px;justify-content:flex-start;padding:60px 30px 0}.subscriptionsWrapper .subscriptionsList{display:flex;flex-direction:column;gap:19px}.subscriptionsWrapper .subscriptionsList .subscriptionsItem{align-items:start;cursor:pointer;display:flex;gap:10px;justify-content:flex-start;white-space:nowrap}.subscriptionsWrapper .subscriptionsList .subscriptionsItem .paragraph{opacity:1}.subscriptionsWrapper .subscriptionsList .subscriptionsItem .avatar{border-radius:50%;display:inline-block;height:24px;opacity:1;overflow:hidden;width:26px}.navbarWrapper{display:flex;flex-direction:column;padding:0 30px}.navbarWrapper .navbarList{display:flex;flex-direction:column;gap:29px}.navbarWrapper .navbarList li:nth-child(3){margin-bottom:30px}.navbarWrapper .navbarList .navbarLink{align-items:center;cursor:pointer;display:flex;gap:14px;height:20px;white-space:nowrap}.navbarWrapper .navbarList .navbarLink:hover{fill:var(--icon-color-hover);color:var(--icon-color-hover)}.navbarWrapper .navbarList .navbarLink:hover p{color:inherit}.sidebarWrapper{display:flex;flex-direction:column;margin-top:20px}.sidebarWrapper .settingsLink{align-items:center;display:flex;gap:13px;justify-content:flex-start;margin-bottom:30px;margin-left:34px;margin-top:30px}.sidebarWrapper .settingsLink:hover{fill:var(--icon-color-hover);color:var(--icon-color-hover)}.sidebarWrapper .settingsLink:hover span{color:inherit}@media(max-width:768px){.sidebarWrapper{display:none}}.mobileSidebar{align-items:flex-end;background:var(--background-color);border-top:1px solid var(--border-color);bottom:0;display:flex;height:61px;justify-content:space-between;left:0;padding:0 22px 7px 24px;position:fixed;width:100%;z-index:999}.mobileSidebar .mobileSidebarIcon{align-items:center;display:flex;flex-direction:column;justify-content:center}.mobileSidebar .mobileSidebarIcon:hover{fill:var(--icon-color-hover);color:var(--icon-color-hover)}.mobileSidebar .iconLabel{color:inherit;font-size:10px}@media(min-width:768px){.mobileSidebar{display:none}}@media(max-width:768px){.hideOnMobile{display:none}}.hideOnDesktop{display:none}@media(max-width:768px){.hideOnDesktop{display:flex}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.carouselContainer{display:flex;flex-direction:column;gap:28px;position:relative}.carouselContainer,.carouselContainer .swiperWrapper{overflow:hidden;width:100%}.carouselContainer .customArrows{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-right:149px;min-width:500px}@media(max-width:1200px){.carouselContainer .customArrows{margin-right:50px}}.carouselContainer .customArrows .arrowLeft,.carouselContainer .customArrows .arrowRight{align-items:center;background:var(--icon-color-arrow);border-radius:50%;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.carouselContainer .customSwiper{display:flex;max-width:100%;overflow:visible;width:fit-content}.carouselContainer .customSwiper .customSlide{align-items:center;display:flex;flex-shrink:0;justify-content:center}.sectionAuthorFeed{display:flex;flex-direction:column;margin:25px 0 25px 25px;position:relative}.sectionAuthorFeed .sectionHeader{align-items:flex-end;display:flex;justify-content:space-between;padding-right:255px;position:absolute;top:-23px;width:100%}@media(max-width:1200px){.sectionAuthorFeed .sectionHeader{padding-right:155px}}.sectionAuthorFeed .sectionHeader .subscribeButton{background-color:red;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;height:fit-content;margin-top:8px;padding:10px 19.5px 10px 20.5px;white-space:nowrap}.sectionAuthorFeed .sectionHeader .subscribeButton:hover{background-color:darkred}.sectionAuthorFeed .sectionTitle{align-items:center;display:flex;flex-direction:row;gap:20px}.sectionAuthorFeed .sectionTitle .avatarRoot{align-items:center;display:flex;justify-content:center}.sectionAuthorFeed .sectionTitle .avatar{border-radius:50%;height:50px;object-fit:cover;width:50px}.sectionAuthorFeed .sectionTitle .titleLine{align-items:baseline;display:flex;flex-direction:row;gap:19px;margin-top:5px}@media(max-width:1200px){.sectionAuthorFeed .sectionTitle .titleLine .paragraph{display:none}}.sectionAuthorFeed .carouselWrapper,.videoCardWrapper{overflow:hidden;width:100%}.videoCardWrapper{display:flex;flex-direction:column;height:100%}.videoCardWrapper.large .info{height:108px}@media(max-width:768px){.videoCardWrapper.large .info{height:48px}}.videoCardWrapper.large .info .cardTitle{font-size:26px;margin-bottom:13px;margin-top:14px}@media(max-width:768px){.videoCardWrapper.large .info .cardTitle{font-size:16px;margin-bottom:0;margin-top:0}}.videoCardWrapper.large .info .subtitleCard .authorSubtitle,.videoCardWrapper.large .info .subtitleCard .viewsSubtitle{font-size:18px}@media(max-width:768px){.videoCardWrapper.large .info .subtitleCard .authorSubtitle,.videoCardWrapper.large .info .subtitleCard .viewsSubtitle{font-size:13px}}.videoCardWrapper.large .info .subtitleCard span{font-size:18px}@media(max-width:768px){.videoCardWrapper.large .info .subtitleCard span{font-size:13px}}.videoCardWrapper.small .info{height:50px}.videoCardWrapper.small .info .cardTitle{font-size:16px}.videoCardWrapper.small .info .subtitleCard .authorSubtitle,.videoCardWrapper.small .info .subtitleCard .viewsSubtitle{font-size:13px}.videoCardWrapper .info{width:100%}.videoCardWrapper .info .cardTitle{margin:5px 0 -4px;max-width:100%}.videoCardWrapper .info .cardTitle.ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.videoCardWrapper .info .subtitleCard{align-items:center;display:flex;gap:8px;justify-content:space-between}.videoCardWrapper .info .subtitleCard .viewsSubtitle{display:flex;flex-shrink:0;gap:5px;white-space:nowrap}.videoCardWrapper .info .subtitleCard .authorSubtitle{flex:1 1;min-width:0;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.previewWrapper{height:100%;overflow:hidden;position:relative;width:100%}.previewWrapper .preview{border-radius:14px;display:block;height:100%;object-fit:cover;width:100%}.previewWrapper .duration{background:#0000004d;border-radius:12px;bottom:10px;color:#fff;padding:1px 9px;position:absolute;right:10px}.authorFeedMobileWrapper{display:flex;flex-direction:column;gap:30px;padding:15px 11px;width:100%}.videoCardWrapperMobile{height:30svh;width:100%}.sectionRecommended{display:flex;flex-direction:column;margin:25px 0 25px 25px;padding-bottom:18px;position:relative}.sectionRecommended .sectionHeader{align-items:flex-end;display:flex;justify-content:space-between;padding-right:255px;position:absolute;top:-2px;width:100%}.sectionRecommended .sectionTitle{align-items:center;display:flex;flex-direction:row;gap:18px}.sectionRecommended .carouselWrapper{overflow:hidden;width:100%}.homePageWrapper{display:flex;flex-direction:column;gap:6px;margin-top:20px;padding-left:11px}@media(max-width:768px){.homePageWrapper{padding:0 5px 40px}}.channelPageWrapper{margin-left:35px;padding-right:70px;width:100%}@media(max-width:768px){.channelPageWrapper{margin:15px 0;padding:0}}.channelPageWrapper .channelBanner{border-radius:14px;height:280px;overflow:hidden;width:100%}@media(max-width:768px){.channelPageWrapper .channelBanner{border-radius:0;height:100px}}.channelPageWrapper .channelBanner img{height:100%;object-fit:cover;object-position:center;width:100%}.channelPageWrapper .channelInfo{align-items:flex-start;display:flex;justify-content:space-between;margin-top:30px;width:100%}@media(max-width:768px){.channelPageWrapper .channelInfo{flex-direction:column;margin-top:-35px;padding:0 16px}.channelPageWrapper .channelInfo .subscribed{font-size:12px;margin-bottom:13px;margin-left:2px;margin-top:-4px}}.channelPageWrapper .channelInfo .authorHeader{align-items:center;display:flex;gap:14px}@media(max-width:768px){.channelPageWrapper .channelInfo .authorHeader{align-items:flex-start;flex-direction:column;gap:0}}.channelPageWrapper .channelInfo .authorHeader .avatar,.channelPageWrapper .channelInfo .authorHeader .avatarFallback{border-radius:50%;display:inline-block;height:80px;opacity:1;overflow:hidden;width:80px}@media(max-width:768px){.channelPageWrapper .channelInfo .authorHeader .avatar,.channelPageWrapper .channelInfo .authorHeader .avatarFallback{height:70px;width:70px}}.channelPageWrapper .channelInfo .authorHeader .authorName{padding-top:8px}@media(max-width:768px){.channelPageWrapper .channelInfo .authorHeader .authorName{font-size:20px;padding-top:0}}.channelPageWrapper .channelInfo .channelInteractions{align-items:center;display:flex;gap:20px;justify-content:flex-end}.channelPageWrapper .channelInfo .channelInteractions .subscribeButton{background-color:red;border:1px solid red;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;height:fit-content;padding:10px 19.5px 8px;white-space:nowrap}.channelPageWrapper .channelInfo .channelInteractions .subscribeButton:hover{background-color:darkred}@media(max-width:768px){.channelPageWrapper .channelInfo .channelInteractions .subscribeButton{font-size:12px;padding:6px 12px 4px 19.5px}}.channelPageWrapper .channelContainerAndSidebar{display:flex;gap:10px}.channelPageWrapper .channelContainerAndSidebar .channelContainer{display:flex;flex-direction:column;margin-top:17px}.channelPageWrapper .channelContainerAndSidebar .channelContainer .channelTabs{margin-left:-5px}.channelPageWrapper .channelContainerAndSidebar .channelContainer .videoBlock{height:250px;margin-top:57px;max-width:1120px;min-width:0}.channelPageWrapper .channelContainerAndSidebar .sidebarRecommendedWrapper{margin:5px auto;padding-left:110px}@media(max-width:1400px){.channelPageWrapper .channelContainerAndSidebar .sidebarRecommendedWrapper{display:none}}.channelPageWrapper .recommendedFeedWrapper{margin-left:-25px;margin-right:-70px;margin-top:67px}@media(max-width:768px){.channelPageWrapper .authorFeedContainer{padding:0 4px}}.tabsHeader{align-items:center;display:flex;justify-content:space-between}@media(max-width:768px){.tabsHeader{padding:10px 17px 3px}}.tabsList{display:flex;gap:62px}@media(max-width:768px){.tabsList{gap:33px}}.tabsList .tabTrigger{align-items:center;background:none;border:none;color:var(--text-secondary);cursor:pointer;display:flex;font-size:18px;padding:0 4px;position:relative}.tabsList .tabTrigger[data-state=active]{color:red;font-weight:700}.tabsList .tabTrigger[data-state=active] .tabUnderline{transform:scaleX(1)}@media(max-width:768px){.tabsList .tabTrigger{font-size:14px}}.tabsList .tabTrigger .tabUnderline{background-color:red;bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:center;transition:transform .2s ease-in-out;width:100%}@media(max-width:768px){.tabsList .tabTrigger .tabUnderline{bottom:-5px}}@media(max-width:1400px)and (min-width:768px){.tabsList{gap:5px}}.tabsList .hideOnDesktop{display:none}@media(max-width:768px){.tabsList .hideOnDesktop{display:block}}.videoBlockWrapper{display:flex;flex-direction:row;gap:32px;overflow:hidden;text-decoration:none;width:100%}.videoBlockWrapper .previewContainer{flex-shrink:0;height:250px;width:540px}@media(max-width:1200px){.videoBlockWrapper .previewContainer{width:340px}}.videoBlockWrapper .videoBlockContent{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.videoBlockWrapper .videoBlockContent .videoBlockTitle{font-size:26px;line-height:34px;margin-bottom:10px;max-width:431px}.videoBlockWrapper .videoBlockContent .videoBlockTitle.ellipsis-multiline{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.videoBlockWrapper .videoBlockContent .videoBlockDescription{margin-bottom:30px}.videoBlockWrapper .videoBlockContent .videoBlockDescription.ellipsis-multiline{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.videoBlockWrapper .videoBlockContent .videoBlockSubtitle{display:flex;gap:6px}.videoBlockWrapper .videoBlockContent .videoBlockSubtitle span{display:inline-block}.recommendedWrapper{display:flex;flex-direction:column;width:189px}.recommendedWrapper .title{font-family:Mulish;margin-bottom:30px;margin-top:15px}.recommendedWrapper .recommendedList{display:flex;flex-direction:column;gap:24px}.recommendedWrapper .recommendedList .recommendedItem{align-items:center;cursor:pointer;display:flex;gap:20px}.recommendedWrapper .recommendedList .recommendedItem .avatar{border-radius:50%;height:50px;overflow:hidden;width:50px}.recommendedWrapper .recommendedList .recommendedItem .name{color:var(--text-secondary);font-size:18px;font-weight:700}.videoPlayerPageWrapper{display:flex;gap:40px;padding:0 70px 0 80px;width:100%}@media(max-width:1400px)and (min-width:768px){.videoPlayerPageWrapper{flex-direction:column;padding:0 16px}}@media(max-width:768px){.videoPlayerPageWrapper{flex-direction:column;gap:10px;padding:0}}.videoPlayerPageWrapper .mainContent{display:flex;flex:1 1;flex-direction:column}.videoPlayerPageWrapper .mainContent .videoPlayer{display:flex}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoPlayer{margin-top:7px}}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader{border-bottom:1px solid #d8d8d880;padding-bottom:17px}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader{padding-bottom:29px}}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .title{margin-top:32px}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .title{font-size:20px;line-height:24px;margin:14px 0 0 16px;max-width:210px}}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle{align-items:center;display:flex;justify-content:space-between;margin-top:18px}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle{align-items:flex-start;flex-direction:column;margin-left:16px;margin-top:2px;width:100%}}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitle{font-size:20px}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitle{font-size:12px}}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitleInteractionsButtons{display:flex;gap:10px}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitleInteractionsButtons{-webkit-overflow-scrolling:touch;margin-left:-2px;margin-top:18px;overflow-x:auto;padding-right:5px;scrollbar-width:none;width:100%}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitleInteractionsButtons::-webkit-scrollbar{display:none}}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitleInteractionsButtons .socialBtn{background-color:var(--toggle-background);border:none;border-radius:9999px;color:var(--icon-color-secondary);cursor:pointer;font-size:16px;padding:7px 20px 10px;white-space:nowrap}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitleInteractionsButtons .socialBtn:hover{background-color:#a9a9a9}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitleInteractionsButtons .socialBtn svg{margin-right:6px}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitleInteractionsButtons .moreBtn{background:#0000;border:none;cursor:pointer;padding:6px 0 10px 30px}.videoPlayerPageWrapper .mainContent .videoInfo .videoHeader .videoSubTitle .subtitleInteractionsButtons .moreBtn:hover{color:#a9a9a9}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe{align-items:flex-start;display:flex;justify-content:space-between;margin-top:34px}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe{border-bottom:1px solid #d8d8d880;margin:20px 16px 0;padding-bottom:11px}}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription{max-width:912px}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel{display:flex;gap:13px;margin-left:-5px}@media(max-width:1400px){.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel{gap:10px;margin-left:0}}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .avatarRoot{display:inline-block}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .avatarRoot .avatar,.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .avatarRoot .avatarFallback{border-radius:50%;height:80px;width:80px}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .avatarRoot .avatar,.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .avatarRoot .avatarFallback{height:50px;width:50px}}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .avatarRoot .avatar{object-fit:cover}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .avatarRoot .avatarFallback{align-items:center;background-color:#ccc;color:#fff;display:flex;font-size:24px;justify-content:center}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .videoAuthorAndDescription{display:flex;flex-direction:column}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .videoAuthorAndDescription .authorSubtitle{padding:5px 0 8px}@media(max-width:768px){.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .videoAuthorAndDescription .authorSubtitle{font-size:16px!important;padding-bottom:0}}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .videoAuthorAndDescription .published{font-size:13px}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .videoAuthorAndDescription .description{margin:10px 0 13px}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .videoAuthorAndDescription .description.ellipsis-multiline{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .videoDescription .videoChannel .videoAuthorAndDescription .showMore{cursor:pointer;font-size:20px}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .subscribeLnk{color:red;margin-right:5px;margin-top:14px}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .subscribeButton{background-color:red;border:1px solid red;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;padding:10px 19.5px 8px;white-space:nowrap}.videoPlayerPageWrapper .mainContent .videoInfo .videoDescriptionAndSubscribe .subscribeButton:hover{background-color:darkred}.videoPlayerPageWrapper .NextVideoFeedWrapper{margin-top:12px;width:367px}@media(max-width:1400px){.videoPlayerPageWrapper .NextVideoFeedWrapper{padding:0 16px 60px;width:100%}}.toggleBtn{all:unset;background-color:var(--toggle-background);border-radius:9999px;height:28px;position:relative;transition:background-color .2s;width:44px}@media(max-width:768px){.toggleBtn{height:19px;width:30px}}.toggleBtn .circle{background-color:gray;border-radius:50%;display:block;height:24px;transform:translateX(2px);transition:transform .2s;width:24px}@media(max-width:768px){.toggleBtn .circle{height:16px;width:16px}}.toggleBtn[data-state=checked] .circle{background-color:var(--toggle-color);transform:translateX(18px)}.nextVideoFeedWrapper{display:flex;flex-direction:column;gap:26px;height:100%;overflow-y:hidden;width:100%}@media(max-width:768px){.nextVideoFeedWrapper{gap:12px}}.nextVideoFeedWrapper .videoPreviewHeader{align-items:baseline;display:flex;justify-content:space-between}@media(max-width:768px){.nextVideoFeedWrapper .videoPreviewHeader{margin-right:5px}.nextVideoFeedWrapper .videoPreviewHeader .next{font-size:20px}}.nextVideoFeedWrapper .videoPreviewHeader .toggle{align-items:center;display:flex;gap:11px;justify-content:center}@media(max-width:768px){.nextVideoFeedWrapper .videoPreviewHeader .toggle{gap:3px}}.nextVideoFeedWrapper .videoPreviewHeader .toggle span{display:flex;font-family:Mulish;font-size:16px;font-weight:700;letter-spacing:1px;line-height:100%;text-transform:uppercase}@media(max-width:768px){.nextVideoFeedWrapper .videoPreviewHeader .toggle span{font-size:10px}}.nextVideoFeedWrapper .nextVideoFeed{display:flex;flex-direction:column;gap:30px}@media(max-width:768px){.nextVideoFeedWrapper .nextVideoFeed{gap:39px}}.nextVideoFeedWrapper .nextVideoFeed>:first-child{margin-bottom:-7px}.nextVideoFeedWrapper .nextVideoFeed .nextVideoCardWrapper{height:293px;width:100%}@media(max-width:768px){.nextVideoFeedWrapper .nextVideoFeed .nextVideoCardWrapper{height:200px}}.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo{height:80px;width:100%}@media(max-width:768px){.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo{height:48px}}.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo .videoPreviewTitle{max-width:100%;padding:20px 0 14px}@media(max-width:768px){.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo .videoPreviewTitle{font-size:16px;padding:8px 0 0}}.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo .videoPreviewTitle.ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo .subtitleCard{align-items:center;display:flex;gap:8px;justify-content:space-between}.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo .subtitleCard .viewsSubtitle{display:flex;flex-shrink:0;font-size:18px;white-space:nowrap}@media(max-width:768px){.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo .subtitleCard .viewsSubtitle{font-size:13px}}.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo .subtitleCard .authorSubtitle{flex:1 1;font-size:18px;min-width:0;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.nextVideoFeedWrapper .nextVideoFeed .videoPreviewInfo .subtitleCard .authorSubtitle{font-size:13px}}.videoPlayer{align-items:center;display:flex;justify-content:center;width:100%}.videoPlayer .videoFrame{aspect-ratio:1363/701;border:none;border-radius:16px;width:100%}@media(max-width:768px){.videoPlayer .videoFrame{aspect-ratio:320/180;border-radius:0}}
/*# sourceMappingURL=main.a6b05c53.css.map*/