:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color-scheme:light dark;color:#ffffffde;background-color:#242424;--font-main: "Aoboshi One";--font-second: "Inter";font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--footer-height: 78px;--content-height: 287px;--safe-area-inset-bottom: calc( 100vh - var(--tg-viewport-stable-height, 100vh) )}*{outline:none!important;box-sizing:border-box;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}html,body{margin:0;font-family:var(--font-main);min-height:100%;height:100%;touch-action:none!important}body:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;border:1px solid #7e6949;pointer-events:none;z-index:1000}input,button{margin:0;padding:0;outline:none;border:none}#root{height:100%;flex:1}#GameDiv{position:fixed;top:0;left:0;right:0;transition:all .4s ease}.inactive{filter:blur(3px);z-index:0!important;opacity:1!important;pointer-events:none}.active{filter:blur(0);pointer-events:initial;z-index:1100!important;opacity:1!important}.loading{opacity:.6;pointer-events:none}._main_1fsri_1{position:relative;flex:1;height:calc(100% - var(--safe-area-inset-bottom, 0))}._main_1fsri_1:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;background-size:100% 100%;opacity:0;pointer-events:none;background-image:url(../images/backgrounds/default.png);transition:all .4s ease}._main_1fsri_1._defaultBg_1fsri_20:before{opacity:1;z-index:1}._dashboard_1fsri_25{position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;background-image:url(../images/dashboard/bg.png?v=1);background-repeat:no-repeat;background-size:cover;background-position:bottom center}._container_1geka_1{position:fixed;margin-left:auto;margin-right:auto;width:363px;height:62px;padding:10px;bottom:var(--safe-area-inset-bottom, 0);left:0;right:0;display:flex;width:100%;align-items:center;justify-content:space-between;z-index:3}._container_1geka_1._inactive_1geka_17{pointer-events:none}._container_1geka_1:after{content:"";position:absolute;z-index:1;bottom:calc(-1 * var(--safe-area-inset-bottom, 0));left:0;right:0;height:calc(162px + var(--safe-area-inset-bottom, 0));pointer-events:none;background:linear-gradient(180deg,#3b448300,#2730598e 44.5%,#20294ac2 58%,#161f33e0 74.5%,#161f33)}._topLine_1geka_32{position:absolute;bottom:100%;width:calc(100% - 20px);top:-3.5px;left:10px;right:10px;pointer-events:none;z-index:2}._button_1geka_43{position:relative;z-index:2;flex:0 0 30px;height:30px;color:#fff;font-size:10px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;background:none;transition:transform .4s ease}._button_1geka_43:hover{transform:scale(.95)}._button_1geka_43._disabled_1geka_60{opacity:.4;pointer-events:none}._decor_1geka_65{position:relative;z-index:2}._tooltip_1geka_70{position:absolute;top:-6px;right:-4px;width:30px;height:30px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url(../images/shared/tasks_icon.png);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-second);font-size:14px;font-style:normal;font-weight:700;line-height:24px;text-transform:uppercase}._battlepass_1geka_93{position:absolute;left:0;right:0;width:100%;top:-13px;padding-top:10px;height:186px;display:flex;justify-content:center;background-repeat:no-repeat;background-size:100% auto;background-position:top center;background-image:url(../images/footer/menu_open.png);transition:transform .4s ease}._battlepass_1geka_93._opened_1geka_109{transform:translateY(-30%)}@media screen and (max-width: 350px){._battlepass_1geka_93{background-size:100% 74%}}._container_1qp0j_1{position:relative;z-index:10;margin-left:auto;margin-right:auto;padding-top:10px;width:300px;height:calc(100% - var(--footer-height) - 38px);display:flex;flex-direction:column;justify-content:flex-end;align-items:center}._container_1qp0j_1._inactive_1qp0j_14{pointer-events:none}._gutter_1qp0j_18{margin-top:auto;pointer-events:none}._header_1qp0j_23{position:relative;z-index:6}._empty_1qp0j_28{width:100%}._startButton_1qp0j_32{margin-left:auto;margin-right:auto}._startButton_1qp0j_32 span{font-size:18px;text-transform:lowercase}._buttonText_1qp0j_41{display:flex;align-items:baseline;gap:4px}._rewindButtons_1qp0j_47{margin-top:40px;display:flex;flex-direction:column;gap:20px}._alert_1qp0j_54{margin-left:auto;margin-right:auto;margin-bottom:6px;padding-top:5px;width:94px;height:34px;display:flex;align-items:flex-start;justify-content:center;gap:2px;color:var(--white, var(--white, #fff));text-align:center;font-family:Aoboshi One;font-size:12px;font-style:normal;font-weight:400;line-height:14px;text-transform:uppercase;background-position:top center;background-image:url(../images/battlepass/bubblealert.png);background-repeat:no-repeat;background-size:contain}._alert_1qp0j_54 svg{position:relative;top:2px}._container_1j31c_1{position:fixed;top:0;left:0;right:0;z-index:1;padding-left:10px;padding-right:10px;overflow:hidden;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:30px;opacity:1;transition:opacity .4s ease}._container_1j31c_1:after{content:"";position:absolute;top:0;left:0;width:105%;height:105%;background-repeat:no-repeat;background-size:cover;background-position:top center;transition:transform .4s ease;background-image:url(../images/loader/bg.jpg);will-change:transform;animation:_loaderBg_1j31c_1 20s linear infinite;animation-fill-mode:both}@keyframes _loaderBg_1j31c_1{0%{transform:translate(0)}50%{transform:translate(-3%)}to{transform:translate(0)}}._container_1j31c_1._loaded_1j31c_46{opacity:0;pointer-events:none}@keyframes _animatedBackground_1j31c_1{0%{background-position:0 0}50%{background-position:-15px 0}to{background-position:0 0}}._loader_1j31c_62{position:relative;display:flex;flex-direction:column;align-items:center;z-index:2}._loaderBar_1j31c_70{margin:4px 0;display:block}._loaderMessage_1j31c_75{position:relative;z-index:2;margin-left:auto;margin-right:auto;padding:19px 17px 20px;display:flex;align-items:center;color:#c1c5c8;font-size:14px;font-style:normal;font-weight:400;line-height:normal;background-repeat:no-repeat;text-align:center;background-size:cover;width:300px;height:107px;background-image:url(../images/loader/boarder.png)}._loaderMessage_1j31c_75 img{height:18px;display:inline-block;vertical-align:bottom}._loaderMessage_1j31c_75 span{padding:0 3px;display:inline;color:#fff;font-weight:700}._loaderProgress_1j31c_107{width:100%;transform-origin:0 0;transition:transform .4s ease}._loaderText_1j31c_113{color:#fff;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase}._loaderBottomText_1j31c_121{color:#d9d9d9;font-family:var(--font-second);font-size:12px;font-style:normal;font-weight:400}._character_1j31c_129{position:absolute;z-index:2;object-fit:cover;height:400px;transform:translate(-20%);animation:_character_1j31c_129 20s linear infinite;animation-fill-mode:both;will-change:transform}@keyframes _character_1j31c_129{0%{transform:translate(-15%)}50%{transform:translate(-10%)}to{transform:translate(-15%)}}._container_1k9pe_1{width:100%;height:60px;flex-shrink:0;display:flex;color:#fff}._rank_1k9pe_9{padding:6px;flex:0 0 60px;background-repeat:no-repeat;border:2px solid #2076d7;background-size:cover;display:flex;align-items:flex-end;text-transform:uppercase;color:transparent}._panel_1k9pe_21{padding:2px 0 2px 6px;flex:1;display:flex;flex-direction:column;gap:4px}._name_1k9pe_29{height:20px;flex-shrink:0;font-family:Aoboshi One;font-size:14px;font-style:normal;font-weight:400;line-height:14px;text-transform:uppercase}._row_1k9pe_40{display:flex;align-items:baseline;justify-content:space-between}._list_1k9pe_46{flex-shrink:0;display:flex;gap:3px}._value_1k9pe_52{display:flex;align-items:baseline;gap:5px;color:#fff;font-family:Inter;font-size:10px;font-style:normal;font-weight:700;line-height:12px}._valueText_1k9pe_64{color:#c1c5c8;text-align:right;font-family:Inter;font-size:8px;font-style:normal;font-weight:400;line-height:12px}._time_1k9pe_74{color:#fff;font-family:Inter;font-size:10px;font-style:normal;font-weight:700;line-height:12px}._icon_1k9pe_83{position:relative;flex-shrink:0;width:12px;height:12px}._icon_1k9pe_83 svg{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;object-fit:cover}._info_1k9pe_100{font-family:var(--font-second);font-size:12px;font-style:normal;font-weight:400;line-height:24px}._info_1k9pe_100 span{margin-left:4px;display:inline-block;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:700;line-height:24px;text-transform:uppercase}._container_1up4h_1{margin-left:auto;margin-right:auto;padding:10px;z-index:1;width:234px;background:#00000061;display:flex;flex-direction:column;gap:10px;color:#fff}._level_1up4h_14{flex:1;display:flex;justify-content:space-between;gap:6px}._levelItem_1up4h_21{display:flex;align-items:center;justify-content:flex-end;text-align:right;color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._levelItem_1up4h_21 img{height:20px}._levelItem_1up4h_21 span{color:#c1c5c8}._levelItemName_1up4h_40{position:relative;bottom:3px;color:#c1c5c8;font-family:Aoboshi One;font-size:18px;font-style:normal;font-weight:400;line-height:16px;text-transform:uppercase}._battlepass_1up4h_52{display:flex;justify-content:center}._progressContainer_1up4h_57{flex:1;display:flex;flex-direction:column;gap:2px}._progressInfo_1up4h_64{display:flex;justify-content:space-between}._progress_1up4h_57{position:relative;width:100%;background:#c0c6ff4d;height:4px;overflow:hidden}._progressLine_1up4h_77{position:absolute;top:0;bottom:0;left:0;width:100%;background:#29e462;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}._card_1up4h_89{flex:0 0 22px}._battlepass_1up4h_52 ._button_1up4h_93{position:relative;width:144px;height:40px;font-size:13px}._battlepass_1up4h_52 ._button_1up4h_93 img{width:20px;height:20px;object-fit:cover}._count_1up4h_105{position:absolute;top:-6px;right:-4px;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url(../images/shared/tasks_icon.png);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-second);font-size:14px;font-style:normal;font-weight:700;line-height:24px;text-transform:uppercase}._container_1o3sb_1{position:relative;top:0;z-index:10;width:100%;padding:10px 10px 0;display:flex;justify-content:space-between;align-items:center}._coins_1o3sb_12{min-width:110px;padding:4px 6px;display:flex;align-items:center;color:#fff;font-family:Aoboshi One;font-size:18px;gap:4px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase;background:#00000061}._coins_1o3sb_12 img{flex-shrink:0;object-fit:cover}._settingsContainer_1o3sb_32{top:0;right:0;display:flex;gap:8px}._tutorialSettings_1o3sb_39,._soundSettings_1o3sb_40{width:23px;height:23px;background-image:url(../images/shared/soundon_default.svg)}._tutorialSettings_1o3sb_39:hover,._soundSettings_1o3sb_40:hover{background-image:url(../images/shared/soundon_select.svg)}._tutorialSettings_1o3sb_39._muted_1o3sb_49,._soundSettings_1o3sb_40._muted_1o3sb_49{background-image:url(../images/shared/soundoff_default.svg)}._tutorialSettings_1o3sb_39._muted_1o3sb_49:hover,._soundSettings_1o3sb_40._muted_1o3sb_49:hover{background-image:url(../images/shared/soundoff_select.svg)}._tutorialSettings_1o3sb_39{background-image:url(../images/shared/onboard_default.svg)}._tutorialSettings_1o3sb_39:hover,._tutorialSettings_1o3sb_39._active_1o3sb_61{background-image:url(../images/shared/onboard_select.svg)}._musicSettings_1o3sb_65{width:23px;height:23px;background-size:cover;background-image:url(../images/shared/music_default.svg)}._musicSettings_1o3sb_65._muted_1o3sb_49{background-image:url(../images/shared/musicoff_default.svg)}._rewindContainer_1w4as_1{margin-top:auto;display:flex;flex-direction:column;gap:30px}._rewind_1w4as_1{margin-top:30px;display:flex;flex-direction:row;gap:20px}._rewind_1w4as_1 button{font-family:Arial,Helvetica,sans-serif;padding:8px;font-size:10px}._container_1u5id_1{margin-top:auto;margin-bottom:22.5px;display:flex;align-items:center;gap:12px;width:300px;height:90px;padding:18px;background-repeat:no-repeat;background-image:url(../images/dashboard/background_popup.svg);color:#c1c5c8;font-size:14px;font-style:normal;font-weight:700;line-height:16px;text-transform:lowercase}._container_1u5id_1 span{color:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:16px;text-transform:lowercase}._icon_1u5id_28{width:24px;height:24px;flex-shrink:0;border-radius:100%;box-shadow:0 0 4px #00000040}._backdrop_j21bn_1{padding-top:0!important;align-items:center!important}._container_j21bn_6{padding:14px 18px;width:100%;max-width:229px;display:flex;flex-direction:column;background-repeat:no-repeat;background-size:100% 100%;background-image:url(../images/tutorial/bg.png);transform-origin:center center}._title_j21bn_18{margin-bottom:35px;color:#fff;text-align:center;text-shadow:0px 3px 5px rgba(60,40,1,.29);font-size:18px;font-style:normal;font-weight:400;line-height:27px;text-transform:uppercase}._list_j21bn_30{display:flex;flex-direction:column;margin-bottom:25px;gap:12px;color:#fff;font-size:11px;font-style:normal;font-weight:400;line-height:14px;animation:_splash_j21bn_1 1s normal forwards ease-in-out}@keyframes _splash_j21bn_1{0%{opacity:0}50%{opacity:1}to{opacity:1}}._item_j21bn_54{display:flex;align-items:center;gap:8px}._item_j21bn_54:nth-child(2n){flex-direction:row-reverse}._text_j21bn_63{height:70px;display:flex;align-items:center}._image_j21bn_69{flex-shrink:0;width:60px;height:60px;border-radius:16px}._footer_j21bn_76{margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}._footer_j21bn_76 img{width:76px;height:34px;cursor:pointer}._footer_j21bn_76 ._hidden_j21bn_94{opacity:0;pointer-events:none}._footer_j21bn_76 button{transition:opacity .4s ease;height:34px}._backdrop_1m8mg_1{padding-top:0!important;align-items:center!important}._container_1m8mg_6{padding:14px 18px;width:100%;max-width:229px;display:flex;flex-direction:column;background-repeat:no-repeat;background-size:100% 100%;background-image:url(../images/tutorial/bg.png);transform-origin:center center}._title_1m8mg_18{margin-bottom:35px;color:#fff;text-align:center;text-shadow:0px 3px 5px rgba(60,40,1,.29);font-size:18px;font-style:normal;font-weight:400;line-height:27px;text-transform:uppercase}._list_1m8mg_30{display:flex;flex-direction:column;margin-bottom:25px;gap:12px;color:#fff;font-size:11px;font-style:normal;font-weight:400;line-height:14px;animation:_splash_1m8mg_1 1s normal forwards ease-in-out}@keyframes _splash_1m8mg_1{0%{opacity:0}50%{opacity:1}to{opacity:1}}._item_1m8mg_54{display:flex;align-items:center;gap:8px}._item_1m8mg_54:nth-child(2n){flex-direction:row-reverse}._text_1m8mg_63{height:70px;display:flex;align-items:center}._image_1m8mg_69{flex-shrink:0;width:60px;height:60px;border-radius:16px}._footer_1m8mg_76{margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}._footer_1m8mg_76 img{width:76px;height:34px;cursor:pointer}._footer_1m8mg_76 ._hidden_1m8mg_94{opacity:0;pointer-events:none}._footer_1m8mg_76 button{transition:opacity .4s ease;height:34px}._backdrop_1m8mg_1{padding-top:0;align-items:center}._bonusContainer_1m8mg_108{min-height:auto;background-image:url(../images/tutorial/bg2.png)}._bonusItem_1m8mg_113{display:flex;flex-direction:column;align-items:center}._bonusText_1m8mg_119{font-size:11px;font-weight:400;line-height:14px;text-align:left;margin:0 0 20px;height:auto}._bonusFooter_1m8mg_129{justify-content:center}._bonusImage_1m8mg_133{width:52px;height:52px}._bonusTitle_1m8mg_138{margin:10px auto 10px 0;font-size:14px;font-weight:400;line-height:14px;text-transform:uppercase;text-align:left}._bonusTutorial_1m8mg_149{height:auto;margin-bottom:10px}._bonusTutorial_1m8mg_149 img{width:100%}._container_1l5b0_1{margin-left:auto;margin-right:auto;padding:3px 7px;width:252px;height:28px;display:flex;flex-direction:column;background:#0000004d}._levelText_1l5b0_12{color:#c1c5c8;font-family:Aoboshi One;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-transform:lowercase}._text_1l5b0_22{display:flex;justify-content:space-between}._label_1l5b0_27{display:flex;align-items:baseline}._level_1l5b0_12{color:#c1c5c8;font-family:Aoboshi One;font-size:18px;font-style:normal;font-weight:400;line-height:16px;text-transform:uppercase}._progress_1l5b0_42{position:relative;width:100%;background:#c0c6ff4d;height:4px;overflow:hidden}._progressLine_1l5b0_50{position:absolute;top:0;bottom:0;left:0;width:100%;background:#29e462;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}._container_1tyjc_1{position:relative;background-repeat:no-repeat;background-size:cover}._container_1tyjc_1._small_1tyjc_6{width:56px;height:56px}._container_1tyjc_1._small2_1tyjc_10{width:76px;height:76px}._container_1tyjc_1._small_60_1tyjc_14{width:60px;height:60px}._container_1tyjc_1._middle_1tyjc_18{width:83px;height:83px}._container_1tyjc_1._large_1tyjc_22{width:163px;height:163px}._container_1tyjc_1 img{position:relative;z-index:1;width:97%;height:97%;object-fit:cover}._container_1tyjc_1._gray_1tyjc_33:before{background-image:url(../images/cards/itemcommon.png)}._container_1tyjc_1._green_1tyjc_36:before{background-image:url(../images/cards/itemrare.png)}._container_1tyjc_1._blue_1tyjc_39:before{background-image:url(../images/cards/itemlegendary.png)}._container_1tyjc_1._violet_1tyjc_42:before{background-image:url(../images/cards/itemmythic.png)}._container_1tyjc_1._orange_1tyjc_45:before{background-image:url(../images/cards/itemunique.png)}._container_1tyjc_1._red_1tyjc_48:before{background-image:url(../images/cards/itemepic.png)}._container_1tyjc_1._battepass_gold_border_1tyjc_51._large_1tyjc_22:after{transform:scale(1.3)}._container_1tyjc_1._battepass_gold_border_1tyjc_51._small_1tyjc_6:after{transform:scale(1.28)}._container_1tyjc_1._battepass_gold_border_1tyjc_51:after{transform:scale(1.32);background-image:url(../images/cards/battlepassboarderwin.png)}._container_1tyjc_1._battepass_gray_border_1tyjc_61:after{transform:scale(1.4);background-image:url(../images/cards/battlepassboarder.png)}._container_1tyjc_1._gold_border_1tyjc_65:after{background-image:url(../images/cards/iteminfoborder.png)}._container_1tyjc_1._blue_border_1tyjc_68{border:1.48px solid #2076d7}._container_1tyjc_1._bg_border_1tyjc_71:after{border-radius:3.337px;background-image:url(../images/cards/boarder.png)}._container_1tyjc_1._bg_border_1tyjc_71:before{border-radius:3.337px}._container_1tyjc_1:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:0;background-repeat:no-repeat;background-size:cover}._container_1tyjc_1:after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;z-index:2;background-repeat:no-repeat;background-position:center;background-size:cover}._startTime_1tyjc_105{position:absolute;z-index:2;padding-left:5px;width:80px;display:flex;align-items:center;height:17px;bottom:5px;font-size:10px;font-style:normal;font-weight:400;line-height:20px}._startTime_1tyjc_105 svg{position:absolute;left:0;z-index:-1}._count_1tyjc_125{position:absolute;left:-5px;bottom:-5px;z-index:3;width:37.167px;height:24.647px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-second);font-size:11.208px;font-style:normal;font-weight:500;line-height:150%;text-transform:uppercase;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(../images/cards/inventoryamount.png)}._count_1tyjc_125._large_1tyjc_22{left:-10px;bottom:-10px;width:63.333px;height:42px}._count_1tyjc_125{position:absolute;right:-5px;bottom:-5px;z-index:3;width:37.167px;height:24.647px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-second);font-size:11.208px;font-style:normal;font-weight:500;line-height:150%;text-transform:uppercase;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(../images/cards/inventoryamount.png)}._left_1tyjc_177{position:absolute;padding:2px 5px;right:-5px;bottom:-5px;z-index:3;height:24.647px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-second);font-size:11.077px;font-style:normal;font-weight:700;line-height:14.769px;text-transform:uppercase;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(../images/cards/itemleft.png)}._left_1tyjc_177._isZero_1tyjc_199{background-image:url(../images/cards/zeroleft.png)}._taskTime_1tyjc_203{position:absolute;top:0;right:-5px;z-index:3;padding-left:12px;width:80px;display:flex;align-items:center;justify-content:flex-start;height:17px;bottom:5px;color:red;text-align:center;font-family:var(--font-second);font-size:12px;font-style:italic;font-weight:500;line-height:20px;text-transform:uppercase}._taskTime_1tyjc_203 svg{position:absolute;left:0;z-index:-1}._collectedIcon_1tyjc_230{position:absolute;top:50%;left:50%;transform:translate(-50%,-70%);z-index:3}._collectImage_1tyjc_238{position:absolute;z-index:3!important;left:50%;bottom:19px;transform:translate(-50%);width:62px!important;object-fit:cover;height:15px!important}._shopTime_1tyjc_249{position:absolute;top:0;left:-5px;z-index:3;padding-left:5px;width:80px;display:flex;align-items:center;justify-content:flex-start;height:17px;bottom:5px;color:red;text-align:center;font-family:var(--font-second);font-size:12px;font-style:italic;font-weight:500;line-height:20px;text-transform:uppercase}._shopTime_1tyjc_249 svg{position:absolute;left:0;z-index:-1}._container_18ihn_1{overflow:hidden;overflow-y:auto;padding-right:10px}._container_18ihn_1::-webkit-scrollbar{-webkit-appearance:none}._container_18ihn_1::-webkit-scrollbar:vertical{width:9px}._container_18ihn_1::-webkit-scrollbar-thumb{border-radius:7px;background:linear-gradient(180deg,#576473,#2d3542);border:none}._container_18ihn_1::-webkit-scrollbar-track{padding:2px;background:#00000091;border-radius:5px}._container_18ihn_1._bottom_18ihn_23{scroll-margin-right:20px}._container_wjnl1_1{padding:22px 16px;width:233px;min-height:228px;background:#000000ba;-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);display:flex;flex-direction:column;gap:10px;color:#fff}._title_wjnl1_13{font-size:17px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}._text_wjnl1_21{color:#fff;font-family:var(--font-second);font-size:12px;font-style:normal;font-weight:400;line-height:normal}._closeButton_wjnl1_30{margin-left:auto;margin-right:auto;margin-top:auto;width:98px;height:34px;background-repeat:no-repeat;background-size:cover;background-image:url(../images/buttons/close.png)}._closeButton_wjnl1_30:hover{background-image:url(../images/buttons/close_tap.png)}._container_5sc9r_1{width:70px;height:20px}._container_5sc9r_1 img{width:100%;height:100%;object-fit:cover}._backdrop_1lofx_1{position:fixed;top:0;left:0;padding-top:30%;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:flex-start;-webkit-transform:translateZ(0);background:#00000054;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._container_r8oyj_1{width:20px;height:20px;box-shadow:0 0 4px #00000040}._container_r8oyj_1 img{width:100%;height:100%}._confettiParticle_i1j83_1{width:10px;height:10px;background-color:getRandomColor(#ff0000,#00ff00,#0000ff);border-radius:getShape();transform-origin:center center;animation:_confetti-fall_i1j83_1 3s ease-in-out infinite}@keyframes _confetti-fall_i1j83_1{0%{transform:translateY(-100vh) rotate(0)}to{transform:translateY(100vh) rotate(360deg)}}._container_3xi4y_1{position:relative;background-repeat:no-repeat;background-size:cover}._container_3xi4y_1._disabled_3xi4y_6{opacity:.4}._container_3xi4y_1._Base_3xi4y_9{border:2px solid var(--6063F0_void, #6063f0)}._container_3xi4y_1._Common_3xi4y_12{border:2px solid var(--7B8998_common, #7b8998)}._container_3xi4y_1._Rare_3xi4y_15{border:2px solid var(--409632_rare, #409632)}._container_3xi4y_1._Epic_3xi4y_18{border:2px solid var(--2076D7_epic, #2076d7)}._container_3xi4y_1._Legend_3xi4y_21{border:2px solid var(--DA1A3D_legendary, #da1a3d)}._container_3xi4y_1._Mythic_3xi4y_24{border:2px solid var(--F6A302_mythic, #ffa800)}._container_3xi4y_1._Unique_3xi4y_27{border:2px solid var(--C242F0_unique, #c242f0)}._container_3xi4y_1._size_90_3xi4y_30{width:90px;height:90px}._container_3xi4y_1._size_60_3xi4y_34{width:60px;height:60px}._container_3xi4y_1._size_22_3xi4y_38{width:22px;height:22px}._container_3xi4y_1._size_46_3xi4y_42{width:46px;height:46px}._container_3xi4y_1._size_30_3xi4y_46{width:30px;height:30px}._amount_3xi4y_51{position:absolute;right:4px;bottom:4px;width:40px;height:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-style:normal;font-weight:700;line-height:14px;text-transform:uppercase}._amount_3xi4y_51 svg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;z-index:0}._amount_3xi4y_51 span{position:relative;z-index:1}._left_3xi4y_78{position:absolute;padding:2px 5px;right:-5px;bottom:-5px;z-index:3;height:24.647px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-second);font-size:11.077px;font-style:normal;font-weight:700;line-height:14.769px;text-transform:uppercase;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(../images/cards/itemleft.png)}._left_3xi4y_78._isZero_3xi4y_100{background-image:url(../images/cards/zeroleft.png)}._informationIcon_3xi4y_104{position:absolute;top:4px;right:4px;z-index:3}._startTime_3xi4y_111{position:absolute;z-index:2;padding-left:5px;width:80px;display:flex;align-items:center;height:17px;bottom:5px;font-size:10px;font-style:normal;font-weight:400;line-height:20px}._startTime_3xi4y_111 svg{position:absolute;left:0;z-index:-1}._count_3xi4y_131{position:absolute;left:-5px;bottom:-5px;z-index:3;width:37.167px;height:24.647px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-second);font-size:11.208px;font-style:normal;font-weight:500;line-height:150%;text-transform:uppercase;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(../images/cards/inventoryamount.png)}._count_3xi4y_131._large_3xi4y_153{left:-10px;bottom:-10px;width:63.333px;height:42px}._count_3xi4y_131{position:absolute;right:-5px;bottom:-5px;z-index:3;width:37.167px;height:24.647px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-second);font-size:11.208px;font-style:normal;font-weight:500;line-height:150%;text-transform:uppercase;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background-image:url(../images/cards/inventoryamount.png)}._taskTime_3xi4y_183{position:absolute;top:0;right:-5px;z-index:3;padding-left:12px;width:80px;display:flex;align-items:center;justify-content:flex-start;height:17px;bottom:5px;color:red;text-align:center;font-family:var(--font-second);font-size:12px;font-style:italic;font-weight:500;line-height:20px;text-transform:uppercase}._taskTime_3xi4y_183 svg{position:absolute;left:0;z-index:-1}._shopTime_3xi4y_210{position:absolute;top:0;left:-5px;z-index:3;padding-left:5px;width:80px;display:flex;align-items:center;justify-content:flex-start;height:17px;bottom:5px;color:red;text-align:center;font-family:var(--font-second);font-size:12px;font-style:italic;font-weight:500;line-height:20px;text-transform:uppercase}._shopTime_3xi4y_210 svg{position:absolute;left:0;z-index:-1}._successIcon_3xi4y_237,._currentNotOpened_3xi4y_245{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}._container_1bs6n_1{position:fixed;top:0;left:0;right:0;z-index:100;padding-top:16px;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;fill:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._close_1bs6n_17{position:absolute;top:10px;right:10px;width:10px;height:10px;z-index:1}._close_1bs6n_17 svg{position:absolute;top:0;right:0;left:0;bottom:0}._close_1bs6n_17:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(3)}._content_1bs6n_41{position:relative;width:240px;padding:20px 10px;display:flex;flex-direction:column;align-items:center;gap:10px;background:#000000b3;color:#fff;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:18px;text-transform:uppercase}._button_1ruip_1{width:178px;height:50px;display:flex;gap:6px;background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;font-size:16px;color:#c7ffad;text-transform:uppercase;background-image:url(../images/battlepass/battlepass.png)}._button_1ruip_1:hover{background-image:url(../images/battlepass/battlepasstap.png)}._button_1ruip_1 img{width:24px;height:24px}._button_12hqh_1{width:252px;height:60px;display:flex;gap:6px;background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;font-size:28px;line-height:30px;padding-bottom:5px;color:#fff;text-transform:uppercase;background-image:url(../images/buttons/start.png)}._button_12hqh_1:hover{background-image:url(../images/buttons/starttap.png)}._button_12hqh_1._disabled_12hqh_20{pointer-events:none;background-image:url(../images/buttons/btn_big.png);color:#c1c5c8}._button_12hqh_1._disabledButCanClick_12hqh_25{background-image:url(../images/buttons/btn_big.png);color:#c1c5c8}._button_12hqh_1 svg{margin-top:5px;flex-shrink:0;width:22px;height:22px}._button_1gzns_1{height:50px;display:flex;gap:8px;justify-content:flex-start;align-items:center;font-size:23.88px;font-style:normal;font-weight:400;line-height:23.88px;text-transform:uppercase;color:#c7ffad;background:var(--BBA075-986e36, linear-gradient(180deg, #bba075 0%, #986e36 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._button_1gzns_1 img{height:100%}._button_1xli8_1{display:flex;gap:6px;background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;font-size:28px;color:#fff;text-transform:uppercase;background-image:url(../images/buttons/blue.png)}._button_1xli8_1:hover{background-image:url(../images/buttons/bluetap.png)}._button_1xli8_1._disabled_1xli8_16{pointer-events:none;background-image:url(../images/buttons/bluetap.png)}._container_i8nf2_1{position:relative;width:252px;height:60px;pointer-events:none;background-repeat:no-repeat;overflow:hidden;background-size:100% 100%;display:flex;justify-content:center;align-items:center;font-weight:400;line-height:48px;text-transform:uppercase}._container_i8nf2_1 span{position:relative;z-index:3;color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:48px;text-transform:uppercase}._container_i8nf2_1._full_i8nf2_26:after{animation-duration:.2s;animation-fill-mode:forwards}._container_i8nf2_1._disabled_i8nf2_30{pointer-events:none;opacity:.3}._orange_i8nf2_35{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}._green_i8nf2_44{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;animation:_scaleX_i8nf2_1 15s linear}._full_i8nf2_26 ._green_i8nf2_44{animation-duration:.2s;animation-fill-mode:forwards}@keyframes _scaleX_i8nf2_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._border_i8nf2_66{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;object-fit:cover}._container_rb1x2_1{position:fixed;top:0;left:0;width:100%;height:100%;z-index:3000;display:flex;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:100% 100%;pointer-events:none;background-image:url(../images/backgrounds/defeatbackground.png)}._title_rb1x2_17{margin-bottom:75px;width:100%}._title_rb1x2_17 img{width:100%}._buttons_rb1x2_25{display:flex;flex-direction:column;align-items:center;gap:11px}._button_rb1x2_25{width:153px;height:42px;font-size:10.156px;color:#fff;font-style:normal;font-weight:400;line-height:19.388px;text-transform:uppercase}._wrapper_osd2c_1{position:fixed;top:0;width:100%;height:100%;z-index:3000;display:flex;justify-content:center;align-items:flex-start;z-index:16}._container_osd2c_13{padding-top:70px;width:273px;padding-left:15px;padding-right:15px;height:453px;background-repeat:no-repeat;background-position:center;background-image:url(../images/shared/flag_big.png);background-size:cover}._title_osd2c_25,._title_osd2c_25 img{width:100%}._content_osd2c_32{display:flex;flex-direction:column;justify-content:center;gap:18px}._starsContainer_osd2c_39{margin-bottom:11px;display:flex;flex-direction:column;gap:18px}._starLine_osd2c_46{width:100%}._stars_osd2c_39{display:flex;justify-content:center;gap:10px}._stars_osd2c_39 img{height:50px}._points_osd2c_59{width:165px;padding-top:5px;padding-right:30px;height:45px;color:#fff;text-align:right;font-size:18.65px;font-style:normal;font-weight:400;line-height:23px;background-repeat:no-repeat;background-image:url(../images/shared/coins.png);background-size:contain}._buttons_osd2c_75{display:flex;flex-direction:column;align-items:center;gap:11px}._button_osd2c_75{width:153px;height:42px;font-size:10.156px;color:#fff;font-style:normal;font-weight:400;line-height:19.388px;text-transform:uppercase}._battlePassUp_osd2c_93{position:absolute;padding:0 15px;bottom:18px;width:300px;height:90px;display:flex;align-items:center;gap:15px;background-repeat:no-repeat;background-size:cover;background-image:url(../images/result/notification.png)}._battlePassUpImage_osd2c_107{flex-shrink:0}._battlePassUpContent_osd2c_111{flex:1;color:var(--C1C5C8_text, #c1c5c8);font-size:14px;font-style:normal;font-weight:700;line-height:16px;text-transform:lowercase}._battlePassUpContent_osd2c_111 span{display:block;color:var(--white, var(--white, #fff));font-size:14px;font-style:normal;font-weight:700;line-height:16px;text-transform:lowercase}._battlePassUpButton_osd2c_130{margin-left:auto;display:flex;text-decoration:none;width:66px;height:30px;padding:0 6px;justify-content:center;align-items:center;flex-shrink:0;color:var(--white, var(--white, #fff));font-family:Aoboshi One;font-size:10px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase;background:var(--epic_gradient, linear-gradient(180deg, #1d779e 0%, #112b56 100%))}._wrapper_1tdv6_1{position:fixed;top:0;left:0;width:100%;height:100%;z-index:3000;display:flex;justify-content:center;align-items:center;z-index:16;background-repeat:no-repeat;background-size:cover;background-image:url(../images/backgrounds/default.png)}._container_1tdv6_17{position:relative;padding-top:140px;padding-left:10px;padding-right:10px;z-index:1;display:flex;align-items:flex-start;justify-content:center;width:229px;height:425px;background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url(../images/shared/rank_up_bg.png)}._text_1tdv6_34{color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}._title_1tdv6_44{display:flex;flex-direction:column;gap:11px;width:100%;color:#fff;text-align:center;align-items:center;text-shadow:0px 3px 5px rgba(60,40,1,.29);font-family:Aoboshi One;font-size:18px;font-style:normal;font-weight:400;line-height:27px;text-transform:uppercase}._title_1tdv6_44 img{width:160px}._line_1tdv6_64{margin:10px 0}._line_1tdv6_64 img{width:100%}._flag_1tdv6_71{position:absolute;left:50%;top:2px;padding-top:20px;width:78px;height:123px;transform:translate(-50%);color:#fff;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:36px;text-transform:uppercase;background-repeat:no-repeat;background-size:cover;background-image:url(../images/shared/flag.png)}._text_1tdv6_34{margin-bottom:23px}._buttons_1tdv6_95{display:flex;justify-content:center}._container_1qoiu_1{position:relative;z-index:1;padding-top:30px;height:calc(100% - var(--footer-height));display:flex;flex-direction:column}._content_1qoiu_10{margin-left:auto;margin-right:auto;padding-top:38px;flex:1;width:300px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}._list_1qoiu_22{padding-left:10px;flex:1 0 100%;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:90px;gap:10px}._title_qrsn1_1{height:36px;display:flex;align-items:center;color:#fff;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:18px;text-transform:uppercase}._list_qrsn1_14{width:100%;display:flex;flex-direction:column}._row_qrsn1_20{padding:4px 0;display:flex;align-items:center;gap:6px;border-bottom:1px solid #302f2f}._row_qrsn1_20:last-child(){border-color:transparent}._icon_qrsn1_31{flex:0 0 30px}._label_qrsn1_35{flex:1;text-align:left;color:#c1c5c8;font-size:12px;font-style:normal;font-weight:400;line-height:14px}._value_qrsn1_45{color:#fff;font-family:Aoboshi One;font-size:14px;font-style:normal;font-weight:400;line-height:14px;text-transform:uppercase}._button_qrsn1_56{width:144px;height:40px;font-size:18px;line-height:20px}._error_qrsn1_63{position:absolute;bottom:80px;z-index:2}._contentModal_qrsn1_69{transition:opacity .4s ease}._hidden_qrsn1_73{opacity:0!important}._lootboxModal_qrsn1_77>div{width:100%;max-width:320px;background:transparent}._lootboxContainer_qrsn1_83{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}._container_8rsgz_1{position:relative;z-index:1;padding-top:30px;height:calc(100% - var(--footer-height));display:flex;flex-direction:column}._content_8rsgz_10{margin-left:auto;margin-right:auto;padding-top:38px;flex:1;width:295px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}._list_8rsgz_22{flex:1 0 100%;display:flex;flex-direction:column;gap:10px}._item_8rsgz_29{padding:8px;height:73px;color:#fff;background:#000;display:flex;gap:8px}._itemContent_8rsgz_38{flex:1}._card_8rsgz_42{flex-shrink:0}._itemName_8rsgz_46{padding-right:12px;font-family:var(--font-second);font-size:14px;font-style:normal;font-weight:400;line-height:normal}._progress_8rsgz_55{display:flex;align-items:center}._progress_8rsgz_55 svg{flex:1}._progress_8rsgz_55 span{flex-shrink:0;color:#c1c5c8;text-align:right;font-family:var(--font-second);font-size:14px;font-style:normal;font-weight:700;line-height:24px;text-transform:uppercase}._container_1p9uz_1{position:relative;z-index:1;padding-top:30px;height:calc(100% - var(--footer-height));display:flex;flex-direction:column}._content_1p9uz_10{margin-left:auto;margin-right:auto;padding-top:38px;flex:1;width:298px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}._list_1p9uz_22{padding-left:10px;width:100%;flex:1 0 100%;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:136px;gap:8px}._item_1p9uz_32{position:relative;padding:8px;display:flex;flex-direction:column;align-items:center;gap:8px;background:#00000059}._button_1p9uz_42{flex-shrink:0;padding-bottom:0;width:84px;height:28px;font-size:12px;font-style:normal;font-weight:400;line-height:12.855px;text-transform:uppercase}._button_1p9uz_42 img{height:14px}._button_1p9uz_42 svg{margin-top:0;height:18px}._infoIcon_1p9uz_61{position:absolute;top:3px;right:16px;z-index:5;width:22px;height:22px}._buttonDisable_1p9uz_70{background-image:url(../images/buttons/btn_big.png);color:#c1c5c8}._blockedModal_1p9uz_75{transition:opacity .4s ease;pointer-events:none;opacity:0!important}._blockedModal_1p9uz_75._visible_1p9uz_80{opacity:1!important;pointer-events:initial}._limiMessage_1p9uz_85{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:10}._limiMessage_1p9uz_85._visible_1p9uz_80{opacity:1;pointer-events:initial}._container_1bdrt_1{position:relative;z-index:1;padding-top:30px;display:flex;flex-direction:column;height:calc(100% - var(--footer-height))}._content_1bdrt_10{margin-left:auto;margin-right:auto;width:295px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;flex-shrink:0}._contentCard_1bdrt_21{position:relative;padding:40px 20px;margin:30px auto 15px;width:100%;background-repeat:no-repeat;background-size:100% 100%;background-image:url(../images/frens/background_popup.png);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}._buttonContainer_1bdrt_40{display:flex;flex-direction:row}._presentButton_1bdrt_45{width:150px;height:27px;font-size:14px;line-height:24px;padding-top:5px}._copyButton_1bdrt_53{width:27px;height:27px;display:flex;background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;font-size:28px;line-height:30px;padding-bottom:5px;text-transform:uppercase;background-color:transparent;background-image:url(../images/frens/copylink.png)}._infoContainer_1bdrt_69{margin-right:auto;margin-left:auto;display:flex;flex-direction:row;justify-content:space-between;width:285px;margin-bottom:20px}._info_1bdrt_69{font-family:var(--font-second);font-size:14px;font-weight:400}._info_1bdrt_69 span{font-size:14px;font-weight:700;padding-left:8px}._listContainer_1bdrt_90{position:relative;width:100%;flex:1;display:flex;flex-direction:column}._listContainer_1bdrt_90:after{content:"";position:absolute;top:29px;left:0;right:0;height:100%;background:#000;z-index:-1}._tab_1bdrt_108{font-family:var(--font-second);font-size:14px;font-weight:700;height:30px;display:flex;flex:1 1 50%;justify-content:center;align-items:center;color:#e6f2fc;opacity:.5}._tab_1bdrt_108 span{margin-left:10px}._tab_1bdrt_108._active_1bdrt_123{opacity:1;color:#fff;background-color:#000}._tabsContainer_1bdrt_129{flex-shrink:0;display:flex;flex-direction:row}._tabContent_1bdrt_135{flex:1;background-color:#000}._tabContent_1bdrt_135{padding:10px 0;display:flex;flex-direction:column}._listItem_1bdrt_146{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:35px}._listItem_1bdrt_146 img{width:20px;height:20px;margin-right:10px}._listItem_1bdrt_146:after{content:"";position:absolute;height:1px;width:100%;bottom:0;left:0;background-color:#302f2f}._listItemName_1bdrt_169{display:flex;justify-content:flex-start;width:35%;color:#c1c5c8;font-family:var(--font-iner);font-size:14px;font-weight:400}._listItemPoints_1bdrt_179{font-family:var(--font-second);font-size:14px;font-weight:700;display:flex;justify-content:flex-end;width:35%;align-items:center}._container_12k97_1{position:relative;z-index:1;padding-top:30px;height:calc(100% - var(--footer-height));display:flex;flex-direction:column}._list_12k97_10{padding-right:0;margin-right:9px;width:100%;flex:1;display:flex;flex-direction:column}._item_12k97_19{position:relative;padding-right:30%;flex-shrink:0;height:94px;border-top:1px solid #4c4c4c;display:flex;align-items:center;justify-content:flex-end;background:#00000059}._item_12k97_19:first-child{border-color:transparent}._item_12k97_19._reached_12k97_34{border-top:1px solid #c0c6ff;background:#c0c6ff;background:linear-gradient(180deg,#8a8cff8a,#13153a00)}._item_12k97_19._alreadyReached_12k97_39{border-top:1px solid #7b82ac;background:transparent}._rankPanel_12k97_44{padding-right:10px;padding-left:20px;height:46px;flex-shrink:0;display:flex;justify-content:center;background:linear-gradient(270deg,#13153aa6 .14%,#4748aea6 99.86%)}._rankPanelInner_12k97_54{display:flex;align-items:center;width:255px;width:100%;gap:6px}._symbol_12k97_62{flex-shrink:0;width:28px;height:22px}._symbol_12k97_62 img{width:100%;height:100%}._rankPanelContent_12k97_72{flex:1;display:flex;flex-direction:column}._info_12k97_78{position:relative;top:4.5px;display:flex;align-items:center;justify-content:space-between}._name_12k97_86{color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:20.022px;text-transform:uppercase}._level_12k97_95{padding-right:4px;color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:20.022px;text-transform:uppercase}._progress_12k97_105{width:100%;width:103%;position:relative;left:-5px}._progress_12k97_105 svg{width:100%;display:block}._progressLine_12k97_116{transition:transform .4s ease}._levelProgress_12k97_120{position:absolute;left:47px}._currentPoints_12k97_125{position:relative;width:94px;height:26px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:18px;font-style:normal;font-weight:400;line-height:22px;text-transform:uppercase}._currentPoints_12k97_125 img{position:relative;top:1px;width:20px;height:20px}._currentPoints_12k97_125 img,._currentPoints_12k97_125 span{position:relative;z-index:1}._currentPoints_12k97_125:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-38%);width:94px;height:32px;background-repeat:no-repeat;background-position:bottom center;background-image:url(../images/battlepass/bubble_alert.svg)}._currentNotOpened_12k97_163{position:absolute}._container_x4cj3_1{height:100%}._levelNumber_x4cj3_5{position:absolute;top:0;left:100%;margin-left:5px;color:#626982;font-size:18px;font-style:normal;font-weight:400;line-height:22px;text-transform:uppercase;display:flex;align-items:center;gap:3px;color:#c0c6ff80}._reached_x4cj3_22 ._levelNumber_x4cj3_5{color:#29e462}._progressLine_x4cj3_26{transition:transform .4s ease}._currentPoints_x4cj3_30{position:absolute;padding-top:5px;padding-left:7px;left:100%;flex-wrap:nowrap;white-space:nowrap;color:#fff;font-family:var(--font-second);font-size:16px;font-weight:500;line-height:18px;text-transform:uppercase;transform:translate(6px,50%);transition:all .4s ease;display:flex;align-items:center;gap:5px}._currentPoints_x4cj3_30 img{position:relative;top:1px;height:20px}._currentPoints_x4cj3_30:after{content:"";position:absolute;width:38px;height:8px;right:100%;top:10px;transform:translate(25%);background-repeat:no-repeat;background-size:cover;background-image:url(../images/shared/points_star.svg);transition:all .4s ease}._maxPoints_x4cj3_69{position:absolute;top:4px;white-space:nowrap;right:12px;height:16px;display:inline-flex;align-items:center;gap:2px;font-size:12px;line-height:14px;color:#c0c6ff80}._maxPoints_x4cj3_69 img{position:relative;height:15px}._current_x4cj3_30 ._maxPoints_x4cj3_69{color:#fff}._container_13cpo_1{position:relative;z-index:1;padding-top:16px;height:calc(100% - var(--footer-height));display:flex;flex-direction:column}._content_13cpo_10{position:relative;margin-top:30px;padding:40px 20px;margin-left:auto;margin-right:auto;width:275px;height:276px;background-repeat:no-repeat;background-size:cover;background-image:url(../images/battlepass/border1.png);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}._informationIcon_13cpo_29{position:absolute;top:-10px;right:-10px;z-index:3}._collectButton_13cpo_36{width:104.61px;height:23.864px}._collectImage_13cpo_41{width:100%}._name_13cpo_45{margin-top:10px;color:#fff;text-align:center;font-size:17px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}._list_13cpo_56{padding-right:0;display:flex;justify-content:center;flex-wrap:wrap;gap:5px 20px;height:200px;align-items:center}._list_1o1m7_1{margin-top:16px;width:100%;display:flex;flex-direction:column;gap:10px}._row_1o1m7_9{display:flex;align-items:center;justify-content:space-between}._label_1o1m7_15{color:#c1c5c8;font-size:12px;font-style:normal;font-weight:400;line-height:14px}._value_1o1m7_23{color:#fff;font-family:Aoboshi One;font-size:14px;font-style:normal;font-weight:400;line-height:14px;text-transform:uppercase}._title_166sv_1{height:36px;display:flex;align-items:center;color:#fff;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:18px;text-transform:uppercase}._list_166sv_14{display:flex;flex-direction:column}._row_166sv_19{padding:4px 0;display:flex;align-items:center;gap:6px;border-bottom:1px solid #302f2f}._row_166sv_19:last-child(){border-color:transparent}._icon_166sv_30{flex:0 0 30px}._label_166sv_34{flex:1;text-align:left;color:#c1c5c8;font-size:12px;font-style:normal;font-weight:400;line-height:14px}._value_166sv_44{color:#fff;font-family:Aoboshi One;font-size:14px;font-style:normal;font-weight:400;line-height:14px;text-transform:uppercase}._button_166sv_55{width:144px;height:40px;font-size:18px;line-height:20px}._error_166sv_62{position:absolute;bottom:80px;z-index:2}
