.bvt-navigations_toggle_wrapper{display:flex;align-items:center;padding:4px;background-color:#f0f2f4;border-radius:10px;color:#a0a4a6;width:-moz-fit-content;width:fit-content;position:relative}.bvt-navigations_toggle_wrapper .navigations_toggle_hover{width:var(--vs-width);left:var(--vs-left);opacity:var(--vs-opacity);height:calc(100% - 8px);border-radius:6px;position:absolute;top:4px;background-color:#d9dcde;pointer-events:none}@media(prefers-reduced-motion:no-preference){.bvt-navigations_toggle_wrapper .navigations_toggle_hover{transition:left .1s ease-in-out,width .1s ease-in-out,opacity .1s ease-in-out}}.bvt-navigations_toggle_wrapper .navigations_toggle_item{display:flex;gap:8px;height:100%;border-radius:6px;align-items:center;cursor:pointer;position:relative;z-index:5}.bvt-navigations_toggle_wrapper .navigations_toggle_item[data-active=true]{color:#000}.bvt-navigations_toggle_wrapper .navigations_toggle_selected{width:var(--vs-width);position:absolute;left:var(--vs-left);top:4px;border-radius:6px;background-color:#fff;height:calc(100% - 8px);z-index:1}@media(prefers-reduced-motion:no-preference){.bvt-navigations_toggle_wrapper .navigations_toggle_selected{transition:left .1s ease-in-out,width .1s ease-in-out}}.bvt-navigations_toggle_wrapper[data-size=xs]{height:40px}.bvt-navigations_toggle_wrapper[data-size=xs] .navigations_toggle_item{padding-inline:16px}.bvt-navigations_toggle_wrapper[data-size=sm]{height:44px}.bvt-navigations_toggle_wrapper[data-size=sm] .navigations_toggle_item{padding-inline:24px}.bvt-navigations_toggle_wrapper[data-size=md]{height:52px}.bvt-navigations_toggle_wrapper[data-size=md] .navigations_toggle_item{padding-inline:32px;font-size:14px!important;font-weight:500!important}.bvt-navigations_toggle_wrapper[data-size=lg]{height:58px}.bvt-navigations_toggle_wrapper[data-size=lg] .navigations_toggle_item{padding-inline:40px}[data-theme=dark] .bvt-navigations_toggle_wrapper{background-color:#252628}[data-theme=dark] .bvt-navigations_toggle_wrapper .navigations_toggle_hover{background-color:hsla(0,0%,100%,.1)}[data-theme=dark] .bvt-navigations_toggle_wrapper .navigations_toggle_selected{background-color:#000;color:#fff}[data-theme=dark] .bvt-navigations_toggle_wrapper .navigations_toggle_item{color:#a0a4a6}[data-theme=dark] .bvt-navigations_toggle_wrapper .navigations_toggle_item[data-active=true]{color:#fff}.skeleton-loader-wrapper{width:100%;height:100%;background:linear-gradient(90deg,transparent 25%,hsl(from var(--vs-gray-200,hsl(210,3.3%,88.2%)) h s l/.7) 50%,transparent 75%);animation:loading 1.5s linear infinite;position:absolute;background-size:200% 100%}@keyframes loading{0%{background-position:100% 0}to{background-position:-100% 0}}[data-theme=dark] .skeleton-loader-wrapper{background:linear-gradient(90deg,transparent 25%,hsl(from var(--vs-gray-700,hsl(214,4.6%,29.6%)) h s l/.3) 50%,transparent 75%);background-size:200% 100%}@keyframes edit-game-profile-popup_move__ZTaSu{0%{left:-50%}to{left:150%}}@keyframes edit-game-profile-popup_appear___ovCW{0%{opacity:0}to{opacity:1}}@keyframes edit-game-profile-popup_frame-highlight__80Bmf{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes edit-game-profile-popup_size-highlight__tlcyJ{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes edit-game-profile-popup_waves__0SFWl{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes edit-game-profile-popup_fall__jJ_MQ{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.edit-game-profile-popup_snowflake__yDb06{position:absolute;top:-5vh;animation-name:edit-game-profile-popup_fall__jJ_MQ;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes edit-game-profile-popup_animatedgradient__dOOfI{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.edit-game-profile-popup_animated-gradient-text__M2wd_{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:edit-game-profile-popup_animatedgradient__dOOfI var(--animation-speed) ease infinite}@keyframes edit-game-profile-popup_fall-short__2x7xU{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.edit-game-profile-popup_snowflake-short___az4A{position:absolute;top:0;animation-name:edit-game-profile-popup_fall-short__2x7xU;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes edit-game-profile-popup_fadeOut__ggjBT{0%{opacity:1}to{opacity:0}}@keyframes edit-game-profile-popup_fadeIn___QIFw{0%{opacity:0}to{opacity:1}}@keyframes edit-game-profile-popup_fadeInSlideUp__fCzW6{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes edit-game-profile-popup_fadeOutSlideDown__nsnjp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.edit-game-profile-popup_animate-fade-out__MvmGI{animation:edit-game-profile-popup_fadeOut__ggjBT .5s ease-out forwards}.edit-game-profile-popup_animate-fade-in__qgTUZ{animation:edit-game-profile-popup_fadeIn___QIFw .5s ease-out forwards}.edit-game-profile-popup_animate-fill__Xy_p5{animation-fill-mode:both}.edit-game-profile-popup_animate-fade-in-slide-up__Z2wfW{animation:edit-game-profile-popup_fadeInSlideUp__fCzW6 .5s ease-out forwards}.edit-game-profile-popup_animate-fade-out-slide-down__ZKXF_{animation:edit-game-profile-popup_fadeOutSlideDown__nsnjp .5s ease-out forwards}@media(prefers-reduced-motion:reduce){.edit-game-profile-popup_animate-fade-in-slide-up__Z2wfW,.edit-game-profile-popup_animate-fade-in__qgTUZ,.edit-game-profile-popup_animate-fade-out-slide-down__ZKXF_,.edit-game-profile-popup_animate-fade-out__MvmGI{animation:none}}.edit-game-profile-popup_popup_overlay__pvzax{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.5);z-index:99998;box-shadow:0 10px 40px 0 rgba(0,0,0,.102);backdrop-filter:blur(8px)}[data-theme=dark] .edit-game-profile-popup_popup_overlay__pvzax{background:rgba(0,0,0,.3);backdrop-filter:blur(10px)}.edit-game-profile-popup_edit_game_profile_popup__yqq1V{position:fixed;z-index:99999;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:auto;background:var(--white-grey);border-radius:20px;padding:20px;box-shadow:0 10px 40px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px}.edit-game-profile-popup_edit_game_profile_popup__yqq1V.edit-game-profile-popup_error__HdjOq{animation:edit-game-profile-popup_shake__qap3v .82s cubic-bezier(.36,.07,.19,.97) both}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_header__NpTdx{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_header__NpTdx h3{font-style:normal;letter-spacing:0;font-size:20px;line-height:28px;font-weight:600;color:var(--black-base);text-align:left;margin:0}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_header__NpTdx .edit-game-profile-popup_close_icon__HxvSd{width:30px;height:30px;padding:9px;border-radius:9px;background:var(--grey-light);cursor:pointer;position:absolute;top:50%;right:0;transform:translateY(-50%)}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_profile_pic_wrapper__SIRAc{width:120px;height:120px;border-radius:100%;overflow:hidden;box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_profile_pic_wrapper__SIRAc.edit-game-profile-popup_error__HdjOq{border:2px solid red}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_profile_pic_wrapper__SIRAc img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_upload_button__hp9Te{display:flex;align-items:center;justify-content:center;background:var(--white-grey);width:108px;height:44px;padding:8px 16px;gap:8px;border-radius:50px;border-width:1px;opacity:1;cursor:pointer}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_upload_button__hp9Te .edit-game-profile-popup_vs-icon__8mduF{width:24px;height:24px}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_upload_button__hp9Te span{color:hsl(from var(--vs-sub-text) h s l/1);font-size:14px!important;font-weight:500!important}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_error_message__WiX8K{color:red;font-size:14px!important;margin-top:4px}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_input_container__Jmhmw{display:flex;flex-direction:column;width:100%}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_input_container__Jmhmw .edit-game-profile-popup_character_count__PzhIq{font-size:14px!important;font-weight:400!important;line-height:18px;text-align:left;color:var(--grey-500);padding-top:6px}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_input_container__Jmhmw span{margin-bottom:10px;font-size:14px!important;font-weight:500!important;color:var(--grey-600)}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_input_container__Jmhmw input{width:100%;height:50px;padding:16.5px 16px;gap:10px;border-radius:100px;border:1px solid #d1d5db;font-size:14px!important;background-color:var(--white-grey);color:var(--grey-600)}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_input_container__Jmhmw input::-moz-placeholder{color:#6b7280;opacity:60%}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_input_container__Jmhmw input::placeholder{color:#6b7280;opacity:60%}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_input_container__Jmhmw input:focus{outline:none;box-shadow:none}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_input_container__Jmhmw input.edit-game-profile-popup_error__HdjOq{border-color:red}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_button_container__GfcQV{display:flex;justify-content:space-between;width:100%;height:44px}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_button_container__GfcQV .edit-game-profile-popup_button__63qtH{width:65px;height:44px;border-radius:8px;padding:13.5px 16px;gap:12px}.edit-game-profile-popup_edit_game_profile_popup__yqq1V .edit-game-profile-popup_button_container__GfcQV .edit-game-profile-popup_cancel_button__H2DYD{font-size:16px!important;font-weight:500!important;line-height:19.36px;text-align:left;color:var(--grey-darker);cursor:pointer;border:none;padding-left:0}@keyframes edit-game-profile-popup_shake__qap3v{10%,90%{transform:translate(-51%,-50%)}20%,80%{transform:translate(-49%,-50%)}30%,50%,70%{transform:translate(-53%,-50%)}40%,60%{transform:translate(-47%,-50%)}}[data-theme=dark] .edit-game-profile-popup_edit_game_profile_popup__yqq1V{color:#5c5e61}@keyframes hlc-end-screen_move__bzIBi{0%{left:-50%}to{left:150%}}@keyframes hlc-end-screen_appear__wwjlv{0%{opacity:0}to{opacity:1}}@keyframes hlc-end-screen_frame-highlight__Gawdi{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes hlc-end-screen_size-highlight__khwCN{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes hlc-end-screen_waves__BTuiD{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes hlc-end-screen_fall__gjRod{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.hlc-end-screen_snowflake__lty_y{position:absolute;top:-5vh;animation-name:hlc-end-screen_fall__gjRod;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hlc-end-screen_animatedgradient__f11hT{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hlc-end-screen_animated-gradient-text__6rK_p{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:hlc-end-screen_animatedgradient__f11hT var(--animation-speed) ease infinite}@keyframes hlc-end-screen_fall-short__Y_zsl{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.hlc-end-screen_snowflake-short__C4Q8z{position:absolute;top:0;animation-name:hlc-end-screen_fall-short__Y_zsl;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes hlc-end-screen_fadeOut__7zvBC{0%{opacity:1}to{opacity:0}}@keyframes hlc-end-screen_fadeIn__u07Ba{0%{opacity:0}to{opacity:1}}@keyframes hlc-end-screen_fadeInSlideUp__hclQO{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hlc-end-screen_fadeOutSlideDown__qW801{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.hlc-end-screen_animate-fade-out__6Uwe2{animation:hlc-end-screen_fadeOut__7zvBC .5s ease-out forwards}.hlc-end-screen_animate-fade-in__PY0C3{animation:hlc-end-screen_fadeIn__u07Ba .5s ease-out forwards}.hlc-end-screen_animate-fill__oxEJs{animation-fill-mode:both}.hlc-end-screen_animate-fade-in-slide-up__ZUxVb{animation:hlc-end-screen_fadeInSlideUp__hclQO .5s ease-out forwards}.hlc-end-screen_animate-fade-out-slide-down__PVXqw{animation:hlc-end-screen_fadeOutSlideDown__qW801 .5s ease-out forwards}@media(prefers-reduced-motion:reduce){.hlc-end-screen_animate-fade-in-slide-up__ZUxVb,.hlc-end-screen_animate-fade-in__PY0C3,.hlc-end-screen_animate-fade-out-slide-down__PVXqw,.hlc-end-screen_animate-fade-out__6Uwe2{animation:none}}.hlc-end-screen_hlc_end_screen__YsU7T{display:flex;flex-direction:column;max-width:1200px;width:100%;margin:60px 30px;gap:30px}.hlc-end-screen_hlc_end_screen__YsU7T h2{font-style:normal;letter-spacing:0;font-size:28px;line-height:36px;font-weight:700}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy{display:flex;align-items:center;width:100%}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz{display:flex;justify-content:space-between;align-items:center;gap:40px;width:100%}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_start_game_cards_container___BaTO{width:100%;max-width:740px}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_content_card__CApYV{min-width:375px;max-width:350px;padding:36px;border-radius:30px}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb h1{font-size:120px!important;font-weight:700!important;color:#41b616}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb h2{font-style:normal;letter-spacing:0;font-size:24px;line-height:32px;font-weight:600}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb .hlc-end-screen_rank_info__Q9Y7s{display:flex;width:85%;justify-content:space-evenly;align-items:center;font-size:24px!important}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb .hlc-end-screen_rank_info__Q9Y7s .hlc-end-screen_rank_info_column__3EFwO{display:flex;flex-direction:column}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb .hlc-end-screen_rank_info__Q9Y7s .hlc-end-screen_rank_info_column__3EFwO .hlc-end-screen_rank_subtext__r18Ql{color:hsl(from var(--vs-sub-text) h s l/1);font-style:normal;letter-spacing:0;font-size:18px;line-height:24px;font-weight:400}[data-theme=dark] .hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb .hlc-end-screen_rank_info__Q9Y7s .hlc-end-screen_rank_info_column__3EFwO .hlc-end-screen_rank_subtext__r18Ql{color:hsl(from var(--vs-bg) h s l/1)}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb .hlc-end-screen_rank_info__Q9Y7s .hlc-end-screen_rank_info_column__3EFwO .hlc-end-screen_bold__4OZlf{font-style:normal;letter-spacing:0;font-size:18px;line-height:24px;font-weight:600}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb .hlc-end-screen_share_score_on_x___uK5F{margin-top:36px}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb .hlc-end-screen_share_score_on_x___uK5F .hlc-end-screen_x_icon__URB24{width:20px;height:20px}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_leaderboard_submission_content__3HWlA{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_leaderboard_submission_content__3HWlA h1{font-style:normal;letter-spacing:0;font-size:28px;line-height:36px;font-weight:700}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_leaderboard_submission_content__3HWlA .hlc-end-screen_confirm_button__7_MOP{width:100%;height:50px}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_leaderboard_container__qCO41{width:100%}@media(max-width:991px){.hlc-end-screen_hlc_end_screen__YsU7T{margin:24px;gap:20px;width:calc(100% - 24px)}.hlc-end-screen_hlc_end_screen__YsU7T h2{font-style:normal;letter-spacing:0;font-size:20px;line-height:28px;font-weight:700}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz{flex-direction:column-reverse;gap:20px}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_content_card__CApYV{padding:10px}.hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_info_container__zHxLy .hlc-end-screen_content_card_container__G8Nsz .hlc-end-screen_score_content__RXpZb .hlc-end-screen_share_score_on_x___uK5F{margin-top:24px}}[data-theme=dark] .hlc-end-screen_hlc_end_screen__YsU7T h2{color:#fff}[data-theme=dark] .hlc-end-screen_hlc_end_screen__YsU7T .hlc-end-screen_score_content__RXpZb .hlc-end-screen_share_score_on_x___uK5F .hlc-end-screen_x_icon__URB24{filter:invert(1)}@keyframes game-over-screen_move__ry4t6{0%{left:-50%}to{left:150%}}@keyframes game-over-screen_appear__we8gO{0%{opacity:0}to{opacity:1}}@keyframes game-over-screen_frame-highlight__RwHwc{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes game-over-screen_size-highlight__qvtNr{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes game-over-screen_waves__AcAMx{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes game-over-screen_fall__m_rX4{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.game-over-screen_snowflake__rzMen{position:absolute;top:-5vh;animation-name:game-over-screen_fall__m_rX4;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes game-over-screen_animatedgradient__weaKy{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.game-over-screen_animated-gradient-text__Smx7w{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:game-over-screen_animatedgradient__weaKy var(--animation-speed) ease infinite}@keyframes game-over-screen_fall-short__hfdZp{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.game-over-screen_snowflake-short__9LWzi{position:absolute;top:0;animation-name:game-over-screen_fall-short__hfdZp;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes game-over-screen_fadeOut__GkhFb{0%{opacity:1}to{opacity:0}}@keyframes game-over-screen_fadeIn__Q_1zn{0%{opacity:0}to{opacity:1}}@keyframes game-over-screen_fadeInSlideUp__gAYKC{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes game-over-screen_fadeOutSlideDown__1tNhn{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.game-over-screen_animate-fade-out__g0udU{animation:game-over-screen_fadeOut__GkhFb .5s ease-out forwards}.game-over-screen_animate-fade-in__cP2IL{animation:game-over-screen_fadeIn__Q_1zn .5s ease-out forwards}.game-over-screen_animate-fill__LQKOD{animation-fill-mode:both}.game-over-screen_animate-fade-in-slide-up__zmNy9{animation:game-over-screen_fadeInSlideUp__gAYKC .5s ease-out forwards}.game-over-screen_animate-fade-out-slide-down__D__HW{animation:game-over-screen_fadeOutSlideDown__1tNhn .5s ease-out forwards}@media(prefers-reduced-motion:reduce){.game-over-screen_animate-fade-in-slide-up__zmNy9,.game-over-screen_animate-fade-in__cP2IL,.game-over-screen_animate-fade-out-slide-down__D__HW,.game-over-screen_animate-fade-out__g0udU{animation:none}}.game-over-screen_game_over_container__RPQd2{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;background:rgba(0,0,0,.82);height:calc(100vh - 82px)}.game-over-screen_game_over_container__RPQd2:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://i.ytimg.com/vi/JeInwySxuxA/maxresdefault.jpg);background-size:cover;background-position:50%;filter:blur(40px);z-index:-1}.game-over-screen_game_over_text__7IYq3{font-size:48px!important;font-weight:700!important;color:red;margin:0;position:relative;z-index:1}.game-over-screen_best_score_text__cXXMz,.game-over-screen_score_text__BM_Xv{font-size:24px!important;color:#fff;margin:0;position:relative;z-index:1}.game-over-screen_game_button__tVcwq{width:220px;height:56px;padding:8px 22px;border-radius:28px;color:var(--grey-600)}.game-over-screen_game_button__tVcwq .game-over-screen_button_text__0SP2J{order:-1}@media only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi){.game-over-screen_game_over_container__RPQd2{height:calc(125vh - 82px)}}@media only screen and (min-device-pixel-ratio:2)and (max-width:991px),only screen and (min-resolution:192dpi)and (max-width:991px){.game-over-screen_game_over_container__RPQd2{height:100dvh;zoom:unset}}@keyframes next-round-button_move__qLFE1{0%{left:-50%}to{left:150%}}@keyframes next-round-button_appear__ysbRo{0%{opacity:0}to{opacity:1}}@keyframes next-round-button_frame-highlight__t31gb{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes next-round-button_size-highlight__nuaFy{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes next-round-button_waves__zWfFH{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes next-round-button_fall__YW73j{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.next-round-button_snowflake__dIvz9{position:absolute;top:-5vh;animation-name:next-round-button_fall__YW73j;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes next-round-button_animatedgradient__OhzSc{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.next-round-button_animated-gradient-text__cPugK{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:next-round-button_animatedgradient__OhzSc var(--animation-speed) ease infinite}@keyframes next-round-button_fall-short__Rv3t2{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.next-round-button_snowflake-short__R2ppn{position:absolute;top:0;animation-name:next-round-button_fall-short__Rv3t2;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes next-round-button_fadeInSlideUp__DAUFe{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes next-round-button_fadeOutSlideDown__NYyY4{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.next-round-button_animate-fade-out__5KGys{animation:next-round-button_fadeOut__8t3nQ .5s ease-out forwards}.next-round-button_animate-fade-in__Mky2Y{animation:next-round-button_fadeIn__POyh9 .5s ease-out forwards}.next-round-button_animate-fill__ZAwzN{animation-fill-mode:both}.next-round-button_animate-fade-in-slide-up__jbiz_{animation:next-round-button_fadeInSlideUp__DAUFe .5s ease-out forwards}.next-round-button_animate-fade-out-slide-down__l88Dt{animation:next-round-button_fadeOutSlideDown__NYyY4 .5s ease-out forwards}@media(prefers-reduced-motion:reduce){.next-round-button_animate-fade-in-slide-up__jbiz_,.next-round-button_animate-fade-in__Mky2Y,.next-round-button_animate-fade-out-slide-down__l88Dt,.next-round-button_animate-fade-out__5KGys{animation:none}}.next-round-button_next_round_button_container__DV_yE{position:absolute;bottom:100px;left:50%;transform:translate(-50%,-50%);cursor:pointer;pointer-events:none;opacity:0;transition:background-color .3s ease}.next-round-button_next_round_button_container__DV_yE.next-round-button_show__LJSY4{animation:next-round-button_fadeIn__POyh9 .25s forwards;pointer-events:all}.next-round-button_next_round_button_container__DV_yE.next-round-button_hide__tsisL{animation:next-round-button_fadeOut__8t3nQ .25s forwards;pointer-events:none}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X{display:flex;gap:16px;align-items:center;justify-content:center;padding:32px;border-radius:50px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X .next-round-button_spinner__46U9g{width:24px;height:24px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:next-round-button_spin__FmvJd 1s linear infinite}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:rgba(0,0,0,.1);transition:none}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X.next-round-button_animate__AkgIe:before{animation:next-round-button_fillAnimation__DlbU_ 4s linear forwards;animation-delay:1s}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X:hover{transform:scale(1.05)}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X span{position:relative;z-index:1;font-style:normal;letter-spacing:0;font-size:24px;line-height:32px;font-weight:500}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X span,.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X svg{color:#000}.next-round-button_next_round_button_container__DV_yE.next-round-button_animate__AkgIe .next-round-button_next_round_button__mkT8X:before{animation:next-round-button_fillAnimation__DlbU_ 4s linear forwards;animation-delay:1s}@keyframes next-round-button_fillAnimation__DlbU_{0%{width:0}to{width:100%}}@keyframes next-round-button_fadeIn__POyh9{0%{opacity:0}to{opacity:1}}@keyframes next-round-button_fadeOut__8t3nQ{0%{opacity:1}to{opacity:0}}@media(max-width:991px){.next-round-button_next_round_button_container__DV_yE{top:50%;bottom:unset}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X{padding:16px}.next-round-button_next_round_button_container__DV_yE .next-round-button_next_round_button__mkT8X span{font-size:14px!important}}@keyframes next-round-button_spin__FmvJd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes hlc-game_move__bPSQq{0%{left:-50%}to{left:150%}}@keyframes hlc-game_appear__jUp9f{0%{opacity:0}to{opacity:1}}@keyframes hlc-game_frame-highlight__il96G{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes hlc-game_size-highlight__8oPPM{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes hlc-game_waves__7i5WU{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes hlc-game_fall__lLy0P{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.hlc-game_snowflake__DuTA5{position:absolute;top:-5vh;animation-name:hlc-game_fall__lLy0P;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hlc-game_animatedgradient__nw1VK{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hlc-game_animated-gradient-text__AYeLA{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:hlc-game_animatedgradient__nw1VK var(--animation-speed) ease infinite}@keyframes hlc-game_fall-short__ikQZu{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.hlc-game_snowflake-short__0UlrK{position:absolute;top:0;animation-name:hlc-game_fall-short__ikQZu;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes hlc-game_fadeOut__Y0AV3{0%{opacity:1}to{opacity:0}}@keyframes hlc-game_fadeIn__qwVhs{0%{opacity:0}to{opacity:1}}@keyframes hlc-game_fadeInSlideUp__LRMIv{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hlc-game_fadeOutSlideDown__0kq6F{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.hlc-game_animate-fade-out__tNGT7{animation:hlc-game_fadeOut__Y0AV3 .5s ease-out forwards}.hlc-game_animate-fade-in__4zlZ0{animation:hlc-game_fadeIn__qwVhs .5s ease-out forwards}.hlc-game_animate-fill__tcFyi{animation-fill-mode:both}.hlc-game_animate-fade-in-slide-up__N8Vpz{animation:hlc-game_fadeInSlideUp__LRMIv .5s ease-out forwards}.hlc-game_animate-fade-out-slide-down__T6fbc{animation:hlc-game_fadeOutSlideDown__0kq6F .5s ease-out forwards}@media(prefers-reduced-motion:reduce){.hlc-game_animate-fade-in-slide-up__N8Vpz,.hlc-game_animate-fade-in__4zlZ0,.hlc-game_animate-fade-out-slide-down__T6fbc,.hlc-game_animate-fade-out__tNGT7{animation:none}}.hlc-game_hlc_game_container__lQDak{width:100%;height:calc(100vh - 82px);position:relative}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak{height:100dvh}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA{display:flex;width:100%;height:100%}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA{flex-direction:column}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA{position:relative;width:50%;height:100%;display:flex;justify-content:center;overflow:hidden}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA{width:100%;height:50%;display:flex;align-items:center}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI:before,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;background-image:var(--bg-image);transform:scale(1.1);transition:transform .3s ease;z-index:0}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI:after,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .5s ease;z-index:1;pointer-events:none}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI.hlc-game_glow-green__i_aJY:after,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA.hlc-game_glow-green__i_aJY:after{background-color:rgba(0,255,0,.3);opacity:1}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI.hlc-game_glow-red__PFScs:after,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA.hlc-game_glow-red__PFScs:after{background-color:rgba(255,0,0,.3);opacity:1}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_{position:relative;z-index:2;width:65%;padding:130px 24px 24px;margin:15% 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:-moz-fit-content;height:fit-content}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_{padding:unset;margin:unset;width:70%;max-width:270px}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie{display:flex;flex-direction:column;margin:36px 0;gap:16px;align-items:center}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie{gap:8px;margin:unset;min-height:36px}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie h1,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie h1{font-style:normal;letter-spacing:0;font-size:60px;line-height:72px;letter-spacing:-.02em;font-weight:700;color:var(--neutral-white-base,#fff);text-align:center}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie p,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie p{font-style:normal;letter-spacing:0;font-size:28px;line-height:36px;font-weight:500;color:var(--neutral-white-base,#fff);text-align:center}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie{gap:4px;flex-direction:row;justify-content:center;align-items:flex-end}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie h1,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_left_container__ovLvI .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie p,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie h1,.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_right_container__nfgLA .hlc-game_game_video_card_column__Gzub_ .hlc-game_game_video_card_sub_container__YW_ie p{font-size:16px!important}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_bg_overlay__Y4kEr{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1;pointer-events:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_bg_overlay__Y4kEr{backdrop-filter:unset;-webkit-backdrop-filter:unset}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg{position:absolute;top:0;left:0;height:100%;width:100%;z-index:5;pointer-events:none}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg{height:calc(100% - 90px);margin-top:90px}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_top_left_score__6CnOE{position:absolute;top:35px;left:45px}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_top_right_lives__UVof5{position:absolute;top:35px;right:45px}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_top_middle_title__2IBUZ{position:absolute;left:50%;transform:translateX(-50%);top:160px}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_top_middle_timer__SIvJ4{position:absolute;top:40px;left:50%;transform:translateX(-50%)}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3{position:absolute;left:50%;transform:translate(-50%,-50%);display:flex;gap:16px;margin:15% 0;padding-top:350px}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3{top:50%;margin:unset;padding-top:0}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3 .hlc-game_versus_orb__PzM5B{width:125px;height:125px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-style:normal;letter-spacing:0;font-size:36px;line-height:46px;letter-spacing:-.02em;font-weight:600;position:relative;overflow:hidden;transition:all .5s ease-in-out;font-size:50px!important;background:var(--white-grey)}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3 .hlc-game_versus_orb__PzM5B{width:36px;height:36px;font-size:16px!important}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3 .hlc-game_versus_orb__PzM5B:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;padding:1px;-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3 .hlc-game_versus_orb__PzM5B>*{position:relative;z-index:1}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3 .hlc-game_versus_orb__PzM5B span{font-size:80px!important;opacity:0;transform:scale(0);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3 .hlc-game_versus_orb__PzM5B.hlc-game_showAnswer__K54w3 span{opacity:1;transform:scale(1)}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3.hlc-game_correct__BoxHn .hlc-game_versus_orb__PzM5B{background:linear-gradient(180deg,rgba(65,182,22,.95) 0,rgba(55,152,18,.95))}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3.hlc-game_incorrect__5ecrb .hlc-game_versus_orb__PzM5B{background:linear-gradient(180deg,rgba(255,0,0,.95) 0,rgba(200,0,0,.95))}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_bottom_left_best_score__BClZ8{position:absolute;bottom:100px;left:45px;color:#fff;font-style:normal;letter-spacing:0;font-size:24px;line-height:32px;font-weight:400}@media(max-width:991px){.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_bottom_left_best_score__BClZ8{display:none}}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_mobile_top_bar__MahLT{display:flex;flex-direction:column;width:100%;background:#000;padding:12px 24px;gap:12px}.hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_mobile_top_bar__MahLT .hlc-game_mobile_top_bar_row__HawVw{display:flex;width:100%;justify-content:space-between;align-content:center}.hlc-game_hlc_video_card__6i3Uv{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border-radius:16px;overflow:hidden}.hlc-game_hlc_video_card__6i3Uv:hover{transform:scale(1.05);box-shadow:0 0 0 9px #4260ff}@media(max-width:991px){.hlc-game_hlc_video_card__6i3Uv:hover{transform:none;box-shadow:0 0 0 6px #4260ff}}.hlc-game_hlc_timer__c6sW_{color:#fff;font-style:normal;letter-spacing:0;font-size:28px;line-height:36px;font-weight:500;display:flex;flex-direction:column;align-items:center}.hlc-game_hlc_timer__c6sW_ h2{font-size:46px!important}.hlc-game_hlc_timer__c6sW_ p{font-size:24px!important}@media(max-width:991px){.hlc-game_hlc_timer__c6sW_ h2{font-size:32px!important}.hlc-game_hlc_timer__c6sW_ p{font-size:14px!important}}.hlc-game_hlc_score__Poj3B{color:#fff;font-style:normal;letter-spacing:0;font-size:28px;line-height:36px;font-weight:500;display:flex;align-items:center}@media(max-width:991px){.hlc-game_hlc_score__Poj3B{font-size:16px!important}}.hlc-game_which_one_title__TbsIX{width:538px;text-align:center;color:#fff;font-style:normal;letter-spacing:0;font-size:36px;line-height:46px;letter-spacing:-.02em;font-weight:600}@media(max-width:991px){.hlc-game_which_one_title__TbsIX{font-style:normal;letter-spacing:0;font-size:16px;line-height:20px;font-weight:600;width:unset}}.hlc-game_fade_in__DsaOr{opacity:0;transition:opacity .25s ease-in}.hlc-game_fade_in__DsaOr.hlc-game_visible__rRQ0z{opacity:1}.hlc-game_fade_in_numbers__nlOh_{opacity:0;transition:opacity 1.5s ease-in-out}.hlc-game_fade_in_numbers__nlOh_.hlc-game_visible__rRQ0z{opacity:1}.hlc-game_hlc_video_card_skeleton__NbYc_{width:100%;padding:24px;display:flex;flex-direction:column;background-color:hsl(from var(--vs-gray-25,hsl(0,0%,98.4%)) h s l/1);aspect-ratio:16/9;height:auto;border-radius:16px;gap:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.05)}.hlc-game_hlc_video_card_skeleton__NbYc_ .hlc-game_thumbnail_skeleton__c2_3r{width:100%;aspect-ratio:16/9;height:auto;background-color:hsl(from var(--vs-gray-50,hsl(0,0%,96.5%)) h s l/1);border-radius:8px}.hlc-game_hlc_video_card_skeleton__NbYc_ .hlc-game_title_skeleton__fnfes{width:80%;height:20px;background-color:hsl(from var(--vs-gray-50,hsl(0,0%,96.5%)) h s l/1);border-radius:8px}[data-theme=dark] .hlc-game_hlc_video_card_skeleton__NbYc_{background-color:#282828}[data-theme=dark] .hlc-game_hlc_video_card_skeleton__NbYc_ .hlc-game_thumbnail_skeleton__c2_3r,[data-theme=dark] .hlc-game_hlc_video_card_skeleton__NbYc_ .hlc-game_title_skeleton__fnfes{background-color:hsla(0,0%,100%,.1)}.hlc-game_red_pulse__yJ2GG h2{color:red;animation:hlc-game_pulse__vdxdN 1s infinite}@keyframes hlc-game_pulse__vdxdN{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}[data-theme=dark] .hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_next_round_button_container__iIIPa .hlc-game_next_round_button__INhih{background:#282828;color:#fff}[data-theme=dark] .hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_next_round_button_container__iIIPa .hlc-game_next_round_button__INhih span{color:#fff}[data-theme=dark] .hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3 .hlc-game_versus_orb__PzM5B{background:#282828;color:#fff}[data-theme=dark] .hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3.hlc-game_correct__BoxHn .hlc-game_versus_orb__PzM5B{background:linear-gradient(180deg,rgba(65,182,22,.95) 0,rgba(55,152,18,.95))}[data-theme=dark] .hlc-game_hlc_game_container__lQDak .hlc-game_game_content__hkTOA .hlc-game_game_info_overlay_container__AgAjg .hlc-game_versus_orb_container__rexQ3.hlc-game_incorrect__5ecrb .hlc-game_versus_orb__PzM5B{background:linear-gradient(180deg,rgba(255,0,0,.95) 0,rgba(200,0,0,.95))}@media only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi){.hlc-game_hlc_game_container__lQDak{height:calc(125vh - 82px)}}@media only screen and (min-device-pixel-ratio:2)and (max-width:991px),only screen and (min-resolution:192dpi)and (max-width:991px){.hlc-game_hlc_game_container__lQDak{height:100dvh;zoom:unset}}@keyframes move{0%{left:-50%}to{left:150%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes frame-highlight{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes size-highlight{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes waves{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes fall{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.snowflake{position:absolute;top:-5vh;animation-name:fall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes animatedgradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animated-gradient-text{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:animatedgradient var(--animation-speed) ease infinite}@keyframes fall-short{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.snowflake-short{position:absolute;top:0;animation-name:fall-short;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.animate-fade-out{animation:fadeOut .5s ease-out forwards}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-fill{animation-fill-mode:both}.animate-fade-in-slide-up{animation:fadeInSlideUp .5s ease-out forwards}.animate-fade-out-slide-down{animation:fadeOutSlideDown .5s ease-out forwards}@media(prefers-reduced-motion:reduce){.animate-fade-in,.animate-fade-in-slide-up,.animate-fade-out,.animate-fade-out-slide-down{animation:none}}.live-sub-page-container{margin:8px 24px;display:flex;flex-direction:column;overflow:hidden;min-height:875px;width:100%}@media(min-width:992px){.live-sub-page-container{min-width:875px;min-height:calc(100vh - 105px);max-width:1920px;padding:16px 24px}}.live-sub-page-container .live-sub-header-row{display:flex;width:100%;justify-content:space-between;margin:0 0 24px;flex-direction:column;gap:24px;align-items:center}@media(min-width:992px){.live-sub-page-container .live-sub-header-row{flex-direction:row}}.live-sub-page-container .live-sub-header-row .live-sub-header{display:flex;gap:16px;align-items:center}.live-sub-page-container .live-sub-header-row .live-sub-header .live-dot{width:15px;height:15px;border-radius:50%;background-color:red;-webkit-animation:pulsate 4s ease-out;-webkit-animation-iteration-count:infinite;animation:pulsate 4s ease-out;animation-iteration-count:infinite;opacity:1}.live-sub-page-container .live-sub-header-row .live-sub-header .live-sub-header-text{font-weight:700!important;font-size:20px!important}@media(min-width:992px){.live-sub-page-container .live-sub-header-row .live-sub-header .live-sub-header-text{font-size:18px!important}}.live-sub-page-container .live-sub-header-row .view-buttons-container{height:52px}.live-sub-page-container .live-sub-content{display:flex;flex:1;flex-direction:column;justify-content:space-evenly;align-items:center;background-color:#fafafa;border-radius:24px;padding:44px 0}@media(max-width:419px){.live-sub-page-container .live-sub-content{transform:scaleY(.95)}}.live-sub-page-container .live-sub-content.split{background-color:transparent;padding:unset}.live-sub-page-container .live-sub-content .live-sub-meta-container{display:flex;flex-direction:column;flex:1;justify-content:center;gap:unset;margin-bottom:16px}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-meta-container{gap:unset;margin-bottom:unset;gap:24px}}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info{display:flex;flex-direction:column;gap:24px;align-items:center}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info .live-sub-channel-avatar{display:block;width:90px;height:90px}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info .live-sub-channel-avatar{width:178px;height:178px}}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info .live-sub-channel-logo-container{display:flex;position:relative;align-items:center}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info .live-sub-channel-logo-container .abs-logo{position:absolute;left:calc(100% + 60px);display:none}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info .live-sub-channel-logo-container .abs-logo{display:block}}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info .live-sub-channel-logo-container .live-sub-channel-name-text{font-size:18px!important;font-weight:600!important}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info .live-sub-channel-logo-container .live-sub-channel-name-text{font-size:36px!important;font-weight:700!important}}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count{display:flex;flex-direction:column;align-items:center;margin-top:unset}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count{margin-top:16px;min-width:750px}}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count.split{margin-top:unset}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-count-text{font-weight:800!important;letter-spacing:-.02em;font-size:140px!important;line-height:200px}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-count-text-mobile{font-size:36px!important;font-weight:800!important;letter-spacing:-.02em}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-logo-container{position:relative;display:flex;align-items:center}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-logo-container .abs-logo-split{position:absolute;left:calc(100% + 60px);display:none}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-logo-container .abs-logo-split{display:block}}.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-count-subtext{font-size:18px!important;font-weight:600!important;color:#7a7a7a}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-count-subtext{font-size:36px!important}}.live-sub-page-container .live-sub-content .live-sub-disclaimer{justify-content:center;display:none}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-disclaimer{display:flex}}.live-sub-page-container .live-sub-content .live-sub-disclaimer .ls-disclaimer-text{font-size:14px!important;font-weight:700!important;color:#a0a4a6}.live-sub-page-container .live-sub-content .live-sub-disclaimer .ls-disclaimer-text .ls-disclaimer-text-highlight{color:hsl(from var(--vs-sub-text) h s l/1)}.live-sub-page-container .live-sub-content .live-sub-disclaimer .ls-disclaimer-text .ls-disclaimer-text-highlight--light{color:#000}.live-sub-page-container .live-sub-content .live-sub-comparison-container{display:flex;gap:32px;width:100%;justify-content:space-between}@media(min-width:992px){.live-sub-page-container .live-sub-content .live-sub-comparison-container{margin-top:24px}}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card{width:50%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background-color:#fafafa;border-radius:24px;overflow:hidden}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .live-sub-comparison-card-highlight{width:100%;height:16px}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .live-sub-comparison-card-highlight.red{background-color:red}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .live-sub-comparison-card-highlight.blue{background-color:#4262ff}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta{display:flex;flex-direction:column;padding:32px 0}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-container-channel-info{display:flex;flex-direction:column;gap:24px;align-items:center}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-container-channel-info .comparison-container-channel-avatar{display:block;width:142px;height:142px}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-container-channel-info .comparison-container-channel-avatar.cc-scale:hover{scale:1.05}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-container-channel-info .comparison-container-channel-name-text{font-size:28px!important;font-weight:700!important}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-sub-count{display:flex;flex-direction:column;align-items:center}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-sub-count .comparison-sub-count-text{font-size:80px!important;font-weight:800!important;letter-spacing:-.02em}.live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-sub-count .comparison-sub-count-subtext{font-size:28px!important;font-weight:700!important;color:#7a7a7a;margin:24px 0;display:flex;flex-direction:column}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile{display:flex;flex-direction:row;gap:24px;margin-top:16px}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card{display:flex;flex-direction:column;align-items:center;gap:20px}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-channel-meta{display:flex;flex-direction:column;align-items:center;gap:8px}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-channel-meta .ls-mobile-avatar{width:90px;height:90px;border:3px solid #4262ff;border-radius:50%}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-channel-meta .ls-mobile-avatar.red{border-color:red}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-channel-meta .ls-mobile-channel-name-text{font-size:18px!important;font-weight:600!important}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count{display:flex;flex-direction:column;align-items:center;gap:3px}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count .ls-mobile-sub-count-text{font-size:18px!important;font-weight:800!important;letter-spacing:-.02em}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count .ls-mobile-sub-count-sub-text{font-size:14px!important;font-weight:600!important;color:#5c5e61;display:flex;flex-direction:column;justify-content:center;align-items:center}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count .ls-mobile-sub-count-sub-text .ls-mobile-sub-sub-text{font-size:10px!important}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count .ls-mobile-sub-count-sub-text .ls-mobile-sub-sub-text .ls-mobile-sub-sub-text-highlight--light{color:#000}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count .ls-mobile-sub-count-sub-text .ls-mobile-sub-sub-text .ls-mobile-sub-sub-text-highlight{color:hsl(from var(--vs-sub-text) h s l/1)}.live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-vs{display:flex;align-items:center;justify-content:center;font-size:24px!important;font-weight:700!important}.live-sub-page-container .live-sub-email-form{display:flex;gap:100px;justify-content:center;align-items:center;height:200px}.live-sub-page-container .live-sub-email-form .live-sub-email-form-heading{display:flex;flex-direction:column;gap:8px}.live-sub-page-container .live-sub-email-form .live-sub-email-form-heading .live-sub-email-form-heading-text{font-size:36px!important;font-weight:700!important}.live-sub-page-container .live-sub-email-form .live-sub-email-form-heading .live-sub-email-form-sub-text{font-size:20px!important;font-weight:500!important}.live-sub-page-container .live-sub-email-form .live-sub-email-input{width:400px;max-height:65px}.live-sub-page-container .live-sub-email-form-mobile{padding:16px;background-color:#fff;border:1px solid #f0f2f4;box-shadow:0 0 15px 0 rgba(0,0,0,.04);border-radius:24px;margin:20px 0}.live-sub-page-container .live-sub-email-form-mobile,.live-sub-page-container .live-sub-email-form-mobile .live-sub-email-form-heading{display:flex;flex-direction:column;align-items:center;gap:16px}.live-sub-page-container .live-sub-email-form-mobile .live-sub-email-form-heading .live-sub-email-form-heading-text{font-size:18px!important;font-weight:700!important}.live-sub-page-container .live-sub-email-form-mobile .live-sub-email-form-heading .live-sub-email-form-sub-text{font-size:16px!important;font-weight:500!important;margin:0 12%;text-align:center}.live-sub-page-container .live-sub-email-form-mobile .live-sub-email-input{width:400px;max-height:65px}.live-sub-page-container .slot-counter-container{display:flex;align-items:center;justify-content:center}[data-theme=dark] .live-sub-page-container .live-sub-header-row .live-sub-header .live-sub-header-text{color:#fff}[data-theme=dark] .live-sub-page-container .live-sub-content{background-color:hsl(from var(--vs-content-bg) h s l/1);border:1px solid hsl(from var(--vs-border) h s l/1)}[data-theme=dark] .live-sub-page-container .live-sub-content.split{background-color:transparent;border:unset}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-channel-info .live-sub-channel-logo-container .live-sub-channel-name-text,[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-count-text,[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-count-text-mobile{color:#fff}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-disclaimer .ls-disclaimer-text,[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-meta-container .live-sub-count .live-sub-count-subtext{color:#a0a4a6}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-disclaimer .ls-disclaimer-text .ls-disclaimer-text-highlight--light{color:#fff}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card{background-color:#0f1012;border:1px solid #47484a}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-container-channel-info .comparison-container-channel-name-text,[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-sub-count .comparison-sub-count-text{color:#fff}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container .live-sub-comparison-card .comparison-container-meta .comparison-sub-count .comparison-sub-count-subtext{color:#eee}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-channel-meta .ls-mobile-channel-name-text,[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-channel-meta .ls-mobile-sub-count .ls-mobile-sub-count-text,[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count .ls-mobile-sub-count-text{color:#fff}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count .ls-mobile-sub-count-sub-text{color:#a0a4a6}[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-comparison-card .ls-mobile-sub-count .ls-mobile-sub-count-sub-text .ls-mobile-sub-sub-text .ls-mobile-sub-sub-text-highlight--light,[data-theme=dark] .live-sub-page-container .live-sub-content .live-sub-comparison-container-mobile .ls-mobile-vs,[data-theme=dark] .live-sub-page-container .live-sub-email-form .live-sub-email-form-heading .live-sub-email-form-heading-text,[data-theme=dark] .live-sub-page-container .live-sub-email-form .live-sub-email-form-heading .live-sub-email-form-sub-text,[data-theme=dark] .live-sub-page-container .live-sub-email-form-mobile .live-sub-email-form-heading .live-sub-email-form-heading-text,[data-theme=dark] .live-sub-page-container .live-sub-email-form-mobile .live-sub-email-form-heading .live-sub-email-form-sub-text{color:#fff}[data-theme=dark] .live-sub-page-container .live-sub-email-form-mobile{background-color:hsl(from var(--vs-content-bg) h s l/1);border:1px solid hsl(from var(--vs-border) h s l/1)}@keyframes pulsate{0%{-webkit-transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);opacity:.5}to{-webkit-transform:scale(1);opacity:1}}.highlight :nth-child(10),.highlight :nth-child(11),.highlight :nth-child(5),.highlight :nth-child(6),.highlight :nth-child(7),.highlight :nth-child(8),.highlight :nth-child(9){color:hsl(from var(--vs-sub-text) h s l/1)}@keyframes hlc-lives_move__V011H{0%{left:-50%}to{left:150%}}@keyframes hlc-lives_appear__ASP2L{0%{opacity:0}to{opacity:1}}@keyframes hlc-lives_frame-highlight__yMW3_{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes hlc-lives_size-highlight__i8UVW{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes hlc-lives_waves__viMaC{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes hlc-lives_fall__piG82{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.hlc-lives_snowflake__ShGCM{position:absolute;top:-5vh;animation-name:hlc-lives_fall__piG82;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hlc-lives_animatedgradient__U4dSB{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hlc-lives_animated-gradient-text__GMwAa{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:hlc-lives_animatedgradient__U4dSB var(--animation-speed) ease infinite}@keyframes hlc-lives_fall-short__SwNQK{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.hlc-lives_snowflake-short__A0Vo6{position:absolute;top:0;animation-name:hlc-lives_fall-short__SwNQK;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes hlc-lives_fadeOut__yEAVt{0%{opacity:1}to{opacity:0}}@keyframes hlc-lives_fadeIn__XtX__{0%{opacity:0}to{opacity:1}}@keyframes hlc-lives_fadeInSlideUp__MCVu7{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hlc-lives_fadeOutSlideDown__BcaBR{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.hlc-lives_animate-fade-out__eCeqN{animation:hlc-lives_fadeOut__yEAVt .5s ease-out forwards}.hlc-lives_animate-fade-in__WnS6V{animation:hlc-lives_fadeIn__XtX__ .5s ease-out forwards}.hlc-lives_animate-fill__152j6{animation-fill-mode:both}.hlc-lives_animate-fade-in-slide-up__FoIon{animation:hlc-lives_fadeInSlideUp__MCVu7 .5s ease-out forwards}.hlc-lives_animate-fade-out-slide-down__Fjnp7{animation:hlc-lives_fadeOutSlideDown__BcaBR .5s ease-out forwards}@media(prefers-reduced-motion:reduce){.hlc-lives_animate-fade-in-slide-up__FoIon,.hlc-lives_animate-fade-in__WnS6V,.hlc-lives_animate-fade-out-slide-down__Fjnp7,.hlc-lives_animate-fade-out__eCeqN{animation:none}}.hlc-lives_hlc_lives_container__iSOCG{width:151px;height:54px;border-radius:13px;display:flex;align-items:center;justify-content:center;padding:11px 15px;position:relative;overflow:hidden;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.05)}.hlc-lives_hlc_lives_container__iSOCG:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1}.hlc-lives_hlc_lives_container__iSOCG>*{position:relative;z-index:6}.hlc-lives_heart_wrapper__jlym4{display:flex;align-items:center;justify-content:center;height:100%;margin-right:-20px}.hlc-lives_heart_wrapper__jlym4:last-child{margin-right:0}.hlc-lives_heart_icon__LuPMi{transform:translateY(3px)}.hlc-lives_available_heart__WdpCx{filter:brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(95%) contrast(112%)}.hlc-lives_unavailable_heart__E6HXK{filter:brightness(0) saturate(100%) invert(42%) sepia(0) saturate(1%) hue-rotate(86deg) brightness(92%) contrast(89%);opacity:.5}[data-theme=dark] .hlc-lives_hlc_lives_container__iSOCG,[data-theme=dark] .hlc-lives_hlc_lives_container__iSOCG:before{background:#282828}@media(max-width:991px){.hlc-lives_hlc_lives_container__iSOCG{width:100%;height:unset;border-radius:13px;background:none!important;padding:unset}.hlc-lives_hlc_lives_container__iSOCG:before{background:none!important}.hlc-lives_hlc_lives_container__iSOCG .hlc-lives_heart_wrapper__jlym4{margin-right:-8px}}