@charset "UTF-8";: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)}}._container_xhi67_1{width:369px;max-width:100%;top:0;padding:12px}@media only screen and (max-width:480px){._container_xhi67_1{width:369px;padding:12px;left:50%;transform:translate(-50%)}}@media only screen and (max-width:400px){._container_xhi67_1{width:100vw}}@media(min-width:767px){._container_xhi67_1{position:absolute!important}}._toast_xhi67_26{padding:8px;border-radius:16px;min-width:auto;width:100%;min-height:auto;margin-bottom:12px}._toast_xhi67_26:dir(rtl){direction:rtl}._toast_xhi67_26:dir(rtl) .Toastify__close-button{left:10px;right:auto}._toast_xhi67_26:dir(rtl) .Toastify__toast-icon{margin-inline-start:8px}._body_xhi67_48{padding:0;align-items:start}._tooltipContainer_xhi67_53{width:fit-content!important;position:absolute;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width:480px){._rightSide_xhi67_61{left:auto}}@media only screen and (max-width:1024px){._bottomRight_xhi67_67{left:50%;transform:translate(-50%)}}._tooltipToast_xhi67_73{border-radius:10px;overflow:visible}._tooltipToast_xhi67_73:after{position:absolute;content:"";width:10px;height:4px;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='4'%20viewBox='0%200%2010%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame%201321316458'%3e%3cpath%20id='Top%20Center%20Tip'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%200C6.5%200%207.99995%204%2010%204H0C1.98745%204%203.5%200%205%200Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e");background-size:10px 4px}._bottom_xhi67_67:after{top:-3px}._left_xhi67_90:after{left:12px}._top_xhi67_94:after{bottom:-3px;transform:rotate(180deg)}._right_xhi67_61:after{right:12px}._center_xhi67_103:after{left:calc(50% - 5px)}@keyframes _bounce_xhi67_1{0%{transform:scale(0);opacity:0}50%{transform:scale(1.02);opacity:1}75%{transform:scale(.98)}to{transform:scale(1)}}._customBounce_xhi67_123{animation:_bounce_xhi67_1 .8s ease-out both}@keyframes _fade-out_xhi67_1{0%{opacity:1}to{opacity:0}}._fadeOut_xhi67_135{animation:_fade-out_xhi67_1 .2s ease-in both}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._container_xhi67_1{position:absolute;inset-inline:0;margin-inline:auto;top:0;transform:translateZ(0);will-change:transform}}@media(min-width:767px){._toastContainer_xhi67_150{position:relative;width:var(--wrapper);margin:0 auto;right:0}}._body_4ndex_1{display:flex;flex-direction:column;align-items:flex-start;position:relative;text-align:start}._header_4ndex_9{color:#000;font-size:16px;font-weight:600;line-height:22px;white-space:normal;max-width:274px;width:calc(100vw - 100px);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}._description_4ndex_23{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;color:#5a5c5f;font-size:14px;font-weight:400;line-height:20px;max-width:274px;width:calc(100vw - 100px);overflow:hidden;white-space:normal}._body_13bja_1{display:flex;flex-direction:column;align-items:flex-start;position:relative;text-align:start}._body_13bja_1 ._header_13bja_8{color:#141415;font-size:14px;line-height:20px;margin-bottom:4px}._body_13bja_1 ._description_13bja_14{color:#8a8d94;font-size:12px;line-height:16px}._body_13bja_1 ._minWidth_13bja_19{width:138px;word-wrap:break-word;white-space:normal}@media screen and (max-width:320px){._body_13bja_1 ._minWidth_13bja_19{max-width:90px;font-size:10px}}._container_1e1g5_1{width:369px;max-width:100%;top:0;padding:12px}@media only screen and (max-width:480px){._container_1e1g5_1{width:369px;padding:12px;left:50%;transform:translate(-50%)}}@media only screen and (max-width:400px){._container_1e1g5_1{width:100vw}}._toast_1e1g5_21{padding:4px 4px 8px;border-radius:16px;min-width:auto;width:100%;min-height:auto;margin-bottom:12px}._body_1e1g5_30{padding:0;align-items:start}._tooltipContainer_1e1g5_35{width:fit-content!important;position:absolute;padding:0;z-index:5;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (max-width:480px){._rightSide_1e1g5_44{left:auto}}@media only screen and (max-width:1024px){._bottomRight_1e1g5_50{left:50%;transform:translate(-50%)}}@media only screen and (max-width:480px){._topCenter_1e1g5_57{left:50%;transform:translate(-50%)}}._tooltipToast_1e1g5_63{border-radius:10px;overflow:visible}._tooltipToast_1e1g5_63:after{position:absolute;content:"";width:10px;height:4px;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='4'%20viewBox='0%200%2010%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame%201321316458'%3e%3cpath%20id='Top%20Center%20Tip'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%200C6.5%200%207.99995%204%2010%204H0C1.98745%204%203.5%200%205%200Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e");background-size:10px 4px}._bottom_1e1g5_50:after{top:-3px}._left_1e1g5_80:after{inset-inline-start:12px}._top_1e1g5_57:after{bottom:-3px;transform:rotate(180deg)}._right_1e1g5_44:after{inset-inline-end:12px}._center_1e1g5_93:after{left:calc(50% - 5px)}@keyframes _bounce_1e1g5_1{0%{transform:scale(0);opacity:0}50%{transform:scale(1.02);opacity:1}75%{transform:scale(.98)}to{transform:scale(1)}}._customBounce_1e1g5_113{animation:_bounce_1e1g5_1 .8s ease-out both}@keyframes _fade-out_1e1g5_1{0%{opacity:1}to{opacity:0}}._fadeOut_1e1g5_125{animation:_fade-out_1e1g5_1 .2s ease-in both}._body_1e1g5_30{height:100%;min-width:100px;padding:0}._body_1e1g5_30 p{width:100%;align-self:center;text-align:center;height:auto}@keyframes _scaleIn_bo08r_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}._message_bo08r_11{display:flex;align-items:center;gap:16px;position:absolute;z-index:205;animation:_scaleIn_bo08r_1 .5s ease forwards}._messageContent_bo08r_20{background-color:#fff;max-width:232px;min-height:50px;color:#8a8d94;padding:8px 12px;border-radius:10px;font-size:12px;font-weight:400;line-height:16px;text-align:start;position:relative;overflow:visible}._messageContent_bo08r_20 ._tipIcon_bo08r_34{position:absolute;inset-inline-start:0;top:50%;transform:translate(-97%,-50%);width:4px;height:10px}._cityDetailsMessageContent_bo08r_43{padding:16px!important}._messageMaskot_bo08r_47{width:max-content;width:118px;height:118px;display:flex;align-items:flex-end;position:relative;overflow:visible}._messageMaskotImgWrapper_bo08r_57{width:118px;height:174px;min-width:118px;min-height:174px;position:relative;overflow:hidden}._messageMaskotImgWrapper_bo08r_57 img{position:absolute;width:100%;height:100%;inset:0;object-fit:contain;object-position:bottom;z-index:2}._circleMessageMaskotImgWrapper_bo08r_75{border-radius:0 0 59px 59px}._messageMaskotCircle_bo08r_79{background:linear-gradient(170.21deg,#4bdbff 5.15%,#0175ec 92.64%);width:118px;height:118px;position:absolute;bottom:0;inset-inline-start:0;z-index:0;border-radius:50%}._cityMaskot_bo08r_90{background:linear-gradient(180deg,#ffde84,#ff991b)}._defaultMaskot_bo08r_94{background:linear-gradient(170.21deg,#4bdbff 5.15%,#0175ec 92.64%)}._messageLeft_bo08r_98{flex-direction:row-reverse}._messageLeft_bo08r_98 ._tipIcon_bo08r_34{inset-inline-start:auto;inset-inline-end:0;transform:translate(97%,-50%) rotate(180deg)}._messageLeftFakeBoss_bo08r_107{flex-direction:row}._messageLeftFakeBoss_bo08r_107 ._tipIcon_bo08r_34{left:auto;right:0;transform:translate(97%,-50%) rotate(180deg)}._messageLeftClansList_bo08r_116{flex-direction:row}._messageLeftClansList_bo08r_116 ._tipIcon_bo08r_34{left:auto;right:0;transform:translate(97%,-50%) rotate(180deg)}._messageLeftClansCreateClan_bo08r_125{flex-direction:row}._messageLeftClansCreateClan_bo08r_125 ._tipIcon_bo08r_34{left:auto;right:0;transform:translate(97%,-50%) rotate(180deg)}._messageLeftClansClanPreview_bo08r_134{flex-direction:row}._messageLeftClansClanPreview_bo08r_134 ._tipIcon_bo08r_34{left:auto;right:0;transform:translate(97%,-50%) rotate(180deg)}._messageRtlMainStep3TipLeft_bo08r_143 ._tipIcon_bo08r_34,._messageRtlMainStep2TipLeft_bo08r_149 ._tipIcon_bo08r_34,._messageRtlMainStep4TipLeft_bo08r_155 ._tipIcon_bo08r_34{inset-inline-start:0;inset-inline-end:auto;transform:translate(-97%,-50%)}._messageRtlLeaguesUnset_bo08r_161{flex-direction:unset}._messageBig_bo08r_165{align-items:flex-end}._messageBig_bo08r_165 ._messageContentWrapper_bo08r_168{margin-bottom:-20px}._messageBig_bo08r_165 ._tipIcon_bo08r_34{top:auto;bottom:70px}._messageDark_bo08r_176 ._tipIcon_bo08r_34 path{fill:#1d1e20}._messageDark_bo08r_176 ._messageContent_bo08r_20{background-color:#1d1e20;color:#fff;border-radius:20px}._messageSkins_bo08r_185 ._tipIcon_bo08r_34 path{fill:#1d1e20}._messageSkins_bo08r_185 ._messageContent_bo08r_20{background:#1d1e20;border-radius:20px;padding:16px;color:#fff}._button_lrtai_1{display:flex;align-items:center;justify-content:center;position:relative;gap:6px;padding:0 20px;font-size:var(--button-font-size, 14px);font-weight:var(--button-font-weight, 600);border-radius:var(--button-border-radius, 12px);transition:background-color .1s linear;max-height:100%;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}._button_lrtai_1:active{opacity:.86}._button_lrtai_1:disabled{opacity:.5}._button_lrtai_1._transparent_lrtai_26{background-color:transparent;height:44px}._button_lrtai_1._primary_lrtai_30{color:var(--primary-button-text-color, #fff);background:var(--primary-button-bg-color, #0075FF);height:var(--primary-button-height, 44px)}._button_lrtai_1._primary-disabled_lrtai_35{color:var(--primary-button-bg-color, #0075FF);background:#131a23;opacity:1!important;height:var(--primary-button-height, 44px)}._button_lrtai_1._secondary_lrtai_41{color:var(--secondary-button-text-color, #fff);background:var(--secondary-button-bg-color, rgba(138, 141, 148, .1607843137));height:var(--secondary-button-height, 48px)}._button_lrtai_1._gray_lrtai_46{background:#a3abbb29!important;height:var(--primary-button-height, 44px);color:#fff!important}._button_lrtai_1._dark_lrtai_51{background:#1d1e20}._button_lrtai_1._orange_lrtai_54{border:1px solid #FFA743;background:linear-gradient(180deg,#ffa742 -4.17%,#ef7d16 56.46%,#d45d13)}._button_lrtai_1._transparent-dark_lrtai_58{background:#a3abbb29}._button_lrtai_1._fullWidth_lrtai_61{width:100%}._button_lrtai_1._cancel_lrtai_64{height:44px;color:#f63d00;background:#f63d001f;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;cursor:pointer;transition:background-color .2s ease;padding:8px}._button_lrtai_1._gold_lrtai_77{background-color:#ffd54d}._button_lrtai_1._skip_lrtai_80{color:var(--primary-button-text-color, #fff);border:1px solid #FFA743;background:linear-gradient(180deg,#ffa742 -4.17%,#ef7d16 56.46%,#d45d13);height:var(--primary-button-height, 44px)}._button_lrtai_1._skip_lrtai_80:active{opacity:.86}._button_lrtai_1._skip_lrtai_80:disabled{opacity:.2}._button_lrtai_1._triggers_lrtai_92{background:linear-gradient(140deg,#a26938 -36%,#1f1f20 26%,#1d1e20) border-box}._button_lrtai_1._megadeposit_lrtai_95{color:#fff;background:linear-gradient(180deg,#21b5ff,#0075ff);height:44px}._loader_lrtai_101{width:20px;height:20px;aspect-ratio:1;border-radius:50%;border:2px solid #ffffff;animation:_clip-path_lrtai_1 .8s infinite linear alternate,_rotate_lrtai_1 1.6s infinite linear}@keyframes _clip-path_lrtai_1{0%{clip-path:polygon(50% 50%,0 0,50% 0%,50% 0%,50% 0%,50% 0%,50% 0%)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 0%,100% 0%,100% 0%)}25%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0% 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0% 100%)}}@keyframes _rotate_lrtai_1{0%{transform:scaleY(1) rotate(0)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0)}to{transform:scaleY(-1) rotate(-135deg)}}._mainStep1Container_6x9s3_1{position:absolute;background:url(/assets/sheet-bg-zhrsLorf.webp) no-repeat,#141415;background-size:100% 96%;border-radius:24px;width:calc(100% - 24px);max-width:380px;max-height:calc(100vh - 60px);max-height:calc(100svh - 60px);height:244px;left:50%;transform:translate(-50%);bottom:34px;padding:16px 12px;display:flex;justify-content:flex-end;flex-direction:column;gap:24px;font-family:Inter;text-align:center;vertical-align:middle}@media screen and (min-width:768px){._mainStep1Container_6x9s3_1{top:50%;transform:translate(-50%,-50%)}}._mainStep1Img_6x9s3_30{width:30%;align-self:center;position:absolute;z-index:-1;top:-28px}._main1StepTitle_6x9s3_38{font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px}._main1StepSubtitle_6x9s3_45{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;opacity:.68}._main1StepTextContainer_6x9s3_53{display:flex;flex-direction:column;width:100%;gap:8px}._main1StepButton_6x9s3_60{width:100%;pointer-events:all!important}._title_b6ery_1{margin-bottom:4px;font-family:Inter;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;color:#000}._buttonWrapper_1vhrp_1{position:absolute;background:#000;display:flex;align-items:center;justify-content:center;width:72px;height:76px;border:solid #FED830 1px;border-radius:18px;bottom:10px;right:4px}@media screen and (min-width:768px){._buttonWrapper_1vhrp_1{bottom:44px;right:0}}._button_1vhrp_1{width:66px!important;height:72px!important;border-radius:16px!important;background:#006fed!important}._linkButton_1m68e_1{width:56px;height:62px;gap:2px;border-radius:14px;display:flex;flex-direction:column;text-decoration:none;align-items:center;justify-content:center;position:relative;-webkit-tap-highlight-color:transparent;outline:none;cursor:pointer}@media screen and (min-width:768px){._linkButton_1m68e_1{width:70px;height:76px;background:#a3abbb29}}._linkButton_1m68e_1.onBoardItemDefault{border-color:transparent}._linkButton_1m68e_1.onBoardItemDefault:before{content:"";position:absolute;inset:-9px -11px;border:1px solid #FED830;border-radius:16px}._linkButton_1m68e_1.onBoardItemDefault:after{content:"";position:absolute;inset:-6px -8px;border-radius:13px;z-index:-1;background:linear-gradient(170.21deg,#4bdbff 5.15%,#0175ec 92.64%)}._linkButton_1m68e_1:focus{outline:none}._linkButton_1m68e_1 ._linkButtonSubtitle_1m68e_44{color:#fff;text-decoration:none;font-size:10px;font-weight:600;line-height:16px;text-align:center}@media screen and (min-width:768px){._linkButton_1m68e_1 ._linkButtonSubtitle_1m68e_44{font-size:10px}}._linkButton_1m68e_1 ._linkButtonImg_1m68e_57{width:40px;height:40px}._linkButton_1m68e_1 ._linkButtonImg_1m68e_57 img{width:100%;height:100%;object-fit:contain}._linkButton_1m68e_1 ._badgeWrapper_1m68e_66{position:absolute;top:0;inset-inline-start:50%;transform:translate(-50%,-15px);z-index:1}._linkButtonDisabled_1m68e_74 img,._linkButtonDisabled_1m68e_74 ._linkButtonSubtitle_1m68e_44{opacity:.5}._wrapperLinkButton_1m68e_81{width:72px;height:52px;background:#ffffff26;display:flex;justify-content:center;align-items:center;border-radius:16px;border:1px solid rgb(144,144,232)}._wrapperLinkButtonLock_1m68e_91{opacity:.5}._wrapperTooltip_1m68e_95{position:relative}._linkButtonImg_1m68e_57:dir(rtl) img{transform:scaleX(-1)}._linkButtonImg_1m68e_57:dir(rtl) img[src*=battery_boosters]{transform:none}._badge_ap273_1{display:grid;place-content:center;background:var(--badge-bg-color, rgba(138, 141, 148, .1607843137));color:var(--badge-text-color, rgb(244, 244, 245));padding:0 8px;min-width:23px;height:23px;text-align:center;border-radius:999px;font-size:10px;line-height:16px;font-weight:600;letter-spacing:.1px}._badgeblue_ap273_17{background-color:#0071f5;color:#fff;font-size:10px;font-weight:600;line-height:16px;text-align:center;border-radius:100px;padding:4px 8px;min-width:52px}._badgewhite_ap273_29{display:inline-block;max-width:60px;min-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#fff}._badgered_ap273_39{background-color:#f63d00;color:#fff}._arrowUp_ap273_44{position:absolute;margin:-12px 24px}._buttonWrapper_1a5h9_1{position:absolute;background:#000;display:flex;align-items:center;justify-content:center;width:72px;height:76px;border:solid #FED830 1px;border-radius:18px;bottom:10px;left:4px}@media screen and (min-width:768px){._buttonWrapper_1a5h9_1{bottom:44px;left:0}}._button_1a5h9_1{width:66px!important;height:72px!important;border-radius:16px!important;background:#006fed!important;pointer-events:none!important}._buttonAside_1a7rz_1{display:flex;flex-direction:column;width:56px;height:62px;align-items:center;justify-content:center;gap:2px;border-radius:14px;position:relative}@media screen and (min-width:768px){._buttonAside_1a7rz_1{width:70px;height:76px;border-radius:14px;background:#a3abbb29}}._buttonAside_1a7rz_1.onBoardItemDefault{border-color:transparent}._buttonAside_1a7rz_1.onBoardItemDefault:before{content:"";position:absolute;inset:-9px -11px;border:1px solid #fed830;border-radius:16px}._buttonAside_1a7rz_1.onBoardItemDefault:after{content:"";position:absolute;inset:-6px -8px;border-radius:13px;z-index:-1;background:linear-gradient(170.21deg,#4bdbff 5.15%,#0175ec 92.64%)}._buttonAside_1a7rz_1 img{width:56px;height:56px;margin-bottom:0;margin-top:-8px;display:block;transform:translate(2px)}._imageWrapper_1a7rz_47{display:flex;flex-direction:row;align-items:center;justify-content:center;width:56px;height:52px}._buttonBody_1a7rz_56{display:flex;flex-direction:column;align-items:center;border-radius:3px}._buttonTimer_1a7rz_63{display:grid;place-content:center;border-radius:20px;position:relative;z-index:2;max-width:90%;margin-top:1px;width:54px;height:16px;font-size:9px;background:#fff;color:#0075ff;font-weight:600;line-height:16px;text-align:center;position:absolute;bottom:17px;left:50%;transform:translate(-50%)}@media screen and (min-width:768px){._buttonTimer_1a7rz_63{bottom:24px}}._buttonAsideSubtitle_1a7rz_90{text-align:center;white-space:nowrap;font-size:10px;color:#fff;position:relative;z-index:2;font-weight:600;line-height:16px;top:-2px}@media screen and (min-width:768px){._buttonAsideSubtitle_1a7rz_90{font-size:10px;top:-2px}}._loadingButtonSkeleton_1a7rz_108{display:block;transform:translateY(-2px);--base-color: #FFFFFF;--highlight-color: #8A8D94}._buttonAside_1a7rz_1:dir(rtl) img{transform:none}._countdown_1dl6q_1{width:65px;text-align:start;font-variant-numeric:tabular-nums}._buttonWrapper_6i5i5_1{position:absolute;background:#000;display:flex;align-items:center;justify-content:center;width:72px;height:76px;border:solid #FED830 1px;border-radius:18px;bottom:90px;left:4px}@media screen and (min-width:768px){._buttonWrapper_6i5i5_1{bottom:128px;left:0}}._button_6i5i5_1{width:66px!important;height:72px!important;border-radius:16px!important;background:#006fed!important}._buttonWrapper_j8gv9_1{position:absolute;background:#000;display:flex;align-items:center;justify-content:center;width:72px;height:80px;border:solid #FED830 1px;border-radius:18px}@media screen and (min-width:768px){._buttonWrapper_j8gv9_1{bottom:0;left:calc(50% - 128px)}}._button_j8gv9_1{width:66px;height:76px;border-radius:16px;background:#006fed;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:600;font-size:10px}._navigationMenuWrapper_b0pwv_1{inset:unset!important;position:absolute;width:43%;height:80px;bottom:17px!important;left:50%!important;transform:translate(-50%)}._wrapper_182f1_1{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center;bottom:0;left:50%;transform:translate(-50%)}@media screen and (min-width:768px){._wrapper_182f1_1{bottom:20px}}._handImage_182f1_17{width:54px;height:54px}._text_182f1_22{font-family:Inter;font-weight:600;font-size:20px;white-space:nowrap}._cityStep1Container_t84t1_1{position:absolute;width:calc(100% - 24px);max-width:380px;max-height:calc(100vh - 60px);max-height:calc(100svh - 60px);height:675px;left:50%;transform:translate(-50%);bottom:34px;padding:16px 12px;display:flex;justify-content:flex-end;flex-direction:column;gap:24px}@media screen and (min-width:768px){._cityStep1Container_t84t1_1{top:50%;transform:translate(-50%,-50%)}}._cityStep1Img_t84t1_24{width:100%;max-width:400px;align-self:center;position:absolute;border-radius:24px;z-index:-1;top:0}._city1StepTitle_t84t1_34{font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;margin-top:16px}._city1StepButtonContainer_t84t1_45{display:flex;flex-direction:column;width:100%;gap:8px}._city1StepButton_t84t1_45{width:100%;pointer-events:all!important}._balanceContent_1d17s_1{padding:8px;display:flex;flex-direction:column;gap:16px}._balanceContentItem_1d17s_8{display:flex;align-items:flex-start;gap:4px}._balanceContentImg_1d17s_14{width:20px;height:20px}._balanceContenTextContent_1d17s_19{display:flex;flex-direction:column;gap:4px}._balanceContentText_1d17s_25{font-size:12px;font-weight:400;line-height:16px;text-align:left;color:#8a8d94}._balanceContentTitle_1d17s_33{font-size:14px;font-weight:600;line-height:1;color:#fff;margin-left:4px}._additionalContentWrapper_1wmke_1{position:absolute;left:50%;transform:translate(-50%);top:52px}@media screen and (min-width:1280px){._additionalContentWrapper_1wmke_1{top:60px}}@media screen and (min-width:768px){._additionalContentWrapper_1wmke_1{top:60px;width:500px}}._headerWrapper_igjpn_1{display:flex;flex-direction:row;gap:4px;justify-content:center;max-width:max-content;margin:2px auto 0;border-radius:16px}._isOpenConfirmBuildingPlacementButton_igjpn_11{margin-top:20px}._onBoardingHeaderItemContainer_8cygj_1{border-radius:16px;border:1px solid #FED830;z-index:201!important;pointer-events:none}._headerItemContainer_8cygj_8{position:relative;cursor:pointer}._headerItem_8cygj_8{position:relative;width:fit-content;height:28px;padding-block:4px;padding-inline:4px 12px;border-radius:16px;display:flex;flex-direction:column;justify-content:center;border:1px solid transparent;background:#141415e6;overflow:hidden}@media screen and (min-width:768px){._headerItem_8cygj_8{height:32px}}._headerShine_8cygj_33{position:absolute;inset:-1px;z-index:0;border-radius:inherit}._headerThemeOrange_8cygj_40{position:relative;border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#f903,#ff6b0000) border-box,linear-gradient(to right,#413518,#37291a,#261f1f,#1c1a1f,#141621) border-box;background-clip:padding-box,border-box,border-box}._headerThemeYellow_8cygj_47{border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#ffb80033,#ff6b0000) border-box,linear-gradient(to right,#413518,#37291a,#261f1f,#1c1a1f,#141621) border-box;background-clip:padding-box,border-box,border-box}._headerThemeBlue_8cygj_53{border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#61e1ff33,#009dff00) border-box,linear-gradient(to right,#12362a,#132b26,#131f21,#141920) border-box;background-clip:padding-box,border-box,border-box}._headerLabel_8cygj_59{z-index:1;color:#ffffff7f;font-size:10px;font-weight:400;line-height:16px;font-family:Inter sans-serif;text-align:center}@media screen and (min-width:768px){._headerLabel_8cygj_59{font-size:14px}}._headerValueContainer_8cygj_74{z-index:1;display:flex;gap:6px;justify-content:center}._headerValueContainer_8cygj_74 svg{width:16px}._headerValueContainer_8cygj_74 img{width:16px}@media screen and (min-width:768px){._headerValueContainer_8cygj_74{gap:8px}._headerValueContainer_8cygj_74 svg{width:24px}._headerValueContainer_8cygj_74 img{width:24px}}._headerValueContainer_8cygj_74 span{align-self:center;color:#fff;line-height:16px;font-size:12px;font-weight:700;letter-spacing:.01px;font-variant-numeric:tabular-nums}@media screen and (min-width:768px){._headerValueContainer_8cygj_74 span{font-size:14px;line-height:20px;letter-spacing:0}}._tooltipBody_8cygj_114{height:100%;padding:0;background:transparent;border:none;box-shadow:none}._tooltipBody_8cygj_114 p{width:100%;white-space:nowrap;align-self:center;text-align:center;height:auto}._tooltipBody_8cygj_114>div{width:auto;white-space:normal}._breakdown_88lu1_1{display:block;background:#fff;border-radius:8px;padding:0 4px}._title_88lu1_8{display:block;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0%;text-align:center;color:#9aa1b1;margin-bottom:8px}._breakdownItem_88lu1_20{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:8px;background:#a3abbb29;border-radius:8px}._breakdownItem_88lu1_20:last-child{margin-bottom:0}._icon_88lu1_33{width:16px;height:16px;flex-shrink:0}._value_88lu1_39{font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:16px;letter-spacing:.01px;text-align:center;vertical-align:middle;color:#000}._label_88lu1_50{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;letter-spacing:.1px;text-align:center;color:#9aa1b1}._cityInfoContent_1n2bb_1{margin-top:-10px}._cityInfoImg_1n2bb_5{width:100%;position:relative}._cityInfoImg_1n2bb_5 img{width:100%;display:block}._cityInfoParagraph_1n2bb_14{font-size:14px;font-style:normal;line-height:20px;color:#ffffffad;margin-top:16px}._bold_1n2bb_22{font-weight:600;color:#fff}._additionalContentWrapper_la0nh_1{position:absolute;right:14px;top:4px;border:1px solid #FED830;padding:2px;border-radius:30px;box-shadow:inset 0 0 2px 2px #02020202}@media screen and (min-width:768px){._additionalContentWrapper_la0nh_1{top:0;right:0}}._townInfoContainer_r469a_1{display:flex;justify-content:flex-end;gap:8px}._townAvatar_r469a_7{position:relative;width:36px;height:36px;overflow:hidden;border-radius:100%;background-color:#141415}._townAvatar_r469a_7 img{height:64px;width:64px;transform:translate(-14px,-8px)}@media screen and (max-width:320px){._townAvatar_r469a_7{width:32px;height:32px}._townAvatar_r469a_7 img{height:56px;width:56px;transform:translate(-12px,-6px)}}@media screen and (min-width:768px){._townAvatar_r469a_7{width:44px;height:44px}}._townAvatar_r469a_7:dir(rtl) img{transform:translate(14px,-8px)}@media screen and (max-width:320px){._townAvatar_r469a_7:dir(rtl) img{transform:translate(12px,-6px)}}._townLevel_r469a_47{position:absolute;display:flex;justify-content:center;height:16px;width:fit-content;min-width:16px;border-radius:100%;background:linear-gradient(180deg,#3d3f43,#242528);border:1px solid #44464A;text-align:center;font-size:10px;align-items:center;font-weight:600;letter-spacing:.01px;color:#fff;top:22px;inset-inline-start:22px}@media screen and (min-width:768px){._townLevel_r469a_47{top:28px;width:20px;height:20px;font-size:12px;line-height:16px}}._cityInfoWrapper_r469a_76{align-items:end;display:flex;flex-direction:column;gap:4px;justify-content:center}._cityInfoWrapper_r469a_76 span{max-width:72px;overflow:hidden;white-space:nowrap;font-size:12px;color:#ffffffad;line-height:16px;font-weight:600;align-self:start;text-overflow:ellipsis;direction:ltr}@media screen and (max-width:374px){._cityInfoWrapper_r469a_76 span{font-size:11px;max-width:58px}}@media screen and (max-width:320px){._cityInfoWrapper_r469a_76 span{font-size:10px;max-width:50px}}@media screen and (min-width:768px){._cityInfoWrapper_r469a_76 span{font-size:16px;line-height:22px}}._progressBarOverrider_r469a_114{--progress-bar-active-bg-color: #0071F5}@media screen and (max-width:374px){._progressBarOverrider_r469a_114 .progressBarInner{min-width:0px!important}}._townLevelSkeleton_r469a_123{height:16px;width:16px;display:flex}._townLevelBarSkeleton_r469a_129{height:4px;display:flex}._progressBar_u6f5w_1{position:relative;background-color:#d9d9d91a;border-radius:100px}._progressBarInner_u6f5w_7{position:absolute;inset-inline-start:0;top:0;background:var(--progress-bar-active-bg-color, linear-gradient(90deg, #5ACBFF 0%, #0071F5 100%));width:10%;border-radius:100px;transition:.32s;max-width:100%}._progressBarInner_u6f5w_7._progressBarInnerHighlighted_u6f5w_17:after{display:block;position:absolute;content:"";width:6px;height:6px;inset-inline-end:0;filter:blur(6px);background-color:#0071f5}._progressBarDetails_u6f5w_28{display:flex;justify-content:space-between;align-items:center}._progressBarDetails_u6f5w_28 ._from_u6f5w_33,._progressBarDetails_u6f5w_28 ._to_u6f5w_34{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.01px;color:#fff;display:flex;align-items:center;gap:8px}._progressBarDetails_u6f5w_28 ._to_u6f5w_34{text-align:right}._progressBarDetails_u6f5w_28 ._currentProgress_u6f5w_47{display:flex}._progressBarDetails_u6f5w_28 ._currentProgress_u6f5w_47 ._currentValue_u6f5w_50,._progressBarDetails_u6f5w_28 ._currentProgress_u6f5w_47 ._targetValue_u6f5w_51{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#fff}._progressBarDetails_u6f5w_28 ._currentProgress_u6f5w_47 ._targetValue_u6f5w_51{color:#9aa1b1}._additionalContentWrapper_1aa2g_1{position:absolute;bottom:118px;left:14px;padding:2px;box-shadow:inset 0 0 2px 2px #020202;border:1px solid #FED830;border-radius:18px}._additionalContentWrapper_1aa2g_1:dir(rtl){left:auto;right:14px}@media screen and (min-width:768px){._additionalContentWrapper_1aa2g_1{left:50%;transform:translate(-350px);bottom:102px}._additionalContentWrapper_1aa2g_1:dir(rtl){left:auto;right:50%;transform:translate(350px)}}@media screen and (min-width:1280px){._additionalContentWrapper_1aa2g_1{left:30px;transform:translate(0);bottom:2px}._additionalContentWrapper_1aa2g_1:dir(rtl){left:auto;right:30px}}div._cityFooterButton_j8gdh_1{height:80px;inset-inline-start:16px;border-radius:16px;align-items:center;display:flex;flex-direction:column;padding:4px 10px 10px;gap:2px;cursor:pointer;justify-content:center}@media screen and (min-width:768px){div._cityFooterButton_j8gdh_1{height:120px;max-width:108px}}div._cityFooterButton_j8gdh_1 ._cityFooterButtonBadgeWithDot_j8gdh_19{position:absolute;top:0;inset-inline-end:0;z-index:3}._yellowBorder_j8gdh_26{border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(212.14% 75% at 50% 0%,#a27214,#2a2a2c) border-box;background-clip:padding-box,border-box}._blueBorder_j8gdh_32{border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(299.5% 75% at 50% 0%,#2a7a9f,#2a2a2c) border-box;background-clip:padding-box,border-box}div._alignRight_j8gdh_38{inset-inline-start:unset;inset-inline-end:16px}._shadow_j8gdh_43{position:absolute;width:100%;height:100%;max-width:72px;max-height:80px;border-radius:15px;z-index:-1;top:0}@media screen and (min-width:768px){._shadow_j8gdh_43{max-height:120px;max-width:108px;margin-left:-16px;margin-right:-16px}}._yellowShadow_j8gdh_62{background:radial-gradient(212.14% 75% at 50% 0%,#725210,#141415)}._blueShadow_j8gdh_66{background:radial-gradient(299.5% 75% at 50% 0%,#1d506f,#141415)}._iconContainer_j8gdh_70{width:48px;height:48px}@media screen and (min-width:768px){._iconContainer_j8gdh_70{width:64px;height:64px}}._businessesIconContainer_j8gdh_81 img{width:100%;height:100%}._constructionIconContainer_j8gdh_86 img{margin-top:3.66px;width:100%;height:80%}._label_j8gdh_92{font-size:10px;line-height:16px;font-weight:600;letter-spacing:.1px}@media screen and (min-width:768px){._label_j8gdh_92{font-size:12px}}div._disabled_j8gdh_104{opacity:.2}div._onboardingStatus_j8gdh_108{pointer-events:none}div._onboardingStatus_j8gdh_108:before{content:"";position:absolute;inset:-1px 0 0;background-color:#000000e0;z-index:4;pointer-events:none;width:calc(100% + 2px);height:calc(100% + 2px);inset-inline-start:-1px;border-radius:16px}div._cityFooterButton_j8gdh_1.onBoardItemCity{border-radius:16px;border:1px solid #FED830!important;background:linear-gradient(0deg,#14161f66,#14161f66);background-clip:padding-box;z-index:201!important}._badge_19f1r_1{display:grid;place-content:center;background-color:#f63d00;border-radius:50%;color:#fff;font-size:10px;font-weight:600;line-height:14px;letter-spacing:.1px}._badge_19f1r_1 ._number_19f1r_12{display:grid;place-content:center;width:16px;height:16px;padding:6px}._badge_19f1r_1 ._redDot_19f1r_19{width:8px;height:8px}._badge_99iuh_1 ._redDot_99iuh_1{display:block;width:8px;height:8px;background-color:#f63d00;border-radius:50%}._badge_99iuh_1 ._redDotBorder_99iuh_8{display:block;width:11px;height:11px;background-color:#f63d00;border-radius:50%;border:2px solid #141415}._badge_5ncc4_1{width:12px;height:12px}._badge_5ncc4_1 svg{width:100%;height:100%}._cityInfoImg_1pv4h_1{width:100%;position:relative}._cityInfoImg_1pv4h_1 img{width:100%;display:block}._cityInfoParagraph_1pv4h_10{font-size:14px;font-style:normal;line-height:20px;color:#ffffffad;margin-top:16px}._bold_1pv4h_18{font-weight:600;color:#fff}._additionalContentWrapper_14vfw_1{position:absolute;bottom:118px;right:14px;padding:2px;box-shadow:inset 0 0 2px 2px #020202;border:1px solid #FED830;border-radius:18px}._additionalContentWrapper_14vfw_1:dir(rtl){right:auto;left:14px}@media screen and (min-width:768px){._additionalContentWrapper_14vfw_1{right:50%;transform:translate(350px);bottom:102px}._additionalContentWrapper_14vfw_1:dir(rtl){right:auto;left:50%;transform:translate(-350px)}}@media screen and (min-width:1280px){._additionalContentWrapper_14vfw_1{right:30px;bottom:2px;transform:translate(0)}._additionalContentWrapper_14vfw_1:dir(rtl){right:auto;left:30px}}._cityStep6Container_r1hw8_1{background:#141415;position:absolute;width:calc(100% - 24px);max-width:432px;left:50%;transform:translate(-50%);bottom:34px;padding:16px 12px;border-radius:24px;display:flex;justify-content:center;flex-direction:column}@media screen and (min-width:768px){._cityStep6Container_r1hw8_1{bottom:50%;transform:translate(-50%,50%);padding:16px}}._cityStep6Img_r1hw8_23{width:100%;max-width:400px;align-self:center}._city6StepTitle_r1hw8_29{font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;margin-top:16px}._city6StepDescription_r1hw8_40{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;vertical-align:middle;margin-top:12px}._city6StepButton_r1hw8_51{margin-top:16px;width:100%;pointer-events:all!important}@media screen and (min-width:768px){._tabletWrapperHeader_1s3by_2{width:728px;position:absolute!important;transform:translate(-50%);left:50%!important}}@media screen and (min-width:1280px){._tabletWrapperHeader_1s3by_2{width:1040px;position:absolute!important;transform:translate(-50%);left:50%!important}}._cityTextWrapper_182kb_1{display:flex;flex-direction:column;gap:12px}._iconsContainer_182kb_7{display:flex;align-items:center;justify-content:center;gap:4px;background-color:#1d1e20;border-radius:10px;width:fit-content}._text_182kb_17{font-size:14px;font-weight:400;line-height:20px;text-align:left;color:#9aa1b1}._clanCampaignFullScreen_1m91a_1{width:100vw;max-width:var(--max-width);height:100vh;height:100svh;left:0;top:-64px!important;left:-16px!important}._disableClickHandler_1m91a_11{pointer-events:none}._clanCreateClan_1m91a_15{width:100vw;max-width:var(--max-width);height:100vh;height:100svh;top:-16px!important}._clanCreateClanSecondStep_1m91a_23:after{content:"";position:absolute;z-index:200;bottom:0;left:0;right:0;height:260px;background:linear-gradient(0deg,#000000 0%,rgba(0,0,0,.95) 50%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.2) 95%,transparent 100%);pointer-events:auto!important;-webkit-user-select:none;user-select:none}._displayNone_1m91a_36{display:none!important}._onboarding_1m91a_40{position:fixed;width:100vw;inset:0;padding:16px;cursor:pointer;z-index:10000}@media screen and (min-width:768px){._onboardingWrapper_1m91a_51{position:relative;max-width:1040px;height:100%;margin:0 auto}}._blackBackGround_1m91a_59:after{content:"";position:absolute;z-index:200;inset:0;background-color:#000000e0;pointer-events:auto!important;-webkit-user-select:none;user-select:none}._isFocusedBlackOnBoss_1m91a_69:after{content:"";position:absolute;background:radial-gradient(circle at 50% 40%,#0000 7%,#000000e5)}._isCityOnboarding_1m91a_75:before{z-index:201}._cityDetailsOnboarding_1m91a_79:after{background-color:#000000e0!important}._skinsOnboarding_1m91a_83:after{content:"";position:absolute;z-index:200;bottom:0;left:0;right:0;height:210px;background:linear-gradient(0deg,#000000 0%,rgba(0,0,0,.95) 50%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.2) 95%,transparent 100%);pointer-events:auto!important;-webkit-user-select:none;user-select:none}._onboardingDisable_1m91a_96:after{display:none}._onboardingDisable_1m91a_96 ._message_1m91a_99{display:none}._content_1m91a_103{position:absolute;inset:0}._instruction_1m91a_108{position:absolute;bottom:50px;left:50%;z-index:205;transform:translate(-50%);max-width:200px;text-align:center;font-size:12px;font-weight:400;line-height:16px;color:#8a8d94}@media(max-width:390px){._instruction_1m91a_108{left:53%;transform:translate(-53%)}}._additionalContent_1m91a_128{position:absolute;inset:0;z-index:202;max-height:calc(100vh - 98px);max-height:calc(100svh - 98px);overflow:hidden}._secondAdditionalContent_1m91a_137{position:absolute;inset:0;max-height:100vh;max-height:100svh;z-index:201;overflow:hidden;cursor:pointer}._secondAdditionalContentModal_1m91a_147{z-index:206;pointer-events:none}._popupLayout_sgglc_2{position:absolute;top:0;inset-inline-start:0;bottom:0;inset-inline-end:0;background:linear-gradient(0deg,#141415 0% 100%);z-index:999;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none}._popupLayout_sgglc_2::-webkit-scrollbar{display:none}._popupLayout_sgglc_2 *{font-family:Inter}._cityInfoCloseButton_sgglc_23{position:absolute;inset-inline-end:16px;top:16px;z-index:5;cursor:pointer}._cityInfoCloseButton_sgglc_23 svg path{fill:#fff}._header_sgglc_34{position:absolute;top:0;inset-inline-start:0;inset-inline-end:0;height:273px;z-index:-1}._header_sgglc_34 ._ellipse_1_sgglc_42,._header_sgglc_34 ._ellipse_2_sgglc_43,._header_sgglc_34 ._ellipse_3_sgglc_44{position:absolute;border-radius:50%;filter:blur(37px)}._header_sgglc_34 ._ellipse_1_sgglc_42{top:72px;inset-inline-start:calc(50% - 60px);width:120px;height:100px;background-color:#00fcff;opacity:.3;filter:blur(27px)}._header_sgglc_34 ._ellipse_2_sgglc_43{top:-104px;inset-inline-start:calc(50% - 164px);width:328px;height:273px;background-color:#00a3c6;opacity:.2;filter:blur(27px)}._header_sgglc_34 ._ellipse_3_sgglc_44{top:0;inset-inline-start:0;inset-inline-end:0;width:453px;height:376px;background-color:#00989a;opacity:.1;filter:blur(27px)}._contentWrapper_sgglc_78{display:grid;width:calc(100% - 32px);margin:17px auto auto;justify-content:center;grid-template-columns:1fr;padding-bottom:34px}._contentWrapper_sgglc_78 ._townInfo_sgglc_87{margin:auto}._contentWrapper_sgglc_78 ._townInfo_sgglc_87 img{width:200px;margin:auto}._contentWrapper_sgglc_78 ._chipWrapper_sgglc_94{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}._contentWrapper_sgglc_78 ._chipWrapper_sgglc_94 ._chip_sgglc_94{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#fff;display:grid;grid-template-columns:20px 1fr;align-items:center;padding:4px 12px 4px 4px;gap:10px;border-radius:16px;background:#1d1e20;position:relative;overflow:hidden}._contentWrapper_sgglc_78 ._chipWrapper_sgglc_94 ._chip_sgglc_94 ._substrate_sgglc_115{width:100px;height:100px;position:absolute;top:-34px;inset-inline-start:-34px;background-color:#fff;opacity:.15;filter:blur(27px)}._contentWrapper_sgglc_78 ._chipWrapper_sgglc_94 ._chip_sgglc_94 img{position:relative;width:20px;height:20px}._contentWrapper_sgglc_78 ._detailsWrapper_sgglc_130{display:grid;gap:24px}._contentWrapper_sgglc_78 ._detailsWrapper_sgglc_130 ._smallText_sgglc_134{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.01px;color:#ffffffad;text-align:center}._contentWrapper_sgglc_78 ._detailsWrapper_sgglc_130 ._calendarBlock_sgglc_142{display:grid;grid-template-columns:max-content 1fr;align-items:center;min-height:56px;padding:12px 16px;gap:16px;border-radius:20px;background:#1d1e20}._contentWrapper_sgglc_78 ._detailsWrapper_sgglc_130 ._calendarBlock_sgglc_142 ._calendarBlockTitle_sgglc_152{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.01px;color:#fff}._contentWrapper_sgglc_78 ._detailsWrapper_sgglc_130 ._calendarBlock_sgglc_142 ._calendarTitle_sgglc_159{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.01px;color:#9aa1b1}._contentWrapper_sgglc_78 ._detailsWrapper_sgglc_130 ._calendarBlock_sgglc_142 ._calendarDay_sgglc_166{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.01px;color:#fff}._contentWrapper_sgglc_78 ._calendarBlockWrapper_sgglc_173{display:flex;flex-direction:column;gap:4px}._contentWrapper_sgglc_78 ._cityInfoWrapper_sgglc_178{margin:0 0 12px;text-align:center;display:grid;justify-content:center;gap:8px}._contentWrapper_sgglc_78 ._cityInfoWrapper_sgglc_178 ._label_sgglc_185{display:flex;justify-content:center;align-items:center;width:fit-content;padding:4px 12px;border-radius:999px;justify-self:center;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#fff}._contentWrapper_sgglc_78 ._cityInfoWrapper_sgglc_178 ._title_sgglc_199{font-size:24px;font-weight:600;line-height:28px;letter-spacing:-.47px;color:#f0f2f5;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}._contentWrapper_sgglc_78 ._cityInfoWrapper_sgglc_178 ._labelWrapper_sgglc_210{display:flex;justify-content:center;width:100%}._contentWrapper_sgglc_78 ._cityInfoWrapper_sgglc_178 ._labelWithArrows_sgglc_215{display:flex;align-items:center;justify-content:center;gap:12px}._contentWrapper_sgglc_78 ._cityInfoWrapper_sgglc_178 ._labelWithArrows_sgglc_215 ._label_sgglc_185{white-space:nowrap}._contentWrapper_sgglc_78 ._cityInfoWrapper_sgglc_178 ._labelArrow_sgglc_224{width:20px;height:20px;flex-shrink:0}._contentWrapper_sgglc_78 ._cityInfoWrapper_sgglc_178 ._labelArrow_sgglc_224 path{fill:#f0f2f5}._progressWrapper_sgglc_233{display:flex;flex-direction:column;gap:8px}._onboardingOverlay_sgglc_239{position:absolute;inset:0;background-color:#000000e0;z-index:200;pointer-events:auto;cursor:pointer}._messageWrapper_sgglc_248{position:absolute;inset:0;z-index:210;pointer-events:none}._rewardPercentWrapper_sgglc_255{display:flex;width:100%;justify-content:space-between}._rewardPercentWrapper_sgglc_255._maxLevel_sgglc_260{justify-content:center}._rewardPercentItem_sgglc_264{display:flex;gap:4px}._rewardPercentItem_sgglc_264 p{font-family:Inter;font-weight:600;font-size:12px;line-height:16px;letter-spacing:.01px;text-align:center;vertical-align:middle;color:#fff833}._rewardPercentItem_sgglc_264 p._passive_sgglc_278{font-weight:400;color:#ffffffad}._rewardPercentItem_sgglc_264 p._passive_sgglc_278 span{font-weight:600}._rewardPercentItem_sgglc_264._aboveProgressBar_sgglc_285,._rewardPercentItem_sgglc_264._aboveProgressBar_sgglc_285 img{opacity:.8}._rewardPercentItem_sgglc_264._aboveProgressBar_sgglc_285 p{color:#fff833cc}._badgeGrey_sgglc_296{background:#ffffff26;color:#f0f2f5;position:relative;border:none}._badgeGrey_sgglc_296:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff47,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._badgeBlue_sgglc_316{background:#05f;color:#fff;position:relative;border:none;box-shadow:0 2px 2px #0075ff33,0 0 22.5px #0075ffcf}._badgeBlue_sgglc_316:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff47,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._badgeGreen_sgglc_337{background:#0fa54d;color:#fff;position:relative;border:none;box-shadow:0 2px 2px #12b85733,0 0 22.5px #12b857cf}._badgeGreen_sgglc_337:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff57,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._badgeViolet_sgglc_358{background:#5f39ea;color:#fff;position:relative;border:none;box-shadow:0 2px 2px #5f39ea33,0 0 22.5px #5f39eacf}._badgeViolet_sgglc_358:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff47,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._badgeYellow_sgglc_379{background:#ffb200;color:#4a1200!important;position:relative;border:none;box-shadow:0 2px 2px #ffb20033,0 0 22.5px #ffb200cf}._badgeYellow_sgglc_379:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff57,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._to_sgglc_87{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.01px;color:#fff;display:flex;align-items:center;gap:4px}._maxLevelText_sgglc_411{color:#ffffff47;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%}[dir=rtl] ._labelArrow_sgglc_224{transform:scaleX(-1)}._onboardingWrapper_1nao0_1{position:absolute;left:50%;top:266px;transform:translate(-50%);max-width:716px;width:calc(100% - 12px)}@media screen and (min-width:768px){._onboardingWrapper_1nao0_1{top:310px;width:calc(100% - 24px)}}._progressWrapperOnboarding_1nao0_16{padding:10px;border-radius:12px;box-shadow:0 0 0 2px #fff833;z-index:250;background-color:#1d1e20b3}@media screen and (min-width:768px){._cityDetailsOnboardingWrapper_cctbv_2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:700px;max-width:500px;height:100%;width:100%}}._skinsTextStep01_1b0h3_1{font-size:14px;line-height:20px;letter-spacing:0;font-weight:400;color:#b7b7b8}._skinsTextStep02_1b0h3_9{font-size:14px;line-height:20px;letter-spacing:0;font-weight:600;color:#fff}@media screen and (max-width:500px){._skinsShadow_1hqye_2{position:absolute;background:linear-gradient(0deg,#141415,#141415b3 34.5%,#14141580 68%,#14141500);height:150px;width:100%;left:0;bottom:0}}._skinsBackground_1yi7d_1{max-height:100%}._bold_e7x0b_1{font-weight:600}._black_e7x0b_5{color:#000}._grey_e7x0b_9{color:#9aa1b1}._noWrap_e7x0b_13{white-space:nowrap}._bold_chhbf_1{font-weight:600}._black_chhbf_5{color:#000}._grey_chhbf_9{color:#9aa1b1}._noWrap_chhbf_13{white-space:nowrap}._populationToCoins_chhbf_17{margin-left:4px;padding:5.5px 3px 0;border-radius:10px;background-color:#1d1e20;white-space:nowrap;position:relative;top:3px}._populationToCoins_chhbf_17 ._centered_chhbf_26{margin:0 4px}._container_2epys_1{width:100%;padding-inline:12px;position:fixed;inset-inline-start:0;bottom:36px;display:flex;flex-direction:column;color:var(--pop-primary-under-text-color, #f4f4f5);font-weight:600;z-index:var(--z-pop-under);transition:bottom .5s ease-in-out;z-index:200}._container_2epys_1._noGradient_2epys_15 ._wrapper_2epys_15{background:none}._container_2epys_1._leagueUp_2epys_18 ._wrapper_2epys_15{background-size:100% 100%;background-image:url(/images/backgrounds/bg-up.svg);background-position:0px -100px}._container_2epys_1._leagueDown_2epys_23 ._wrapper_2epys_15{background-size:100% 100%;background-image:url(/images/backgrounds/bg-down.svg);background-position:0px -100px}._container_2epys_1._leagueUp_2epys_18 ._button_2epys_28:disabled,._container_2epys_1._leagueDown_2epys_23 ._button_2epys_28:disabled{background-color:#8a8d9429}._container_2epys_1._megadeposit_2epys_31 ._wrapper_2epys_15{background:url(/images/backgrounds/megadeposit.svg) no-repeat;background-size:cover}@media screen and (min-width:768px){._container_2epys_1._megadeposit_2epys_31 ._wrapper_2epys_15{overflow:hidden}}@media screen and (min-width:501px){._container_2epys_1._megadeposit_2epys_31 ._contentBlock_2epys_41{max-height:70vh;max-height:70svh;overflow-y:auto}}._container_2epys_1._megadeposit_2epys_31:after{content:"";width:100%;height:70px;position:absolute;bottom:-36px;inset-inline-start:0;background:linear-gradient(transparent,#000)}._container_2epys_1:after{content:"";width:100%;height:70px;position:absolute;bottom:-36px;inset-inline-start:0;background:linear-gradient(transparent,#000)}@media screen and (min-width:501px){._container_2epys_1:after{display:none}}._overlay_2epys_71{position:fixed;inset:0;width:100%;height:100%;background:#000000e0;z-index:var(--z-pop-under-overlay);cursor:pointer}._overlayTransparent_2epys_82{background-color:transparent}._overlayDark_2epys_86{background:#000000e0}._titleBlock_2epys_90,._wrapper_2epys_15,._footer_2epys_92,._buttonBlock_2epys_93{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}._titleBlock_2epys_90{position:relative;padding-block-start:70px;gap:8px;text-align:center}._titleBlock_2epys_90 ._title_2epys_90{color:var(--pop-primary-under-text-color, #f4f4f5);font-size:22px;line-height:26px;letter-spacing:-.4px}._titleBlock_2epys_90 ._subtitle_2epys_113{color:var(--pop-primary-under-text-color, #f4f4f5);font-size:14px;line-height:20px;opacity:.5;font-weight:400}._wrapper_2epys_15{padding:16px;border-radius:24px;background:url(/assets/sheet-bg-zhrsLorf.webp) no-repeat;background-size:110% 96%;background-position:top}._wrapper_2epys_15._noGradient_2epys_15{background:none}._contentBlock_2epys_41{border-radius:24px;z-index:1;background:no-repeat top center var(--pop-under-content-bg-color, #141415);scrollbar-width:none!important;-ms-overflow-style:none!important}._contentBlock_2epys_41::-webkit-scrollbar{display:none!important}._contentBlock_2epys_41 ._footerText_2epys_144{color:var(--pop-primary-secondary-text-color, #8a8d94);font-weight:400;font-size:12px;line-height:16px;text-align:center}._contentBlock_2epys_41._income_2epys_151{background-image:url(/images/web-two/bg-yellow.svg)}._contentBlock_2epys_41._population_2epys_154{background-image:url(/images/web-two/bg-cyan.svg)}._contentBlock_2epys_41._referrals_2epys_157{background-image:url(/images/web-two/bg-blue.svg)}._contentBlock_2epys_41._luckydrive_2epys_160,._contentBlock_2epys_41._tonconnect_2epys_160{background-image:url(/images/web-two/bg-violet.svg)}._close_2epys_164{position:absolute;top:16px;inset-inline-end:16px;z-index:100;color:#fff;cursor:pointer}@media(min-width:768px){._close_2epys_164{width:36px;height:36px;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .1s ease-in-out;background:#a3abbb29}._close_2epys_164 svg{width:16px;height:16px}}._buttonBlock_2epys_93{width:100%;gap:12px;flex-direction:row}._buttonColumn_2epys_196{flex-direction:column}._footer_2epys_92{gap:12px}._icon_2epys_204{position:absolute;z-index:1;left:50%;top:-16px;transform:translate(-50%)}._icon_2epys_204 img{width:86px;height:86px}._copyButton_2epys_216{min-width:44px;width:44px;height:44px;padding:0;display:grid;place-content:center}._bottomSheetCleanContainer_2epys_225{position:absolute;bottom:100%;inset-inline-start:0;inset-inline-end:0;width:100%;height:100vh;height:100svh;background-color:#000000e0;display:flex;justify-content:center}._bottomSheetCleanContainer_2epys_225+._bottomSheetCleanContainer_2epys_225{display:none}._bottomSheetCleanContainer_2epys_225 ._wrapper_2epys_15{position:relative}._bottomSheetCleanContainer_2epys_225 ._overlay_2epys_71{animation-duration:.5s;animation-fill-mode:forwards}._bottomSheetCleanContainer_2epys_225 ._container_2epys_1{animation-duration:.3s;animation-fill-mode:forwards}._bottomSheetCleanContainer_2epys_225 ._hide_2epys_251 ._container_2epys_1{animation-name:_slideOut_2epys_1}._bottomSheetCleanContainer_2epys_225 ._hide_2epys_251 ._overlay_2epys_71{animation-name:_showOut_2epys_1}._bottomSheetCleanContainer_2epys_225 ._show_2epys_257 ._container_2epys_1{animation-name:_slideIn_2epys_1}._bottomSheetCleanContainer_2epys_225 ._show_2epys_257 ._overlay_2epys_71{animation-name:_showIn_2epys_1}@keyframes _showIn_2epys_1{0%{opacity:0}to{opacity:1}}@keyframes _showOut_2epys_1{0%{opacity:1}to{opacity:0}}@keyframes _slideIn_2epys_1{0%{transform:translateY(150vh)}to{transform:translate(0)}}@keyframes _slideOut_2epys_1{0%{transform:translate(0)}to{transform:translateY(150vh)}}._bottomSheetModalContainer_2epys_296{position:fixed;bottom:100%;inset-inline-start:0;top:0;width:100%;height:100vh;height:100svh;pointer-events:none;touch-action:none;z-index:201}._bottomSheetModalContainer_2epys_296 ._wrapper_2epys_15{position:relative}._bottomSheetModalContainer_2epys_296 ._overlay_2epys_71{transition:.3s;opacity:0;pointer-events:none;touch-action:none;z-index:202}._bottomSheetModalContainer_2epys_296 ._container_2epys_1{width:100%;height:100%;transition:transform .3s ease,opacity 0s .3s,visibility 0s .3s;visibility:hidden;opacity:0;pointer-events:none;z-index:202;display:flex;justify-content:flex-end;transform:translateY(150vh)}@media screen and (min-width:501px){._bottomSheetModalContainer_2epys_296 ._container_2epys_1{justify-content:center;transform:translateY(50%);bottom:50%}}@media screen and (min-width:501px)and (max-width:768px){._bottomSheetModalContainer_2epys_296 ._container_2epys_1{transform:translateY(150vh);bottom:auto;top:0}}._bottomSheetModalContainer_2epys_296 ._container_2epys_1 ._contentBlock_2epys_41{max-width:calc(var(--max-width) - 32px);margin:0 auto;width:-webkit-fill-available;pointer-events:all}@media screen and (min-width:501px){._bottomSheetModalContainer_2epys_296 ._container_2epys_1 ._contentBlock_2epys_41{max-width:480px}}._bottomSheetModalContainer_2epys_296._show_2epys_257 ._overlay_2epys_71{opacity:1;pointer-events:all}._bottomSheetModalContainer_2epys_296._show_2epys_257 ._container_2epys_1{transition:transform .3s ease,opacity .2s ease,visibility 0s;visibility:visible;opacity:1}@media screen and (max-width:768px){._bottomSheetModalContainer_2epys_296._show_2epys_257 ._container_2epys_1{transform:translateY(-1px)}}@media screen and (min-width:768px){._bottomSheetModalContainer_2epys_296._show_2epys_257 ._container_2epys_1{transform:translateY(50%)}}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._bottomSheetModalContainer_2epys_296._show_2epys_257{position:absolute;inset:0!important;width:100vw;height:100vh!important;height:100svh!important}}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] .leaguesOverlayContainer._bottomSheetModalContainer_2epys_296._show_2epys_257 ._overlay_2epys_71,[dir=rtl] .leaguesOverlayContainer ._overlay_2epys_71{inset:-16px!important}}._noBtn_2epys_392{display:none}@keyframes _blink_9n08q_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes _rotation_9n08q_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._clanInviteWrapper_9n08q_23{background:url(/assets/bg-CAD0beQq.webp);background-size:100% auto;background-repeat:no-repeat}._modal_9n08q_29 ._wrapper_9n08q_29{background:url(/assets/sheet-bg-zhrsLorf.webp) no-repeat;background-size:100% 100%;background-position:center}._container_9n08q_35{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}._lightWrapper_9n08q_43{position:absolute;inset:0;overflow:hidden;z-index:1;mix-blend-mode:soft-light;border-radius:24px;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgb(0,0,0) 40%,rgba(0,0,0,0) 70%);mask-image:linear-gradient(to bottom,#000 0% 40%,#0000 70%)}._lights_9n08q_58{position:absolute;top:0;left:50%;aspect-ratio:1/1;animation:_rotation_9n08q_1 30s linear infinite;width:150%;transform:translate(-50%,-50%);height:150%;filter:blur(5px)}@media screen and (min-width:501px){._lights_9n08q_58{height:auto;width:150%}}._lights_9n08q_58 svg{position:absolute;left:0;top:0;height:100%;width:100%;opacity:.3}._stars_9n08q_84{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:150px;height:150px}._stars_9n08q_84 svg{position:absolute}._stars_9n08q_84 svg:nth-child(1){left:0;width:16px;height:16px;animation:_blink_9n08q_1 1s cubic-bezier(.65,0,.35,1) infinite}._stars_9n08q_84 svg:nth-child(2){right:0;top:50px;width:12px;height:12px;animation:_blink_9n08q_1 1s .3s cubic-bezier(.65,0,.35,1) infinite}._stars_9n08q_84 svg:nth-child(3){top:22px;left:-8px;bottom:-5px;width:14px;height:14px;animation:_blink_9n08q_1 1s .2s cubic-bezier(.65,0,.35,1) infinite}._flagContainer_9n08q_118{position:relative;z-index:4;margin-top:16px;margin-bottom:20px}._flag_9n08q_118{width:100px;height:100px;border-radius:20px;object-fit:cover}._clanName_9n08q_132{color:#fff;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;margin:0 0 8px}._description_9n08q_143{color:#ffffffad;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;vertical-align:middle;margin:0 0 20px}._text_9n08q_154{height:16px;font-weight:600;font-size:12px;color:#fff}._textLightGrey_9n08q_161{color:#8a8d94}._membersCount_9n08q_165{margin-inline-end:1.5px}._textYellow_9n08q_169{color:#fff;font-size:12px;line-height:16px;letter-spacing:.01px}._badgesContainer_9n08q_176{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}._badgesContainer_9n08q_176 ._badge_9n08q_176{display:flex;align-items:center;height:24px;border-radius:12px;min-width:24px;gap:4px}._badgesContainer_9n08q_176 ._greyBadge_9n08q_190{border:1px solid rgba(163,171,187,.1607843137);background-color:#323439;padding:4px 8px}._badgesContainer_9n08q_176 ._greyBadge_9n08q_190 ._text_9n08q_154{display:inline-flex}._badgesContainer_9n08q_176 ._greyBadge_9n08q_190 svg{margin-top:2px}._badgesContainer_9n08q_176 ._goldBadge_9n08q_201{background-color:#ffd54d1f;padding:4px 8px 4px 4px;cursor:pointer}._badgesContainer_9n08q_176 ._levelBadge_9n08q_206{border:1px solid rgba(163,171,187,.1607843137);background-color:#323439;padding:4px 8px}._badgesContainer_9n08q_176 ._disabled_9n08q_211{background-color:#393428;cursor:default;pointer-events:none}._actions_9n08q_217{display:flex;gap:12px;width:100%}._declineButton_9n08q_223{flex:1;width:100%;padding:12px 0;background:#8a8d9429;font-size:14px;font-weight:600;line-height:20px;text-align:center;color:#fff;border-radius:12px;border:none;transition:background-color .1s linear}._declineButton_9n08q_223:active{opacity:.86}._acceptButton_9n08q_241{flex:1;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;border-radius:12px;transition:background-color .1s linear;border:none;color:#fff;background:#0075ff;height:44px}._acceptButton_9n08q_241:active{opacity:.86}._modal_1qk3x_1{overflow:visible;border-radius:24px;margin-top:-10px}._background_1qk3x_7{width:100%;border-radius:24px;position:absolute;z-index:-1;inset:0 0 80px;overflow:hidden}._backgroundImage_1qk3x_19{width:100%;height:100%;object-fit:cover;border-radius:24px}._flagContainer_1qk3x_26{position:absolute;top:-10px;left:50%;transform:translate(-50%);z-index:10}._flag_1qk3x_26{width:80px;height:80px;border-radius:16px;object-fit:cover}._container_1qk3x_41{position:relative;display:flex;flex-direction:column;align-items:center;padding:30px 0 0;text-align:center;z-index:0}._title_1qk3x_51{font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;color:#f0f2f5;text-align:center;margin:40px 0 12px}._description_1qk3x_61{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#ffffffad;margin:0;padding:0 16px}._actions_1qk3x_72{display:flex;justify-content:center;width:100%;position:relative;z-index:2}._goToClanButton_1qk3x_80{width:100%;height:48px;background:#0075ff;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;cursor:pointer;transition:background-color .2s ease}._goToClanButton_1qk3x_80:hover{background:#0066e5}._goToClanButton_1qk3x_80:active{background:#0058cc}._removeContainer_1qk3x_102{padding-top:0}._modal_ilae8_1{overflow:visible;border-radius:24px;margin-top:-10px}._background_ilae8_7{min-width:100%;max-width:100%;margin:0 auto;border-radius:24px;position:absolute;overflow:hidden;z-index:-1;inset:0}._backgroundImage_ilae8_21{position:absolute;left:50%;transform:translate(-50%);width:auto;height:350px;object-fit:cover;border-radius:24px}._iconContainer_ilae8_31{position:absolute;top:-42px;left:50%;transform:translate(-50%);z-index:10}._icon_ilae8_31{width:124px;height:124px;border-radius:16px;object-fit:cover}._container_ilae8_46{position:relative;display:flex;flex-direction:column;align-items:center;padding:30px 0 0;text-align:center;z-index:0}._title_ilae8_56{font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;color:#f0f2f5;text-align:center;margin:40px 0 12px}._description_ilae8_66{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#ffffffad;margin:0;padding:0 16px}._actions_ilae8_77{display:flex;justify-content:center;width:100%;position:relative;z-index:2}._claimButton_ilae8_85{width:100%;height:48px;background:#0075ff;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;cursor:pointer;transition:background-color .2s ease;display:flex;justify-content:center;align-items:center}._claimButton_ilae8_85:hover{background:#0066e5}._claimButton_ilae8_85:active{background:#0058cc}._claimButton_ilae8_85._claimButtonTimer_ilae8_109:not(._claimButton_ilae8_85._claimButtonDisabled_ilae8_109){background:#0075ff1f;color:#0075ff;line-height:1;font-variant-numeric:tabular-nums;pointer-events:none}._claimButton_ilae8_85._claimButtonDisabled_ilae8_109{pointer-events:none;opacity:.5}._claimButton_ilae8_85 ._timeIconContainer_ilae8_120{margin-inline-end:8px}._claimButton_ilae8_85 ._timeIconContainer_ilae8_120 svg{height:16px;width:16px}._loader_ilae8_128{background:transparent!important;height:100%!important;position:relative!important}._rewardContainer_ilae8_134{margin-top:24px;display:flex;align-items:center;justify-content:center}._rewardContainer_ilae8_134 ._rewardIcon_ilae8_140{width:36px;height:36px;margin-inline-end:8px}._rewardContainer_ilae8_134 ._rewardAmount_ilae8_145{font-family:Inter;font-weight:600;font-size:32px;line-height:36px;letter-spacing:-.69px;color:#fff}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._modal_ilae8_1{position:absolute;inset-inline:0;bottom:36px;margin-inline:auto;transform:translateZ(0);will-change:transform}}._loader_u8mwa_1{display:flex;align-items:center;justify-content:center;width:100%;height:100vh;height:100svh;background:#141415;background-size:cover;position:fixed;top:0;left:auto;z-index:1000}._spinner_u8mwa_16{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_rotation_u8mwa_1 1s linear infinite}@keyframes _rotation_u8mwa_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _blink_1x8sx_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes _rotation_1x8sx_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._modal_1x8sx_23 ._wrapper_1x8sx_23{background:url(/assets/sheet-bg-zhrsLorf.webp) no-repeat;background-size:100% 100%;background-position:center}._container_1x8sx_29{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}._lightWrapper_1x8sx_37{position:absolute;inset:0;overflow:hidden;z-index:1;mix-blend-mode:soft-light;border-radius:24px;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgb(0,0,0) 40%,rgba(0,0,0,0) 70%);mask-image:linear-gradient(to bottom,#000 0% 40%,#0000 70%)}._lights_1x8sx_52{position:absolute;top:0;left:50%;aspect-ratio:1/1;animation:_rotation_1x8sx_1 30s linear infinite;width:200%;transform:translate(-50%,-50%);height:200%;filter:blur(5px)}@media screen and (min-width:501px){._lights_1x8sx_52{height:auto;width:150%}}._lights_1x8sx_52 svg{position:absolute;left:0;top:0;height:100%;width:100%;opacity:.3}._stars_1x8sx_78{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:150px;height:150px}._stars_1x8sx_78:dir(rtl){transform:translate(-50%,-50%) scaleX(-1)}._stars_1x8sx_78 svg{position:absolute;color:#fff!important;fill:#fff!important}._stars_1x8sx_78 svg *{fill:#fff!important;color:#fff!important}._stars_1x8sx_78 svg path{fill:#fff!important}._stars_1x8sx_78 svg:nth-child(1){inset-inline-start:-21px;top:-3px;width:16px;height:16px;animation:_blink_1x8sx_1 1s cubic-bezier(.65,0,.35,1) infinite}._stars_1x8sx_78 svg:nth-child(2){inset-inline-start:-44px;top:27px;width:12px;height:12px;animation:_blink_1x8sx_1 1s .3s cubic-bezier(.65,0,.35,1) infinite}._stars_1x8sx_78 svg:nth-child(3){top:29px;inset-inline-end:-26px;bottom:0;width:12px;height:12px;animation:_blink_1x8sx_1 1s .2s cubic-bezier(.65,0,.35,1) infinite}._giftContainer_1x8sx_125{position:relative;z-index:4}._giftBox_1x8sx_130{object-fit:contain;object-position:center;width:230px;margin-top:-162px}._giftBox_1x8sx_130 img{display:block;height:100%}._wrapperGradient_1x8sx_141{position:absolute;top:0;left:0;width:100%;overflow:hidden;height:200px}._gradient_1x8sx_150{position:absolute;top:0;left:50%;transform:translate(-50%);opacity:1;width:200px;height:200px;filter:blur(40px);-webkit-backdrop-filter:blur(0);overflow:hidden;overflow-y:clip}._gradient_1x8sx_150:before{content:"";position:absolute;top:0;left:0;transform:translateY(-50%);background:#64f6ff;border-radius:100%;width:100%;height:100%}._title_1x8sx_175{color:#fff;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;margin:0 0 8px}._description_1x8sx_186{color:#ffffffad;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;vertical-align:middle;margin:0 0 8px}._rewardsContainer_1x8sx_197{display:flex;justify-content:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}._rewardBadge_1x8sx_205{display:flex;align-items:center;height:32px;border-radius:16px;background-color:#3a3e44cc;border:1px solid var(--Border-Neutral-border-primary, rgba(163, 171, 187, .16));padding-block:4px;padding-inline:4px 8px;gap:4px}._rewardBadge_1x8sx_205 svg,._rewardBadge_1x8sx_205 img{width:20px;height:20px}._rewardBadgeNoWeb2_1x8sx_222{display:flex;align-items:center;height:32px;border-radius:16px;padding-block:4px;padding-inline:4px 8px;gap:4px}._rewardBadgeNoWeb2_1x8sx_222 svg,._rewardBadgeNoWeb2_1x8sx_222 img{width:36px;height:36px}._rewardText_1x8sx_237{color:#fff;font-weight:600;font-size:14px;line-height:16px}._rewardTextNoWeb2_1x8sx_244{font-weight:600;font-size:32px;color:#fff;letter-spacing:-.69px}._actions_1x8sx_251{display:flex;justify-content:center;width:100%}._closeButton_1x8sx_257{width:100%;height:48px;background:#0075ff;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;cursor:pointer;transition:background-color .2s ease}._closeButton_1x8sx_257:hover{background:#0066e5}._closeButton_1x8sx_257:active{background:#0058cc}._rewardBottom_1x8sx_279{display:flex;gap:12px}._rewardWrapper_1x8sx_284{display:flex;flex-direction:column;align-items:center}._rewardBottomWrapper_1x8sx_290{margin-top:12px}._subtitle_1x8sx_294{font-weight:600;font-style:Semi Bold;font-size:14px;line-height:20px;color:#ffffffad}._rewardClanBadge_1x8sx_302 svg{width:24px;height:24px}@media screen and (min-width:501px){._campaignRewardModalContentBlockClassName_1x8sx_308{max-width:380px!important}}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._modal_1x8sx_23{position:absolute;inset-inline:0;margin-inline:auto;bottom:36px}}@keyframes _blink_1edn6_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes _rotation_1edn6_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._clanInviteWrapper_1edn6_23{background:url(/assets/bg-CAD0beQq.webp);background-size:100% auto;background-repeat:no-repeat}._modal_1edn6_29 ._wrapper_1edn6_29{background:url(sheet-bg.webp) no-repeat;background-size:100% 100%;background-position:center}._container_1edn6_35{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}._lightWrapper_1edn6_43{position:absolute;inset:0;overflow:hidden;z-index:1;mix-blend-mode:soft-light;border-radius:24px;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgb(0,0,0) 40%,rgba(0,0,0,0) 70%);mask-image:linear-gradient(to bottom,#000 0% 40%,#0000 70%)}._lights_1edn6_58{position:absolute;top:0;left:50%;aspect-ratio:1/1;animation:_rotation_1edn6_1 30s linear infinite;width:150%;transform:translate(-50%,-50%);height:150%;filter:blur(5px)}@media screen and (min-width:501px){._lights_1edn6_58{height:auto;width:150%}}._lights_1edn6_58 svg{position:absolute;left:0;top:0;height:100%;width:100%;opacity:.3}._stars_1edn6_84{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:150px;height:150px}._stars_1edn6_84 svg{position:absolute}._stars_1edn6_84 svg:nth-child(1){left:0;width:16px;height:16px;animation:_blink_1edn6_1 1s cubic-bezier(.65,0,.35,1) infinite}._stars_1edn6_84 svg:nth-child(2){right:0;top:50px;width:12px;height:12px;animation:_blink_1edn6_1 1s .3s cubic-bezier(.65,0,.35,1) infinite}._stars_1edn6_84 svg:nth-child(3){top:22px;left:-8px;bottom:-5px;width:14px;height:14px;animation:_blink_1edn6_1 1s .2s cubic-bezier(.65,0,.35,1) infinite}._flagContainer_1edn6_118{position:relative;z-index:4;margin-top:16px;margin-bottom:20px}._flag_1edn6_118{width:100px;height:100px;border-radius:20px;object-fit:cover}._clanName_1edn6_132{color:#fff;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;margin:0 0 8px}._itemsContainer_1edn6_143{display:flex;flex-direction:column;align-items:center}._description_1edn6_149{font-weight:600;font-size:22px;line-height:26px;text-align:center;color:#fff}._title_1edn6_157{font-weight:600;font-size:22px;line-height:26px;text-align:center;color:#fff;margin-top:12px}._text_1edn6_166{height:16px;font-weight:600;font-size:12px;color:#fff}._textWeight400_1edn6_173{font-weight:400}._textLightGrey_1edn6_177{color:#8a8d94}._membersCount_1edn6_181{margin-right:1.5px}._textYellow_1edn6_185{color:#fff833;font-size:12px}._arrowIcon_1edn6_190{position:absolute;right:-4px;top:-4px}._amountImg_1edn6_196{width:16px;height:16px;min-width:16px;display:flex;align-items:center;justify-content:center}._amountImg_1edn6_196 img{width:100%;height:100%;object-fit:contain}._badge_1edn6_210{position:relative;display:flex;align-items:center;justify-content:center;height:24px;border-radius:12px;min-width:59px;gap:4px;padding:4px 8px 4px 4px}._greyBadge_1edn6_222{background-color:#a3abbb29}._lvlBadgePadding_1edn6_226{padding:4px 8px!important;margin-bottom:8px}._badgesContainer_1edn6_231{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}._badgesContainer_1edn6_231 ._goldBadge_1edn6_237{background-color:#ffd54d1f;padding:4px 8px 4px 4px}._badgesContainer_1edn6_231 ._levelBadge_1edn6_241{border:1px solid rgba(163,171,187,.1607843137);background-color:#323439;padding:4px 8px}._actions_1edn6_247{display:flex;gap:12px;width:100%}._declineButton_1edn6_253{flex:1;width:100%;padding:12px 0;background:#8a8d9429;font-size:14px;font-weight:600;line-height:20px;text-align:center;color:#fff;border-radius:12px;border:none;transition:background-color .1s linear}._declineButton_1edn6_253:active{opacity:.86}._acceptButton_1edn6_271{flex:1;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;border-radius:12px;transition:background-color .1s linear;border:none;color:#fff;background:#0075ff;height:44px}._acceptButton_1edn6_271:active{opacity:.86}._improvementsBlock_1g1v7_1{background:#141415;border:1px solid rgba(163,171,187,.1607843137);border-radius:12px;padding:12px;margin-top:-4px;margin-bottom:12px;display:flex;flex-direction:column;text-align:left;width:100%;box-sizing:border-box}._improvementsBlock_1g1v7_1 ._description_1g1v7_14{font-weight:400;font-size:12px;line-height:16px;letter-spacing:.01px;color:#ffffffad;margin-bottom:8px;text-align:left}._improvementItem_1g1v7_24{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(163,171,187,.1607843137)}._improvementItem_1g1v7_24:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}._improvementIconWrapper_1g1v7_39{display:flex;justify-content:center;align-items:center;min-width:20px}._improvementContent_1g1v7_46{display:flex;flex-direction:column;flex:1}._improvementIcon_1g1v7_39{width:20px;height:20px;min-width:20px}._improvementText_1g1v7_58{font-weight:600;font-size:14px;line-height:20px;color:#fff;margin-bottom:4px}._improvementValue_1g1v7_66{font-weight:400;font-size:12px;line-height:16px;letter-spacing:.01px;color:#ffffffad}._previousBucket_1rsmu_1{position:relative;z-index:202}._previousBucketPopup_1rsmu_6{margin:0 -16px;width:calc(100% + 32px)!important;bottom:0;border-radius:0;height:100vh;height:100svh}._previousBucketPopup_1rsmu_6 .contentBlock{border-radius:0}@media screen and (min-width:501px){._previousBucketPopup_1rsmu_6 .contentBlock{border-radius:24px;overflow:hidden}}@media screen and (min-width:501px){._content_1rsmu_14{max-width:720px!important}}._particles_9s6ih_1 svg{position:absolute;left:50%;top:50%;z-index:100;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}._particles_9s6ih_1{--base-scale: .8;--final-opacity: 1}._particles_9s6ih_1 svg:nth-child(1){transform:translate3d(-53px,-134px,0) scale(var(--base-scale));animation:_particle1_9s6ih_1 3s 1s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.8}._particles_9s6ih_1 svg:nth-child(2){transform:translate3d(45px,-24px,0) scale(var(--base-scale));animation:_particle2_9s6ih_1 3.5s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.3}._particles_9s6ih_1 svg:nth-child(3){transform:translate3d(60px,-42px,0) scale(var(--base-scale));animation:_particle3_9s6ih_1 4s .3s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.3}._particles_9s6ih_1 svg:nth-child(4){transform:translate3d(55px,-139px,0) scale(var(--base-scale));animation:_particle4_9s6ih_1 3.2s 2s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.3}._particles_9s6ih_1 svg:nth-child(5){transform:translate3d(-65px,-29px,0) scale(var(--base-scale));animation:_particle5_9s6ih_1 3.2s 2s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.3}@keyframes _particle1_9s6ih_1{0%{opacity:.8;transform:translate3d(-53px,-134px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(-56px,-129px,0) scale(1.2)}}@keyframes _particle2_9s6ih_1{0%{opacity:.3;transform:translate3d(45px,-24px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(49px,-29px,0) scale(1.2)}}@keyframes _particle3_9s6ih_1{0%{opacity:.3;transform:translate3d(60px,-42px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(54px,-46px,0) scale(1.2)}}@keyframes _particle4_9s6ih_1{0%{opacity:.3;transform:translate3d(55px,-139px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(59px,-135px,0) scale(.8)}}@keyframes _particle5_9s6ih_1{0%{opacity:.3;transform:translate3d(-65px,-29px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(-60px,-35px,0) scale(1.4)}}._previousBucketContent_9s6ih_90{height:100vh;height:100svh;width:calc(100% + 24px);background-color:#141414;margin:-16px;display:flex;flex-direction:column;position:relative}@media screen and (min-width:501px){._previousBucketContent_9s6ih_90{height:auto;width:100%;margin:0}}._previousBucketContent_9s6ih_90:before{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:30px;-webkit-box-shadow:0px -29px 8px 0px rgb(20,20,20) inset;-moz-box-shadow:0px -29px 8px 0px rgb(20,20,20) inset;box-shadow:0 -29px 8px #141414 inset;z-index:101}._bucketBack_9s6ih_120{position:relative;width:100%;height:410px;position:absolute;top:0;left:50%;transform:translate(-50%);pointer-events:none;overflow:hidden}._bucketBack_9s6ih_120>svg{width:100%;height:100%;position:absolute;left:50%;transform:translate(-50%,-85px);top:0}._bucketList_9s6ih_141{position:relative;display:flex;flex-direction:column}._bucketList_9s6ih_141 li{padding:0}._bucketList_9s6ih_141 li:before{display:none}._bucketListHeader_9s6ih_153{display:grid;grid-template-columns:26px 1fr 60px 80px;padding-block:0;padding-inline:16px;gap:8px;font-size:12px;font-weight:400;line-height:16px;color:#ffffffad}@media screen and (min-width:768px){._bucketListHeader_9s6ih_153{padding-inline:32px}}._bucketListHeader_9s6ih_153>span:nth-child(2){width:236px}@media screen and (max-width:500px){._bucketListHeader_9s6ih_153>span:nth-child(2){width:140px}}@media screen and (max-width:380px){._bucketListHeader_9s6ih_153>span:nth-child(2){width:116px}}._bucketListHeader_9s6ih_153>span:nth-child(3){min-width:60px}._bucketListHeader_9s6ih_153>span:nth-child(4){min-width:80px}._bucketListHeader_9s6ih_153{margin-top:24px;padding-block:0;padding-inline:16px;display:grid;grid-template-columns:26px 1fr 60px 80px;position:relative;z-index:101}@media screen and (max-width:370px){._bucketListHeader_9s6ih_153{padding-inline-end:12px}}._bucketListHeader_9s6ih_153{pointer-events:none}@media screen and (min-width:768px){._bucketListHeader_9s6ih_153{grid-template-columns:66px 1fr 150px 94px}}._bucketListHeader_9s6ih_153:before{content:"";display:block;position:absolute;bottom:-12px;inset-inline-start:0;width:100%;height:48px;background:linear-gradient(transparent 0px,#141415 26px,#141415 42px,transparent);z-index:-1}@media screen and (max-height:650px){._bucketListHeader_9s6ih_153:before{bottom:-14px;background:linear-gradient(transparent 0px,#141415 26px,#141415 43px,transparent)}}._bucketListNumber_9s6ih_234{width:26px}._bucketListPoints_9s6ih_238{width:60px}._bucketListReward_9s6ih_242{width:80px}._timerWrapper_9s6ih_246{position:absolute;top:60px;left:50%;transform:translate(-50%);z-index:10}@media screen and (max-height:650px){._timerWrapper_9s6ih_246{top:50px}}._previousBucketList_9s6ih_259{min-height:0;overflow-y:scroll;padding:12px 12px 30px;flex:1;position:relative;scrollbar-width:none!important;-ms-overflow-style:none!important;display:flex;flex-direction:column;gap:4px}._previousBucketList_9s6ih_259::-webkit-scrollbar{display:none!important}._bucketList_14zxm_1{position:relative;display:flex;flex-direction:column;overflow:hidden}._bucketList_14zxm_1 li{padding:0}._bucketList_14zxm_1 li:before{display:none}._skeletonAvatar_14zxm_14{position:absolute;left:-2px;top:-4px}._bucketListHeader_14zxm_20{display:grid;grid-template-columns:26px 1fr 60px 80px;padding-block:0;padding-inline:16px}@media screen and (min-width:768px){._bucketListHeader_14zxm_20{padding-inline:32px}}._bucketListHeader_14zxm_20{display:grid;grid-template-columns:26px 1fr 60px 80px;gap:8px;font-size:12px;font-weight:400;line-height:16px;color:#ffffffad}@media screen and (min-width:768px){._bucketListHeader_14zxm_20{grid-template-columns:66px 1fr 150px 94px}}._bucketListStart_14zxm_47,._bucketListFinish_14zxm_53{display:flex;align-items:center;gap:8px}._bucketListItem_14zxm_59{width:100%;display:grid;grid-template-columns:26px 1fr 60px 80px;gap:8px;z-index:100;align-items:center;padding:12px;border-radius:16px;overflow:hidden;position:relative;height:62px}@media screen and (min-width:768px){._bucketListItem_14zxm_59{height:60px;grid-template-columns:26px 1fr 150px 98px}}@media screen and (max-width:345px){._bucketListItem_14zxm_59{padding:12px 4px}}._bucketListItemUp_14zxm_84 ._bucketListItemFake_14zxm_84,._bucketListItemHold_14zxm_85 ._bucketListItemFake_14zxm_84{background:#1d1e20!important}._bucketListItemWrapper_14zxm_89{position:relative}._bucketListItemWrapper_14zxm_89:before{content:"";position:absolute;bottom:0;left:0;height:1px;background-color:#1d1e20;width:100%}._bucketListItemWrapper_14zxm_89:last-child:before{display:none}._bucketListSlide_14zxm_105{width:100%;display:flex;flex-direction:column;gap:4px;padding:0 16px;contain:content;transform:translateZ(0);cursor:grab}@media screen and (min-width:768px){._bucketListSlide_14zxm_105{gap:8px}}._bucketListSlide_14zxm_105:active{cursor:grabbing}._splide_14zxm_124{z-index:35;position:relative;flex:1;min-height:0;overflow-y:auto;padding-top:12px;height:calc(100vh - 386px);height:calc(100svh - 386px);scrollbar-width:none!important;-ms-overflow-style:none!important}@media screen and (max-height:736px){._splide_14zxm_124{padding-bottom:12px}}@media screen and (max-height:650px){._splide_14zxm_124{height:calc(100vh - 316px);height:calc(100svh - 316px)}}._splide_14zxm_124::-webkit-scrollbar{display:none!important}._bucketUser_14zxm_155{display:flex;align-items:center;gap:8px;cursor:pointer}._playerAvatar_14zxm_162{width:36px;height:36px;position:relative;flex-shrink:0;overflow:hidden}._playerAvatar_14zxm_162 img{border-radius:50%;overflow:hidden;width:100%;height:100%}._playerAvatar_14zxm_162>div[class*=mascotContainer]{width:36px!important;height:36px!important}._playerAvatar_14zxm_162>div[class*=mascotContainer]>div[class*=mascotBackground]{width:36px!important;height:36px!important}._playerAvatar_14zxm_162>div[class*=mascotContainer] img[class*=mascotImage]{width:48px!important;height:48px!important;top:0!important;left:50%!important;transform:translate(-50%)!important;position:absolute!important}._activePlayerAvatar_14zxm_192{position:relative}._activePlayerAvatar_14zxm_192:before{content:"";width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid #ffc300;border-radius:50%;position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%)}._bucketListPlaceIcon_14zxm_208{display:flex;align-items:center;justify-content:center;width:16px;height:16px}._bucketListPlaceIcon_14zxm_208 svg{width:16px;height:16px}._bucketListPlace_14zxm_208{display:flex;align-items:center;width:26px}._bucketListPlace_14zxm_208 span{font-weight:600;font-size:12px;line-height:16px;letter-spacing:.01px;vertical-align:middle;color:#9aa1b1}._playerNameCurrent_14zxm_234{display:flex;flex-direction:column}._playerNameFullSize_14zxm_239{width:100%!important}._playerDetail_14zxm_243{font-size:10px;font-weight:400;line-height:1;color:#0071f5;display:flex;gap:2px}._bucketListStartItem_14zxm_252,._bucketListFinishItem_14zxm_258{display:flex;align-items:center;gap:8px}._bucketListTypeWithoutUser_14zxm_264{position:relative;padding-bottom:10px}@media screen and (min-width:712px){._bucketListTypeWithoutUser_14zxm_264{padding-bottom:50px}}._playerName_14zxm_234{font-size:12px;font-weight:600;line-height:16px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}@media screen and (max-width:500px){._playerName_14zxm_234{width:100px}}@media screen and (max-width:380px){._playerName_14zxm_234{width:80px}}._bucketListScore_14zxm_295{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;line-height:20px;color:#fff;width:60px;margin-left:auto}._bucketListScore_14zxm_295 svg{min-width:16px;min-height:16px;width:16px;height:16px}@media screen and (min-width:768px){._bucketListScore_14zxm_295{margin-left:0}}._bucketMult_14zxm_318{display:flex;align-items:center;justify-content:flex-start;font-size:12px;font-weight:600;line-height:20px;color:#fed830;gap:4px;width:80px;margin-left:auto}._bucketMult_14zxm_318 img{min-width:16px;min-height:16px;width:16px;height:16px;object-fit:contain}@media screen and (min-width:768px){._bucketMult_14zxm_318{margin-left:0}}._bucketMultWeb2_14zxm_343{color:#0effef}._bucketMultWeb2_14zxm_343 svg{filter:drop-shadow(0px 0px 5px rgba(14,255,239,.6666666667));width:16px;height:16px}._bucketMultDisabled_14zxm_352{opacity:.5;filter:grayscale(0%)}._bucketListNumber_14zxm_357{width:26px}._bucketListReward_14zxm_361{width:80px}._bucketListPoints_14zxm_365{width:60px}._bucketFooter_14zxm_369{position:relative}._bucketFooter_14zxm_369:before{content:"";top:4px;left:0;position:absolute;height:30px;width:100%;-webkit-box-shadow:-5px -12px 3px 0px rgb(20,20,20) inset;-moz-box-shadow:-5px -12px 3px 0px rgb(20,20,20) inset;box-shadow:-5px -12px 3px #141414 inset;z-index:100;transform:translateY(-100%);pointer-events:none;touch-action:none}._bucketListItemUp_14zxm_84 ._bucketListItem_14zxm_59{background:radial-gradient(33.52% 89.14% at 0% 50%,#23c26533,#23c26500),#1d1e20;border:1px solid rgba(138,141,148,.1607843137);background-clip:padding-box}._bucketListItemUp_14zxm_84:before{display:none}._bucketListItemHold_14zxm_85 ._bucketListItem_14zxm_59{background:radial-gradient(32.13% 85.46% at 0% 50%,#fed83024,#fed83000),#1d1e20;border:1px solid rgba(138,141,148,.1607843137);background-clip:padding-box}._bucketListItemHold_14zxm_85:before{display:none}._zeroScoreTooltip_14zxm_406{background-color:#fff;border-radius:8px;color:#8a8d94;font-size:14px;font-weight:400;line-height:20px;text-align:center;width:184px;height:48px;white-space:normal;display:flex;flex-direction:column;justify-content:center}._hidden_14zxm_438{opacity:0}._botTooltip_14zxm_442{height:100%;padding:0;background:transparent;border:none;box-shadow:none}._formulaContainer_14fub_1{display:flex;flex-direction:column;padding:0;min-width:136px}._formulaContent_14fub_8{display:flex;align-items:center;justify-content:space-between;border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#f903,#ff6b0000) border-box,linear-gradient(to right,#413518,#37291a,#261f1f,#1c1a1f,#141621) border-box;background-clip:padding-box,border-box,border-box;border-radius:16px;padding:4px;gap:4px}._dollarIcon_14fub_20{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#000}._dollarIcon_14fub_20 svg{width:20px;height:20px}._passiveIncome_14fub_35{font-weight:600;font-size:12px;line-height:16px;color:#fff;white-space:nowrap;max-width:60px;overflow:hidden;text-overflow:ellipsis}._multiply_14fub_46{font-weight:600;font-size:12px;line-height:16px;color:#ffc300;margin:0 1px}._multiplier_14fub_54{font-weight:600;font-size:12px;line-height:16px;color:#ffc300;white-space:nowrap;max-width:60px;overflow:hidden;text-overflow:ellipsis}._equals_14fub_65{font-weight:600;font-size:12px;line-height:16px;color:#9aa1b1;margin:0 1px}._coinIcon_14fub_73{width:20px;height:20px;display:flex;align-items:center;justify-content:center}._coinIcon_14fub_73 img{width:20px;height:20px}._tooltipContainer_shrej_1{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:8px}._tooltipHeader_shrej_9{color:#9aa1b1;font-weight:400;font-size:12px;line-height:16px;letter-spacing:.01px;text-align:center;margin-bottom:8px}._formulaContainer_2wqhu_1{display:flex;flex-direction:column;padding:0;min-width:120px;align-items:center}._formulaContent_2wqhu_9{display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#0cf3,#09f0) border-box,linear-gradient(to right,#1d3542,#1c2c37,#1c252f,#1c1e26,#141621) border-box;background-clip:padding-box,border-box,border-box;border-radius:16px;padding:4px 6px;gap:2px;width:fit-content}._diamondIcon_2wqhu_22{width:20px;height:20px;display:flex;align-items:center;justify-content:center}._diamondIcon_2wqhu_22 svg{width:20px;height:20px}._web2Text_2wqhu_34{font-weight:600;font-size:12px;line-height:16px;color:#00efff;margin-left:4px}._tooltipContainer_45cee_1{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:8px}._tooltipHeader_45cee_9{color:#000;font-weight:400;font-size:12px;line-height:16px;letter-spacing:.01px;text-align:center;margin-bottom:8px}._avatar_1lvva_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:min-content}._avatar_1lvva_1 ._placeholder_1lvva_9{background:#363739;border-radius:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}._avatar_1lvva_1 ._placeholderGradient_1lvva_17{background:linear-gradient(180deg,#1f232e,#1f2330,#202432,#202434,#212a4d,#212b52,#222d5c,#212e61,#22306a 80%,#213273);border-radius:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%;height:100%}._avatar_1lvva_1 ._avatarImage_1lvva_27{width:100%;height:100%;border-radius:100%;object-fit:cover}._headerWrapper_3jt0r_1{position:relative}._headerWrapper_3jt0r_1:before{content:"";position:absolute;inset-inline-start:-4px;top:0;height:500px;width:20px;z-index:2;box-shadow:20px 0 8px -8px #141415 inset}._headerWrapper_3jt0r_1:after{content:"";position:absolute;inset-inline-end:-4px;top:0;transform:translate(0);height:500px;width:20px;z-index:2;box-shadow:-20px 0 8px -8px #141415 inset}._bucketHeader_3jt0r_26{width:100%;display:flex;justify-content:center;padding-top:130px;pointer-events:none}@media screen and (max-height:650px){._bucketHeader_3jt0r_26{padding-top:120px}}@media screen and (min-width:768px){._bucketHeader_3jt0r_26{padding-top:146px}}._bucketHeaderName_3jt0r_44{display:inline-block;max-width:100%;width:295px;padding:0 12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._bucketHeaderImgContainer_3jt0r_54{position:relative}._splideHeader_3jt0r_58 li{padding-inline-start:0;padding-bottom:106px}@media screen and (max-height:650px){._splideHeader_3jt0r_58 li{padding-bottom:96px}}._splideHeader_3jt0r_58 li:before{display:none}._bucketHeaderFrame_3jt0r_71{width:295px;height:140px}@media screen and (max-height:650px){._bucketHeaderFrame_3jt0r_71{width:164px;height:80px;margin:0 auto}}._bucketHeaderFrame_3jt0r_71 img{width:100%;height:100%}._bucketAvatar_3jt0r_87{position:absolute;left:calc(50% - 5px);transform:translate(-50%);top:10px}@media screen and (max-height:650px){._bucketAvatar_3jt0r_87{top:5px;left:50%}}._bucketAvatar_3jt0r_87>div[class*=mascotContainer]{width:92px!important;height:92px!important;border-radius:50%!important;overflow:hidden!important}@media screen and (max-height:650px){._bucketAvatar_3jt0r_87>div[class*=mascotContainer]{width:53px!important;height:53px!important}}._bucketAvatar_3jt0r_87>div[class*=mascotContainer]>div[class*=mascotBackground]{width:92px!important;height:92px!important;border:none!important;border-radius:50%!important}@media screen and (max-height:650px){._bucketAvatar_3jt0r_87>div[class*=mascotContainer]>div[class*=mascotBackground]{width:53px!important;height:53px!important}}._bucketAvatar_3jt0r_87>div[class*=mascotContainer] img[class*=mascotImage]:not([class*=mascotImageSpecial]){width:120px!important;height:120px!important;top:0!important;left:50%!important;transform:translate(-50%)!important;position:absolute!important}@media screen and (max-height:650px){._bucketAvatar_3jt0r_87>div[class*=mascotContainer] img[class*=mascotImage]:not([class*=mascotImageSpecial]){width:70px!important;height:70px!important}}._bucketAvatar_3jt0r_87>div[class*=mascotContainer] img[class*=mascotImageSpecial]{width:120px!important;height:120px!important;top:0!important;left:52%!important;transform:translate(-50%)!important;position:absolute!important}@media screen and (max-height:650px){._bucketAvatar_3jt0r_87>div[class*=mascotContainer] img[class*=mascotImageSpecial]{width:70px!important;height:70px!important}}[dir=rtl] ._bucketAvatar_3jt0r_87{left:50%}._bucketHeaderFramePlace_3jt0r_156{position:absolute;top:95px;left:50%;transform:translate(-50%);height:40px;font-size:40px;z-index:2}@media screen and (max-height:650px){._bucketHeaderFramePlace_3jt0r_156{height:23px;font-size:23px;top:57px}._bucketHeaderFramePlace_3jt0r_156 span{font-size:.5em!important}}._bucketHeaderFramePlace_3jt0r_156 img{height:100%}._bucketHeaderContent_3jt0r_179{display:flex;flex-direction:column;gap:24px;align-items:center}._bucketHeaderName_3jt0r_44{font-size:16px;font-weight:600;line-height:1;text-align:center;color:#fff}._bucketHeaderTime_3jt0r_194{display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffffad;font-size:12px;font-weight:400;line-height:16px}._bucketBack_3jt0r_205{position:relative;width:100%;height:410px;position:absolute;top:0;left:50%;transform:translate(-50%);pointer-events:none;overflow:hidden}._bucketBack_3jt0r_205>svg{width:100%;height:100%}@media screen and (max-height:650px){._bucketBack_3jt0r_205>svg{height:80%;top:20px}}._bucketBack_3jt0r_205>svg{position:absolute;left:50%;transform:translate(-50%);top:0}._particles_3jt0r_234 svg{position:absolute;left:50%;top:50%;z-index:100;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}._particles_3jt0r_234{--base-scale: .8;--final-opacity: 1}._particles_3jt0r_234 svg:nth-child(1){transform:translate3d(-53px,-74px,0) scale(var(--base-scale));animation:_particle1_3jt0r_1 3s 1s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.8}._particles_3jt0r_234 svg:nth-child(2){transform:translate3d(45px,36px,0) scale(var(--base-scale));animation:_particle2_3jt0r_1 3.5s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.3}._particles_3jt0r_234 svg:nth-child(3){transform:translate3d(60px,18px,0) scale(var(--base-scale));animation:_particle3_3jt0r_1 4s .3s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.3}._particles_3jt0r_234 svg:nth-child(4){transform:translate3d(55px,-79px,0) scale(var(--base-scale));animation:_particle4_3jt0r_1 3.2s 2s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.3}._particles_3jt0r_234 svg:nth-child(5){transform:translate3d(-65px,31px,0) scale(var(--base-scale));animation:_particle5_3jt0r_1 3.2s 2s cubic-bezier(.4,0,.2,1) infinite alternate;opacity:.3}@keyframes _particle1_3jt0r_1{0%{opacity:.8;transform:translate3d(-53px,-74px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(-56px,-69px,0) scale(1.2)}}@keyframes _particle2_3jt0r_1{0%{opacity:.3;transform:translate3d(45px,36px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(49px,31px,0) scale(1.2)}}@media screen and (max-height:650px){@keyframes _particle2_3jt0r_1{0%{opacity:.3;transform:translate3d(45px,-9px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(49px,-14px,0) scale(var(--base-scale))}}}@keyframes _particle3_3jt0r_1{0%{opacity:.3;transform:translate3d(60px,18px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(54px,14px,0) scale(1.2)}}@media screen and (max-height:650px){@keyframes _particle3_3jt0r_1{0%{opacity:.3;transform:translate3d(40px,-24px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(34px,-28px,0) scale(var(--base-scale))}}}@keyframes _particle4_3jt0r_1{0%{opacity:.3;transform:translate3d(55px,-79px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(59px,-75px,0) scale(.8)}}@keyframes _particle5_3jt0r_1{0%{opacity:.3;transform:translate3d(-65px,31px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(-60px,25px,0) scale(1.4)}}@media screen and (max-height:650px){@keyframes _particle5_3jt0r_1{0%{opacity:.3;transform:translate3d(-43px,-30px,0) scale(var(--base-scale))}to{opacity:var(--final-opacity);transform:translate3d(-38px,-36px,0) scale(var(--base-scale))}}}._placeItem_2kzqu_1{position:relative;height:100%;width:auto;display:inline-flex;align-items:center;justify-content:center}._placeImage_2kzqu_10{height:100%;width:auto;display:block}._placeSpan_2kzqu_16{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;line-height:1;transform:translate(-1px,-3px)}@media screen and (max-height:650px){._placeSpan_2kzqu_16{transform:translateY(-1px)}}._avatarContainer_5y4gy_1{position:relative;display:inline-block}._avatarBackground_5y4gy_6{border-radius:50%;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14;z-index:1}._avatarImage_5y4gy_14{object-fit:contain;position:absolute;top:0;left:50%;transform:translate(-50%);z-index:1}._avatarImage_5y4gy_14._realAvatar_5y4gy_22{object-fit:cover;width:100%!important;height:100%!important;top:0!important;left:0!important;transform:none!important;border-radius:50%}._avatarImage_5y4gy_14._defaultAvatar_5y4gy_31{top:-8px}._avatarContainer_5y4gy_1._small_5y4gy_35,._avatarContainer_5y4gy_1._small_5y4gy_35 ._avatarBackground_5y4gy_6{width:36px;height:36px}._avatarContainer_5y4gy_1._small_5y4gy_35 ._avatarImage_5y4gy_14{width:52px;height:52px;top:-2px}._avatarContainer_5y4gy_1._small_5y4gy_35 ._avatarImage_5y4gy_14._defaultAvatar_5y4gy_31{top:-8px}._avatarContainer_5y4gy_1._medium_5y4gy_52,._avatarContainer_5y4gy_1._medium_5y4gy_52 ._avatarBackground_5y4gy_6{width:52px;height:52px}._avatarContainer_5y4gy_1._medium_5y4gy_52 ._avatarImage_5y4gy_14{width:72px;height:72px;top:-2px}._avatarContainer_5y4gy_1._medium_5y4gy_52 ._avatarImage_5y4gy_14._defaultAvatar_5y4gy_31{top:-10px}._avatarContainer_5y4gy_1._large_5y4gy_69{width:92px;height:92px}._avatarContainer_5y4gy_1._large_5y4gy_69 ._avatarBackground_5y4gy_6{width:100px;height:100px}._avatarContainer_5y4gy_1._large_5y4gy_69 ._avatarImage_5y4gy_14{width:120px;height:120px}._avatarContainer_5y4gy_1._large_5y4gy_69 ._avatarImage_5y4gy_14._defaultAvatar_5y4gy_31{top:-10px}@media screen and (max-height:650px){._avatarContainer_5y4gy_1._large_5y4gy_69,._avatarContainer_5y4gy_1._large_5y4gy_69 ._avatarBackground_5y4gy_6{width:57px;height:57px}._avatarContainer_5y4gy_1._large_5y4gy_69 ._avatarImage_5y4gy_14{width:70px;height:70px}._avatarContainer_5y4gy_1._large_5y4gy_69 ._avatarImage_5y4gy_14._defaultAvatar_5y4gy_31{top:-8px}}._leagueTimer_16irl_1{line-height:1;font-size:12px;font-weight:600;color:#fff;display:flex;align-items:center;padding:4px 8px;border-radius:500px;gap:4px;min-height:24px;font-variant-numeric:tabular-nums}._leagueTimer_16irl_1 span{color:#fff;font-variant-numeric:tabular-nums;line-height:1}@media screen and (min-width:768px){._leagueTimer_16irl_1{background:#a3abbb29;border-radius:999px}}._separator_16irl_26{margin:0 4px}._bucketHeaderContentBottom_17z17_1{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none}._bucketHeaderContentBottom_17z17_1 ._leagueName_17z17_9{font-family:Inter;font-weight:600;font-size:16px;line-height:22px;letter-spacing:-.12px;text-align:center}._bucketHeaderContentBottom_17z17_1 ._leagueName_17z17_9._bronze_17z17_17{color:#bc7a4b}._bucketHeaderContentBottom_17z17_1 ._leagueName_17z17_9._silver_17z17_20{color:#b0c4e9}._bucketHeaderContentBottom_17z17_1 ._leagueName_17z17_9._gold_17z17_23{color:var(--Text-Accent-text-warning, rgb(255, 195, 0))}._bucketHeaderContentBottom_17z17_1 ._leagueName_17z17_9._platinum_17z17_26{color:#0094df}._bucketHeaderContentBottom_17z17_1 ._leagueName_17z17_9._emerald_17z17_29{color:#3ac931}._bucketHeaderContentBottom_17z17_1 ._leagueName_17z17_9._diamond_17z17_32{color:#18ebdc}._bucketHeaderContentBottom_17z17_1 ._leagueName_17z17_9._master_17z17_35{color:#ea512d}._bucketHeaderContentBottom_17z17_1 ._bucketHeaderTime_17z17_38{display:flex;flex-direction:row;align-items:center;gap:8px;color:#ffffffad;font-size:12px;font-weight:400;line-height:16px;white-space:nowrap}@keyframes _debounce-up_592ff_1{0%{transform:translateY(0) scale(1);opacity:.8}20%{transform:translateY(-4px) scale(1.02);opacity:.9}50%{transform:translateY(-5px) scale(1.025);opacity:1}80%{transform:translateY(-2px) scale(1.01);opacity:.9}to{transform:translateY(0) scale(1);opacity:.8}}@keyframes _debounce-down_592ff_1{0%{transform:translateY(0) scale(1);opacity:.8}20%{transform:translateY(4px) scale(1.02);opacity:.9}50%{transform:translateY(5px) scale(1.025);opacity:1}80%{transform:translateY(2px) scale(1.01);opacity:.9}to{transform:translateY(0) scale(1);opacity:.8}}._changePlacePopupContent_592ff_45{width:100%;display:flex;justify-content:center;flex-direction:column}._changePlaceFrame_592ff_52{width:100%;height:192px;margin-top:-16px;position:relative;display:flex;justify-content:center}._changePlaceFrame_592ff_52 svg{position:absolute;left:50%;transform:translate(-50%);top:0}._changePlaceFrame_592ff_52 ._frameImg_592ff_66{width:auto;height:100%}._changePlaceFrame_592ff_52 ._chavron_592ff_70 svg{top:116px}._changePlaceFrame_592ff_52 ._place_592ff_73{position:absolute;left:50%;transform:translate(-52%,.04em);font-family:Inter;font-weight:700;font-size:22px;line-height:20px;letter-spacing:.01px;text-align:center;top:129px}._changePlaceFrame_592ff_52 ._place_592ff_73._placeUp_592ff_85{color:#2d3f60}._changePlaceFrame_592ff_52 ._place_592ff_73._placeDown_592ff_88{color:#60342d}._avatar_592ff_92{position:absolute;left:50%;top:43px;transform:translate(-50%);display:block;width:94px;height:94px;border-radius:100%}._mascotWrapper_592ff_103{position:absolute;left:50%;top:43px;transform:translate(-50%);display:block;width:94px;height:94px}._title_592ff_113{font-family:Inter;font-weight:600;font-size:24px;line-height:28px;letter-spacing:-.47px;text-align:center;max-width:100%;text-overflow:ellipsis;overflow:hidden}._subtitle_592ff_125{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;vertical-align:middle;margin-top:16px;color:#8a8d94}._arrows_592ff_137{position:absolute;width:360px;height:192px;left:50%;transform:translate(-50%);top:0}._arrows_592ff_137 ._arrowsUp_592ff_145 svg{position:absolute;left:0;top:0;height:auto;animation:_debounce-up_592ff_1 2.5s cubic-bezier(.25,.46,.45,.94) infinite}._arrows_592ff_137 ._arrowsUp_592ff_145 svg:nth-child(1){left:98px;top:29px;width:26px;animation-delay:.2s}._arrows_592ff_137 ._arrowsUp_592ff_145 svg:nth-child(2){left:65px;top:93px;width:18px;animation-delay:.5s}._arrows_592ff_137 ._arrowsUp_592ff_145 svg:nth-child(3){left:274px;top:98px;width:18px}._arrows_592ff_137 ._arrowsDown_592ff_169 svg{position:absolute;left:0;top:0;height:auto;animation:_debounce-down_592ff_1 2.5s cubic-bezier(.25,.46,.45,.94) infinite}._arrows_592ff_137 ._arrowsDown_592ff_169 svg:nth-child(1){left:83px;top:37px;width:19px;animation-delay:.2s}._arrows_592ff_137 ._arrowsDown_592ff_169 svg:nth-child(2){left:285px;top:55px;width:20px;animation-delay:.5s}._arrows_592ff_137 ._arrowsDown_592ff_169 svg:nth-child(3){left:250px;top:122px;width:27px}._mascotContainer_1e5j2_1{position:relative;width:94px;height:94px}._mascotBackground_1e5j2_7{width:94px;height:94px;border-radius:50%;background:linear-gradient(180deg,#1f232e,#1f2330,#202432,#202434,#212a4d,#212b52,#222d5c,#212e61,#22306a 80%,#213273);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14;z-index:1}._mascotImage_1e5j2_18,._mascotImageSpecial_1e5j2_29{width:130px;height:130px;object-fit:contain;position:absolute;top:-4px;left:52%;transform:translate(-50%);z-index:1}@media screen and (min-width:768px){._content_8urc3_2{max-width:380px!important}}._modalContent_a6cf5_1{margin-top:-19px;display:flex;flex-direction:column;align-items:center}._modalContentParagraph_a6cf5_8{font-weight:400;font-size:14px;line-height:20px;color:#ffffffad}._countentVirtualFriends_a6cf5_15{display:flex;align-items:center;gap:8px;margin-top:24px;font-weight:600;font-size:24px;line-height:28px}._countentVirtualFriends_a6cf5_15 svg{width:20px;height:20px}._contentClansModal_1n69j_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:32px;padding:0 20px}._contentClansModal_1n69j_1 img{width:88px;height:88px}._iconWithText_1n69j_14{display:flex;align-items:center;justify-content:center;gap:24px}._titleClansModal_1n69j_21{padding-top:16px!important;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:22px;line-height:26px;margin-bottom:-12px}._paragraph_1n69j_31{font-family:Inter;font-weight:400;font-style:Regular;font-size:14px;line-height:20px;text-align:center;color:#ffffffad;max-width:330px}._imagePic_1n69j_42{width:calc(100% + 32px);overflow:hidden;display:flex;justify-content:center;margin-left:-16px;margin-right:-16px;margin-top:-205px}._imagePic_1n69j_42 img{min-width:445px;max-width:445px;width:100%;height:auto}@media screen and (min-width:501px){._clansIntroModalContentBlockClassName_1n69j_59{max-width:380px!important}}._contentWrapper_15gld_1{display:flex;flex-direction:column;align-items:center;gap:12px}._content_15gld_1{color:#fff;font-size:32px;line-height:36px;font-weight:600;display:flex;align-items:center;gap:8px}._content_15gld_1 img{width:38px;height:38px}@media screen and (min-width:768px){._titleBlock_15gld_23{margin-bottom:-12px}}._breakdown_15gld_28{display:flex;align-items:center;gap:8px}._breakdownItem_15gld_34{display:flex;align-items:center;gap:4px;padding:4px 6px;background:#a3abbb29;border-radius:8px;white-space:nowrap;text-align:center;justify-content:center}._subtitle_15gld_46{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#ffffffb3}._topRow_15gld_55{display:flex;align-items:center;gap:6px}._icon_15gld_61{width:16px;height:16px;flex-shrink:0}._value_15gld_67{font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:16px;color:#fff}._label_15gld_75{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;letter-spacing:.1px;color:#9aa1b1;white-space:nowrap}._plus_15gld_85{font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#fff}._earnedModal_15gld_92 .modalBottomSheetTitle{gap:0!important}@media screen and (min-width:501px){._earnedContentBlockClassName_15gld_97{max-width:380px!important}}@media screen and (min-width:501px){._welcomeModalContentBlockClassName_15gld_103{max-width:380px!important}}._leaguesReleaseOverlay_1h1ev_1{position:absolute}._leaguesReleaseContainer_1h1ev_5{position:unset}._leaguesReleasePopunder_1h1ev_9{position:absolute;display:flex}._leaguesReleasePopunder_1h1ev_9:after{display:none}._leaguesWrapper_1h1ev_17{position:relative}._leaguesWrapper_1h1ev_17:after{content:"";position:absolute;top:271px;left:0;width:100%;height:324px;transform:translateY(-100%);object-fit:cover;object-position:bottom;background:url(/assets/leagues-mascot-Bu56Z3aB.webp) no-repeat;background-position:center bottom;background-size:contain}._leaguesImage_1h1ev_35{position:absolute;top:0;width:100%;height:271px;object-fit:cover;object-position:bottom;background:url(/assets/leagues-bg-BKRlcBLn.webp) no-repeat;background-position:center bottom;background-size:cover;border-radius:24px 24px 0 0;overflow:hidden}._leaguesTextContainer_1h1ev_49{display:flex;flex-direction:column;gap:12px;margin-top:271px}._text_1h1ev_56{text-align:center;vertical-align:middle}._title_1h1ev_61{color:#fff;font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px}._description_1h1ev_70{color:#ffffffad;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}@media screen and (min-width:501px){._leaguesReleaseModalContentBlockClassName_1h1ev_80{max-width:380px!important}}._overlay_19dhp_1{position:absolute;cursor:pointer}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._overlay_19dhp_1{position:absolute;inset:0;width:100vw;height:100vh;height:100svh}}._container_19dhp_15{position:unset}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._container_19dhp_15{position:absolute;inset:0;width:100vw;height:100vh;height:100svh}}._popunder_19dhp_28{position:absolute;display:flex}._popunder_19dhp_28:after{display:none}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._popunder_19dhp_28{position:absolute;margin:auto;width:100%;max-width:100%}}._wrapper_19dhp_44{position:relative}._wrapper_19dhp_44:before{content:"";position:absolute;top:291px;left:0;width:100%;height:263px;transform:translateY(-100%);object-fit:cover;object-position:bottom;background:url(/images/mascot/city/cat-builder2.webp) no-repeat;background-position:center top;background-size:auto 328px;z-index:1}._wrapper_19dhp_44:after{content:"";position:absolute;top:235px;left:0;width:100%;height:57px;background:linear-gradient(transparent,#141415);z-index:2}._image_19dhp_73{position:absolute;top:0;width:100%;height:291px;object-fit:cover;object-position:bottom;background:url(/assets/city_expand_release_modal_bg-YC0ZT2z1.webp) no-repeat;background-position:center top;background-size:cover;border-radius:24px 24px 0 0;overflow:hidden}._textContainer_19dhp_87{display:flex;flex-direction:column;gap:12px;margin-top:291px}._text_19dhp_87{text-align:center;vertical-align:middle}._title_19dhp_99{color:#fff;font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px}._description_19dhp_108{color:#ffffffad;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}@media screen and (min-width:501px){._cityExpandReleaseModalContentBlockClassName_19dhp_118{max-width:380px!important}}._container_zauja_1:before{position:absolute;z-index:-1;display:block;width:100%;height:510px;content:"";top:0;left:0;background:url(/images/mining/popunder/gradients/BusinessGradientsBlue.svg) no-repeat;background-size:100% 150%;background-position:center -336px;border-radius:24px}._container_zauja_1:after{position:absolute;display:block;width:310px;height:275px;content:"";top:-65px;left:calc(50% - 155px);background:url(/images/web-two/web2case.webp) no-repeat;background-size:contain;background-position:center}@media(max-height:600px){._container_zauja_1:after{top:-45px;height:240px}}@media(max-height:500px){._container_zauja_1:after{top:-32px;height:200px}}._web2DepositOverlay_zauja_40{position:absolute}._web2DepositPopunder_zauja_44{position:absolute;display:flex}._web2DepositPopunder_zauja_44>div>div{background:none;padding-bottom:16px}._web2DepositPopunder_zauja_44:after{display:none}._web2TextContainer_zauja_56{display:flex;flex-direction:column;gap:12px;margin-top:188px}@media(max-height:600px){._web2TextContainer_zauja_56{margin-top:198px}}@media(max-height:500px){._web2TextContainer_zauja_56{margin-top:164px}}._text_zauja_73{text-align:center;vertical-align:middle}._title_zauja_78{color:#fff;font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px}._description_zauja_87{color:#ffffffad;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}._content_zauja_96{max-width:480px!important}@media screen and (min-width:501px){._content_zauja_96{max-width:380px!important}}._container_qywwb_1{width:100%;padding-inline:12px;position:fixed;inset-inline:0;margin-inline:auto;bottom:36px;display:flex;flex-direction:column;color:var(--pop-primary-under-text-color, #f4f4f5);font-weight:600;z-index:var(--z-pop-under);transition:bottom .5s ease-in-out,transform .5s ease-in-out;max-width:var(--max-width)}._container_qywwb_1:after{content:"";width:100%;height:70px;position:absolute;bottom:-36px;inset-inline:0;background:linear-gradient(transparent,#000)}@media screen and (min-width:501px){._container_qywwb_1{inset-inline-end:auto;inset-inline-start:calc(50% - var(--max-width) / 2);bottom:50%;transform:translateY(50%)}._container_qywwb_1:after{display:none}}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._container_qywwb_1{position:absolute;inset-inline:0;margin-inline:auto;bottom:36px;max-width:var(--max-width);transform:translateZ(0);will-change:transform}@media screen and (min-width:501px){[dir=rtl] ._container_qywwb_1{inset-inline-end:auto;inset-inline-start:calc(50% - var(--max-width) / 2);bottom:50%;transform:translateY(50%)}[dir=rtl] ._container_qywwb_1:after{display:none}}}._downContainer_qywwb_59{bottom:34px}._downContainer_qywwb_59:after{background:linear-gradient(transparent,var(--pop-under-content-bg-color, #141415))}@media screen and (min-width:501px){._downContainer_qywwb_59{bottom:50%;transform:translateY(50%)}._downContainer_qywwb_59:after{display:none}}._overlay_qywwb_75{position:fixed;inset:0;width:100%;height:100%;background:#000000e0;z-index:var(--z-pop-under-overlay);pointer-events:all;cursor:pointer}@media screen and (min-width:501px){._overlay_qywwb_75{inset:0;width:100vw;height:100vh;height:100svh}}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._overlay_qywwb_75{position:absolute;inset:0;width:100vw;height:100vh;height:100svh}}._contentBlock_qywwb_103,._titleBlock_qywwb_104,._buttonBlock_qywwb_105{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;pointer-events:all}@media(max-height:560px){._contentBlock_qywwb_103,._titleBlock_qywwb_104,._buttonBlock_qywwb_105{flex-direction:row}._contentBlock_qywwb_103 button,._titleBlock_qywwb_104 button,._buttonBlock_qywwb_105 button{font-size:12px;padding-inline:12px}}._titleBlock_qywwb_104{position:relative;padding:86px 24px 60px;border-radius:24px 24px 0 0;gap:8px;background-color:var(--pop-under-title-bg-color, #0075ff);text-align:center}._titleBlock_qywwb_104 ._title_qywwb_104{color:var(--pop-primary-under-text-color, #f4f4f5);font-size:22px;line-height:26px;letter-spacing:-.4px}._titleBlock_qywwb_104 ._subtitle_qywwb_141{color:var(--pop-primary-under-text-color, #f4f4f5);font-size:14px;line-height:20px;opacity:.5;font-weight:400}._contentBlock_qywwb_103{background-color:var(--pop-under-content-bg-color, #141415);margin-block-start:-36px;border-radius:24px;padding:16px;z-index:1}._contentBlock_qywwb_103 ._footerText_qywwb_156{color:var(--pop-primary-secondary-text-color, #8a8d94);font-weight:400;font-size:12px;line-height:16px;text-align:center}._contentBlock_qywwb_103 ._footerTextLink_qywwb_163{text-decoration:underline;cursor:pointer}._close_qywwb_168{position:absolute;top:16px;inset-inline-end:16px;z-index:2;cursor:pointer}@media screen and (min-width:768px){._close_qywwb_168{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#a3abbb29;border-radius:10px}}@media screen and (min-width:768px)and (hover:hover){._close_qywwb_168:hover{background:#a3abbb52}}._close_qywwb_168._back_qywwb_192{inset-inline-start:16px;inset-inline-end:auto}._backIcon_qywwb_197{transform:rotate(180deg)}[dir=rtl] ._backIcon_qywwb_197{transform:rotate(0)}._backIcon_qywwb_197{width:8px;height:12px}._mandatoryContainer_qywwb_208,._city_qywwb_209{display:flex;flex-direction:column;background-color:transparent;border-radius:24px 24px 0 0;width:100%}._mandatoryContainer_qywwb_208:after,._city_qywwb_209:after{content:"";background:linear-gradient(transparent,var(--pop-under-content-bg-color, #141415));position:absolute;top:calc(100% + 125px);inset-inline-start:12px;height:250px;transform:translateY(-100%);width:calc(100% - 24px);z-index:-1}._mandatoryContainer_qywwb_208 ._contentBlock_qywwb_103,._city_qywwb_209 ._contentBlock_qywwb_103{border-radius:0;background-color:transparent;margin-block-start:0;position:relative;z-index:2}._mandatoryContainer_qywwb_208 ._titleBlock_qywwb_104,._city_qywwb_209 ._titleBlock_qywwb_104{background-color:transparent;padding-block:0 16px;position:relative}._mandatoryContainer_qywwb_208 ._titleBlock_qywwb_104:before,._city_qywwb_209 ._titleBlock_qywwb_104:before{content:"";position:absolute;inset-inline-start:0;bottom:0;transform:translateY(50%);height:70px;width:100%;background-color:#141415}._mandatoryContainer_qywwb_208 ._close_qywwb_168,._city_qywwb_209 ._close_qywwb_168{display:none}._mandatoryContainer_qywwb_208:after,._city_qywwb_209:after{background-color:var(--pop-under-content-bg-color, #141415)}._buttonBlock_qywwb_105{width:100%;gap:12px}._icon_qywwb_267{position:absolute;z-index:1;left:50%;top:0;transform:translate(-50%) translateY(-15%)}._icon_qywwb_267 img{border-radius:16px}._city_qywwb_209:after{content:"";background-color:#141415;position:absolute;top:calc(100% + 125px);inset-inline-start:12px;height:250px;transform:translateY(-100%);width:calc(100% - 24px);pointer-events:none;z-index:1}@media screen and (max-height:500px){._city_qywwb_209:after{height:175px}}._city_qywwb_209 ._close_qywwb_168{display:unset}@media(max-height:560px){._city_qywwb_209 ._buttonBlock_qywwb_105{flex-direction:column}._city_qywwb_209 ._buttonBlock_qywwb_105 button{font-size:12px;padding-inline:12px}}@media screen and (max-height:500px){._city_qywwb_209 ._footerText_qywwb_156{display:none}}._navigationTab_1urg5_1{display:flex;flex-direction:column;justify-content:space-between;width:100%;align-items:center;padding:8px;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}._navigationTab_1urg5_1.onBoardItemDefault{border-color:transparent}._navigationTab_1urg5_1.onBoardItemDefault:before{content:"";position:absolute;inset:-2px;border:1px solid #FED830;border-radius:16px}._navigationTab_1urg5_1.onBoardItemDefault:after{content:"";position:absolute;inset:-2px;border-radius:16px;z-index:-1;background:linear-gradient(170.21deg,#4bdbff 5.15%,#0175ec 92.64%)}._navigationTab_1urg5_1{position:relative}._navigationTab_1urg5_1>svg{width:24px;height:24px;min-width:24px;min-height:24px}._navigationTab_1urg5_1>svg path{fill:#fff}._tooltipContainer_1urg5_44{position:absolute;left:50%;top:0;transform:translate(-50%);font-weight:400}._badgeWrapper_1urg5_52{position:absolute;top:3px;left:50%;transform:translate(-50%,-20px);z-index:1}._badgePositionCity_1urg5_60{position:absolute;top:3px;left:50%;transform:translate(10px);z-index:1}._badgePositionCity_1urg5_60:dir(rtl){transform:translate(-10px)}._navigationTabActive_1urg5_72{background:#ffffff26;border-radius:16px;cursor:default;pointer-events:none}._navigationSubtitle_1urg5_79{font-size:10px;font-weight:600;line-height:1.1;text-align:center;display:flex;align-items:center;gap:3px}._navigationSubtitle_1urg5_79 ._subtitleLock_1urg5_88{margin:-3px 0 -1px -10px}@media screen and (min-width:768px){._navigationSubtitle_1urg5_79{font-size:12px;line-height:16px}}._navigationDisable_1urg5_98>svg{opacity:.5}._navigationDisable_1urg5_98 ._navigationSubtitle_1urg5_79{opacity:.5}._navigation_1llvv_1{width:100%;font-weight:600;box-sizing:border-box;position:relative;max-width:100vw;max-width:728px;z-index:var(--z-app-shell-footer)}._navigationTabs_1llvv_11{display:flex;flex-direction:row;justify-content:space-between;padding:4px;background:#ffffff26;border:1px solid rgba(255,255,255,.15);border-radius:20px}._dark_1llvv_21{background:#141415}._onboardingStatus_1llvv_25{position:relative;z-index:-2}._onboardingStatus_1llvv_25:before{content:"";inset:-1px;background-color:#000000e6;border-radius:20px;z-index:100;position:absolute}._onboardingMain_1llvv_38{position:relative}._onboardingMain_1llvv_38:before{content:"";inset:-1px;border-radius:20px;z-index:100;background-color:#0000004d;position:absolute}._onboardingMainLast_1llvv_50:before{content:"";inset:-1px;border-radius:20px;z-index:100;background-color:#000c;position:absolute}._cityIcon_1llvv_59:dir(rtl){transform:scaleX(-1)}._appShell_q4e53_1{display:grid;grid-template-rows:auto 1fr auto;height:100vh;height:100svh;height:100dvh;padding-top:var(--visual-viewport-offset-top, 0px);max-width:var(--wrapper);position:relative;margin:0 auto}._header_q4e53_13{position:relative;padding:0 16px;margin-bottom:-16px;z-index:var(--z-app-shell-header);transition:.32s}._header_q4e53_13._filled_q4e53_20{background:#141415;box-shadow:0 0 6px #141415}@media screen and (min-width:768px){._header_q4e53_13{padding:0}}._main_q4e53_30{overflow-y:scroll;padding-inline:16px;padding-top:16px;max-width:100vw;margin-bottom:-16px;padding-bottom:28px;overscroll-behavior:none;touch-action:pan-y}._main_q4e53_30::-webkit-scrollbar{display:none}._main_q4e53_30 ._header_q4e53_13{padding:0;margin-top:-16px;margin-bottom:4px}._footer_q4e53_49{position:relative;padding:24px 12px calc(20px + var(--line-safe-bottom, env(safe-area-inset-bottom))) 12px;max-width:100vw;z-index:var(--z-app-shell-footer)}@media screen and (min-width:768px){._footer_q4e53_49{padding:24px 0 calc(20px + var(--line-safe-bottom, env(safe-area-inset-bottom)))}}@media screen and (min-width:1280px){._footer_q4e53_49{padding:16px 0 calc(24px + var(--line-safe-bottom, env(safe-area-inset-bottom)))}}._footer_q4e53_49._transparent_q4e53_65{background:transparent;box-shadow:0 0 0 transparent}._footer_q4e53_49._filled_q4e53_20{background:linear-gradient(180deg,transparent 0%,#141415 13%)}._footer_q4e53_49{display:flex;justify-content:center}._header_3bczs_1{height:60px;display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative}@media screen and (min-width:768px){._header_3bczs_1{height:76px}}._logo_3bczs_15{display:flex;align-items:center;justify-content:center;width:124px;position:absolute;top:0;left:50%;transform:translate(-50%);flex-shrink:0;z-index:10}@media screen and (max-width:374px){._logo_3bczs_15{width:124px}}@media screen and (min-width:768px){._logo_3bczs_15{width:152px}}._infoBox_3bczs_38{justify-content:flex-end;display:flex;min-width:116px;flex-shrink:0}._infoBox_3bczs_38._disabled_3bczs_44{opacity:.5}._infoBox_3bczs_38._disabled_3bczs_44 button{cursor:default}@media screen and (max-width:446px){._infoBox_3bczs_38{width:auto;max-width:130px;min-width:80px}._infoBox_3bczs_38 ._info_3bczs_38{padding:6px 12px;font-size:12px;max-width:116px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:374px){._infoBox_3bczs_38{min-width:60px;max-width:100px}._infoBox_3bczs_38 ._info_3bczs_38{font-size:11px;max-width:100px}}@media screen and (max-width:320px){._infoBox_3bczs_38{min-width:50px;max-width:80px}._infoBox_3bczs_38 ._info_3bczs_38{font-size:10px;max-width:80px}}._info_3bczs_38{width:100px;height:32px;background-color:transparent;border:1px solid rgba(163,171,187,.16);padding:6px 8px;color:#fff;font-size:14px;line-height:20px;font-weight:600;text-align:center;display:block;border-radius:8px;text-decoration:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (min-width:768px){._info_3bczs_38{width:140px;height:44px}}._logoImg_3bczs_110{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}._trapezia_3bczs_118{width:124px;height:48px}@media screen and (min-width:768px){._trapezia_3bczs_118{width:152px;height:52px}}._fakeBoss_3bczs_129{justify-content:flex-end}._avatar_n9r24_1{position:relative;display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;flex-shrink:1;min-width:0;cursor:pointer}@media screen and (min-width:768px){._avatar_n9r24_1{gap:16px}}._avatarWrapper_n9r24_18{position:relative;display:flex}._levelFrame_n9r24_23{top:22px;inset-inline-start:22px;width:16px;height:16px;display:flex;justify-content:center;position:absolute;border-radius:100%;background:linear-gradient(180deg,#3d3f43,#242528);border:1px solid #44464A;text-align:center;font-size:8px;line-height:16px;align-items:center;font-weight:600;letter-spacing:.01px;color:#fff;z-index:10}@media screen and (min-width:768px){._levelFrame_n9r24_23{top:25px;left:25px;width:20px;height:20px;font-size:12px;line-height:16px}}._profileInfo_n9r24_54{display:flex;flex-direction:column;gap:4px;min-width:0;flex-shrink:1}._profileSubtitle_n9r24_62{color:#ffffffad;font-weight:600;font-size:12px;line-height:16px;max-width:68px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}[dir=rtl] ._profileSubtitle_n9r24_62{text-align:end}@media screen and (max-width:374px){._profileSubtitle_n9r24_62{font-size:11px;max-width:58px}}@media screen and (max-width:320px){._profileSubtitle_n9r24_62{font-size:10px;max-width:50px}}@media screen and (min-width:768px){._profileSubtitle_n9r24_62{max-width:89px;font-size:16px;line-height:22px}}._progressBarOverrider_n9r24_95{--progress-bar-active-bg-color: #0071F5}@media screen and (max-width:374px){._progressBarOverrider_n9r24_95 .progressBarInner{min-width:0px!important}}._progressBarSkeleton_n9r24_104{height:4px;display:flex}._levelSkeleton_n9r24_109{display:flex;position:absolute;top:0}._airdropNameContainer_n9r24_115{display:flex;align-items:center;gap:4px}._airdropYellowIcon_n9r24_121{width:12px;height:12px;display:block}._airdropYellowShine_n9r24_127{position:absolute;box-shadow:5px 0 10px 4px #ff7f1e80}[dir=rtl] ._airdropYellowShine_n9r24_127{box-shadow:-5px 0 10px 4px #ff7f1e80}._airdropShine_n9r24_136{position:absolute;box-shadow:5px 0 10px 4px #4faf57}[dir=rtl] ._airdropShine_n9r24_136{box-shadow:-5px 0 10px 4px #4faf57}._avatarClan_19w3h_1{position:relative;display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;flex-shrink:1;min-width:0;cursor:pointer}._levelFrameClan_19w3h_13{top:22px;inset-inline-start:22px;width:16px;height:16px;display:flex;justify-content:center;position:absolute;border-radius:100%;background:linear-gradient(180deg,#3d3f43,#242528);border:1px solid #44464A;text-align:center;font-size:10px;align-items:center;font-weight:600;letter-spacing:.01px;color:#fff;z-index:10}@media screen and (min-width:768px){._levelFrameClan_19w3h_13{top:25px;inset-inline-start:25px;width:20px;height:20px}}._profileInfoClan_19w3h_41{display:flex;flex-direction:column;gap:4px;min-width:0;flex-shrink:1}._profileSubtitleClan_19w3h_49{color:#ffffffad;font-weight:600;font-size:12px;max-width:72px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width:374px){._profileSubtitleClan_19w3h_49{font-size:11px;max-width:58px}}@media screen and (max-width:320px){._profileSubtitleClan_19w3h_49{font-size:10px;max-width:50px}}._fakeBossOnboardingStyles_vqdmz_1{position:absolute;background-color:#141415;border:#FED830 1px solid;padding:4px;margin:0!important;left:50%;transform:translate(-50%)}._fakeBossOnboardingInfoBlock_vqdmz_11{top:60px;border-radius:20px}._fakeBossOnboardingProgressBar_vqdmz_16{top:108px;border-radius:14px;padding:8px;width:auto!important}._companyMain_vqdmz_23{position:relative;height:100%}._info_vqdmz_28{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:12px auto 0;font-size:12px;gap:8px}._infoMarginBottom64_vqdmz_38{margin-bottom:64px}._infoRow_vqdmz_42{display:inline-flex;gap:8px;align-items:center;height:28px;white-space:nowrap;padding:4px 12px 4px 4px;border-radius:16px;position:relative}._infoRow_vqdmz_42:first-child:before{display:block;content:"";width:calc(100% + 2px);height:100%;position:absolute;left:-1px;top:-1px;border-radius:16px;border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#ffb80033,#ff6b0000) border-box,linear-gradient(to right,#413518,#37291a,#261f1f,#1c1a1f,#141621) border-box,linear-gradient(to right,#423617,#3c3228,#27262b,#22232b) border-box,linear-gradient(to right,#22232d,#22232d) border-box;background-clip:padding-box,border-box}._infoRow_vqdmz_42:last-child:before{display:block;content:"";width:calc(100% + 2px);height:100%;position:absolute;left:-1px;top:-1px;border-radius:16px;border:1px solid transparent;background:linear-gradient(0deg,#14161fcc,#14161fcc) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#8a7bff2e,#8a7bff00) border-box,linear-gradient(to right,#5d52b3,#4a3d99,#1c2a3a,#1d2120) border-box,linear-gradient(to right,#2a2d3b,#2b2c2a,#27262b,#22232b) border-box,linear-gradient(to right,#22232d,#22232d) border-box;background-clip:padding-box,border-box}@media screen and (min-width:768px){._infoRow_vqdmz_42{height:36px;padding-block:6px;padding-inline:6px 16px;gap:10px;font-size:14px}._infoRow_vqdmz_42:before{border-radius:36px!important}}._infoRow_vqdmz_42 div{z-index:1}._incomeSubtitle_vqdmz_94{font-size:12px;font-weight:600;line-height:16px;text-align:left;color:#fff;padding-top:2px;display:inline-block}._incomeTitle_vqdmz_104{color:#ffffff80;font-size:10px!important;font-weight:400;line-height:0}@media(max-height:470px){._incomeTitle_vqdmz_104{display:none}}._wrapperLinkButton_vqdmz_116{width:72px;height:52px;background:#ffffff26;display:flex;justify-content:center;align-items:center;border-radius:16px;border:1px solid rgb(144,144,232)}@media screen and (min-width:768px){._wrapperLinkButton_vqdmz_116{height:76px}}._wrapperLinkButtonLock_vqdmz_131{opacity:.5}._linkButtonCompany_vqdmz_135{transform:translateY(-12px)}._bossContainer_vqdmz_139{width:100%;position:relative;cursor:pointer}._bossContainer_vqdmz_139._default_vqdmz_144{height:calc(100% - 82px);background:url(/images/clans/boss-skins/Default.webp) no-repeat center;background-size:380px}@media screen and (max-height:580px){._bossContainer_vqdmz_139._default_vqdmz_144{background-size:300px}}._bossContainer_vqdmz_139._default_vqdmz_144 ._defaultBossText_vqdmz_154{position:relative;top:calc(50% + 65px);left:calc(50% + 15px);max-width:200px;transform:translate(-50%,-50%) rotate(-3.5deg);text-align:center;font-weight:600;font-size:16px;display:flex;align-items:center;justify-content:center}@media screen and (max-height:580px){._bossContainer_vqdmz_139._default_vqdmz_144 ._defaultBossText_vqdmz_154{top:calc(50% + 50px);font-size:14px;max-width:160px}}._bossContainer_vqdmz_139._boss_vqdmz_139{height:calc(100% - 170px);display:flex;align-items:center;justify-content:center}._bossImage_vqdmz_181{position:absolute;max-width:532px;height:100%;z-index:1;object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;touch-action:none;transform-origin:center bottom;transition:.1s}@media screen and (min-width:350px)and (max-width:393px){._bossImage_vqdmz_181{width:480px}}@media screen and (max-width:350px){._bossImage_vqdmz_181{width:420px}}._subtitleWrapper_vqdmz_205{margin-top:4px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}._dailyRewardButtonContainer_vqdmz_214{top:0;position:absolute}._clansButtonLayer_vqdmz_219{height:calc(100% - 112px)}._shine_vqdmz_223{position:absolute;background:#9593ffcc;border-radius:50%;width:0;height:0;box-shadow:0 0 max(10vh,20vw) max(10vh,20vw) #9593ffcc;opacity:0;min-width:50px;min-height:50px;max-width:200px;max-height:200px;transition:.1s;pointer-events:none;-webkit-user-select:none;user-select:none;touch-action:none}._bubble_vqdmz_241{position:absolute;display:flex;align-items:center;opacity:0;gap:8px;font-family:HalvarBreit;font-weight:700;font-style:Bold;font-size:32px;leading-trim:NONE;line-height:28px;text-shadow:0 2px 4px rgba(255,255,255,.45),0 10px 15px rgba(255,255,255,.55);animation:_bubble_vqdmz_241 .5s linear;animation-fill-mode:forwards;transform-origin:center center;transform:translate(-50%,-50%);z-index:1}._bubble_vqdmz_241 img{width:24px;height:24px}@keyframes _bubble_vqdmz_241{0%{opacity:1;margin-top:0}40%{opacity:.8}to{opacity:0;transform:translate(-50%,-250%)}}._infoRowClanEnergy_vqdmz_278{padding-right:4px;position:relative;gap:0;font-variant-numeric:tabular-nums}._cursor_vqdmz_285{pointer-events:none;touch-action:none;position:absolute;right:12px;top:calc(50% - 150px);z-index:2;width:107px;height:80px}._cursor_vqdmz_285 img{width:100%;height:100%;object-fit:contain}._companyProgressContainer_gpcpz_1{display:flex;justify-content:center;width:100%;margin-top:24px}@media screen and (min-width:1280px){._companyProgressContainer_gpcpz_1{margin-top:32px}}._progressInfoContainer_gpcpz_13{min-width:176px;display:flex;flex-direction:column;gap:6px}@media screen and (min-width:1280px){._progressInfoContainer_gpcpz_13{min-width:240px;gap:8px}}._progressInfo_gpcpz_13{display:flex;justify-content:space-between;align-items:center;gap:8px}._progressTitle_gpcpz_33{font-weight:600;font-size:12px;line-height:16px;letter-spacing:.01px;color:#fff}@media screen and (min-width:1280px){._progressTitle_gpcpz_33{font-size:14px;line-height:20px}}._progressNumbers_gpcpz_47{font-weight:600;font-size:12px;line-height:16px;letter-spacing:.01px;color:#fff;margin-inline-end:8px;display:flex;align-items:center;gap:4px;font-variant-numeric:tabular-nums}@media screen and (min-width:1280px){._progressNumbers_gpcpz_47{font-size:14px;line-height:20px}}._greyText_gpcpz_66{color:#ffffffad}._progressbarBack_gpcpz_70{background:#a3abbb29;width:100%;height:6px;border-start-start-radius:100px;border-end-start-radius:100px}@media screen and (min-width:1280px){._progressbarBack_gpcpz_70{height:8px}}._progressbarProgress_gpcpz_83{background:#00f;width:10%;height:100%;border-radius:100px;background:linear-gradient(to right,#5acbff,#0071f5);box-shadow:0 0 25px 2px #0b7cf7}._progressGiftBorder_gpcpz_92{width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-start-start-radius:8px;border-start-end-radius:8px;border-end-end-radius:8px}@media screen and (min-width:1280px){._progressGiftBorder_gpcpz_92{width:36px;height:36px;border-start-start-radius:10px;border-start-end-radius:10px;border-end-end-radius:10px}}._progressGiftContainer_gpcpz_112{width:28px;height:28px;border-start-start-radius:8px;border-start-end-radius:8px;border-end-end-radius:8px}@media screen and (min-width:1280px){._progressGiftContainer_gpcpz_112{width:36px;height:36px;border-start-start-radius:10px;border-start-end-radius:10px;border-end-end-radius:10px}}._progressGiftContainer_gpcpz_112 img{width:100%;height:100%;transform-origin:center center}:dir(rtl) ._progressGiftContainer_gpcpz_112 img{transform:scaleX(-1)}[dir=rtl] ._progressGiftContainer_gpcpz_112 img{transform:scaleX(-1)}._bottomRow_k8pg4_1{display:flex;gap:8px;align-items:flex-end;justify-content:space-between;white-space:nowrap;width:100%;flex:1}._energy_k8pg4_11{position:relative}._energy_k8pg4_11>div{display:flex;justify-content:center;width:100%}._infoCol_k8pg4_20{position:relative}._infoRow_k8pg4_24{display:flex;gap:8px;align-items:center;height:auto;white-space:nowrap;width:max-content}._info_k8pg4_20{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;font-size:12px;line-height:1;gap:16px}@media(max-width:370px){._info_k8pg4_20{width:auto}}._mainSkeletons_k8pg4_49{opacity:.3}._energyText_k8pg4_53{color:#fff;font-family:Inter;font-size:12px;font-weight:600;letter-spacing:.01px;line-height:16px}@media screen and (min-width:768px){._energyText_k8pg4_53{font-size:14px}}._energyTextSecondary_k8pg4_67{opacity:.4;font-size:12px;font-weight:600;line-height:16px}@media screen and (min-width:768px){._energyTextSecondary_k8pg4_67{font-size:14px}}._energyTextContent_k8pg4_79{line-height:0}._iconEnergy_k8pg4_83{width:20px;height:20px}@media screen and (min-width:768px){._iconEnergy_k8pg4_83{width:24px;height:24px}}._iconEnergy_k8pg4_83 path{fill:#9897fa}._iconInfo_k8pg4_97{width:12px;height:12px}@media screen and (min-width:768px){._iconInfo_k8pg4_97{width:16px;height:16px}}._iconInfo_k8pg4_97 path{fill:#ffffff47}._barItemContainer_7x9jf_1{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px}@media screen and (min-width:768px){._barItemContainer_7x9jf_1{width:102px;height:34px}}._barItemContainer_7x9jf_1._clickable_7x9jf_14{cursor:pointer}@media(max-width:370px){._barItemContainer_7x9jf_1{width:auto}}._barItemContainer_7x9jf_1 ._barItem_7x9jf_1{display:flex;gap:8px;align-items:center;white-space:nowrap}._barItemContainer_7x9jf_1 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28{display:flex;flex-direction:column;align-items:baseline;font-size:10px;line-height:16px;letter-spacing:.01px;text-align:start;min-width:52px}._barItemContainer_7x9jf_1 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28:dir(rtl){align-items:flex-start}._barItemContainer_7x9jf_1 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28 ._valueText_7x9jf_41{font-variant-numeric:tabular-nums;color:#fff;letter-spacing:-.5px;font-size:12px;font-weight:600;line-height:16px}@media screen and (min-width:768px){._barItemContainer_7x9jf_1 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28 ._valueText_7x9jf_41{font-size:14px;line-height:20px}}._barItemContainer_7x9jf_1 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28 ._text_7x9jf_28{display:flex;gap:4px;align-items:center;font-weight:400;color:#9aa1b1}._barItemContainer_7x9jf_1 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28 ._unitOfMeasurement_7x9jf_62{margin-left:4px;font-size:12px;font-weight:600}._barItemContainer_7x9jf_1 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28 ._textWithIcon_7x9jf_67{display:flex;align-items:center;gap:4px}@media screen and (min-width:768px){._barItemContainer_7x9jf_1 ._barItem_7x9jf_1>img{width:24px;height:24px}}._barItemContainer_7x9jf_1 ._mainSkeletons_7x9jf_78{opacity:1}._barItemContainer_7x9jf_1 ._textSkeleton_7x9jf_81{top:2px}._lockIcon_7x9jf_85{color:#9aa1b1;fill:#9aa1b1}._companyPage_7x9jf_90{width:auto}._companyPage_7x9jf_90 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28{min-width:unset}._companyPage_7x9jf_90 ._barItem_7x9jf_1 ._textWrapper_7x9jf_28 ._text_7x9jf_28{gap:unset}._footerOnboarding_f8wnd_1{z-index:201;pointer-events:none;position:relative}._mainPage_36mb7_1{background-size:100% 100%}._wrapperMainPage_36mb7_5{position:absolute;inset:0}._wrapperMainPage_36mb7_5 .appShell{height:100vh;height:100svh;height:100dvh}._mainFooter_36mb7_16{padding-bottom:calc(20px + var(--line-safe-bottom, env(safe-area-inset-bottom)))}._background_36mb7_20{position:relative;left:50%;top:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;height:100dvh;background:url(data:image/webp;base64,UklGRlILAABXRUJQVlA4IEYLAACwcACdASqJAeICPlEoj0cjoqOjIAiIcAoJaW7yn3vMO4WB7q3/86B+vg/+EtZ51Rkc3eB51Qp1C3w/+fUb4RS/9fD//XRO+3p4ACfV4hcb6moCZW5vqagJlbm+pqAmVub6moCZW5vqagJlbm+pqAmVub6moCZW5vqagJlbm+pqAmVub6moCZW5uYOu2SVdOPVHGS2Wb8ZORZfO6oTwRlupHox++DdNe58AAzlAc9us6x6o/oUJlboP8ZH8Gu+/pJJppVY055n1Q2Bf7/5OSdfOk3xbtHYOUkKAFH1ILop/CU02RP8EHG5X/mxu/LQEd3lkdgngq6CAgWOQs//+W/eHJAEInm/GEn+HmxXvZo6ehf/qF8yGKtYSgcPegDYC/6wZh8P45yclWCnVZeifEMdGmJRD9orcqZM794Q8TnJsOwe+iSMCwq22VEhQBm2bGDpPaPa0iD3dvJ3EL+O3+F17mHbFWBM2A+XU17CCcHrG/Ud345qKckObX/kjjw3tffzEYndfWzOdqZfsvP8Jaf4ngZD7zDvwj36r2sEoXZt+Bxy4zU/CQ3V2//+m5tV7XkYJfL25e0dsOw/7IWv/84v6KH/4/OefdV3Ou9xC8Pf/1r/xzk1XJ5lPqxhhvgWqc////9lSE3NLHOL2SYSQcV+0vPEnzs8sZg7/gfNgc0fEhHqBs/pC0+TQx4gQqvpB/4SjNHUVmtxArj3rsKpnlYOEXHQMWxfRtLcePAKtYaHCJDSoberLo7dcgRgyGifuGP1c1Couu9PR0Mm1ZAZAduaUuv2ve0+rKQHJfqoNDmtuXR2NZkdOm3tcR8YoWwLn7bwDqOrSZ744XYolMAnTeWoJnYsnnEStFVj/TrtpI5gPFMTIH7RqQntXqxvtYLehw+8Wk5PB+nHTZM7jx12e/3zG18hYb6DNblR+yj1QVE5orN1zS5wwIwF2o7FE6jSapQi1svRBzxz6En9qiIdS1ie5z22fG4xg+aDIhhSzdZyHi+whYn/tftV+I9kVHiWs2htz2r//0pztrVcTAQGtFiHDaSQJT903nBFBy8kfYj3Khh9e3SIlXd2gehaLZCZZgpanrQCmA4KxgpQrYtzfU0d/QAyjKHKxjl/zrICavKx6R8X7dA7Kj2XH9ugdqDCyZh8c9I+pp6RzBlGeM69EuuX7Rg7C5nyHjfZPRlw0fPhytBjK6gA0nUJ+XWZsXUwAAP79ROAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMr7qjfm0UWySKY/J/GvYGnGqRe2pjRw63l47ToMOM2wyjrTM9UjyIIYckgDct1dMyQAAAtJEEeX9kqy5+eELDNKNGzALDDLzH3unYBudglBHDErJVy/gvBIaixgEahFfBQ+Qx9kFqT5+PzzvZVXXl83aR+5ugJDUqlSlIJeQZkjUKsgLrZmoUEkHv54wIsOtnf/RpQLA4lecIfuev7FQwZ8uWbmm1MA9dISZukYFGVEkJIkVUlUH5MfwYvxyvAj3AM124M3x3nMwuGNAxcf9TdnGu4JIJoATZ27R3DuM10mcrQjAZrqoXQoFCfC43WjVlizXPr8WiDZjNKz63g3dKSJGIPdr0yyvOkr8soyyZ8XJ24FPsWgZox47A+9SMpOSD0xlhKkm7XQq2hPRQEneA+SP6UVS8yilq1GAQE6h772590lfwOpkDEl57b4e8VXORBPrnDhkim/mUc6ZfUXKFIqhWTMb4S0c6d9XdaYz1NCA7eInNojC3A1z8EXKyOrSoQBsUhZUILiWAMty8NrkYvAqMM4vca/6Ae375yEmvKUXxk8rWe69bTQuK7ZyEwqhToaZWCAi1tjaY6WHBJ8ZEK71ARQ8/u1zf5mgyMhJjWAfxHr7NPt9bFHNXGFfEbOcx3aqRMK7b+JvIrAv6Q4DE7VV1NDNhPpo8RKAQbSjvewqOzKXiADSbSlTzWp6ltVDfYIC37tvhqIqPbpr4z6wVLcKZaSon2GQkBm5SkkLa7VSUmk2kvQKg0TWBa8xU35shpq/W4NG/CKlNiRtsclsgY2Lzl+a3JmvnO2LMCPh9fIW+G9XPKl2zjB2YHkRqDqjw1H/tTyhaQmMSsIZbRsA81tTtX/SfFPqxjlGetGcrgo03zuug967xIAaXKB0ccHeUTmhbIpCHaXCjoOZdALOK4PpvPkQ6nAVgKCpp2eM7HiKaT602h/UdCXDQ5K5YnB36+a9SHLNsfVsGD8Jx8SwkyA7r/WJZTi0A2yN2OC0SwDzoVirmATuVtDtaiOACPksGYD08l+K9H0PE7NUrYJ+vOwkBWuSbBqcKbDQl6wEsQWjxzaQcjZvuEHLiwzB8QQznSgIwuqk8nTXF5Q5PjTdDKp2jqX5ll1qJ7+Ul742M6awRRH2SuglxNApV7igrnykTFj01YCIgjtyuF2XGk44ZkE85SvtMznPca/B4WP3LSaVDVQnAdPdOmJS7ng9oxMKfnucKftVYAwWen2/8D7cw8ev4Ldb4CFdPqG8z+xT5/3qBb+7oj02ceJIcsDkEvhbBdrxfTlFwXcCKFJsBXAa9opbBi49RCgJspqfAuEeIkcJlVrntR3v7nu2b2R7NaqgN/hBqAiUW4NqRqslUA/ttLMm8KK0efQ+sbU6WSYVFc0JGET232BoMMn7nW6UOQvohTHJ0AIcIxL83nyG0QQJPke+ZeaMkAL5s89+EhWlfHK2o9IEJbPFUkuQfABX6hEfHWlE6yk340HpkkU4UFr3l5CS3qpLZem6DjmPDenVJecoUfRwTEP4zgrpAM0WYMv1o24w79NwSqAoJOHy1P3c7kYOnSHs+xbtqN+okcOqgFx9g22LC2XWYiDBG3N5KK/AhCIuuz1SBOLT72V/ZOAnBv7xRsEbdsTg29WKCk1xHhyYUHFmlsi37Cu8q7SS3DQjaFNnmHMdBoFEcGyo8jTEpOPuA5uytq3Af+SQCaeh0Yr11bbrvsmXv0jNhHsZWmEtjHhfkApSss7fxXCQLNKKSlitPmxSSaxnl+erTa7rYWNeIg5lwPHhMSDr7mlhte9lApWnrzjPo5NtjaIg+qGwUaCPvHS3Cp8YmTlgCy34D1Ah3EYxzGjiY4GNDByR/CG2J4qBF7U3iCTxycM1ahHzPXUFEwzH6/EvMzAwUoiWtx28HImBWQIB4FlcZee5urlGy5z05DO117jUwerDErRWAU73DNOmY0AXmpkAGmkvg30JMuKZEMQef1tmYPw3aoBJ6nAVlAvgKDNY8NLkjLmnhHfLq9smschu1h7SgjSODoAyLt0YSX96sPbIwguvUYF365hGS3ZrgCqfRa0Acge7R4DrdiisAfMgcl0sHeC8k2FEeTZrQcdJEgygHXwhv/Abh7re/i/BlAUf4x6D+JWxrmaugsAjStym493UTpuABjG8xaDl3P9IpRzlQ2BLw9j0JfdqwyHGAexDqfXebihF+RzD6Fuspm86erccQFXwgA6zE4Pcse0lkdsHPYOyiKi++nEzCCg8Q67GaFAYk8M1vKZprsJYBskkwnuhrRxqLGXltEMVSckqrxI7EyykXrIAAE66HjSak0an0VxCQNWZm7G6chgnPqWc0X+gnSEM33hfUb0zgLDtCOqOFXUrOgb04AAAAAAAABh/ZMC/X7XkMZPpYK+tEpsTR+t6qLdlida2hql/+vlBoQVYyylvg0pKNKvwAAAAAAAAAXd48AAAAAAAAAI1UvdZ/M58zATe4TSM4hXA0S1d55tzSQhTSs18WpCoUj0omp+ZSYFeC2illy/hLEpWexJdVk2nohw/5pALkn7wopSLHZpi0sgrXVRJ7c5fAGYAT4gbAAA=);background-size:100% 100%}._contentMain_36mb7_32{overflow-y:visible;padding-left:12px;padding-right:12px;padding-bottom:24px}@media screen and (min-width:768px){._contentMain_36mb7_32{padding-top:26px;padding-left:0;padding-right:0}}@media screen and (min-width:1280px){._contentMain_36mb7_32{padding-top:24px}}._withKeyboard_36mb7_51{height:calc(var(--tg-viewport-height, 100vh) + 35px)}._fullHeight_36mb7_55{height:100%}._viewportHeight_36mb7_59{height:100vh;height:100svh;height:100dvh}._wrapper_1cplp_1{position:absolute;top:0;left:0;width:100%;height:100%}._main_1f3zo_1{width:100%;height:100%;-webkit-user-select:none;user-select:none;position:relative}._main_1f3zo_1 ._friendsDot_1f3zo_7{top:0}._main_1f3zo_1 ._badgePositionCharacter_1f3zo_10{position:absolute;bottom:52px;inset-inline-end:0}@media screen and (min-width:1280px){._energy_1f3zo_17{margin-bottom:-8px}}._count_1f3zo_22{font-weight:600}._wrapperLinkButton_1f3zo_26{position:relative}._wrapperLinkButton_1f3zo_26 ._badgeCount_1f3zo_29{position:absolute;top:-6px;inset-inline-end:-10px}@media screen and (max-width:768px){._wrapperLinkButton_1f3zo_26 ._badgeCount_1f3zo_29{inset-inline-end:4px}}._wrapperLinkButton_1f3zo_26 ._badgeDot_1f3zo_39{position:absolute;top:-4px;inset-inline-end:-4px}@media screen and (max-width:768px){._wrapperLinkButton_1f3zo_26 ._badgeDot_1f3zo_39{inset-inline-end:4px}}._wrapperLinkButton_1f3zo_26 ._badgeNew_1f3zo_49{position:absolute;top:-12px;inset-inline-start:50%;transform:translate(-50%)}._wrapperLinkButton_1f3zo_26 ._badgeNew_1f3zo_49:dir(rtl){transform:translate(50%)}@media screen and (max-width:768px){._wrapperLinkButton_1f3zo_26 ._badgeNew_1f3zo_49{top:-14px}}._wrapperLinkButton_1f3zo_26 ._badgeLock_1f3zo_63{position:absolute;top:4px;inset-inline-end:4px}._badgeMainWrapper_1f3zo_69{position:absolute;top:0;inset-inline-start:50%;transform:translate(-50%,-20px);z-index:1}._badgeMainWrapper_1f3zo_69:dir(rtl){transform:translate(50%,-20px)}._bottomRow_1f3zo_80{display:inline-flex;gap:8px;align-items:flex-end;justify-content:space-between;white-space:nowrap;flex:1}._onboarding_1f3zo_89{position:relative;cursor:pointer}._onboarding_1f3zo_89:before{content:"";position:absolute;inset:-4px;border:1px solid red}._info_1f3zo_100{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;font-size:12px;color:#ffffffb3;gap:16px}._info_1f3zo_100 ._infoCol_1f3zo_110{display:flex;flex-direction:column;align-items:start}._info_1f3zo_100 ._infoCol_1f3zo_110._loaded_1f3zo_115{gap:4px}._info_1f3zo_100 ._infoRow_1f3zo_118{display:inline-flex;gap:8px;align-items:center;height:24px;white-space:nowrap}@media(max-width:370px){._info_1f3zo_100{width:auto}}._incomeTextWrapper_1f3zo_131{display:flex;align-items:baseline;gap:12px}._footerInfo_1f3zo_137{justify-content:space-between;margin-bottom:8px;position:relative}._buttonsWrap_1f3zo_143{display:flex;gap:12px;justify-content:space-between;padding-bottom:8px;--secondary-button-bg-color: #FFFFFF42}._flexStart_1f3zo_151{justify-content:flex-start}._tasks_1f3zo_155{position:relative;width:100%;border:1px solid #48bcf3;font-size:16px;background:linear-gradient(0deg,#ffffff26,#ffffff26),linear-gradient(91.75deg,#0ff0 -24.25%,#0ff6 102.39%)!important;box-shadow:0 0 20px #ffffff1a inset}._tasks_1f3zo_155:after{content:"";background:url(/images/common/TasksGift.webp) no-repeat;background-size:175px 82px;position:absolute;inset-inline-end:16px;bottom:-1px;width:175px;height:49px;background-position:0 bottom}._mainSkeletons_1f3zo_175{opacity:.3}._divider_1f3zo_179{width:1px;height:24px;opacity:.2;background:#fff}._energyText_1f3zo_186{color:#fff;font-family:SF-Mono;font-size:14px;font-weight:500}._incomeText_1f3zo_131{color:#fff;font-size:14px;font-weight:600}._energyTextSecondary_1f3zo_199{opacity:.4}._mainFooterTasksCount_1f3zo_203{width:30px;height:20px;background:#b7ff33;color:#000;display:inline-flex;justify-content:center;align-items:center;font-weight:600;font-size:12px;border-radius:10px}._badgeFriendsWrapper_1f3zo_216{transform:translate(calc(-50% - 3px),calc(-50% - 3px))}._balance_ajvyd_1{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;padding:2px 8px 2px 4px;margin-block-end:1rem;margin-top:16px;width:fit-content;max-width:100%}@media(max-width:768px){._balance_ajvyd_1{margin-left:auto;margin-right:auto}}._balance_ajvyd_1._line_ajvyd_19{border:1px solid rgba(163,171,187,.16);border-radius:999px;padding:2px 8px 2px 2px}@media(max-width:768px){._balance_ajvyd_1._line_ajvyd_19{border-radius:18px;padding:2px 4px}}._balance_ajvyd_1._margin_ajvyd_30{margin-block-end:0}._text_ajvyd_34{display:flex;align-items:center;justify-content:center}._text_ajvyd_34._column_ajvyd_39{flex-direction:column;align-items:flex-start}._text_ajvyd_34 ._name_ajvyd_43{font-weight:400;font-size:10px;color:#ffffffb3;color-scheme:light dark}._text_ajvyd_34 ._count_ajvyd_49{font-weight:600;font-size:28px;line-height:32px;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.59px;white-space:nowrap}@media screen and (min-width:768px){._text_ajvyd_34 ._count_ajvyd_49{font-size:24px;line-height:28px;letter-spacing:-.47px}}._text_ajvyd_34 ._count_ajvyd_49._small_ajvyd_65{font-size:12px;line-height:10px}._mainSkeletons_ajvyd_70{opacity:.3}._coinIcon_ajvyd_74{width:28px;height:28px}[dir=rtl] ._rtlFlip_ajvyd_79{transform:scaleX(-1)}._incomeContainer_tkfkr_1{display:inline-flex;gap:8px;align-items:center;white-space:nowrap;padding:4px;border-radius:16px;position:relative}@media screen and (min-width:768px){._incomeContainer_tkfkr_1{padding:4px 6px 4px 4px}}._incomeContainer_tkfkr_1:before{display:block;content:"";width:calc(100% + 2px);height:100%;position:absolute;left:-1px;top:-1px;border-radius:16px;border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#ffb80033,#ff6b0000) border-box,linear-gradient(to right,#413518,#37291a,#261f1f,#1c1a1f,#141621) border-box,linear-gradient(to right,#423617,#3c3228,#27262b,#22232b) border-box,linear-gradient(to right,#22232d,#22232d) border-box;background-clip:padding-box,border-box}._income_tkfkr_1{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:12px;color:#ffffffb3;gap:16px;z-index:1}._income_tkfkr_1 ._incomeCol_tkfkr_39{display:flex;flex-direction:column;align-items:start;cursor:pointer}._income_tkfkr_1 ._incomeRow_tkfkr_45{display:inline-flex;gap:8px;align-items:center;white-space:nowrap;text-decoration:none;color:inherit}@media(max-width:370px){._income_tkfkr_1{width:auto}}._income_tkfkr_1 ._incomeWrapper_tkfkr_58{display:flex;flex-direction:row;align-items:center;gap:8px}._income_tkfkr_1 ._incomeRow_tkfkr_45:dir(rtl) svg:last-child{transform:scaleX(-1)}._mainSkeletons_tkfkr_69{opacity:.3}._incomeText_tkfkr_73{color:#fff;font-size:12px;font-weight:600;line-height:16px}@media screen and (min-width:768px){._incomeText_tkfkr_73{font-size:14px;line-height:20px}}._rateDesc_tkfkr_86{font-size:10px;font-weight:400;color:#ffffffb3;padding-left:4px}._incomeTextWrapper_tkfkr_93{display:flex;flex-direction:column;align-items:center;font-size:10px;min-width:67px}@media(max-width:430px){._incomeTextWrapper_tkfkr_93{min-width:30px}}@media(max-height:470px)and (max-width:430px){._incomeTextWrapper_tkfkr_93{min-width:auto}}@media screen and (min-width:768px){._incomeTextWrapper_tkfkr_93{font-size:14px;line-height:20px}}._incomeTextWrapper_tkfkr_93 ._incomeTitle_tkfkr_116{order:1}@media(max-height:470px){._incomeTextWrapper_tkfkr_93 ._incomeTitle_tkfkr_116{display:none}}._incomeTextWrapper_tkfkr_93 ._incomeText_tkfkr_73{order:2}._incomeTextWrapper_tkfkr_93._incomeTextWrapperArrow_tkfkr_127{min-width:auto}._incomeTextWrapper_tkfkr_93._row_tkfkr_130{flex-direction:row;gap:4px}._incomeTextWrapper_tkfkr_93._row_tkfkr_130 ._incomeTitle_tkfkr_116{order:2}._incomeTextWrapper_tkfkr_93._row_tkfkr_130 ._incomeText_tkfkr_73{order:1}._incomeIcon_tkfkr_141{width:20px;height:20px}@media screen and (min-width:768px){._incomeIcon_tkfkr_141{width:24px;height:24px}}._incomeIconArrow_tkfkr_152{width:20px;height:20px}._info_e2dkn_1{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;font-size:12px;color:#ffffffb3;gap:8px}@media screen and (min-width:768px){._info_e2dkn_1{gap:10px}}._info_e2dkn_1 ._infoCol_e2dkn_16{display:flex;flex-direction:column;align-items:start}._info_e2dkn_1 ._infoCol_e2dkn_16._loaded_e2dkn_21{gap:4px}._info_e2dkn_1 ._incomeSubtitle_e2dkn_24{font-family:Inter;font-weight:600;text-align:left;color:#fff;display:inline-block}._info_e2dkn_1 ._incomeTitle_e2dkn_31{color:#ffffff80;font-size:10px!important;font-weight:400;line-height:0}@media(max-height:470px){._info_e2dkn_1 ._incomeTitle_e2dkn_31{display:none}}@media(max-width:370px){._info_e2dkn_1{width:auto}}._balanceWrapper_e2dkn_48{display:flex;justify-content:center;margin:12px 0 16px}._balanceMobileNoMargin_e2dkn_54{margin-block-end:0!important;margin-top:0!important}._hideClickerBalance_e2dkn_59{opacity:0}._infoAirdropCol_3vemi_1{display:inline-block}._infoAirdropRow_3vemi_5{display:inline-flex;gap:8px;align-items:center;white-space:nowrap;padding:4px;border-radius:16px;position:relative}@media screen and (min-width:768px){._infoAirdropRow_3vemi_5{padding:4px 6px 4px 4px}}._infoAirdropRow_3vemi_5>div>div{position:relative}._infoAirdropRow_3vemi_5:before{display:block;content:"";width:calc(100% + 2px);height:100%;position:absolute;left:-1px;top:-1px;border-radius:16px;border:1px solid transparent;background:linear-gradient(0deg,#14161f66,#14161f66) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#0effef2e,#00849f00) border-box,linear-gradient(to right,#1a3e6d,#1b344f,#1c2a3a,#1d2120) border-box,linear-gradient(to right,#2a2d3b,#2b2c2a,#27262b,#22232b) border-box,linear-gradient(to right,#22232d,#22232d) border-box;background-clip:padding-box,border-box}._airdrop_3vemi_36{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:12px;color:#ffffffb3;gap:16px}._airdrop_3vemi_36 ._airdropCol_3vemi_45{display:flex;flex-direction:column;align-items:start;cursor:pointer}._airdrop_3vemi_36 ._airdropRow_3vemi_51{display:inline-flex;gap:4px;align-items:center;white-space:nowrap;text-decoration:none;color:inherit;padding-top:0}@media(max-width:370px){._airdrop_3vemi_36{width:auto}}._airdrop_3vemi_36 ._airdropWrapper_3vemi_65{display:flex;flex-direction:row;align-items:center;gap:8px}._airdrop_3vemi_36 ._airdropRow_3vemi_51:dir(rtl) svg:last-child{transform:scaleX(-1)}._mainSkeletons_3vemi_76{opacity:.3}._airdropText_3vemi_80{font-variant-numeric:tabular-nums;color:#fff;letter-spacing:-.5px;font-size:12px;font-weight:600}@media screen and (min-width:768px){._airdropText_3vemi_80{font-size:14px;line-height:20px}}._rateDesc_3vemi_94{font-size:10px;font-weight:400;color:#ffffffb3;padding-inline-start:4px}._airdropTextWrapper_3vemi_101{display:flex;flex-direction:column-reverse;font-size:12px;line-height:16px;letter-spacing:.01px;text-align:start}._airdropTextWrapper_3vemi_101:dir(rtl){align-items:flex-start}@media(max-width:430px){._airdropTextWrapper_3vemi_101{min-width:30px}}@media(max-height:470px)and (max-width:430px){._airdropTextWrapper_3vemi_101{min-width:auto}}@media screen and (min-width:768px){._airdropTextWrapper_3vemi_101{font-size:14px;line-height:20px;align-items:center}}._airdropTextWrapper_3vemi_101 ._airdropTitle_3vemi_129{order:1;display:flex;align-items:center;gap:4px;color:#9aa1b1;letter-spacing:.1px;font-size:10px;line-height:16px}@media(max-height:470px){._airdropTextWrapper_3vemi_101 ._airdropTitle_3vemi_129{display:none}}@media screen and (min-width:768px){._airdropTextWrapper_3vemi_101 ._airdropTitle_3vemi_129{font-size:12px;letter-spacing:.01px}}._airdropTextWrapper_3vemi_101 ._text_3vemi_150{display:flex;gap:4px;align-items:center;font-weight:400}._airdropTextWrapper_3vemi_101 ._airdropText_3vemi_80{order:2;font-variant-numeric:tabular-nums}._airdropTextWrapper_3vemi_101._row_3vemi_160{flex-direction:row;gap:4px}._airdropTextWrapper_3vemi_101._row_3vemi_160 ._airdropTitle_3vemi_129{order:2;color:#9aa1b1;letter-spacing:.01px}._airdropTextWrapper_3vemi_101._row_3vemi_160 ._airdropText_3vemi_80{order:1;letter-spacing:-.5px;font-variant-numeric:tabular-nums}._airdropHighlight_3vemi_175{color:#0effef;font-style:normal;font-weight:600}._energyBurn_3vemi_181{display:flex;align-items:center;margin-inline-start:-4px;gap:4px}._energyBurn_3vemi_181>svg{width:13px!important;height:12px!important}._energyBurnTitle_3vemi_192{font-size:12px;font-weight:600;line-height:0;text-align:start;display:inline-block;padding-top:2px}._badgePositionWeb2_3vemi_201{position:absolute;inset-inline-end:0;inset-block-start:0}._starIcons_3vemi_207{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}._starIcon_3vemi_207{position:absolute;left:0;top:0}._starIcon_3vemi_207 svg{width:100%;height:100%}._starIcon_3vemi_207:nth-child(1){left:0;top:-18px;width:27px;height:27px;position:absolute;animation:_starPulse_3vemi_1 2s ease-in-out infinite}._starIcon_3vemi_207:nth-child(2){width:22px;height:22px;position:absolute;left:auto;right:32px;top:19px;animation:_starPulse_3vemi_1 2s ease-in-out infinite}._starIcon_3vemi_207:nth-child(3){left:auto;right:19px;top:-9px;width:11px;height:11px;position:absolute;animation:_starPulse_3vemi_1 2s ease-in-out .6s infinite}._animationWrapper_3vemi_252{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:16px;opacity:.2;overflow:hidden}._animationWrapper_3vemi_252 svg{position:absolute;left:-100px;top:0;z-index:5;height:100%;width:auto;animation:_flyThrough_3vemi_1 4s linear infinite}@keyframes _flyThrough_3vemi_1{0%{left:-100px}50%{left:calc(100% + 100px)}to{left:calc(100% + 100px)}}@keyframes _starPulse_3vemi_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.7);opacity:.3}}._airdropIcon_3vemi_293{width:20px;height:20px}@media screen and (min-width:768px){._airdropIcon_3vemi_293{width:24px;height:24px}}._airdropIconArrow_3vemi_304{width:20px;height:20px}._buttonLayer_6x4tw_1{position:absolute;inset-inline-end:0;bottom:5px;height:100%;width:100%;display:flex;align-items:flex-end;justify-content:space-between;pointer-events:none}._layerLeft_6x4tw_13,._layerRight_6x4tw_14{display:flex;flex-direction:column;gap:20px;pointer-events:all}@media(max-height:500px){._layerLeft_6x4tw_13,._layerRight_6x4tw_14{gap:8px}}@media screen and (min-width:768px){._layerLeft_6x4tw_13,._layerRight_6x4tw_14{gap:12px}}._layerLeftTop_6x4tw_33{position:absolute;top:100px;display:flex;flex-direction:column;gap:12px;pointer-events:all}._layerRightTop_6x4tw_42{position:absolute;top:100px;inset-inline-end:0;display:flex;flex-direction:column;gap:12px;pointer-events:all}._buttonAside_1tdu1_1{display:flex;flex-direction:column;width:56px;height:70px;align-items:center;justify-content:flex-start;gap:0;border-radius:14px;position:relative;padding-top:4px}@media screen and (min-width:768px){._buttonAside_1tdu1_1{width:70px;height:84px;border-radius:14px;background:#a3abbb29}}._buttonAside_1tdu1_1.onBoardItemDefault{border-color:transparent}._buttonAside_1tdu1_1.onBoardItemDefault:before{content:"";position:absolute;inset:-9px -11px;border:1px solid #fed830;border-radius:16px}._buttonAside_1tdu1_1.onBoardItemDefault:after{content:"";position:absolute;inset:-6px -8px;border-radius:13px;z-index:-1;background:linear-gradient(170.21deg,#4bdbff 5.15%,#0175ec 92.64%)}._imageWrapper_1tdu1_40{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:36px}._imageWrapper_1tdu1_40>img{width:48px;height:36px;display:block;position:relative;z-index:1;transform:translateY(6px)}._buttonBody_1tdu1_58{display:flex;flex-direction:column;align-items:center;margin-top:auto;padding-bottom:2px}._buttonTimer_1tdu1_66{display:grid;place-content:center;border-radius:20px;position:relative;z-index:2;width:54px;height:18px;font-size:10px;background:#fff;color:#0075ff;font-weight:600;line-height:18px;text-align:center;margin-bottom:2px}._buttonTimer_1tdu1_66 span{display:flex}@media screen and (min-width:768px){._buttonTimer_1tdu1_66{width:60px;height:20px;font-size:11px}}._buttonTimerReady_1tdu1_93{font-size:9px}._buttonAsideSubtitle_1tdu1_97{text-align:center;white-space:normal;font-size:9px;color:#fff;position:relative;z-index:2;font-weight:600;line-height:11px;max-width:52px;word-wrap:break-word}@media screen and (min-width:768px){._buttonAsideSubtitle_1tdu1_97{font-size:10px;line-height:12px;max-width:60px}}._loadingButtonSkeleton_1tdu1_117{display:block;--base-color: #FFFFFF;--highlight-color: #8A8D94}._buttonAside_1tdu1_1:dir(rtl) img{transform:none}._card_zowyx_1{display:flex;flex-direction:column;align-items:center;gap:6px;padding:3px 3px 12px;border-radius:12px;border:1px solid rgba(138,141,148,.1607843137);background:#141415;text-align:center;position:relative}._card_zowyx_1:before{content:"";width:108px;height:13px;position:absolute;z-index:1;bottom:-1px;inset-inline-start:50%;transform:translate(-50%,100%);background-color:#141415}._card_zowyx_1:after{content:"";position:absolute;bottom:0;inset-inline-start:50%;transform:translate(-50%,50%);background-color:#141415;width:24px;height:24px;border-radius:50%;border:1px solid rgba(138,141,148,.1607843137)}:dir(rtl) ._card_zowyx_1:before{transform:translate(50%,100%)}:dir(rtl) ._card_zowyx_1:after{transform:translate(50%,50%)}._day_zowyx_43{width:100%;padding:2px 0 4px;border-radius:8px 8px 4px 4px;background:#2e3035;color:#9aa1b1;font-size:10px;line-height:16px;font-weight:600;opacity:.6}._ticket_zowyx_55{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._ticket_zowyx_55 img{width:24px;height:24px;opacity:.6}._statusIcon_zowyx_69{position:absolute;width:16px;height:16px;top:-2px;inset-inline-end:-2px;z-index:1}._reward_zowyx_78{min-height:16px;font-size:12px;line-height:16px;font-weight:600;opacity:.6;margin-top:-4px;color:#fed830}._statusText_zowyx_88{min-height:16px;font-size:10px;line-height:16px;font-weight:600}._statusText_zowyx_88{color:#9aa1b1;opacity:.9}._claimable_zowyx_100{border:2px solid #0075ff;background:#fff}._claimable_zowyx_100 ._day_zowyx_43{background:#0075ff;color:#fff;opacity:1}._claimable_zowyx_100 ._reward_zowyx_78{color:#141415;opacity:.9}._claimed_zowyx_114{background:#fff}._claimed_zowyx_114 ._day_zowyx_43{background:#11ad52;color:#fff;opacity:1}._claimed_zowyx_114 ._statusText_zowyx_88{color:#000;opacity:.9}._claimable_zowyx_100 ._ticket_zowyx_55 img,._claimed_zowyx_114 ._ticket_zowyx_55 img{opacity:1}._missed_zowyx_132{opacity:.5}._notReady_zowyx_136{opacity:.8}._notReady_zowyx_136 ._reward_zowyx_78{color:#00efff}._row_1wly6_1{display:grid;justify-content:center;grid-auto-columns:1fr;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));grid-auto-flow:row;grid-column-gap:8px;grid-row-gap:13px}._container_5voey_1{display:flex;flex-direction:column;gap:12px;padding:0 12px 84px;flex:1;min-height:0}@media screen and (min-width:768px){._container_5voey_1{padding-bottom:12px}}._page_5voey_15{height:100vh;height:100svh;display:flex;flex-direction:column}@media screen and (min-width:768px){._page_5voey_15{height:100%}}._headerWrapper_5voey_27{width:100%;margin-bottom:12px}._header_5voey_27{display:flex;flex-direction:column;background:#141415;border-radius:0 0 16px 16px;overflow:hidden;position:relative}._closeButton_5voey_43{position:absolute;top:16px;inset-inline-end:12px;width:36px;height:36px;border:none;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;z-index:2}@media screen and (min-width:768px){._closeButton_5voey_43{display:none}}._closeIcon_5voey_65{width:24px;height:24px}._headerImg_5voey_70{height:320px}@media screen and (min-width:768px){._headerImg_5voey_70{height:300px}}._headerBg_5voey_79{width:100%;height:100%;object-fit:cover;display:block}._headerContent_5voey_86{position:absolute;left:0;right:0;bottom:16px;padding:0 20px;text-align:center;display:flex;flex-direction:column;white-space:break-spaces;z-index:1}._title_5voey_99{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.33px;display:inline-block}._subtitle_5voey_109{color:#9aa1b1;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:8px;display:inline-block;white-space:pre-wrap}._progressRow_5voey_121{display:flex;align-items:center;gap:8px}._progressCard_5voey_127{display:flex;justify-content:center;align-items:center;padding:6px 12px;gap:8px;flex:1 0 0;align-self:stretch;border-radius:8px;background:#f7f6fd14}._progressCardCompleted_5voey_139{justify-content:center}._progressCompleted_5voey_143{display:flex;align-items:center;gap:8px}._progressCompletedIcon_5voey_149{width:16px;height:16px}._progressCompletedText_5voey_154{color:#00b24b;font-size:14px;font-weight:600;line-height:20px;text-align:center}._faqButton_5voey_162{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#a3abbb29;border:none;padding:0;position:relative;cursor:pointer}._faqIcon_5voey_176{width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#141415;font-size:12px;line-height:16px;font-weight:600}._faqIconInner_5voey_190{display:inline-block;transform:translateY(-.5px)}._faqBadge_5voey_195{position:absolute;top:-2px;right:-2px}._progressLabel_5voey_201{color:#ffffffad;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._progressCount_5voey_210{color:#fff;font-size:12px;line-height:16px;font-weight:600}._ticketContainer_5voey_217{display:flex;align-items:center;gap:4px;font-weight:600;font-size:14px;line-height:20px;color:#ffffff47}._ticketCount_5voey_227{display:inline-flex;align-items:center}._ticketDivider_5voey_232{margin:0 2px;color:#ffffff47}._colorWhite_5voey_237{color:#fff}._airdropCheckinTicketIcon_5voey_241{width:18px;height:23px;margin-top:2px}@media(max-width:339px){._progressLabel_5voey_201,._ticketContainer_5voey_217,._progressCompletedText_5voey_154{font-size:12px;line-height:16px;white-space:nowrap}._airdropCheckinTicketIcon_5voey_241{width:16px;height:20px}}._bottomBar_5voey_260{position:fixed;left:0;right:0;bottom:0;padding:0 16px 36px;background:#141415;z-index:2}@media screen and (min-width:768px){._bottomBar_5voey_260{position:sticky;padding:12px 12px 16px;border-radius:0 0 24px 24px}}._button_5voey_277{margin-top:0}._countdown_5voey_281{color:#fff;font-size:16px;font-weight:600;line-height:20px;white-space:nowrap;text-align:center;width:auto}._ticketsWrapper_5voey_291{position:relative;flex:1;min-height:0}._ticketsWrapper_5voey_291:before,._ticketsWrapper_5voey_291:after{content:"";pointer-events:none;position:absolute;left:0;right:0;height:20px;z-index:2}._ticketsWrapper_5voey_291:before{top:-2px;background:linear-gradient(#141415 15%,transparent 85%);opacity:1;transition:opacity .15s ease-in-out}._ticketsWrapper_5voey_291:after{bottom:0;background:linear-gradient(transparent 15%,#141415 85%)}._ticketsList_5voey_316{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:24px;height:100%}._ticketsWrapperNoUpperShadow_5voey_324:before{opacity:0}._wrapper_89yux_1{width:100%;margin-bottom:12px}._deposit_89yux_6{width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px 12px 12px;border-radius:16px;overflow:hidden;isolation:isolate;background:radial-gradient(75px 67px at 18px 18px,#c0f7ff80,#c0f7ff00 72%) padding-box,linear-gradient(#1d1e20,#1d1e20) padding-box,linear-gradient(146deg,#00bae2,#00bae200) border-box;background-clip:padding-box,padding-box,border-box;border:1px solid transparent;box-shadow:inset 0 0 0 1px #ffffff1a}._deposit_89yux_6:before,._deposit_89yux_6:after{content:"";position:absolute;border-radius:100%;pointer-events:none}._deposit_89yux_6:before{width:357px;height:270px;inset-inline-start:-260px;top:-150px;background:#002653;filter:blur(144px);opacity:.3;z-index:0}._deposit_89yux_6:after{width:357px;height:255px;inset-inline-start:-270px;top:-160px;background:#00bae2;filter:blur(79px);opacity:.24;z-index:0}._deposit_89yux_6 ._icon_89yux_49{width:36px;height:36px;border-radius:8px;z-index:1}._info_89yux_56{display:flex;align-items:center;gap:12px;z-index:1}._depositText_89yux_63{display:flex;flex-direction:column;justify-content:center;gap:2px;position:relative;z-index:1}._depositTitle_89yux_72{font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;color:#fff}._depositDescription_89yux_80{font-weight:400;font-size:12px;line-height:16px;letter-spacing:.1px;color:#9aa1b1}._arrow_89yux_88{width:16px;height:16px;color:#fff;z-index:1}:dir(rtl) ._deposit_89yux_6{background:radial-gradient(75px 67px at calc(100% - 18px) 18px,#c0f7ff80,#c0f7ff00 72%) padding-box,linear-gradient(#1d1e20,#1d1e20) padding-box,linear-gradient(214deg,#00bae2,#00bae200) border-box;background-clip:padding-box,padding-box,border-box}:dir(rtl) ._deposit_89yux_6:before,:dir(rtl) ._deposit_89yux_6:after{inset-inline-start:auto}:dir(rtl) ._deposit_89yux_6:before{inset-inline-end:-260px}:dir(rtl) ._deposit_89yux_6:after{inset-inline-end:-270px}:dir(rtl) ._arrow_89yux_88{transform:scaleX(-1)}._container_1uvgw_1{border-bottom:1px rgba(138,141,148,.1607843137) solid;padding:12px 0;text-align:start;font-size:14px;line-height:20px}._header_1uvgw_9{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-family:Inter;cursor:pointer}._arrowContainer_1uvgw_18{width:20px;height:20px;display:flex;justify-content:center;align-items:center}._text_1uvgw_26{font-family:Inter;margin-top:10px;font-weight:400;white-space:pre-wrap}._overlay_yr0co_1{position:fixed;inset:0;display:flex;justify-content:center;align-items:flex-end;background:#000000e0;z-index:var(--z-pop-under-overlay);padding:0 12px 36px}._modal_yr0co_12{width:calc(100% - 24px);max-width:none;height:min(543px,90vh);height:min(543px,90svh);background:#fff;border-radius:24px;display:flex;flex-direction:column;position:relative;overflow:hidden}@media screen and (min-width:768px){._modal_yr0co_12{max-width:480px}}._closeButton_yr0co_30{position:absolute;top:12px;inset-inline-end:12px;width:36px;height:36px;border:none;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (min-width:768px){._closeButton_yr0co_30{background:#a3abbb29}}._closeIcon_yr0co_50{width:24px;height:24px;z-index:1}._contentWrapper_yr0co_56{position:relative;flex:1;min-height:0}._content_yr0co_56{height:100%;overflow-y:auto;overflow-x:hidden;padding:24px 16px 0;display:flex;flex-direction:column;gap:24px}._header_yr0co_72{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}._headerImage_yr0co_80{width:94px;height:70px}._title_yr0co_85{font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;color:#000}._subtitle_yr0co_93{font-weight:400;font-size:14px;line-height:20px;color:#000;text-align:center;width:100%}._rules_yr0co_102{display:flex;flex-direction:column;width:100%;color:#000}._rulesParagraph_yr0co_109{margin:10px 0 0}._rulesList_yr0co_113{display:flex;flex-direction:column;gap:8px;margin:10px 0 0;padding-inline-start:20px}._rulesItem_yr0co_121{list-style:disc;list-style-position:outside;display:list-item;counter-increment:unset;position:static;padding-inline-start:0;color:#000}._rulesItem_yr0co_121:before{content:none}._rulesBold_yr0co_134{font-weight:600}._bottomGradient_yr0co_138{position:absolute;left:0;right:0;bottom:0;height:16px;background:linear-gradient(180deg,#fff0,#fff);transition:opacity .2s}._bottomGradientHidden_yr0co_148{opacity:0}._footer_yr0co_152{padding:16px}._bottomRow_1wo90_1{display:flex;gap:8px;align-items:flex-end;justify-content:space-between;white-space:nowrap;width:100%;flex:1}._energy_1wo90_11{position:absolute;left:50%;transform:translate(-50%);bottom:5px;padding:3px 6px 3px 3px;border:1px solid rgba(255,255,255,.1490196078)}._energy_1wo90_11:before{display:block;content:"";width:calc(100% + 2px);height:calc(100% + 2px);position:absolute;left:-1px;top:-1px;border-radius:16px;background:linear-gradient(0deg,var(--Primitives-White-white-alpha-15, rgba(255, 255, 255, .15)),var(--Primitives-White-white-alpha-15, rgba(255, 255, 255, .15))),radial-gradient(42.48% 122.91% at 0% 50%,#fff3,#fff0)}._energy_1wo90_11{border-radius:16px}._energy_1wo90_11>div{display:flex;justify-content:center;width:100%}._infoRow_1wo90_39{display:flex;gap:6px;align-items:center;height:auto;white-space:nowrap;width:max-content}@media screen and (min-width:768px){._infoRow_1wo90_39{gap:8px}}._icon_1wo90_53{width:16px;height:16px}@media screen and (min-width:768px){._icon_1wo90_53{width:20px;height:20px}}._info_1wo90_39{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;font-size:12px;line-height:1;color:#ffffffb3;gap:16px}@media(max-width:370px){._info_1wo90_39{width:auto}}._mainSkeletons_1wo90_81{opacity:.3}._energyText_1wo90_85{color:#fff;font-family:SF-Mono;font-size:14px;font-weight:600;line-height:20px}@media screen and (min-width:768px){._energyText_1wo90_85{font-size:16px;line-height:22px}}._energyTextSecondary_1wo90_99{opacity:.68;font-size:14px;font-weight:600;line-height:20px}@media screen and (min-width:768px){._energyTextSecondary_1wo90_99{font-size:16px;line-height:22px}}._energyTextContent_1wo90_112{line-height:0;display:inline-flex;align-items:baseline}._leagueButton_1n716_1{width:56px;height:62px;display:flex;flex-direction:column;text-decoration:none;align-items:center;justify-content:center;border-radius:14px;gap:2px}@media screen and (min-width:768px){._leagueButton_1n716_1{width:70px;height:76px;background:#a3abbb29}}._leagueButton_1n716_1>span{display:block;height:14px;width:48px;margin-top:-9px}._leagueButtonSceleton_1n716_26{display:block;--base-color: #FFFFFF;--highlight-color: #8A8D94}._leagueButtomImg_1n716_32{width:40px;height:40px}._leagueButtonTimer_1n716_37{background-color:#fff;width:48px;border-radius:999px;height:14px;min-height:14px;display:flex;align-items:center;justify-content:center;gap:2px;margin-top:-5px;position:relative;z-index:1}._leagueButtonTimerContent_1n716_52{font-size:8px;font-weight:600;line-height:1;text-align:center;color:#0071f5}._leagueButtomContent_1n716_60{font-size:10px;font-weight:600;line-height:16px;text-align:center;color:#fff}._leagueButtonPause_1n716_68 ._leagueButtonTimerContent_1n716_52{color:#8a8d94}._badgePositionDot_1n716_72{position:absolute;inset-inline-start:38px}._leagueButtomImg_1n716_32:dir(rtl){transform:scaleX(-1)}._bronze_12sqp_1>div>div{background:url(/images/leagues/bronze-gradient.svg) no-repeat;background-position:center -120px}._silver_12sqp_6>div>div{background:url(/images/leagues/silver-gradient.svg) no-repeat;background-position:center -120px}._gold_12sqp_11>div>div{background:url(/images/leagues/gold-gradient.svg) no-repeat;background-position:center -120px}._platinum_12sqp_16>div>div{background:url(/images/leagues/platinum-gradient.svg) no-repeat;background-position:center -120px}._emerald_12sqp_21>div>div{background:url(/images/leagues/emerald-gradient.svg) no-repeat;background-position:center -120px}._diamond_12sqp_26>div>div{background:url(/images/leagues/diamond-gradient.svg) no-repeat;background-position:center -120px}._master_12sqp_31>div>div{background:url(/images/leagues/master-gradient.svg) no-repeat;background-position:center -120px}@media screen and (min-width:768px){._content_12sqp_37{max-width:380px!important}}._popupBetweenStageContentWrapper_1y2zp_1{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;padding-top:62px;font-family:Inter;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:#fff}._popupBetweenStageContentWrapper_1y2zp_1 ._imageContainer_1y2zp_14{width:120px;height:120px;display:flex;justify-content:center;align-items:center;overflow:visible;position:absolute;top:-39px}._popupBetweenStageContentWrapper_1y2zp_1 ._imageContainer_1y2zp_14 img{width:100%;height:100%;object-fit:contain}._popupBetweenStageContentWrapper_1y2zp_1 ._title_1y2zp_29{font-size:22px;font-weight:600;line-height:26px;letter-spacing:-.4px;max-width:310px}._popupBetweenStageContentWrapper_1y2zp_1 ._subtitle_1y2zp_36{font-size:14px;font-weight:400;line-height:20px;opacity:68%}._popupBetweenStageContentWrapper_1y2zp_1 ._timerTitle_1y2zp_42{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.01px;opacity:68%}@media screen and (min-width:768px){._popupBetweenStageContentWrapper_1y2zp_1 ._timerTitle_1y2zp_42{color:#fff;opacity:1}}._popupBetweenStageContentWrapper_1y2zp_1 ._container_1y2zp_55{display:flex;flex-direction:column;align-items:center;gap:8px}._container_tz97h_1{width:100%;padding:0 12px;position:fixed;inset-inline-start:0;bottom:36px;display:flex;flex-direction:column;color:var(--task-popup-under-text-color, #f4f4f5);font-weight:600;z-index:var(--z-pop-under);transition:bottom .5s ease-in-out,transform .5s ease-in-out;max-width:calc(var(--max-width) - 32px)}@media screen and (min-width:501px){._container_tz97h_1{--max-width: 380px;padding:0;inset-inline-start:calc(50% - var(--max-width) / 2);bottom:50%;transform:translateY(50%);z-index:1000;max-width:var(--max-width)}}._container_tz97h_1:after{content:"";width:var(--max-width);height:70px;position:absolute;bottom:-36px;inset-inline-start:-16px;background:linear-gradient(transparent,#000)}@media screen and (min-width:501px){._container_tz97h_1:after{display:none}}._container_tz97h_1._container-DEPOSIT_tz97h_40:before,._container_tz97h_1._container-tg_bot_tz97h_40:before{content:"";display:block;position:absolute;width:calc(100% - 24px);height:360px;background-image:url(/images/tasks/bg-gray.svg),linear-gradient(#2d4057 5px,transparent 30px);top:-36px;inset-inline-start:12px;opacity:0;transition:.16s ease-in-out;z-index:2;background-position:center -50px,center 0;background-repeat:no-repeat;border-radius:24px 24px 0 0;pointer-events:none}@media screen and (max-width:500px){._container_tz97h_1._container-DEPOSIT_tz97h_40:before,._container_tz97h_1._container-tg_bot_tz97h_40:before{top:0}}@media screen and (min-width:501px){._container_tz97h_1._container-DEPOSIT_tz97h_40:before,._container_tz97h_1._container-tg_bot_tz97h_40:before{width:100%;inset-inline-start:0}}@media screen and (min-width:501px){._container_tz97h_1._container-DEPOSIT_tz97h_40:before{width:100%;inset-inline-start:0}}._container_tz97h_1:not(._closing_tz97h_74)._container-DEPOSIT_tz97h_40._scrolled_tz97h_74:before,._container_tz97h_1:not(._closing_tz97h_74)._container-tg_bot_tz97h_40._scrolled_tz97h_74:before{opacity:1}._overlay_tz97h_78{position:fixed;top:0;inset-inline-start:0;width:100%;height:100%;background:#000000e0;z-index:var(--z-pop-under-overlay);cursor:pointer}@media screen and (min-width:501px){._overlay_tz97h_78{inset:0;width:100vw;height:100vh;height:100svh;z-index:999}}._buttonBlock_tz97h_98{display:flex;flex-direction:column;align-items:center;gap:15px}._contentBlock_tz97h_105{background:no-repeat top center var(--task-popup-content-bg-color, #141415);margin-top:-36px;border-radius:24px;z-index:1;max-height:calc(100vh - 72px);max-height:calc(100svh - 72px);overflow-y:auto;scrollbar-width:none!important;-ms-overflow-style:none!important}._contentBlock_tz97h_105::-webkit-scrollbar{display:none!important}@media screen and (min-width:501px){._contentBlock_tz97h_105{max-height:80vh;max-height:80svh;overflow-y:auto}}._contentBlock_tz97h_105._default_tz97h_128{background-image:url(/images/tasks/bg-blue.svg)}._contentBlock_tz97h_105._facebook_tz97h_131{background-image:url(/images/tasks/bg-blue.svg)}._contentBlock_tz97h_105._inst_tz97h_134{background-image:url(/images/tasks/bg-pink.svg)}._contentBlock_tz97h_105._instagram_tz97h_137{background-image:url(/images/tasks/bg-blue.svg)}._contentBlock_tz97h_105._threads_tz97h_140{background-image:url(/images/tasks/bg-blue.svg)}._contentBlock_tz97h_105._whatsapp_tz97h_143{background-image:url(/images/tasks/bg-cyan.svg)}._contentBlock_tz97h_105._youtube_tz97h_146{background-image:url(/images/tasks/bg-blue.svg)}._contentBlock_tz97h_105._discord_tz97h_149{background-image:url(/images/tasks/bg-blue.svg)}._contentBlock_tz97h_105._X_tz97h_152{background-image:url(/images/tasks/bg-white.svg)}._contentBlock_tz97h_105._telegram_tz97h_155{background-image:url(/images/tasks/bg-cyan.svg)}._contentBlock_tz97h_105._roast_tz97h_158{background-image:url(/images/tasks/bg-red.svg);background-size:cover}._contentBlock_tz97h_105._respawn_tz97h_162{background-image:url(/images/tasks/bg-yellow.svg);background-size:cover}._contentBlock_tz97h_105._tg_bot_tz97h_166{background-image:url(/images/tasks/bg-gray.svg)}._contentBlock_tz97h_105._tg_bot_tz97h_166 ._buttonBlock_tz97h_98{display:flex;flex-direction:column;padding-bottom:16px;position:sticky;bottom:0;z-index:2;background-color:var(--task-popup-content-bg-color, #141415)}._contentBlock_tz97h_105._tg_bot_tz97h_166 ._buttonBlock_tz97h_98:before{content:"";position:absolute;top:-35px;inset-inline-start:0;width:100%;height:45px;background:linear-gradient(180deg,#14141500,#14141580 32%,#141415b3 50%,#141415e6 60%,#141415);pointer-events:none;opacity:1;transition:.2s ease-in-out}._contentBlock_tz97h_105._tg_bot_tz97h_166 ._buttonBlock_tz97h_98 ._button_tz97h_98{width:100%}._contentBlock_tz97h_105._tg_bot_tz97h_166 ._wrapper_tz97h_193{padding-bottom:0}._contentBlock_tz97h_105._tg_pin_tz97h_196{background-image:url(/images/tasks/bg-blue.svg)}._contentBlock_tz97h_105._tg_pin_tz97h_196 ._buttonBlock_tz97h_98{display:flex;flex-direction:column;padding-bottom:16px;position:sticky;bottom:0;z-index:2;background-color:var(--task-popup-content-bg-color, #141415)}._contentBlock_tz97h_105._tg_pin_tz97h_196 ._buttonBlock_tz97h_98:before{content:"";position:absolute;top:-35px;inset-inline-start:0;width:100%;height:45px;background:linear-gradient(180deg,#14141500,#14141580 32%,#141415b3 50%,#141415e6 60%,#141415);pointer-events:none;opacity:1;transition:.2s ease-in-out}._contentBlock_tz97h_105._tg_pin_tz97h_196 ._buttonBlock_tz97h_98 ._button_tz97h_98{width:100%}._contentBlock_tz97h_105._tg_pin_tz97h_196._noButtonGradient_tz97h_223 ._buttonBlock_tz97h_98:before{display:none}._contentBlock_tz97h_105._tg_pin_tz97h_196 ._wrapper_tz97h_193{padding-bottom:0}._contentBlock_tz97h_105._home_screen_tz97h_229{background-image:url(/images/tasks/bg-blue.svg)}._contentBlock_tz97h_105._home_screen_tz97h_229 ._buttonBlock_tz97h_98{display:flex;flex-direction:column;padding-bottom:16px;position:sticky;bottom:0;z-index:2;background-color:var(--task-popup-content-bg-color, #141415)}._contentBlock_tz97h_105._home_screen_tz97h_229 ._buttonBlock_tz97h_98:before{content:"";position:absolute;top:-35px;inset-inline-start:0;width:100%;height:45px;background:linear-gradient(180deg,#14141500,#14141580 32%,#141415b3 50%,#141415e6 60%,#141415);pointer-events:none;opacity:1;transition:.2s ease-in-out}._contentBlock_tz97h_105._home_screen_tz97h_229 ._buttonBlock_tz97h_98 ._button_tz97h_98{width:100%}._contentBlock_tz97h_105._home_screen_tz97h_229 ._wrapper_tz97h_193{padding-bottom:0}._contentBlock_tz97h_105._DEPOSIT_tz97h_259{background-image:url(/images/tasks/bg-gray.svg)}._contentBlock_tz97h_105._DEPOSIT_tz97h_259 ._buttonBlock_tz97h_98{display:flex;padding-bottom:16px;position:sticky;bottom:0;z-index:2;background-color:var(--task-popup-content-bg-color, #141415)}._contentBlock_tz97h_105._DEPOSIT_tz97h_259 ._buttonBlock_tz97h_98:before{content:"";position:absolute;top:-20px;inset-inline-start:0;width:100%;height:20px;background:linear-gradient(transparent,#141415);pointer-events:none;opacity:1;transition:.2s ease-in-out}._contentBlock_tz97h_105._DEPOSIT_tz97h_259 ._buttonBlock_tz97h_98 ._button_tz97h_98{min-width:0}._contentBlock_tz97h_105._DEPOSIT_tz97h_259 ._wrapper_tz97h_193{padding-bottom:0}._contentBlock_tz97h_105._tarot_tz97h_288{background-image:url(/images/tasks/bg-dark-violet.svg);background-size:cover;overflow-y:visible}._contentBlock_tz97h_105._tarot_tz97h_288 ._wrapper_tz97h_193>button{display:block}._contentBlock_tz97h_105._tarot_tz97h_288 ._icon_tz97h_296{width:185px;height:195px;margin-top:-115px;margin-bottom:17px}._contentBlock_tz97h_105._tarot_tz97h_288 ._icon_tz97h_296 img{height:100%;width:100%;object-fit:contain;max-width:100%;max-height:100%}._contentBlock_tz97h_105._tarot_tz97h_288 ._buttonBlock_tz97h_98 button{transition:.32s;border:.98px solid rgba(188,180,255,.4);background:linear-gradient(180deg,#6c43fc,#5129e0)}._contentBlock_tz97h_105 ._wrapper_tz97h_193{border-radius:24px;padding:32px 16px 16px;display:flex;flex-direction:column;align-items:center;gap:15px;width:100%;box-sizing:border-box;background:no-repeat top center}._contentBlock_tz97h_105 ._wrapper_tz97h_193._hasBackground_tz97h_325{background-image:url(/images/tasks/bg-blue.svg)!important;background-size:auto 96%}._contentBlock_tz97h_105 ._wrapper_tz97h_193._hasVKBackground_tz97h_329{background-image:url(/images/tasks/bg-blue.svg)!important;background-size:auto 96%!important}._contentBlock_tz97h_105 ._wrapper_tz97h_193._hasDepositBackground_tz97h_333{background-image:none!important}._contentBlock_tz97h_105 ._titleWrap_tz97h_336{text-align:center}._contentBlock_tz97h_105 ._titleWrap_tz97h_336 ._title_tz97h_336{color:var(--task-popup-under-text-color, #f4f4f5);font-size:22px;line-height:26px;letter-spacing:-.4px;margin-bottom:5px}._contentBlock_tz97h_105 ._titleWrap_tz97h_336 ._subtitle_tz97h_346{color:var(--task-popup-subtitle-text-color, rgba(255, 255, 255, .6));font-size:14px;line-height:20px;font-weight:400}._contentBlock_tz97h_105 ._amount_tz97h_352{display:flex;align-items:center;gap:10px;color:#fedd4c;font-size:32px;font-weight:600}._contentBlock_tz97h_105 ._amount_tz97h_352 img{width:36px;height:36px}._close_tz97h_365{position:absolute;top:-24px;z-index:2;inset-inline-end:24px;cursor:pointer}@media screen and (min-width:501px){._close_tz97h_365{width:36px;height:36px;border-radius:10px;display:flex;justify-content:center;align-items:center;background:#a3abbb29;transition:background-color .1s ease-in-out}._close_tz97h_365:hover{background:#a3abbb52}._close_tz97h_365._back_tz97h_386{inset-inline-start:24px;inset-inline-end:auto}}._taskPopup_tz97h_392{position:fixed;z-index:150}@media screen and (min-width:501px){._taskPopup_tz97h_392{z-index:1000}._taskPopup_tz97h_392.deposit{inset-inline-start:calc(50% - var(--max-width) / 2)}}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._taskPopup_tz97h_392{position:absolute;inset:0;width:100vw;height:100vh;height:100svh;transform:translateZ(0);will-change:transform}[dir=rtl] ._taskPopup_tz97h_392._useAbsolutePosition_tz97h_415{position:absolute}[dir=rtl] ._taskPopup_tz97h_392 ._overlay_tz97h_78{position:absolute;inset:0;width:100vw;height:100vh;height:100svh}[dir=rtl] ._taskPopup_tz97h_392 ._container_tz97h_1{position:absolute;inset-inline:0;margin-inline:auto}}._buttonBlock_tz97h_98{width:100%;gap:12px}._icon_tz97h_296{position:relative}._icon_tz97h_296 ._mainIcon_tz97h_439{border-radius:20px;max-width:100px;max-height:100px}._home_screen_tz97h_229 ._icon_tz97h_296 ._mainIcon_tz97h_439{width:100%;max-width:100%;max-height:none;border-radius:0}._icon_tz97h_296 ._social_tz97h_450{position:absolute;width:40px;height:40px;inset-inline-end:-8px;bottom:0;border-radius:12px;overflow:hidden}._icon_tz97h_296 ._social_tz97h_450 img{display:block;width:100%;height:100%}._button_tz97h_98:disabled{background-color:#8a8d9429}._buttonTarot_tz97h_469{background:#f7f6fd14!important;border:1px solid rgba(247,246,253,.0784313725)!important}@media screen and (min-width:501px){._container_tz97h_1>._close_tz97h_365{display:none!important}._container_tz97h_1 ._wrapper_tz97h_193{position:relative}._container_tz97h_1 ._wrapper_tz97h_193 ._close_tz97h_365{top:16px;inset-inline-end:16px}._container_tz97h_1 ._wrapper_tz97h_193 ._close_tz97h_365._back_tz97h_386{inset-inline-start:16px;inset-inline-end:auto}}._backIcon_tz97h_490{transform:rotate(180deg)}@media screen and (max-width:500px){._container_tz97h_1{transform:translateY(0);max-width:100%;inset-inline-start:0;transition:bottom .5s ease-in-out,transform .5s ease-in-out}._container_tz97h_1>._close_tz97h_365{display:none!important}._container_tz97h_1 ._contentBlock_tz97h_105{max-width:calc(var(--max-width) - 32px);margin:0 auto;width:-webkit-fill-available}._container_tz97h_1 ._wrapper_tz97h_193{position:relative}._container_tz97h_1 ._wrapper_tz97h_193 ._close_tz97h_365{top:16px;inset-inline-end:16px}}._itemContainer_8oj4i_1{display:flex;gap:8px;padding:12px 0}._itemContainer_8oj4i_1+._itemContainer_8oj4i_1{border-top:1px solid rgba(163,171,187,.16)}._itemContainer_8oj4i_1._spinItem_8oj4i_9{float:left;margin-right:16px}._itemContainer_8oj4i_1._depositItem_8oj4i_13{border:none}._itemContainer_8oj4i_1._rewardItem_8oj4i_16{color:#ffd54d}._itemIcon_8oj4i_20{display:flex;align-items:center}._itemIcon_8oj4i_20 svg,._itemIcon_8oj4i_20 img{width:24px;height:24px}._itemInfo_8oj4i_30{display:flex;flex-direction:column;justify-content:center;gap:2px}._spinItem_8oj4i_9 ._itemInfo_8oj4i_30,._depositItem_8oj4i_13 ._itemInfo_8oj4i_30{flex-direction:row;align-items:center;gap:8px}._itemTitle_8oj4i_44{font-family:Inter;font-weight:700;font-size:14px;line-height:20px}._itemSubtitle_8oj4i_51{font-family:Inter;font-size:12px;line-height:16px;font-weight:400;letter-spacing:.01px;color:#ffffffad}@media(max-width:360px){._itemTitle_8oj4i_44{font-size:12px}._itemSubtitle_8oj4i_51{font-size:10px}}._instruction_8oj4i_68{gap:12px;opacity:1;margin-top:8px;border-radius:16px;padding:12px;max-height:44px;background:#1d1e20;position:relative;transition:.1s ease-in-out;overflow:hidden;margin-bottom:4px}._instruction_8oj4i_68 ._instructionTitle_8oj4i_81{margin:-12px -12px 0;padding:12px;height:44px;display:flex;justify-content:flex-start;align-items:center;-webkit-user-select:none;user-select:none}._instruction_8oj4i_68 ._instructionArrow_8oj4i_90{content:"";display:flex;justify-content:center;align-items:center;height:16px;width:16px;position:absolute;inset-block-start:14px;inset-inline-end:12px;transition:.2s ease-in-out;transform:rotate(90deg);pointer-events:none}._instruction_8oj4i_68._instructionExpanded_8oj4i_104{max-height:364px}._instruction_8oj4i_68._instructionExpanded_8oj4i_104 ._instructionArrow_8oj4i_90{transform:rotate(270deg)}._instructionTitle_8oj4i_81{font-family:Inter;font-size:12px;line-height:16px;letter-spacing:.01px;cursor:pointer}._button_8oj4i_119{width:100%;margin-top:32px}._stepsContainer_2w4z6_1{display:grid;grid-column:auto;width:100%;gap:8px;margin-bottom:9px;color:#fff}._stepsContainer_2w4z6_1:last-child{margin-bottom:0}._step_2w4z6_1{display:flex;justify-content:space-between;align-items:center;position:relative;padding-left:20px;height:97px;border-radius:16px;background:linear-gradient(90deg,#0450be00 32.64%,#0450be2e 64.04%,#0450be99),#1d1e20}._step_2w4z6_1:after{content:"";position:absolute;inset:0;border-radius:16px;border:1px solid rgba(255,255,255,.05)}._step_2w4z6_1:dir(rtl){flex-direction:row-reverse}._stepText_2w4z6_38{font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.12px;max-width:calc(100% - 160px);position:relative;z-index:2}@media(max-width:380px){._stepText_2w4z6_38{max-width:calc(100% - 170px);font-size:14px}}@media(max-width:360px){._stepText_2w4z6_38{font-size:12px}}._stepImage_2w4z6_61 img{position:absolute;bottom:0;left:auto;right:0;height:100%;border-radius:16px}._stepsContainer_tg_pin_2w4z6_70:dir(rtl) ._step_2w4z6_1{flex-direction:row;padding-right:20px}._stepsContainer_tg_pin_2w4z6_70:dir(rtl) ._stepImage_2w4z6_61 img{left:auto;right:0}._stepsContainer_tg_pin_2w4z6_70:dir(rtl) ._stepImage_2w4z6_61 img{left:0;right:auto;inset-inline-end:-141px}._wrapperSuperPack_1d252_1{display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;-webkit-tap-highlight-color:transparent;outline:none;gap:2px;width:68px;height:80px}@media screen and (min-width:768px){._wrapperSuperPack_1d252_1{gap:4px;width:88px;height:88px;padding-bottom:4px}}._wrapperSuperPack_1d252_1 ._container_1d252_21{display:inline-flex;transition:.32s ease-in-out;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}._wrapperSuperPack_1d252_1 ._container_1d252_21 ._icon_1d252_30{width:48px;height:48px;display:flex;align-items:center;justify-content:center}._wrapperSuperPack_1d252_1 ._container_1d252_21 ._icon_1d252_30 img{width:100%;height:100%;object-fit:contain}@media screen and (min-width:768px){._wrapperSuperPack_1d252_1 ._container_1d252_21:before{content:"";position:absolute;bottom:1px;left:50%;transform:translate(-50%);width:86px;height:58px;display:flex;border:1px solid rgba(163,171,187,.16);background:#a3abbb29;border-radius:14px}}@media(max-height:600px){._wrapperSuperPack_1d252_1 ._container_1d252_21{width:70px;height:50px}._wrapperSuperPack_1d252_1 ._container_1d252_21 ._icon_1d252_30{width:28px;height:28px}}._wrapperSuperPack_1d252_1 ._text_1d252_67{font-weight:600;font-size:10px;line-height:14px;letter-spacing:.01px;text-align:center;color:#fff;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media screen and (min-width:768px){._wrapperSuperPack_1d252_1 ._text_1d252_67{font-size:12px}}._buttonAside_7lkil_1{display:flex;flex-direction:column;width:68px;height:80px;align-items:center;gap:4px;border-radius:12px;position:relative;inset-inline-end:0;justify-content:center;-webkit-tap-highlight-color:transparent;outline:none}@media screen and (min-width:768px){._buttonAside_7lkil_1{gap:4px;width:88px;height:88px;padding-bottom:4px}}@media screen and (min-width:768px){._buttonAside_7lkil_1:before{content:"";position:absolute;bottom:1px;left:50%;transform:translate(-50%);width:86px;height:58px;display:flex;border:1px solid rgba(163,171,187,.16);background:#a3abbb29;border-radius:14px}}._buttonAside_7lkil_1 img{width:48px;height:48px;display:block}._buttonBody_7lkil_44{display:flex;flex-direction:column;align-items:center;border-radius:3px}._buttonTimer_7lkil_51{display:grid;place-content:center;border-radius:20px;z-index:2;width:fit-content;height:16px;background:#fff;color:#0075ff;font-size:10px;line-height:16px;letter-spacing:.1px;font-weight:600;text-align:center;padding:0 4px;position:absolute;top:32px;left:50%;transform:translate(-50%)}@media screen and (min-width:768px){._buttonTimer_7lkil_51{top:36px}}._buttonTimer_7lkil_51:dir(rtl){top:40px}._buttonAsideSubtitle_7lkil_80{text-align:center;white-space:wrap;color:#fff;position:relative;z-index:2;font-weight:600;font-size:10px;line-height:14px;letter-spacing:.01px}@media screen and (min-width:768px){._buttonAsideSubtitle_7lkil_80{font-size:12px}}._buttonAside_7lkil_1:dir(rtl) img{transform:scaleX(-1)}._catContainer_1668v_1{display:flex;justify-content:center;width:100%}._content_1668v_7{width:100%}._catImg_1668v_11{width:128px;height:236px;margin-top:-76px}._boardImg_1668v_17{z-index:0;width:224px;top:84px;position:absolute}._boardTitle_1668v_24{position:absolute;top:135px;z-index:1;font-weight:600;font-size:19px;letter-spacing:.02px;color:#fff}._coin1_1668v_34{position:absolute;width:48px;inset-inline-start:42px;top:-27px}._coin2_1668v_41{position:absolute;width:34px;height:59px;inset-inline-end:0;top:62px}._coin3_1668v_49{position:absolute;width:56px;height:72px;inset-inline-start:0;top:132px}._firstStar_1668v_57{position:absolute;width:16px;height:16px;inset-inline-end:104px;top:-33px;animation:_starPulse_1668v_1 2s ease-in-out infinite}._secondStar_1668v_66{position:absolute;width:16px;height:16px;inset-inline-start:104px;top:67px;animation:_starPulse_1668v_1 2s ease-in-out .6s infinite}._bonusesContainer_1668v_75{position:relative;height:236px;margin-top:52px;overflow:scroll;-webkit-overflow-scrolling:touch;height:200px;width:100%;max-width:100%;align-self:stretch;scrollbar-width:none}._bonusesContainer_1668v_75::-webkit-scrollbar{display:none}._bonusesContainer_1668v_75:before{content:"";display:block;position:sticky;z-index:3;width:100%;height:12px;background:linear-gradient(#141415cc,#14141500);align-self:center;justify-self:center;top:0}._bonusesContainer_1668v_75:after{content:"";display:block;position:sticky;z-index:3;width:100%;bottom:0;height:14px;background:linear-gradient(#14141500,#141415);align-self:center;justify-self:center}@media screen and (min-width:768px){._bonusesContainer_1668v_75{height:316px;margin-top:40px}._bonusesContainer_1668v_75:before{display:none}._bonusesContainer_1668v_75:after{display:none}}._bonusesContainerWithoutFriends_1668v_127{height:216px}._bonusItem_1668v_131{position:relative;margin-bottom:12px;width:100%;height:92px;background:#1d1e20;padding:14px 12px;border-radius:16px;display:flex;gap:16px}._bonusItem_1668v_131:first-child{margin-top:0}._bonusItem_1668v_131:last-child{margin-bottom:0}._bonusItem_1668v_131:before{position:absolute;content:"";width:100%;height:100%;z-index:0;border-radius:16px;left:0;top:0}@media(max-width:380px){._bonusItemMedia_1668v_160{height:110px}}._itemImg_1668v_165{position:relative;z-index:1;width:64px;height:64px;align-self:center}._violet_1668v_173:before{background:linear-gradient(to left,#5028a500,#5028a54d,#5028a5)}._blue_1668v_177:before{background:linear-gradient(to left,#0450be00,#0450be4d,#0450be)}._itemTextContainer_1668v_181{position:relative;display:flex;flex-direction:column;gap:4px;z-index:1;justify-content:center}._energyTextContainerGap_1668v_190{gap:8px}._textTextTitle_1668v_194{color:#fff;font-weight:600;font-size:14px;line-height:18px}._violetBadgeContainer_1668v_201{display:flex;gap:8px}._energyBadgeContainer_1668v_206{align-items:center;font-size:14px;font-weight:600;color:#fff;gap:16px}._greylightText_1668v_214{color:#ffffffad;font-size:12px;font-weight:400}._badge_1668v_220{font-size:12px!important;font-weight:600!important;letter-spacing:.01px!important;height:24px!important;display:flex!important;align-items:center!important;gap:4px!important;width:fit-content!important}._greenBadge_1668v_231{background:#00b24b!important;color:#fff!important}._whiteBadge_1668v_236{background:#a3abbb29!important;color:#fff!important;padding:0 8px 0 4px!important}._blackBadge_1668v_242{color:#fff833!important;background:#1d1e20!important;padding:0 8px 0 4px!important}:dir(rtl) ._whiteBadge_1668v_236,:dir(rtl) ._blackBadge_1668v_242{padding:0 4px 0 8px!important}._grid_1668v_253{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:16px 24px;gap:4px}._topCeil_1668v_260{font-size:10px;max-width:110px;overflow:hidden;height:16px;color:#ffffffad;letter-spacing:.1px;font-weight:400;text-overflow:ellipsis}._bottomCell_1668v_271{height:24px}._energyText_1668v_190{display:flex;align-items:center;gap:4px}._friendsRequirmentsContainer_1668v_281{inset-inline-start:-16px;inset-block-start:-16px;width:calc(100% + 32px);position:relative;z-index:2}._miningRequiresFullWidth_1668v_289{padding-inline:0;width:100%}@keyframes _starPulse_1668v_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.7);opacity:.3}}._disabledButton_1668v_304{display:flex;justify-content:center;text-align:center;align-items:center;gap:4px}._loader_1668v_312{background:transparent!important;height:100%!important;position:relative!important}:dir(rtl) ._coin1_1668v_34,:dir(rtl) ._coin2_1668v_41,:dir(rtl) ._coin3_1668v_49{transform:scaleX(-1)}._popunder_1668v_324 ._wrapper_1668v_324{background:url(/assets/starterpack-sheet-bg-DL_sXAxq.webp) no-repeat!important;background-size:100% auto!important;background-position:top!important;gap:0px!important}@media screen and (min-width:501px){._container_1668v_332 .contentBlock._contentBlock_1668v_332{max-width:480px!important;width:100%!important}}._overlay_1668v_338{position:fixed;inset:0;width:100%;height:100%;background:#000000e0;z-index:var(--z-pop-under-overlay);cursor:pointer}._miningRequiresCardContainer_1d88p_1{margin-top:16px;display:flex;flex-direction:column;padding-inline:16px;gap:8px}._miningRequiresRow_1d88p_9{height:fit-content;width:100%;background:#1d1e20;border-radius:16px;padding-block:8px;padding-inline:8px 24px;display:flex;gap:12px;grid-template-columns:48px 1fr 16px}._miningRequiresRow_1d88p_9._isRefferal_1d88p_21{position:relative;border:1px solid transparent;background:linear-gradient(90deg,#1a4bff,#0d2093 20%,#181a4f 50%,#1b1c39 70%,#1c1d2a,#1d1e25) padding-box,radial-gradient(78.85% 375.05% at 0% 50%,#1a4bff66,#000fae1a) border-box,linear-gradient(to right,#2a5bff,#1c2a4a,#2c2e34,#30323a,#33353a) border-box;background-clip:padding-box,border-box,border-box}._miningRequiresRow_1d88p_9._isRefferal_1d88p_21:before{display:none}._isBuilding_1d88p_31 img{object-fit:cover}._miningRequireImageContainer_1d88p_35{display:flex;justify-content:center;align-items:center}._miningRequireImageContainer_1d88p_35 img{width:48px;height:48px;border-radius:8px}._miningRequiresRowInfoContainer_1d88p_46{display:flex;flex-direction:column;gap:4px;justify-content:center}._miningRequireArrowContainer_1d88p_53{display:flex;justify-content:center;align-items:center;align-self:center;width:24px;height:24px;margin-inline-start:auto}._miningRequresRowLabel_1d88p_63{font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.12px;color:#f0f2f5}._miningRequresRowBadges_1d88p_71{display:flex;align-items:center;gap:5px}._miningRequresCurrentBadge_1d88p_77{color:#fff!important;background:#26272a!important}._miningRequresZeroBadge_1d88p_82{color:#86888a!important;background:#26272a!important}._miningRequresNextBadge_1d88p_87{background:#a3abbb29!important;color:#fff!important}._miningRequresMaxBadge_1d88p_92{background:#12b857!important}._miningRequresMaxBadgeRef_1d88p_96{background:#0075ff!important}._populationRequired_1d88p_100{display:flex;align-items:center;gap:6px;color:#38d2ff;font-size:12px;font-weight:600;line-height:16px}._populationRequired_1d88p_100 svg{width:16px;height:16px}._isPopulation_1d88p_114{padding:14px 16px}._isPopulation_1d88p_114 ._miningRequresRowLabel_1d88p_63{font-size:14px;font-weight:600;line-height:20px}._timerContainer_2bhuu_1{position:absolute;width:114px;height:24px;background:#fff;top:168px;border-radius:16px;font-size:12px;color:#0075ff;line-height:16px;font-weight:600;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}._fullWidthTimer_1ijir_1{width:100%!important;border-radius:inherit!important;padding:0 16px!important;border:1px solid #45474e}._fullWidthTimer_1ijir_1 ._constructionPopunderSkipTimerProgressBar_1ijir_7{border-radius:inherit!important}._closeContainer_1ijir_11{position:absolute;top:16px;inset-inline-end:16px;z-index:2;cursor:pointer}@media screen and (min-width:768px){._closeContainer_1ijir_11{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#a3abbb29;border-radius:10px}}@media screen and (min-width:768px)and (hover:hover){._closeContainer_1ijir_11:hover{background:#a3abbb52}}._closeContainer_1ijir_11._back_1ijir_35{inset-inline-start:16px;inset-inline-end:auto}._closeContainer_1ijir_11:before{content:"";position:absolute;top:-16px;inset-inline-start:-20px;inset-inline-end:-20px;bottom:-16px}._backIcon_1ijir_49{transform:rotate(180deg)}[dir=rtl] ._backIcon_1ijir_49{transform:rotate(0)}._backIcon_1ijir_49{width:8px;height:12px}._miningPopUnderContentContainer_1ijir_60{display:flex;flex-direction:column;position:relative;z-index:1;overflow-x:clip;overflow-y:scroll;scrollbar-width:none!important;-ms-overflow-style:none!important}._miningPopUnderContentContainer_1ijir_60::-webkit-scrollbar{display:none!important}._miningPopUnderContentContainerNoScroll_1ijir_76{overflow-y:hidden}._miningPopUnderContentContainerWithTrigger_1ijir_80{margin-bottom:0}@media(max-height:668px){._triggerWrapperEnergyBooster_1ijir_85{bottom:6px}}._triggerWrapperNoCondition_1ijir_90{padding-bottom:16px}._miningPopUnderImage_1ijir_94{width:100%;height:182px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-height:700px){._miningPopUnderImage_1ijir_94{height:180px}}@media(max-height:600px){._miningPopUnderImage_1ijir_94{height:100px}}._miningPopUnderImage_1ijir_94 img{height:100%}@media(max-height:700px){._miningPopUnderImageMedia_1ijir_117{height:140px}}@media(max-height:650px){._miningPopUnderImageMedia_1ijir_117{height:120px}}@media(max-height:600px){._miningPopUnderImageMedia_1ijir_117{height:100px}}._miningPopUnderImageMedia_1ijir_117 img{height:100%}._timerContainer_1ijir_135{position:relative;top:-30px}._miningPopUnderIconsRow_1ijir_140{display:flex;justify-content:space-between;margin-top:24px;padding:0 16px}._miningPopUnderIconsRow_1ijir_140 img{width:48px;height:48px;border-radius:8px}._disabledImg_1ijir_152{opacity:.5}._miningPopUnderProgressBarContainer_1ijir_156{height:32px;display:flex;flex-direction:column;gap:4px;margin-top:14px;width:100%;align-self:center}._miningPopUnderChangesContainer_1ijir_166{flex-grow:1;margin-top:20px;padding:0 16px;display:flex;flex-direction:row;width:100%;height:30px;min-height:92px;gap:12px}@media(max-height:700px){._miningPopUnderChangesContainer_1ijir_166{flex-grow:0}}._miningPopUnderChangesContainerMaxLevel_1ijir_183{align-items:center}._miningPopUnderChangesContainerMaxLevel_1ijir_183>div:nth-child(1){width:100%;align-items:center}._miningPopUnderChangesContainerMaxLevel_1ijir_183>div:not(:nth-child(1)){display:none}._miningPopUnderChangesContainerZeroLevel_1ijir_194{align-items:center}._miningPopUnderChangesContainerZeroLevel_1ijir_194>div:nth-child(1){display:none}._miningPopUnderChangesContainerZeroLevel_1ijir_194>div:nth-child(2){display:none}._miningPopUnderChangesContainerZeroLevel_1ijir_194>div:nth-last-child(1){width:100%;align-items:center}._miningPopUnderChangesConnection_1ijir_208{z-index:4;display:grid;grid-auto-flow:column;padding:4px 8px 4px 4px;border-radius:24px;background:#373424;position:absolute;width:fit-content;height:24px;align-self:center;margin:0 auto;left:0;right:0;color:#fed830;text-align:center;align-items:center;gap:8px}._centeredLabel_1ijir_228{display:flex;align-items:center;gap:4px}._miningPopUnderChangesConnectionLabel_1ijir_234{font-weight:600;font-size:12px;line-height:16px;letter-spacing:.01px;width:calc(100% - 20px)}._button_1ijir_242{position:relative;overflow:hidden}._button_1ijir_242:disabled{background-color:#0075ff}._button_1ijir_242._maxLevelButtonTextColor_1ijir_249{background:#1e1e1f!important;color:#878788!important;pointer-events:none}._button_1ijir_242._timeButtonVariation_1ijir_254{background:#8a8d941f!important;color:#878788!important;pointer-events:none;font-variant-numeric:tabular-nums;border-radius:10px}._button_1ijir_242._firstLevelVariation_1ijir_262{background:#fed830!important}._button_1ijir_242._firstLevelVariation_1ijir_262,._button_1ijir_242._firstLevelVariation_1ijir_262 ._miningPopUnderUpgradeButtonBlockedText_1ijir_266{color:#1e1e1f!important}._miningPopUnderFooter_1ijir_270{position:sticky;display:flex;flex-direction:column;gap:8px;bottom:0;margin:0;padding:16px;border-radius:var(--button-border-radius, 12px);background:linear-gradient(180deg,transparent 0%,#141415 13%);z-index:5}._miningPopUnderFooter_1ijir_270:before{content:"";position:absolute;bottom:-2px;height:5px;width:100%;background:#141415}._levelPopUnderFooterTrigger_1ijir_291{padding:0 16px 16px}._requiresBlockContainerTriggers_1ijir_295{margin-top:0!important;margin-bottom:8px}._coinIcon_1ijir_300{width:16px;height:16px;transform:translateY(2px)}._miningPopUnderUpgradeButtonBlockedText_1ijir_266{display:flex;justify-content:center;align-self:center;gap:8px;color:#fff}._miningPopUnderUpgradeButtonBlockedText_1ijir_266 svg{width:16px;height:16px}._energyLabel_1ijir_318{color:#fff;background-color:#2e3035}._energyLabelWrapper_1ijir_323{background-color:#2e3035}._incomeTapLabel_1ijir_327{color:#fff;background-color:#1b3026}._energyBurnLabel_1ijir_332{color:#fff;background-color:#2e3035}._energyBurnLabel_1ijir_332 svg{width:16px;height:16px}._energyRestoreLabel_1ijir_341{color:#fff;background-color:#2e3035}._miningPopUnderUpgradeButton_1ijir_266{display:flex;gap:8px}._miningPopUnderUpgradeButtonCoins_1ijir_351{display:inline-flex;align-items:center;gap:8px;margin-inline-start:8px;font-variant-numeric:tabular-nums;vertical-align:middle}._miningPopUnderUpgradeButtonCoins_1ijir_351 img{display:block;width:16px;height:16px;flex-shrink:0}._levelDeltaTapIncome_1ijir_366{border-radius:999px;min-width:24px;padding:4px 8px;text-align:center;background:#fff;color:#000}._miningPopUnderChangesCity_1ijir_375{transform:translateY(-20px);color:#fff;background-color:#383422}._miningPopUnderChangesCity_1ijir_375 svg{width:16px;height:16px}._centeredLabelCoinsPopulation_1ijir_385{background-color:#383422;color:#fff}._centeredLabelCoins_1ijir_385{background-color:#fed8301f;color:#fed830}._centeredLabelPopulation_1ijir_395{background-color:#38d2ff1f;color:#fff}._buildingSkipTimerFooter_1ijir_400{margin-left:-10px;z-index:5;width:100%;display:none}@media(min-width:420px){._buildingSkipTimerFooter_1ijir_400{width:100%}}._skipTimerButton_1ijir_412{border-top-right-radius:0;border-bottom-right-radius:0;width:97px;padding:0 26px 0 16px;border:1px solid #45474e;margin-right:auto}@media(min-width:420px){._skipTimerButton_1ijir_412{min-width:97px;max-width:120px;margin-right:auto}}@media(max-width:419px){._skipTimerButton_1ijir_412{min-width:97px;max-width:110px}}._skipTimerButton_1ijir_412+._buildingSkipTimerFooter_1ijir_400{display:block}._skipTimerButton_1ijir_412:dir(rtl){border-radius:0 10px 10px 0;padding:0 16px 0 26px;margin-right:0;margin-left:auto}._buildingSkipTimerFooter_1ijir_400:dir(rtl){margin-left:0;margin-right:-10px}._miningPopUnderUpgradeButtonTimeText_1ijir_449{z-index:1;color:#fff;text-align:center;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px}._constructionPopunderSkipTimerProgressBar_1ijir_7{position:absolute;inset:0;height:100%;background:#333f51;border-radius:inherit;pointer-events:none;z-index:0;transition:width 1s linear}._constructionPopunderSkipTimerFirstLevel_1ijir_470{background:#fed8301f}._buildingUpgradeContent_1ijir_474{border-color:#424f63}._timerBaffEnabled_1ijir_478{border-radius:10px!important;width:100%;max-width:100%;border-radius:10px;border-color:#00b24b29}._timerBaffEnabled_1ijir_478 ._constructionPopunderSkipTimerProgressBar_1ijir_7{background:#00b24b1f}._mapPlacementInfo_1ijir_489{display:flex;padding:16px 16px 0;align-items:center;justify-content:center;gap:8px}._mapPlacementInfo_1ijir_489 span{color:#9aa1b1;font-family:Inter;font-weight:400;font-size:12px;line-height:16px;letter-spacing:.01px;text-align:center;vertical-align:middle}._clickerWrapper_lqenm_1{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-text-size-adjust:none;-moz-user-select:none;user-select:none;touch-action:manipulation;position:relative;width:100%;height:calc(100% - 108px);display:flex;align-items:center;justify-content:center;cursor:pointer}._clicker_lqenm_1{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-text-size-adjust:none;-moz-user-select:none;user-select:none;touch-action:manipulation;margin:0 auto;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;container:clicker/size;display:flex;justify-content:center;align-items:center}._clicker_lqenm_1 img{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-text-size-adjust:none;-moz-user-select:none;touch-action:manipulation;width:calc(100% + 20px);height:100%;margin:0 -10px;object-fit:contain;object-position:center;pointer-events:none;user-select:none;touch-action:none}._coin_lqenm_55,._coinWaves_lqenm_55{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-text-size-adjust:none;-moz-user-select:none;user-select:none;touch-action:manipulation;position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:center bottom;transition:.1s}._bubble_lqenm_72{position:absolute;font-family:HalvarBreit;font-size:36px;line-height:36px;font-weight:700;font-style:normal;text-shadow:0px 2px 4px rgba(255,255,255,.45),0px 10px 15px rgba(255,255,255,.55);animation:_bubble_lqenm_72 .5s linear;animation-fill-mode:forwards;transform-origin:center center;transform:translate(-50%,-50%)}@keyframes _bubble_lqenm_72{0%{opacity:1;margin-top:0}40%{opacity:.8}to{opacity:0;transform:translate(-50%,-250%)}}._shine_lqenm_99{position:absolute;background:#0ff;border-radius:50%;width:0%;height:0%;box-shadow:0 0 100px 100px #0ff}@media(max-width:400px){._shine_lqenm_99{box-shadow:0 0 80px 80px #0ff}}@media(max-width:360px){._shine_lqenm_99{box-shadow:0 0 40px 40px #0ff}}._shine_lqenm_99{opacity:.3;min-width:50px;min-height:50px;max-width:100%;max-height:100%;transition:.1s;pointer-events:none;-webkit-user-select:none;user-select:none;touch-action:none}._particlesBlock_2qn57_1{display:none;width:100%;height:100%}._particles0_2qn57_7{position:absolute;animation-timing-function:linear;animation-iteration-count:1;width:10px;height:10px}._particles0_2qn57_7:nth-child(1){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-1_2qn57_1;animation-duration:796ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-1_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-12cqw,39cqh)}}._particles0_2qn57_7:nth-child(2){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-2_2qn57_1;animation-duration:758ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-2_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(43cqw,-21cqh)}}._particles0_2qn57_7:nth-child(3){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-3_2qn57_1;animation-duration:756ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-3_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(1cqw,46cqh)}}._particles0_2qn57_7:nth-child(4){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-4_2qn57_1;animation-duration:744ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-4_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(38cqw,23cqh)}}._particles0_2qn57_7:nth-child(5){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-5_2qn57_1;animation-duration:732ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames-5_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(48cqw,-2cqh)}}._particles0_2qn57_7:nth-child(6){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-6_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-6_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(10cqw,18cqh)}}._particles0_2qn57_7:nth-child(7){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-7_2qn57_1;animation-duration:736ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-7_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(50cqw,-24cqh)}}._particles0_2qn57_7:nth-child(8){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-8_2qn57_1;animation-duration:734ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-8_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(50cqw,17cqh)}}._particles0_2qn57_7:nth-child(9){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-9_2qn57_1;animation-duration:726ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames-9_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-4cqw,-8cqh)}}._particles0_2qn57_7:nth-child(10){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-10_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-10_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-2cqw,27cqh)}}._particles0_2qn57_7:nth-child(11){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-11_2qn57_1;animation-duration:752ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames-11_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(12cqw,47cqh)}}._particles0_2qn57_7:nth-child(12){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-12_2qn57_1;animation-duration:723ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-12_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(5cqw,-24cqh)}}._particles0_2qn57_7:nth-child(13){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-13_2qn57_1;animation-duration:.75s;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames-13_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(34cqw,26cqh)}}._particles0_2qn57_7:nth-child(14){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-14_2qn57_1;animation-duration:715ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames-14_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-43cqw,41cqh)}}._particles0_2qn57_7:nth-child(15){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-15_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-15_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(36cqw,-22cqh)}}._particles0_2qn57_7:nth-child(16){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-16_2qn57_1;animation-duration:.75s;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames-16_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(43cqw,14cqh)}}._particles0_2qn57_7:nth-child(17){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-17_2qn57_1;animation-duration:752ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-17_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-10cqw,30cqh)}}._particles0_2qn57_7:nth-child(18){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-18_2qn57_1;animation-duration:741ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-18_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(47cqw,-30cqh)}}._particles0_2qn57_7:nth-child(19){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-19_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-19_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-24cqw,-10cqh)}}._particles0_2qn57_7:nth-child(20){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-20_2qn57_1;animation-duration:.77s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-20_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,-8cqh)}}._particles0_2qn57_7:nth-child(21){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-21_2qn57_1;animation-duration:.74s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-21_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,1cqh)}}._particles0_2qn57_7:nth-child(22){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-22_2qn57_1;animation-duration:791ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-22_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-6cqw,5cqh)}}._particles0_2qn57_7:nth-child(23){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-23_2qn57_1;animation-duration:786ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-23_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(13cqw,2cqh)}}._particles0_2qn57_7:nth-child(24){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-24_2qn57_1;animation-duration:773ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-24_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(8cqw,-19cqh)}}._particles0_2qn57_7:nth-child(25){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-25_2qn57_1;animation-duration:.76s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-25_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,34cqh)}}._particles0_2qn57_7:nth-child(26){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-26_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames-26_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-35cqw,-39cqh)}}._particles0_2qn57_7:nth-child(27){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-27_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-27_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(8cqw,-11cqh)}}._particles0_2qn57_7:nth-child(28){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-28_2qn57_1;animation-duration:775ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-28_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(14cqw,-30cqh)}}._particles0_2qn57_7:nth-child(29){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-29_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-29_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-40cqw,12cqh)}}._particles0_2qn57_7:nth-child(30){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-30_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames-30_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,-34cqh)}}._particles0_2qn57_7:nth-child(31){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-31_2qn57_1;animation-duration:739ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-31_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(15cqw,16cqh)}}._particles0_2qn57_7:nth-child(32){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-32_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames-32_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-15cqw,-1cqh)}}._particles0_2qn57_7:nth-child(33){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-33_2qn57_1;animation-duration:769ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames-33_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(35cqw,-26cqh)}}._particles0_2qn57_7:nth-child(34){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-34_2qn57_1;animation-duration:741ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-34_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,5cqh)}}._particles0_2qn57_7:nth-child(35){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-35_2qn57_1;animation-duration:768ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames-35_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-9cqw,28cqh)}}._particles0_2qn57_7:nth-child(36){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-36_2qn57_1;animation-duration:797ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames-36_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(5cqw,47cqh)}}._particles0_2qn57_7:nth-child(37){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-37_2qn57_1;animation-duration:745ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames-37_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(49cqw,-3cqh)}}._particles0_2qn57_7:nth-child(38){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-38_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames-38_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(34cqw,31cqh)}}._particles0_2qn57_7:nth-child(39){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-39_2qn57_1;animation-duration:729ms;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames-39_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,-26cqh)}}._particles0_2qn57_7:nth-child(40){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-40_2qn57_1;animation-duration:756ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-40_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-33cqw,-41cqh)}}._particles0_2qn57_7:nth-child(41){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-41_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-41_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,-42cqh)}}._particles0_2qn57_7:nth-child(42){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-42_2qn57_1;animation-duration:739ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-42_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-44cqw,10cqh)}}._particles0_2qn57_7:nth-child(43){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-43_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames-43_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(12cqw,-19cqh)}}._particles0_2qn57_7:nth-child(44){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-44_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames-44_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,43cqh)}}._particles0_2qn57_7:nth-child(45){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-45_2qn57_1;animation-duration:702ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames-45_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-18cqw,45cqh)}}._particles0_2qn57_7:nth-child(46){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-46_2qn57_1;animation-duration:786ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames-46_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(14cqw,-48cqh)}}._particles0_2qn57_7:nth-child(47){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-47_2qn57_1;animation-duration:782ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-47_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,10cqh)}}._particles0_2qn57_7:nth-child(48){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-48_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-48_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(43cqw,22cqh)}}._particles0_2qn57_7:nth-child(49){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-49_2qn57_1;animation-duration:731ms;background:radial-gradient(#fff,#ffffff0d 21%)}@keyframes _move-frames-49_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-49cqw,38cqh)}}._particles0_2qn57_7:nth-child(50){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-50_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames-50_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-38cqw,15cqh)}}._particles0_2qn57_7:nth-child(51){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-51_2qn57_1;animation-duration:773ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-51_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,-20cqh)}}._particles0_2qn57_7:nth-child(52){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-52_2qn57_1;animation-duration:764ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames-52_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-44cqw,43cqh)}}._particles0_2qn57_7:nth-child(53){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-53_2qn57_1;animation-duration:726ms;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames-53_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(1cqw,30cqh)}}._particles0_2qn57_7:nth-child(54){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-54_2qn57_1;animation-duration:775ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-54_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(26cqw,8cqh)}}._particles0_2qn57_7:nth-child(55){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-55_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-55_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,-2cqh)}}._particles0_2qn57_7:nth-child(56){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-56_2qn57_1;animation-duration:773ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-56_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw,38cqh)}}._particles0_2qn57_7:nth-child(57){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-57_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-57_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw,-35cqh)}}._particles0_2qn57_7:nth-child(58){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-58_2qn57_1;animation-duration:787ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames-58_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(13cqw,-8cqh)}}._particles0_2qn57_7:nth-child(59){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-59_2qn57_1;animation-duration:.77s;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-59_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(31cqw,-28cqh)}}._particles0_2qn57_7:nth-child(60){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-60_2qn57_1;animation-duration:771ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames-60_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,6cqh)}}._particles0_2qn57_7:nth-child(61){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-61_2qn57_1;animation-duration:737ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames-61_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-37cqw,3cqh)}}._particles0_2qn57_7:nth-child(62){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-62_2qn57_1;animation-duration:723ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames-62_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-27cqw,-8cqh)}}._particles0_2qn57_7:nth-child(63){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-63_2qn57_1;animation-duration:768ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-63_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,50cqh)}}._particles0_2qn57_7:nth-child(64){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-64_2qn57_1;animation-duration:708ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames-64_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translateY(-34cqh)}}._particles0_2qn57_7:nth-child(65){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-65_2qn57_1;animation-duration:726ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames-65_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-40cqw,31cqh)}}._particles0_2qn57_7:nth-child(66){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-66_2qn57_1;animation-duration:771ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames-66_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-15cqw,19cqh)}}._particles0_2qn57_7:nth-child(67){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-67_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames-67_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,-32cqh)}}._particles0_2qn57_7:nth-child(68){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-68_2qn57_1;animation-duration:745ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames-68_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-16cqw,39cqh)}}._particles0_2qn57_7:nth-child(69){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-69_2qn57_1;animation-duration:752ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames-69_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(20cqw,-12cqh)}}._particles0_2qn57_7:nth-child(70){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-70_2qn57_1;animation-duration:744ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames-70_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(9cqw,4cqh)}}._particles0_2qn57_7:nth-child(71){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-71_2qn57_1;animation-duration:745ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-71_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-23cqw,-11cqh)}}._particles0_2qn57_7:nth-child(72){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-72_2qn57_1;animation-duration:791ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-72_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(31cqw,-29cqh)}}._particles0_2qn57_7:nth-child(73){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-73_2qn57_1;animation-duration:735ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-73_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(50cqw,-1cqh)}}._particles0_2qn57_7:nth-child(74){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-74_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-74_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(45cqw,-6cqh)}}._particles0_2qn57_7:nth-child(75){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-75_2qn57_1;animation-duration:788ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-75_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-40cqw,-33cqh)}}._particles0_2qn57_7:nth-child(76){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-76_2qn57_1;animation-duration:782ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames-76_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(4cqw,47cqh)}}._particles0_2qn57_7:nth-child(77){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-77_2qn57_1;animation-duration:789ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames-77_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-35cqw,-28cqh)}}._particles0_2qn57_7:nth-child(78){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-78_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames-78_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(26cqw,-48cqh)}}._particles0_2qn57_7:nth-child(79){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-79_2qn57_1;animation-duration:792ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-79_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,-43cqh)}}._particles0_2qn57_7:nth-child(80){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-80_2qn57_1;animation-duration:777ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-80_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translateY(11cqh)}}._particles0_2qn57_7:nth-child(81){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-81_2qn57_1;animation-duration:762ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-81_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(23cqw,3cqh)}}._particles0_2qn57_7:nth-child(82){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-82_2qn57_1;animation-duration:744ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames-82_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-32cqw,36cqh)}}._particles0_2qn57_7:nth-child(83){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-83_2qn57_1;animation-duration:706ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames-83_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(3cqw,-9cqh)}}._particles0_2qn57_7:nth-child(84){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-84_2qn57_1;animation-duration:749ms;background:radial-gradient(#fff,#ffffff0d 21%)}@keyframes _move-frames-84_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-49cqw,-2cqh)}}._particles0_2qn57_7:nth-child(85){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-85_2qn57_1;animation-duration:712ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames-85_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-47cqw,-9cqh)}}._particles0_2qn57_7:nth-child(86){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-86_2qn57_1;animation-duration:766ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames-86_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-18cqw,-35cqh)}}._particles0_2qn57_7:nth-child(87){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-87_2qn57_1;animation-duration:723ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames-87_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(50cqw,27cqh)}}._particles0_2qn57_7:nth-child(88){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-88_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-88_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(26cqw,-45cqh)}}._particles0_2qn57_7:nth-child(89){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-89_2qn57_1;animation-duration:732ms;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames-89_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-30cqw,-6cqh)}}._particles0_2qn57_7:nth-child(90){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-90_2qn57_1;animation-duration:764ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-90_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-11cqw,29cqh)}}._particles0_2qn57_7:nth-child(91){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-91_2qn57_1;animation-duration:717ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames-91_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(40cqw,-36cqh)}}._particles0_2qn57_7:nth-child(92){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-92_2qn57_1;animation-duration:701ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-92_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-29cqw,2cqh)}}._particles0_2qn57_7:nth-child(93){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-93_2qn57_1;animation-duration:756ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-93_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-24cqw,8cqh)}}._particles0_2qn57_7:nth-child(94){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-94_2qn57_1;animation-duration:785ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-94_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-3cqw,13cqh)}}._particles0_2qn57_7:nth-child(95){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-95_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-95_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-3cqw,-11cqh)}}._particles0_2qn57_7:nth-child(96){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-96_2qn57_1;animation-duration:718ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames-96_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,-29cqh)}}._particles0_2qn57_7:nth-child(97){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-97_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-97_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(9cqw,-25cqh)}}._particles0_2qn57_7:nth-child(98){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-98_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-98_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-43cqw,26cqh)}}._particles0_2qn57_7:nth-child(99){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-99_2qn57_1;animation-duration:758ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-99_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-11cqw,6cqh)}}._particles0_2qn57_7:nth-child(100){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-100_2qn57_1;animation-duration:788ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-100_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,31cqh)}}._particles0_2qn57_7:nth-child(101){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-101_2qn57_1;animation-duration:786ms;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames-101_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-25cqw,26cqh)}}._particles0_2qn57_7:nth-child(102){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-102_2qn57_1;animation-duration:.74s;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames-102_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translateY(-47cqh)}}._particles0_2qn57_7:nth-child(103){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-103_2qn57_1;animation-duration:731ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames-103_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-27cqw,-5cqh)}}._particles0_2qn57_7:nth-child(104){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-104_2qn57_1;animation-duration:789ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames-104_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-22cqw,-43cqh)}}._particles0_2qn57_7:nth-child(105){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-105_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-105_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translateY(-15cqh)}}._particles0_2qn57_7:nth-child(106){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-106_2qn57_1;animation-duration:788ms;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames-106_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(3cqw,14cqh)}}._particles0_2qn57_7:nth-child(107){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-107_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-107_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(50cqw,-4cqh)}}._particles0_2qn57_7:nth-child(108){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-108_2qn57_1;animation-duration:792ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames-108_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-35cqw,33cqh)}}._particles0_2qn57_7:nth-child(109){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-109_2qn57_1;animation-duration:714ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-109_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(14cqw,31cqh)}}._particles0_2qn57_7:nth-child(110){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-110_2qn57_1;animation-duration:718ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-110_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,3cqh)}}._particles0_2qn57_7:nth-child(111){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-111_2qn57_1;animation-duration:731ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-111_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,-32cqh)}}._particles0_2qn57_7:nth-child(112){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-112_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 34%)}@keyframes _move-frames-112_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,35cqh)}}._particles0_2qn57_7:nth-child(113){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-113_2qn57_1;animation-duration:721ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-113_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(26cqw,27cqh)}}._particles0_2qn57_7:nth-child(114){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-114_2qn57_1;animation-duration:779ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames-114_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(22cqw,-30cqh)}}._particles0_2qn57_7:nth-child(115){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-115_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames-115_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-27cqw,17cqh)}}._particles0_2qn57_7:nth-child(116){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-116_2qn57_1;animation-duration:703ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames-116_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-13cqw,11cqh)}}._particles0_2qn57_7:nth-child(117){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-117_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-117_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-37cqw,-46cqh)}}._particles0_2qn57_7:nth-child(118){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-118_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames-118_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(25cqw,26cqh)}}._particles0_2qn57_7:nth-child(119){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-119_2qn57_1;animation-duration:774ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-119_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(22cqw,-27cqh)}}._particles0_2qn57_7:nth-child(120){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-120_2qn57_1;animation-duration:723ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-120_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(24cqw,-46cqh)}}._particles0_2qn57_7:nth-child(121){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-121_2qn57_1;animation-duration:795ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-121_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(18cqw,-17cqh)}}._particles0_2qn57_7:nth-child(122){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-122_2qn57_1;animation-duration:729ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-122_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(37cqw,-18cqh)}}._particles0_2qn57_7:nth-child(123){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-123_2qn57_1;animation-duration:797ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-123_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-16cqw,-28cqh)}}._particles0_2qn57_7:nth-child(124){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-124_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames-124_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-25cqw,2cqh)}}._particles0_2qn57_7:nth-child(125){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-125_2qn57_1;animation-duration:746ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames-125_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(6cqw,-4cqh)}}._particles0_2qn57_7:nth-child(126){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-126_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames-126_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,47cqh)}}._particles0_2qn57_7:nth-child(127){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-127_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames-127_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,24cqh)}}._particles0_2qn57_7:nth-child(128){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-128_2qn57_1;animation-duration:721ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames-128_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(38cqw,-30cqh)}}._particles0_2qn57_7:nth-child(129){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-129_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-129_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-33cqw,-35cqh)}}._particles0_2qn57_7:nth-child(130){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-130_2qn57_1;animation-duration:745ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-130_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,2cqh)}}._particles0_2qn57_7:nth-child(131){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-131_2qn57_1;animation-duration:739ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames-131_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,17cqh)}}._particles0_2qn57_7:nth-child(132){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-132_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames-132_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,45cqh)}}._particles0_2qn57_7:nth-child(133){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-133_2qn57_1;animation-duration:728ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-133_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(14cqw,-43cqh)}}._particles0_2qn57_7:nth-child(134){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-134_2qn57_1;animation-duration:769ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-134_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(15cqw,-12cqh)}}._particles0_2qn57_7:nth-child(135){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-135_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames-135_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,45cqh)}}._particles0_2qn57_7:nth-child(136){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-136_2qn57_1;animation-duration:715ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames-136_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(41cqw,23cqh)}}._particles0_2qn57_7:nth-child(137){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-137_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames-137_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-18cqw,13cqh)}}._particles0_2qn57_7:nth-child(138){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-138_2qn57_1;animation-duration:716ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames-138_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(42cqw,10cqh)}}._particles0_2qn57_7:nth-child(139){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-139_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-139_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw,32cqh)}}._particles0_2qn57_7:nth-child(140){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-140_2qn57_1;animation-duration:771ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames-140_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-27cqw,31cqh)}}._particles0_2qn57_7:nth-child(141){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-141_2qn57_1;animation-duration:703ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames-141_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-45cqw,7cqh)}}._particles0_2qn57_7:nth-child(142){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-142_2qn57_1;animation-duration:762ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-142_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(26cqw,35cqh)}}._particles0_2qn57_7:nth-child(143){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-143_2qn57_1;animation-duration:784ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-143_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(25cqw,-49cqh)}}._particles0_2qn57_7:nth-child(144){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-144_2qn57_1;animation-duration:718ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-144_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-22cqw,-8cqh)}}._particles0_2qn57_7:nth-child(145){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-145_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-145_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-12cqw,-42cqh)}}._particles0_2qn57_7:nth-child(146){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-146_2qn57_1;animation-duration:719ms;background:radial-gradient(#fff,#ffffff0d 34%)}@keyframes _move-frames-146_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(37cqw,9cqh)}}._particles0_2qn57_7:nth-child(147){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-147_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-147_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,-15cqh)}}._particles0_2qn57_7:nth-child(148){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-148_2qn57_1;animation-duration:759ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-148_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(5cqw,46cqh)}}._particles0_2qn57_7:nth-child(149){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-149_2qn57_1;animation-duration:729ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames-149_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(35cqw,-36cqh)}}._particles0_2qn57_7:nth-child(150){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-150_2qn57_1;animation-duration:788ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames-150_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,-17cqh)}}._particles0_2qn57_7:nth-child(151){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-151_2qn57_1;animation-duration:781ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-151_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,-24cqh)}}._particles0_2qn57_7:nth-child(152){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-152_2qn57_1;animation-duration:749ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-152_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(20cqw,-46cqh)}}._particles0_2qn57_7:nth-child(153){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-153_2qn57_1;animation-duration:759ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames-153_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-38cqw,32cqh)}}._particles0_2qn57_7:nth-child(154){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-154_2qn57_1;animation-duration:.74s;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-154_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(48cqw,24cqh)}}._particles0_2qn57_7:nth-child(155){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-155_2qn57_1;animation-duration:723ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-155_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,-23cqh)}}._particles0_2qn57_7:nth-child(156){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-156_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-156_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-47cqw,13cqh)}}._particles0_2qn57_7:nth-child(157){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-157_2qn57_1;animation-duration:.74s;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-157_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(6cqw,-1cqh)}}._particles0_2qn57_7:nth-child(158){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-158_2qn57_1;animation-duration:733ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-158_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-21cqw,-31cqh)}}._particles0_2qn57_7:nth-child(159){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-159_2qn57_1;animation-duration:728ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-159_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,-40cqh)}}._particles0_2qn57_7:nth-child(160){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-160_2qn57_1;animation-duration:787ms;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames-160_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-42cqw,-17cqh)}}._particles0_2qn57_7:nth-child(161){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-161_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames-161_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-45cqw,-41cqh)}}._particles0_2qn57_7:nth-child(162){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-162_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 21%)}@keyframes _move-frames-162_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-4cqw,-30cqh)}}._particles0_2qn57_7:nth-child(163){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-163_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-163_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-24cqw,15cqh)}}._particles0_2qn57_7:nth-child(164){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-164_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames-164_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-38cqw,44cqh)}}._particles0_2qn57_7:nth-child(165){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-165_2qn57_1;animation-duration:706ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames-165_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(42cqw,-45cqh)}}._particles0_2qn57_7:nth-child(166){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-166_2qn57_1;animation-duration:707ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-166_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,25cqh)}}._particles0_2qn57_7:nth-child(167){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-167_2qn57_1;animation-duration:795ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-167_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,47cqh)}}._particles0_2qn57_7:nth-child(168){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-168_2qn57_1;animation-duration:773ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames-168_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-38cqw,-23cqh)}}._particles0_2qn57_7:nth-child(169){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-169_2qn57_1;animation-duration:.8s;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames-169_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-47cqw,-38cqh)}}._particles0_2qn57_7:nth-child(170){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-170_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-170_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(1cqw,16cqh)}}._particles0_2qn57_7:nth-child(171){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-171_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames-171_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(27cqw,-10cqh)}}._particles0_2qn57_7:nth-child(172){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-172_2qn57_1;animation-duration:751ms;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames-172_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(7cqw,-7cqh)}}._particles0_2qn57_7:nth-child(173){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-173_2qn57_1;animation-duration:779ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-173_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(36cqw,40cqh)}}._particles0_2qn57_7:nth-child(174){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-174_2qn57_1;animation-duration:752ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames-174_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(6cqw,42cqh)}}._particles0_2qn57_7:nth-child(175){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-175_2qn57_1;animation-duration:774ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames-175_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,-16cqh)}}._particles0_2qn57_7:nth-child(176){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-176_2qn57_1;animation-duration:706ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-176_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-26cqw,21cqh)}}._particles0_2qn57_7:nth-child(177){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-177_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-177_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,-25cqh)}}._particles0_2qn57_7:nth-child(178){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-178_2qn57_1;animation-duration:701ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames-178_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(38cqw,-31cqh)}}._particles0_2qn57_7:nth-child(179){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-179_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-179_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,14cqh)}}._particles0_2qn57_7:nth-child(180){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-180_2qn57_1;animation-duration:718ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-180_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(4cqw,7cqh)}}._particles0_2qn57_7:nth-child(181){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-181_2qn57_1;animation-duration:716ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-181_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-30cqw,48cqh)}}._particles0_2qn57_7:nth-child(182){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-182_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames-182_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-16cqw,32cqh)}}._particles0_2qn57_7:nth-child(183){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-183_2qn57_1;animation-duration:754ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames-183_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-17cqw,-6cqh)}}._particles0_2qn57_7:nth-child(184){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-184_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames-184_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-35cqw,15cqh)}}._particles0_2qn57_7:nth-child(185){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-185_2qn57_1;animation-duration:791ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames-185_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-48cqw,-46cqh)}}._particles0_2qn57_7:nth-child(186){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-186_2qn57_1;animation-duration:765ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-186_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,49cqh)}}._particles0_2qn57_7:nth-child(187){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-187_2qn57_1;animation-duration:735ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-187_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(10cqw,21cqh)}}._particles0_2qn57_7:nth-child(188){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-188_2qn57_1;animation-duration:764ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-188_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,29cqh)}}._particles0_2qn57_7:nth-child(189){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-189_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-189_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-25cqw,-48cqh)}}._particles0_2qn57_7:nth-child(190){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-190_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-190_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,39cqh)}}._particles0_2qn57_7:nth-child(191){border-radius:50%;height:11px;width:11px;animation-name:_move-frames-191_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames-191_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-46cqw,13cqh)}}._particles0_2qn57_7:nth-child(192){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-192_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames-192_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(10cqw,-32cqh)}}._particles0_2qn57_7:nth-child(193){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-193_2qn57_1;animation-duration:725ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-193_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(15cqw,8cqh)}}._particles0_2qn57_7:nth-child(194){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-194_2qn57_1;animation-duration:708ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames-194_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,-24cqh)}}._particles0_2qn57_7:nth-child(195){border-radius:50%;height:14px;width:14px;animation-name:_move-frames-195_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames-195_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(40cqw,-22cqh)}}._particles0_2qn57_7:nth-child(196){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-196_2qn57_1;animation-duration:779ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames-196_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-31cqw,4cqh)}}._particles0_2qn57_7:nth-child(197){border-radius:50%;height:12px;width:12px;animation-name:_move-frames-197_2qn57_1;animation-duration:733ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames-197_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-9cqw,-47cqh)}}._particles0_2qn57_7:nth-child(198){border-radius:50%;height:13px;width:13px;animation-name:_move-frames-198_2qn57_1;animation-duration:761ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames-198_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(27cqw)}}._particles0_2qn57_7:nth-child(199){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-199_2qn57_1;animation-duration:701ms;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames-199_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(22cqw,-36cqh)}}._particles0_2qn57_7:nth-child(200){border-radius:50%;height:15px;width:15px;animation-name:_move-frames-200_2qn57_1;animation-duration:707ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames-200_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-10cqw,14cqh)}}._particles1_2qn57_5215{position:absolute;animation-timing-function:linear;animation-iteration-count:1;width:10px;height:10px}._particles1_2qn57_5215:nth-child(1){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-1_2qn57_1;animation-duration:717ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames1-1_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-15cqw,-11cqh)}}._particles1_2qn57_5215:nth-child(2){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-2_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames1-2_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(34cqw,28cqh)}}._particles1_2qn57_5215:nth-child(3){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-3_2qn57_1;animation-duration:789ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-3_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,-18cqh)}}._particles1_2qn57_5215:nth-child(4){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-4_2qn57_1;animation-duration:708ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-4_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(11cqw,44cqh)}}._particles1_2qn57_5215:nth-child(5){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-5_2qn57_1;animation-duration:747ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames1-5_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-8cqw,-1cqh)}}._particles1_2qn57_5215:nth-child(6){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-6_2qn57_1;animation-duration:784ms;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames1-6_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(1cqw,-45cqh)}}._particles1_2qn57_5215:nth-child(7){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-7_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames1-7_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(42cqw,-3cqh)}}._particles1_2qn57_5215:nth-child(8){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-8_2qn57_1;animation-duration:795ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-8_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-24cqw,-12cqh)}}._particles1_2qn57_5215:nth-child(9){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-9_2qn57_1;animation-duration:779ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-9_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-11cqw,41cqh)}}._particles1_2qn57_5215:nth-child(10){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-10_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-10_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-49cqw,14cqh)}}._particles1_2qn57_5215:nth-child(11){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-11_2qn57_1;animation-duration:755ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames1-11_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,-32cqh)}}._particles1_2qn57_5215:nth-child(12){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-12_2qn57_1;animation-duration:733ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-12_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(1cqw,-45cqh)}}._particles1_2qn57_5215:nth-child(13){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-13_2qn57_1;animation-duration:788ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames1-13_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-30cqw,-1cqh)}}._particles1_2qn57_5215:nth-child(14){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-14_2qn57_1;animation-duration:781ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames1-14_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,-12cqh)}}._particles1_2qn57_5215:nth-child(15){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-15_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-15_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,-2cqh)}}._particles1_2qn57_5215:nth-child(16){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-16_2qn57_1;animation-duration:717ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames1-16_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(45cqw,-14cqh)}}._particles1_2qn57_5215:nth-child(17){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-17_2qn57_1;animation-duration:765ms;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames1-17_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,38cqh)}}._particles1_2qn57_5215:nth-child(18){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-18_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-18_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(15cqw,21cqh)}}._particles1_2qn57_5215:nth-child(19){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-19_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-19_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(4cqw,49cqh)}}._particles1_2qn57_5215:nth-child(20){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-20_2qn57_1;animation-duration:714ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames1-20_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,-19cqh)}}._particles1_2qn57_5215:nth-child(21){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-21_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-21_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-23cqw,-16cqh)}}._particles1_2qn57_5215:nth-child(22){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-22_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames1-22_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(22cqw,2cqh)}}._particles1_2qn57_5215:nth-child(23){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-23_2qn57_1;animation-duration:771ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames1-23_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(31cqw,-19cqh)}}._particles1_2qn57_5215:nth-child(24){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-24_2qn57_1;animation-duration:738ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-24_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-29cqw,-18cqh)}}._particles1_2qn57_5215:nth-child(25){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-25_2qn57_1;animation-duration:725ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames1-25_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(33cqw,5cqh)}}._particles1_2qn57_5215:nth-child(26){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-26_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-26_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(30cqw,-30cqh)}}._particles1_2qn57_5215:nth-child(27){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-27_2qn57_1;animation-duration:751ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames1-27_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-3cqw,-19cqh)}}._particles1_2qn57_5215:nth-child(28){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-28_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames1-28_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw)}}._particles1_2qn57_5215:nth-child(29){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-29_2qn57_1;animation-duration:766ms;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames1-29_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(23cqw,-22cqh)}}._particles1_2qn57_5215:nth-child(30){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-30_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames1-30_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(26cqw,47cqh)}}._particles1_2qn57_5215:nth-child(31){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-31_2qn57_1;animation-duration:782ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-31_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,23cqh)}}._particles1_2qn57_5215:nth-child(32){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-32_2qn57_1;animation-duration:773ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames1-32_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-30cqw,-25cqh)}}._particles1_2qn57_5215:nth-child(33){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-33_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-33_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(47cqw,44cqh)}}._particles1_2qn57_5215:nth-child(34){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-34_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames1-34_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(9cqw,9cqh)}}._particles1_2qn57_5215:nth-child(35){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-35_2qn57_1;animation-duration:734ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-35_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,31cqh)}}._particles1_2qn57_5215:nth-child(36){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-36_2qn57_1;animation-duration:733ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames1-36_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(5cqw,-21cqh)}}._particles1_2qn57_5215:nth-child(37){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-37_2qn57_1;animation-duration:737ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-37_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,46cqh)}}._particles1_2qn57_5215:nth-child(38){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-38_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames1-38_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-18cqw,-20cqh)}}._particles1_2qn57_5215:nth-child(39){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-39_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames1-39_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,-4cqh)}}._particles1_2qn57_5215:nth-child(40){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-40_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames1-40_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-4cqw,4cqh)}}._particles1_2qn57_5215:nth-child(41){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-41_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-41_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(15cqw,-2cqh)}}._particles1_2qn57_5215:nth-child(42){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-42_2qn57_1;animation-duration:789ms;background:radial-gradient(#fff,#ffffff0d 42%)}@keyframes _move-frames1-42_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(17cqw,-22cqh)}}._particles1_2qn57_5215:nth-child(43){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-43_2qn57_1;animation-duration:721ms;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames1-43_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(2cqw,23cqh)}}._particles1_2qn57_5215:nth-child(44){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-44_2qn57_1;animation-duration:706ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-44_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,27cqh)}}._particles1_2qn57_5215:nth-child(45){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-45_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-45_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,-14cqh)}}._particles1_2qn57_5215:nth-child(46){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-46_2qn57_1;animation-duration:731ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames1-46_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,-32cqh)}}._particles1_2qn57_5215:nth-child(47){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-47_2qn57_1;animation-duration:701ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames1-47_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-16cqw,11cqh)}}._particles1_2qn57_5215:nth-child(48){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-48_2qn57_1;animation-duration:796ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames1-48_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-29cqw,-22cqh)}}._particles1_2qn57_5215:nth-child(49){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-49_2qn57_1;animation-duration:741ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames1-49_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(38cqw,10cqh)}}._particles1_2qn57_5215:nth-child(50){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-50_2qn57_1;animation-duration:756ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames1-50_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-6cqw,-24cqh)}}._particles1_2qn57_5215:nth-child(51){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-51_2qn57_1;animation-duration:.76s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-51_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-25cqw,21cqh)}}._particles1_2qn57_5215:nth-child(52){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-52_2qn57_1;animation-duration:706ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-52_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-48cqw,33cqh)}}._particles1_2qn57_5215:nth-child(53){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-53_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames1-53_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(24cqw,-47cqh)}}._particles1_2qn57_5215:nth-child(54){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-54_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-54_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(6cqw)}}._particles1_2qn57_5215:nth-child(55){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-55_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames1-55_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-48cqw,12cqh)}}._particles1_2qn57_5215:nth-child(56){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-56_2qn57_1;animation-duration:781ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames1-56_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(21cqw,-16cqh)}}._particles1_2qn57_5215:nth-child(57){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-57_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames1-57_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-32cqw,24cqh)}}._particles1_2qn57_5215:nth-child(58){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-58_2qn57_1;animation-duration:749ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-58_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-30cqw,-48cqh)}}._particles1_2qn57_5215:nth-child(59){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-59_2qn57_1;animation-duration:749ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames1-59_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(24cqw,-26cqh)}}._particles1_2qn57_5215:nth-child(60){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-60_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames1-60_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-40cqw,22cqh)}}._particles1_2qn57_5215:nth-child(61){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-61_2qn57_1;animation-duration:781ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames1-61_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,-42cqh)}}._particles1_2qn57_5215:nth-child(62){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-62_2qn57_1;animation-duration:737ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-62_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-13cqw,6cqh)}}._particles1_2qn57_5215:nth-child(63){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-63_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames1-63_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,29cqh)}}._particles1_2qn57_5215:nth-child(64){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-64_2qn57_1;animation-duration:.79s;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames1-64_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,31cqh)}}._particles1_2qn57_5215:nth-child(65){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-65_2qn57_1;animation-duration:.76s;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames1-65_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(33cqw,47cqh)}}._particles1_2qn57_5215:nth-child(66){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-66_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames1-66_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-35cqw,15cqh)}}._particles1_2qn57_5215:nth-child(67){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-67_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-67_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-12cqw,31cqh)}}._particles1_2qn57_5215:nth-child(68){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-68_2qn57_1;animation-duration:796ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-68_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-37cqw,32cqh)}}._particles1_2qn57_5215:nth-child(69){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-69_2qn57_1;animation-duration:.8s;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames1-69_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(37cqw,-48cqh)}}._particles1_2qn57_5215:nth-child(70){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-70_2qn57_1;animation-duration:761ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames1-70_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-39cqw,-7cqh)}}._particles1_2qn57_5215:nth-child(71){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-71_2qn57_1;animation-duration:702ms;background:radial-gradient(#fff,#ffffff0d 42%)}@keyframes _move-frames1-71_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(29cqw,6cqh)}}._particles1_2qn57_5215:nth-child(72){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-72_2qn57_1;animation-duration:736ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-72_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-15cqw,47cqh)}}._particles1_2qn57_5215:nth-child(73){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-73_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-73_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(17cqw,16cqh)}}._particles1_2qn57_5215:nth-child(74){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-74_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-74_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-38cqw,-4cqh)}}._particles1_2qn57_5215:nth-child(75){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-75_2qn57_1;animation-duration:741ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-75_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-22cqw,21cqh)}}._particles1_2qn57_5215:nth-child(76){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-76_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-76_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-8cqw,-38cqh)}}._particles1_2qn57_5215:nth-child(77){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-77_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-77_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,26cqh)}}._particles1_2qn57_5215:nth-child(78){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-78_2qn57_1;animation-duration:759ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames1-78_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(14cqw,-39cqh)}}._particles1_2qn57_5215:nth-child(79){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-79_2qn57_1;animation-duration:774ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames1-79_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-11cqw,-40cqh)}}._particles1_2qn57_5215:nth-child(80){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-80_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-80_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(48cqw,39cqh)}}._particles1_2qn57_5215:nth-child(81){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-81_2qn57_1;animation-duration:728ms;background:radial-gradient(#fff,#ffffff0d 34%)}@keyframes _move-frames1-81_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,-5cqh)}}._particles1_2qn57_5215:nth-child(82){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-82_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-82_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(50cqw,35cqh)}}._particles1_2qn57_5215:nth-child(83){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-83_2qn57_1;animation-duration:.75s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-83_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,4cqh)}}._particles1_2qn57_5215:nth-child(84){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-84_2qn57_1;animation-duration:734ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames1-84_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-31cqw,-18cqh)}}._particles1_2qn57_5215:nth-child(85){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-85_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames1-85_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,48cqh)}}._particles1_2qn57_5215:nth-child(86){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-86_2qn57_1;animation-duration:.77s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-86_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-15cqw,3cqh)}}._particles1_2qn57_5215:nth-child(87){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-87_2qn57_1;animation-duration:712ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-87_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(7cqw,-5cqh)}}._particles1_2qn57_5215:nth-child(88){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-88_2qn57_1;animation-duration:.75s;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames1-88_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(23cqw,18cqh)}}._particles1_2qn57_5215:nth-child(89){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-89_2qn57_1;animation-duration:781ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames1-89_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,32cqh)}}._particles1_2qn57_5215:nth-child(90){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-90_2qn57_1;animation-duration:751ms;background:radial-gradient(#fff,#ffffff0d 42%)}@keyframes _move-frames1-90_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(47cqw,28cqh)}}._particles1_2qn57_5215:nth-child(91){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-91_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-91_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-43cqw)}}._particles1_2qn57_5215:nth-child(92){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-92_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames1-92_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(50cqw,10cqh)}}._particles1_2qn57_5215:nth-child(93){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-93_2qn57_1;animation-duration:.71s;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames1-93_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,-23cqh)}}._particles1_2qn57_5215:nth-child(94){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-94_2qn57_1;animation-duration:712ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-94_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-47cqw,-32cqh)}}._particles1_2qn57_5215:nth-child(95){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-95_2qn57_1;animation-duration:.71s;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames1-95_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(19cqw,32cqh)}}._particles1_2qn57_5215:nth-child(96){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-96_2qn57_1;animation-duration:769ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames1-96_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(41cqw,-30cqh)}}._particles1_2qn57_5215:nth-child(97){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-97_2qn57_1;animation-duration:746ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames1-97_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(30cqw,24cqh)}}._particles1_2qn57_5215:nth-child(98){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-98_2qn57_1;animation-duration:715ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames1-98_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-20cqw,6cqh)}}._particles1_2qn57_5215:nth-child(99){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-99_2qn57_1;animation-duration:769ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-99_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-13cqw,36cqh)}}._particles1_2qn57_5215:nth-child(100){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-100_2qn57_1;animation-duration:712ms;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames1-100_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-8cqw,-5cqh)}}._particles1_2qn57_5215:nth-child(101){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-101_2qn57_1;animation-duration:759ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames1-101_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(12cqw,50cqh)}}._particles1_2qn57_5215:nth-child(102){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-102_2qn57_1;animation-duration:734ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames1-102_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,3cqh)}}._particles1_2qn57_5215:nth-child(103){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-103_2qn57_1;animation-duration:768ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-103_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(45cqw,-16cqh)}}._particles1_2qn57_5215:nth-child(104){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-104_2qn57_1;animation-duration:731ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-104_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,-34cqh)}}._particles1_2qn57_5215:nth-child(105){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-105_2qn57_1;animation-duration:712ms;background:radial-gradient(#fff,#ffffff0d 21%)}@keyframes _move-frames1-105_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-39cqw,24cqh)}}._particles1_2qn57_5215:nth-child(106){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-106_2qn57_1;animation-duration:723ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-106_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(30cqw,22cqh)}}._particles1_2qn57_5215:nth-child(107){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-107_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-107_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,-8cqh)}}._particles1_2qn57_5215:nth-child(108){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-108_2qn57_1;animation-duration:787ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-108_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-39cqw,-3cqh)}}._particles1_2qn57_5215:nth-child(109){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-109_2qn57_1;animation-duration:754ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-109_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,-3cqh)}}._particles1_2qn57_5215:nth-child(110){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-110_2qn57_1;animation-duration:771ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-110_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-38cqw,-31cqh)}}._particles1_2qn57_5215:nth-child(111){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-111_2qn57_1;animation-duration:784ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-111_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-27cqw,45cqh)}}._particles1_2qn57_5215:nth-child(112){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-112_2qn57_1;animation-duration:797ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-112_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,-3cqh)}}._particles1_2qn57_5215:nth-child(113){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-113_2qn57_1;animation-duration:751ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-113_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(8cqw,25cqh)}}._particles1_2qn57_5215:nth-child(114){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-114_2qn57_1;animation-duration:791ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames1-114_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-36cqw,-47cqh)}}._particles1_2qn57_5215:nth-child(115){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-115_2qn57_1;animation-duration:716ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-115_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-42cqw,22cqh)}}._particles1_2qn57_5215:nth-child(116){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-116_2qn57_1;animation-duration:733ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames1-116_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(21cqw,-32cqh)}}._particles1_2qn57_5215:nth-child(117){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-117_2qn57_1;animation-duration:729ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-117_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(41cqw,-30cqh)}}._particles1_2qn57_5215:nth-child(118){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-118_2qn57_1;animation-duration:733ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames1-118_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(38cqw,-8cqh)}}._particles1_2qn57_5215:nth-child(119){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-119_2qn57_1;animation-duration:.72s;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-119_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(25cqw,9cqh)}}._particles1_2qn57_5215:nth-child(120){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-120_2qn57_1;animation-duration:745ms;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames1-120_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(33cqw,-10cqh)}}._particles1_2qn57_5215:nth-child(121){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-121_2qn57_1;animation-duration:765ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-121_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-46cqw,47cqh)}}._particles1_2qn57_5215:nth-child(122){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-122_2qn57_1;animation-duration:.72s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-122_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(4cqw,1cqh)}}._particles1_2qn57_5215:nth-child(123){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-123_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-123_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(14cqw,-49cqh)}}._particles1_2qn57_5215:nth-child(124){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-124_2qn57_1;animation-duration:762ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames1-124_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-40cqw,6cqh)}}._particles1_2qn57_5215:nth-child(125){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-125_2qn57_1;animation-duration:792ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-125_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(37cqw,30cqh)}}._particles1_2qn57_5215:nth-child(126){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-126_2qn57_1;animation-duration:734ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-126_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-10cqw,-17cqh)}}._particles1_2qn57_5215:nth-child(127){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-127_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames1-127_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,48cqh)}}._particles1_2qn57_5215:nth-child(128){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-128_2qn57_1;animation-duration:735ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames1-128_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-42cqw,26cqh)}}._particles1_2qn57_5215:nth-child(129){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-129_2qn57_1;animation-duration:.71s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-129_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-36cqw,-7cqh)}}._particles1_2qn57_5215:nth-child(130){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-130_2qn57_1;animation-duration:757ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-130_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-27cqw,49cqh)}}._particles1_2qn57_5215:nth-child(131){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-131_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames1-131_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(14cqw,12cqh)}}._particles1_2qn57_5215:nth-child(132){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-132_2qn57_1;animation-duration:702ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-132_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-47cqw,-5cqh)}}._particles1_2qn57_5215:nth-child(133){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-133_2qn57_1;animation-duration:738ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames1-133_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(23cqw,-2cqh)}}._particles1_2qn57_5215:nth-child(134){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-134_2qn57_1;animation-duration:747ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames1-134_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(47cqw,-30cqh)}}._particles1_2qn57_5215:nth-child(135){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-135_2qn57_1;animation-duration:739ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-135_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,-30cqh)}}._particles1_2qn57_5215:nth-child(136){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-136_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 42%)}@keyframes _move-frames1-136_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,43cqh)}}._particles1_2qn57_5215:nth-child(137){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-137_2qn57_1;animation-duration:719ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames1-137_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(4cqw,33cqh)}}._particles1_2qn57_5215:nth-child(138){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-138_2qn57_1;animation-duration:.75s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-138_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,1cqh)}}._particles1_2qn57_5215:nth-child(139){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-139_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames1-139_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-32cqw,50cqh)}}._particles1_2qn57_5215:nth-child(140){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-140_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames1-140_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-17cqw,9cqh)}}._particles1_2qn57_5215:nth-child(141){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-141_2qn57_1;animation-duration:789ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-141_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,12cqh)}}._particles1_2qn57_5215:nth-child(142){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-142_2qn57_1;animation-duration:771ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames1-142_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-45cqw,-15cqh)}}._particles1_2qn57_5215:nth-child(143){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-143_2qn57_1;animation-duration:.8s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-143_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw,-49cqh)}}._particles1_2qn57_5215:nth-child(144){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-144_2qn57_1;animation-duration:795ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-144_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-48cqw,2cqh)}}._particles1_2qn57_5215:nth-child(145){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-145_2qn57_1;animation-duration:721ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames1-145_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,-42cqh)}}._particles1_2qn57_5215:nth-child(146){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-146_2qn57_1;animation-duration:714ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames1-146_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(3cqw,15cqh)}}._particles1_2qn57_5215:nth-child(147){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-147_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-147_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-2cqw,28cqh)}}._particles1_2qn57_5215:nth-child(148){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-148_2qn57_1;animation-duration:747ms;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames1-148_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(48cqw,-14cqh)}}._particles1_2qn57_5215:nth-child(149){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-149_2qn57_1;animation-duration:765ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames1-149_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw,-1cqh)}}._particles1_2qn57_5215:nth-child(150){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-150_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames1-150_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-17cqw,-41cqh)}}._particles1_2qn57_5215:nth-child(151){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-151_2qn57_1;animation-duration:792ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames1-151_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-4cqw,23cqh)}}._particles1_2qn57_5215:nth-child(152){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-152_2qn57_1;animation-duration:726ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames1-152_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,-32cqh)}}._particles1_2qn57_5215:nth-child(153){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-153_2qn57_1;animation-duration:732ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames1-153_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-16cqw,2cqh)}}._particles1_2qn57_5215:nth-child(154){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-154_2qn57_1;animation-duration:.74s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-154_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,46cqh)}}._particles1_2qn57_5215:nth-child(155){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-155_2qn57_1;animation-duration:731ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-155_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,43cqh)}}._particles1_2qn57_5215:nth-child(156){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-156_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-156_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,-15cqh)}}._particles1_2qn57_5215:nth-child(157){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-157_2qn57_1;animation-duration:702ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames1-157_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-43cqw,-2cqh)}}._particles1_2qn57_5215:nth-child(158){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-158_2qn57_1;animation-duration:721ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames1-158_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-36cqw)}}._particles1_2qn57_5215:nth-child(159){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-159_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames1-159_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-43cqw,-47cqh)}}._particles1_2qn57_5215:nth-child(160){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-160_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-160_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(30cqw,-35cqh)}}._particles1_2qn57_5215:nth-child(161){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-161_2qn57_1;animation-duration:767ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-161_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(41cqw,13cqh)}}._particles1_2qn57_5215:nth-child(162){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-162_2qn57_1;animation-duration:797ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames1-162_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(34cqw,36cqh)}}._particles1_2qn57_5215:nth-child(163){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-163_2qn57_1;animation-duration:765ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames1-163_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,-46cqh)}}._particles1_2qn57_5215:nth-child(164){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-164_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames1-164_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(47cqw,-49cqh)}}._particles1_2qn57_5215:nth-child(165){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-165_2qn57_1;animation-duration:768ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames1-165_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,-31cqh)}}._particles1_2qn57_5215:nth-child(166){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-166_2qn57_1;animation-duration:777ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-166_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(36cqw,-16cqh)}}._particles1_2qn57_5215:nth-child(167){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-167_2qn57_1;animation-duration:737ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames1-167_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(9cqw,26cqh)}}._particles1_2qn57_5215:nth-child(168){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-168_2qn57_1;animation-duration:766ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-168_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-2cqw,-36cqh)}}._particles1_2qn57_5215:nth-child(169){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-169_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-169_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,-29cqh)}}._particles1_2qn57_5215:nth-child(170){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-170_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames1-170_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,-40cqh)}}._particles1_2qn57_5215:nth-child(171){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-171_2qn57_1;animation-duration:759ms;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames1-171_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(20cqw,20cqh)}}._particles1_2qn57_5215:nth-child(172){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-172_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames1-172_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-49cqw,-31cqh)}}._particles1_2qn57_5215:nth-child(173){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-173_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames1-173_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-37cqw,-40cqh)}}._particles1_2qn57_5215:nth-child(174){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-174_2qn57_1;animation-duration:718ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames1-174_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(8cqw,34cqh)}}._particles1_2qn57_5215:nth-child(175){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-175_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames1-175_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translateY(-25cqh)}}._particles1_2qn57_5215:nth-child(176){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-176_2qn57_1;animation-duration:792ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-176_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-49cqw,-48cqh)}}._particles1_2qn57_5215:nth-child(177){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-177_2qn57_1;animation-duration:703ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames1-177_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-16cqw,-32cqh)}}._particles1_2qn57_5215:nth-child(178){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-178_2qn57_1;animation-duration:776ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames1-178_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-35cqw,-8cqh)}}._particles1_2qn57_5215:nth-child(179){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-179_2qn57_1;animation-duration:719ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames1-179_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(27cqw,-23cqh)}}._particles1_2qn57_5215:nth-child(180){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-180_2qn57_1;animation-duration:759ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames1-180_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(1cqw,-8cqh)}}._particles1_2qn57_5215:nth-child(181){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-181_2qn57_1;animation-duration:701ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames1-181_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(41cqw,29cqh)}}._particles1_2qn57_5215:nth-child(182){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-182_2qn57_1;animation-duration:756ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames1-182_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-10cqw,-25cqh)}}._particles1_2qn57_5215:nth-child(183){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-183_2qn57_1;animation-duration:726ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-183_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-2cqw,-34cqh)}}._particles1_2qn57_5215:nth-child(184){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-184_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-184_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,-40cqh)}}._particles1_2qn57_5215:nth-child(185){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-185_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-185_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-24cqw,48cqh)}}._particles1_2qn57_5215:nth-child(186){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-186_2qn57_1;animation-duration:792ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-186_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(10cqw,-37cqh)}}._particles1_2qn57_5215:nth-child(187){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-187_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-187_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(35cqw,41cqh)}}._particles1_2qn57_5215:nth-child(188){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-188_2qn57_1;animation-duration:724ms;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames1-188_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(38cqw,10cqh)}}._particles1_2qn57_5215:nth-child(189){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-189_2qn57_1;animation-duration:793ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-189_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(33cqw,26cqh)}}._particles1_2qn57_5215:nth-child(190){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-190_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-190_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(5cqw,33cqh)}}._particles1_2qn57_5215:nth-child(191){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-191_2qn57_1;animation-duration:745ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-191_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-36cqw,18cqh)}}._particles1_2qn57_5215:nth-child(192){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-192_2qn57_1;animation-duration:766ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames1-192_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw,1cqh)}}._particles1_2qn57_5215:nth-child(193){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-193_2qn57_1;animation-duration:795ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames1-193_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-37cqw,-1cqh)}}._particles1_2qn57_5215:nth-child(194){border-radius:50%;height:12px;width:12px;animation-name:_move-frames1-194_2qn57_1;animation-duration:753ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-194_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-42cqw,1cqh)}}._particles1_2qn57_5215:nth-child(195){border-radius:50%;height:13px;width:13px;animation-name:_move-frames1-195_2qn57_1;animation-duration:736ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames1-195_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(13cqw,-19cqh)}}._particles1_2qn57_5215:nth-child(196){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-196_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames1-196_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,40cqh)}}._particles1_2qn57_5215:nth-child(197){border-radius:50%;height:14px;width:14px;animation-name:_move-frames1-197_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames1-197_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(22cqw,14cqh)}}._particles1_2qn57_5215:nth-child(198){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-198_2qn57_1;animation-duration:733ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames1-198_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(43cqw,17cqh)}}._particles1_2qn57_5215:nth-child(199){border-radius:50%;height:11px;width:11px;animation-name:_move-frames1-199_2qn57_1;animation-duration:713ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames1-199_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-24cqw,50cqh)}}._particles1_2qn57_5215:nth-child(200){border-radius:50%;height:15px;width:15px;animation-name:_move-frames1-200_2qn57_1;animation-duration:755ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames1-200_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,2cqh)}}._particles2_2qn57_10423{position:absolute;animation-timing-function:linear;animation-iteration-count:1;width:10px;height:10px}._particles2_2qn57_10423:nth-child(1){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-1_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-1_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-49cqw,-8cqh)}}._particles2_2qn57_10423:nth-child(2){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-2_2qn57_1;animation-duration:.76s;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames2-2_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(19cqw,-35cqh)}}._particles2_2qn57_10423:nth-child(3){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-3_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames2-3_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(47cqw,5cqh)}}._particles2_2qn57_10423:nth-child(4){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-4_2qn57_1;animation-duration:776ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-4_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(48cqw,-19cqh)}}._particles2_2qn57_10423:nth-child(5){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-5_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames2-5_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-45cqw,34cqh)}}._particles2_2qn57_10423:nth-child(6){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-6_2qn57_1;animation-duration:753ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames2-6_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,34cqh)}}._particles2_2qn57_10423:nth-child(7){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-7_2qn57_1;animation-duration:744ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-7_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(35cqw,12cqh)}}._particles2_2qn57_10423:nth-child(8){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-8_2qn57_1;animation-duration:746ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames2-8_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,-21cqh)}}._particles2_2qn57_10423:nth-child(9){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-9_2qn57_1;animation-duration:791ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-9_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,25cqh)}}._particles2_2qn57_10423:nth-child(10){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-10_2qn57_1;animation-duration:725ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-10_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-26cqw,-31cqh)}}._particles2_2qn57_10423:nth-child(11){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-11_2qn57_1;animation-duration:792ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames2-11_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,33cqh)}}._particles2_2qn57_10423:nth-child(12){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-12_2qn57_1;animation-duration:765ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-12_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-24cqw,-12cqh)}}._particles2_2qn57_10423:nth-child(13){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-13_2qn57_1;animation-duration:741ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames2-13_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw,21cqh)}}._particles2_2qn57_10423:nth-child(14){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-14_2qn57_1;animation-duration:796ms;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames2-14_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(17cqw,42cqh)}}._particles2_2qn57_10423:nth-child(15){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-15_2qn57_1;animation-duration:749ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames2-15_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(34cqw,-42cqh)}}._particles2_2qn57_10423:nth-child(16){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-16_2qn57_1;animation-duration:781ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames2-16_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,47cqh)}}._particles2_2qn57_10423:nth-child(17){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-17_2qn57_1;animation-duration:728ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-17_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(43cqw,24cqh)}}._particles2_2qn57_10423:nth-child(18){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-18_2qn57_1;animation-duration:706ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-18_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(6cqw,-8cqh)}}._particles2_2qn57_10423:nth-child(19){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-19_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-19_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(9cqw,-49cqh)}}._particles2_2qn57_10423:nth-child(20){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-20_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-20_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(18cqw,-48cqh)}}._particles2_2qn57_10423:nth-child(21){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-21_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames2-21_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(6cqw,-48cqh)}}._particles2_2qn57_10423:nth-child(22){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-22_2qn57_1;animation-duration:747ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-22_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-11cqw,-13cqh)}}._particles2_2qn57_10423:nth-child(23){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-23_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames2-23_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-11cqw,-31cqh)}}._particles2_2qn57_10423:nth-child(24){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-24_2qn57_1;animation-duration:707ms;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames2-24_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-17cqw,29cqh)}}._particles2_2qn57_10423:nth-child(25){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-25_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 34%)}@keyframes _move-frames2-25_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,50cqh)}}._particles2_2qn57_10423:nth-child(26){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-26_2qn57_1;animation-duration:771ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames2-26_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(20cqw,5cqh)}}._particles2_2qn57_10423:nth-child(27){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-27_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-27_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(22cqw,13cqh)}}._particles2_2qn57_10423:nth-child(28){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-28_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames2-28_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-17cqw,16cqh)}}._particles2_2qn57_10423:nth-child(29){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-29_2qn57_1;animation-duration:773ms;background:radial-gradient(#fff,#ffffff0d 21%)}@keyframes _move-frames2-29_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-9cqw,2cqh)}}._particles2_2qn57_10423:nth-child(30){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-30_2qn57_1;animation-duration:.79s;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames2-30_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translateY(22cqh)}}._particles2_2qn57_10423:nth-child(31){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-31_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames2-31_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,44cqh)}}._particles2_2qn57_10423:nth-child(32){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-32_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames2-32_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-4cqw,18cqh)}}._particles2_2qn57_10423:nth-child(33){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-33_2qn57_1;animation-duration:.73s;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames2-33_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-20cqw,25cqh)}}._particles2_2qn57_10423:nth-child(34){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-34_2qn57_1;animation-duration:769ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-34_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,-8cqh)}}._particles2_2qn57_10423:nth-child(35){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-35_2qn57_1;animation-duration:736ms;background:radial-gradient(#fff,#ffffff0d 44%)}@keyframes _move-frames2-35_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(33cqw,43cqh)}}._particles2_2qn57_10423:nth-child(36){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-36_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames2-36_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-37cqw,23cqh)}}._particles2_2qn57_10423:nth-child(37){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-37_2qn57_1;animation-duration:.76s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-37_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(36cqw,40cqh)}}._particles2_2qn57_10423:nth-child(38){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-38_2qn57_1;animation-duration:715ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-38_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(49cqw,9cqh)}}._particles2_2qn57_10423:nth-child(39){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-39_2qn57_1;animation-duration:764ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames2-39_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-48cqw,-25cqh)}}._particles2_2qn57_10423:nth-child(40){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-40_2qn57_1;animation-duration:708ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-40_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,-42cqh)}}._particles2_2qn57_10423:nth-child(41){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-41_2qn57_1;animation-duration:714ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-41_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-43cqw,39cqh)}}._particles2_2qn57_10423:nth-child(42){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-42_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-42_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,7cqh)}}._particles2_2qn57_10423:nth-child(43){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-43_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames2-43_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(31cqw,-35cqh)}}._particles2_2qn57_10423:nth-child(44){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-44_2qn57_1;animation-duration:744ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames2-44_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-15cqw,-9cqh)}}._particles2_2qn57_10423:nth-child(45){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-45_2qn57_1;animation-duration:777ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-45_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,20cqh)}}._particles2_2qn57_10423:nth-child(46){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-46_2qn57_1;animation-duration:779ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-46_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-10cqw,-26cqh)}}._particles2_2qn57_10423:nth-child(47){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-47_2qn57_1;animation-duration:737ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames2-47_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,20cqh)}}._particles2_2qn57_10423:nth-child(48){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-48_2qn57_1;animation-duration:752ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames2-48_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,-6cqh)}}._particles2_2qn57_10423:nth-child(49){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-49_2qn57_1;animation-duration:.8s;background:radial-gradient(#fff,#ffffff0d 42%)}@keyframes _move-frames2-49_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(18cqw,5cqh)}}._particles2_2qn57_10423:nth-child(50){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-50_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames2-50_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-14cqw,-12cqh)}}._particles2_2qn57_10423:nth-child(51){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-51_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames2-51_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-10cqw,-11cqh)}}._particles2_2qn57_10423:nth-child(52){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-52_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames2-52_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-12cqw,-45cqh)}}._particles2_2qn57_10423:nth-child(53){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-53_2qn57_1;animation-duration:708ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames2-53_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-42cqw)}}._particles2_2qn57_10423:nth-child(54){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-54_2qn57_1;animation-duration:739ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames2-54_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(2cqw,-24cqh)}}._particles2_2qn57_10423:nth-child(55){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-55_2qn57_1;animation-duration:726ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-55_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translateY(-5cqh)}}._particles2_2qn57_10423:nth-child(56){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-56_2qn57_1;animation-duration:738ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-56_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(30cqw,-26cqh)}}._particles2_2qn57_10423:nth-child(57){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-57_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames2-57_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-35cqw,-43cqh)}}._particles2_2qn57_10423:nth-child(58){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-58_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-58_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-33cqw,-4cqh)}}._particles2_2qn57_10423:nth-child(59){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-59_2qn57_1;animation-duration:745ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames2-59_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-33cqw,-12cqh)}}._particles2_2qn57_10423:nth-child(60){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-60_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 37%)}@keyframes _move-frames2-60_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translateY(-45cqh)}}._particles2_2qn57_10423:nth-child(61){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-61_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames2-61_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(3cqw,21cqh)}}._particles2_2qn57_10423:nth-child(62){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-62_2qn57_1;animation-duration:715ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames2-62_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,37cqh)}}._particles2_2qn57_10423:nth-child(63){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-63_2qn57_1;animation-duration:716ms;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames2-63_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(19cqw,-24cqh)}}._particles2_2qn57_10423:nth-child(64){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-64_2qn57_1;animation-duration:.71s;background:radial-gradient(#fff,#ffffff0d 31%)}@keyframes _move-frames2-64_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-30cqw,36cqh)}}._particles2_2qn57_10423:nth-child(65){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-65_2qn57_1;animation-duration:756ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-65_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,-7cqh)}}._particles2_2qn57_10423:nth-child(66){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-66_2qn57_1;animation-duration:759ms;background:radial-gradient(#fff,#ffffff0d 34%)}@keyframes _move-frames2-66_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-29cqw,38cqh)}}._particles2_2qn57_10423:nth-child(67){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-67_2qn57_1;animation-duration:723ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-67_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(31cqw,-46cqh)}}._particles2_2qn57_10423:nth-child(68){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-68_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames2-68_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,-30cqh)}}._particles2_2qn57_10423:nth-child(69){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-69_2qn57_1;animation-duration:794ms;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames2-69_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,-45cqh)}}._particles2_2qn57_10423:nth-child(70){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-70_2qn57_1;animation-duration:791ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames2-70_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,-40cqh)}}._particles2_2qn57_10423:nth-child(71){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-71_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-71_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(32cqw,-31cqh)}}._particles2_2qn57_10423:nth-child(72){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-72_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-72_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-3cqw,-48cqh)}}._particles2_2qn57_10423:nth-child(73){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-73_2qn57_1;animation-duration:.74s;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames2-73_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(47cqw,-11cqh)}}._particles2_2qn57_10423:nth-child(74){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-74_2qn57_1;animation-duration:717ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-74_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,39cqh)}}._particles2_2qn57_10423:nth-child(75){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-75_2qn57_1;animation-duration:744ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-75_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(19cqw,-6cqh)}}._particles2_2qn57_10423:nth-child(76){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-76_2qn57_1;animation-duration:796ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-76_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-40cqw,-42cqh)}}._particles2_2qn57_10423:nth-child(77){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-77_2qn57_1;animation-duration:703ms;background:radial-gradient(#fff,#ffffff0d 34%)}@keyframes _move-frames2-77_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,5cqh)}}._particles2_2qn57_10423:nth-child(78){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-78_2qn57_1;animation-duration:793ms;background:radial-gradient(#fff,#ffffff0d 21%)}@keyframes _move-frames2-78_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,16cqh)}}._particles2_2qn57_10423:nth-child(79){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-79_2qn57_1;animation-duration:721ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-79_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(8cqw,12cqh)}}._particles2_2qn57_10423:nth-child(80){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-80_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-80_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,18cqh)}}._particles2_2qn57_10423:nth-child(81){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-81_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 31%)}@keyframes _move-frames2-81_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(13cqw,-43cqh)}}._particles2_2qn57_10423:nth-child(82){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-82_2qn57_1;animation-duration:712ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames2-82_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-33cqw,44cqh)}}._particles2_2qn57_10423:nth-child(83){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-83_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames2-83_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,31cqh)}}._particles2_2qn57_10423:nth-child(84){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-84_2qn57_1;animation-duration:.71s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-84_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(3cqw,37cqh)}}._particles2_2qn57_10423:nth-child(85){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-85_2qn57_1;animation-duration:795ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-85_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(15cqw,6cqh)}}._particles2_2qn57_10423:nth-child(86){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-86_2qn57_1;animation-duration:731ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-86_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(35cqw,12cqh)}}._particles2_2qn57_10423:nth-child(87){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-87_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames2-87_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(22cqw,34cqh)}}._particles2_2qn57_10423:nth-child(88){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-88_2qn57_1;animation-duration:702ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-88_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-44cqw,-30cqh)}}._particles2_2qn57_10423:nth-child(89){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-89_2qn57_1;animation-duration:749ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-89_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(14cqw,6cqh)}}._particles2_2qn57_10423:nth-child(90){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-90_2qn57_1;animation-duration:789ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames2-90_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(7cqw,-9cqh)}}._particles2_2qn57_10423:nth-child(91){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-91_2qn57_1;animation-duration:703ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-91_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(19cqw,26cqh)}}._particles2_2qn57_10423:nth-child(92){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-92_2qn57_1;animation-duration:713ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames2-92_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-21cqw,16cqh)}}._particles2_2qn57_10423:nth-child(93){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-93_2qn57_1;animation-duration:782ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames2-93_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-30cqw,34cqh)}}._particles2_2qn57_10423:nth-child(94){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-94_2qn57_1;animation-duration:791ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames2-94_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(9cqw,-24cqh)}}._particles2_2qn57_10423:nth-child(95){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-95_2qn57_1;animation-duration:712ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-95_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(26cqw,7cqh)}}._particles2_2qn57_10423:nth-child(96){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-96_2qn57_1;animation-duration:777ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-96_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(37cqw,-29cqh)}}._particles2_2qn57_10423:nth-child(97){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-97_2qn57_1;animation-duration:766ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-97_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(49cqw,30cqh)}}._particles2_2qn57_10423:nth-child(98){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-98_2qn57_1;animation-duration:708ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-98_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(39cqw,-9cqh)}}._particles2_2qn57_10423:nth-child(99){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-99_2qn57_1;animation-duration:744ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-99_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-43cqw,-11cqh)}}._particles2_2qn57_10423:nth-child(100){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-100_2qn57_1;animation-duration:746ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames2-100_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-35cqw,-31cqh)}}._particles2_2qn57_10423:nth-child(101){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-101_2qn57_1;animation-duration:745ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-101_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,-11cqh)}}._particles2_2qn57_10423:nth-child(102){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-102_2qn57_1;animation-duration:707ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-102_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(18cqw,49cqh)}}._particles2_2qn57_10423:nth-child(103){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-103_2qn57_1;animation-duration:767ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames2-103_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-49cqw,39cqh)}}._particles2_2qn57_10423:nth-child(104){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-104_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 26%)}@keyframes _move-frames2-104_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-37cqw,14cqh)}}._particles2_2qn57_10423:nth-child(105){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-105_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames2-105_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(38cqw,-49cqh)}}._particles2_2qn57_10423:nth-child(106){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-106_2qn57_1;animation-duration:.77s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-106_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(34cqw,-6cqh)}}._particles2_2qn57_10423:nth-child(107){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-107_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-107_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-21cqw,6cqh)}}._particles2_2qn57_10423:nth-child(108){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-108_2qn57_1;animation-duration:.79s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-108_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-44cqw,6cqh)}}._particles2_2qn57_10423:nth-child(109){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-109_2qn57_1;animation-duration:739ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames2-109_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-47cqw,11cqh)}}._particles2_2qn57_10423:nth-child(110){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-110_2qn57_1;animation-duration:739ms;background:radial-gradient(#fff,#ffffff0d 40%)}@keyframes _move-frames2-110_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-2cqw,24cqh)}}._particles2_2qn57_10423:nth-child(111){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-111_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames2-111_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(46cqw,-17cqh)}}._particles2_2qn57_10423:nth-child(112){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-112_2qn57_1;animation-duration:.8s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-112_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-13cqw,-40cqh)}}._particles2_2qn57_10423:nth-child(113){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-113_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-113_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-32cqw,9cqh)}}._particles2_2qn57_10423:nth-child(114){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-114_2qn57_1;animation-duration:.8s;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames2-114_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-29cqw,-8cqh)}}._particles2_2qn57_10423:nth-child(115){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-115_2qn57_1;animation-duration:793ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-115_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(37cqw,-13cqh)}}._particles2_2qn57_10423:nth-child(116){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-116_2qn57_1;animation-duration:.76s;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames2-116_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-19cqw,38cqh)}}._particles2_2qn57_10423:nth-child(117){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-117_2qn57_1;animation-duration:763ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-117_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,-8cqh)}}._particles2_2qn57_10423:nth-child(118){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-118_2qn57_1;animation-duration:727ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-118_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(48cqw,-43cqh)}}._particles2_2qn57_10423:nth-child(119){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-119_2qn57_1;animation-duration:786ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-119_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-17cqw,-42cqh)}}._particles2_2qn57_10423:nth-child(120){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-120_2qn57_1;animation-duration:706ms;background:radial-gradient(#fff,#ffffff0d 47%)}@keyframes _move-frames2-120_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(22cqw,4cqh)}}._particles2_2qn57_10423:nth-child(121){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-121_2qn57_1;animation-duration:.76s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-121_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translateY(20cqh)}}._particles2_2qn57_10423:nth-child(122){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-122_2qn57_1;animation-duration:733ms;background:radial-gradient(#fff,#ffffff0d 30%)}@keyframes _move-frames2-122_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(21cqw,-2cqh)}}._particles2_2qn57_10423:nth-child(123){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-123_2qn57_1;animation-duration:773ms;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames2-123_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-6cqw,13cqh)}}._particles2_2qn57_10423:nth-child(124){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-124_2qn57_1;animation-duration:735ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames2-124_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,1cqh)}}._particles2_2qn57_10423:nth-child(125){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-125_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-125_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-17cqw,-26cqh)}}._particles2_2qn57_10423:nth-child(126){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-126_2qn57_1;animation-duration:787ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-126_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-41cqw,47cqh)}}._particles2_2qn57_10423:nth-child(127){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-127_2qn57_1;animation-duration:702ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames2-127_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(29cqw,40cqh)}}._particles2_2qn57_10423:nth-child(128){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-128_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 22%)}@keyframes _move-frames2-128_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-16cqw,42cqh)}}._particles2_2qn57_10423:nth-child(129){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-129_2qn57_1;animation-duration:735ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-129_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(24cqw,50cqh)}}._particles2_2qn57_10423:nth-child(130){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-130_2qn57_1;animation-duration:712ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames2-130_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(34cqw,42cqh)}}._particles2_2qn57_10423:nth-child(131){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-131_2qn57_1;animation-duration:705ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-131_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-21cqw,-46cqh)}}._particles2_2qn57_10423:nth-child(132){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-132_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-132_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-7cqw,-22cqh)}}._particles2_2qn57_10423:nth-child(133){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-133_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-133_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(23cqw,-42cqh)}}._particles2_2qn57_10423:nth-child(134){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-134_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-134_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(10cqw,-21cqh)}}._particles2_2qn57_10423:nth-child(135){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-135_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-135_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,-12cqh)}}._particles2_2qn57_10423:nth-child(136){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-136_2qn57_1;animation-duration:761ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-136_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(2cqw,-7cqh)}}._particles2_2qn57_10423:nth-child(137){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-137_2qn57_1;animation-duration:778ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames2-137_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-31cqw,-10cqh)}}._particles2_2qn57_10423:nth-child(138){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-138_2qn57_1;animation-duration:726ms;background:radial-gradient(#fff,#ffffff0d 24%)}@keyframes _move-frames2-138_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,1cqh)}}._particles2_2qn57_10423:nth-child(139){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-139_2qn57_1;animation-duration:768ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-139_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,29cqh)}}._particles2_2qn57_10423:nth-child(140){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-140_2qn57_1;animation-duration:719ms;background:radial-gradient(#fff,#ffffff0d 39%)}@keyframes _move-frames2-140_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(36cqw,-2cqh)}}._particles2_2qn57_10423:nth-child(141){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-141_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames2-141_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-20cqw,21cqh)}}._particles2_2qn57_10423:nth-child(142){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-142_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 49%)}@keyframes _move-frames2-142_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-26cqw,-8cqh)}}._particles2_2qn57_10423:nth-child(143){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-143_2qn57_1;animation-duration:751ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-143_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(2cqw,-7cqh)}}._particles2_2qn57_10423:nth-child(144){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-144_2qn57_1;animation-duration:709ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-144_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-39cqw,15cqh)}}._particles2_2qn57_10423:nth-child(145){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-145_2qn57_1;animation-duration:758ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-145_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-9cqw,15cqh)}}._particles2_2qn57_10423:nth-child(146){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-146_2qn57_1;animation-duration:731ms;background:radial-gradient(#fff,#ffffff0d 35%)}@keyframes _move-frames2-146_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,32cqh)}}._particles2_2qn57_10423:nth-child(147){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-147_2qn57_1;animation-duration:762ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-147_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-47cqw,-22cqh)}}._particles2_2qn57_10423:nth-child(148){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-148_2qn57_1;animation-duration:759ms;background:radial-gradient(#fff,#ffffff0d 38%)}@keyframes _move-frames2-148_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-25cqw,13cqh)}}._particles2_2qn57_10423:nth-child(149){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-149_2qn57_1;animation-duration:728ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-149_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,-31cqh)}}._particles2_2qn57_10423:nth-child(150){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-150_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 41%)}@keyframes _move-frames2-150_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(48cqw,-19cqh)}}._particles2_2qn57_10423:nth-child(151){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-151_2qn57_1;animation-duration:711ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-151_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(6cqw,-12cqh)}}._particles2_2qn57_10423:nth-child(152){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-152_2qn57_1;animation-duration:746ms;background:radial-gradient(#fff,#ffffff0d 23%)}@keyframes _move-frames2-152_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-30cqw,1cqh)}}._particles2_2qn57_10423:nth-child(153){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-153_2qn57_1;animation-duration:735ms;background:radial-gradient(#fff,#ffffff0d 36%)}@keyframes _move-frames2-153_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-16cqw,-4cqh)}}._particles2_2qn57_10423:nth-child(154){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-154_2qn57_1;animation-duration:736ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames2-154_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(33cqw,-10cqh)}}._particles2_2qn57_10423:nth-child(155){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-155_2qn57_1;animation-duration:719ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-155_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(13cqw,-47cqh)}}._particles2_2qn57_10423:nth-child(156){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-156_2qn57_1;animation-duration:.72s;background:radial-gradient(#fff,#ffffff0d 31%)}@keyframes _move-frames2-156_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(16cqw,-17cqh)}}._particles2_2qn57_10423:nth-child(157){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-157_2qn57_1;animation-duration:743ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-157_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,-35cqh)}}._particles2_2qn57_10423:nth-child(158){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-158_2qn57_1;animation-duration:.8s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-158_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,22cqh)}}._particles2_2qn57_10423:nth-child(159){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-159_2qn57_1;animation-duration:747ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-159_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-1cqw,30cqh)}}._particles2_2qn57_10423:nth-child(160){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-160_2qn57_1;animation-duration:777ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-160_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-26cqw,15cqh)}}._particles2_2qn57_10423:nth-child(161){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-161_2qn57_1;animation-duration:719ms;background:radial-gradient(#fff,#ffffff0d 31%)}@keyframes _move-frames2-161_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw,35cqh)}}._particles2_2qn57_10423:nth-child(162){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-162_2qn57_1;animation-duration:719ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames2-162_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(36cqw,-32cqh)}}._particles2_2qn57_10423:nth-child(163){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-163_2qn57_1;animation-duration:786ms;background:radial-gradient(#fff,#ffffff0d 29%)}@keyframes _move-frames2-163_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-10cqw,41cqh)}}._particles2_2qn57_10423:nth-child(164){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-164_2qn57_1;animation-duration:785ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-164_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(6cqw,8cqh)}}._particles2_2qn57_10423:nth-child(165){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-165_2qn57_1;animation-duration:748ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-165_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-8cqw,15cqh)}}._particles2_2qn57_10423:nth-child(166){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-166_2qn57_1;animation-duration:751ms;background:radial-gradient(#fff,#ffffff0d 32%)}@keyframes _move-frames2-166_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(23cqw,-38cqh)}}._particles2_2qn57_10423:nth-child(167){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-167_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 45%)}@keyframes _move-frames2-167_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,6cqh)}}._particles2_2qn57_10423:nth-child(168){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-168_2qn57_1;animation-duration:783ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-168_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-17cqw)}}._particles2_2qn57_10423:nth-child(169){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-169_2qn57_1;animation-duration:749ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-169_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-13cqw,35cqh)}}._particles2_2qn57_10423:nth-child(170){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-170_2qn57_1;animation-duration:715ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-170_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(30cqw,-22cqh)}}._particles2_2qn57_10423:nth-child(171){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-171_2qn57_1;animation-duration:777ms;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames2-171_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(41cqw,38cqh)}}._particles2_2qn57_10423:nth-child(172){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-172_2qn57_1;animation-duration:771ms;background:radial-gradient(#fff,#ffffff0d 27%)}@keyframes _move-frames2-172_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(-42cqw,-8cqh)}}._particles2_2qn57_10423:nth-child(173){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-173_2qn57_1;animation-duration:782ms;background:radial-gradient(#fff,#ffffff0d 21%)}@keyframes _move-frames2-173_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-39cqw,8cqh)}}._particles2_2qn57_10423:nth-child(174){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-174_2qn57_1;animation-duration:776ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames2-174_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(45cqw,-1cqh)}}._particles2_2qn57_10423:nth-child(175){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-175_2qn57_1;animation-duration:779ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-175_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(8cqw,27cqh)}}._particles2_2qn57_10423:nth-child(176){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-176_2qn57_1;animation-duration:742ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-176_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(1cqw,34cqh)}}._particles2_2qn57_10423:nth-child(177){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-177_2qn57_1;animation-duration:793ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-177_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-48cqw,-44cqh)}}._particles2_2qn57_10423:nth-child(178){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-178_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-178_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-15cqw,30cqh)}}._particles2_2qn57_10423:nth-child(179){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-179_2qn57_1;animation-duration:761ms;background:radial-gradient(#fff,#ffffff0d 42%)}@keyframes _move-frames2-179_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-5cqw,-32cqh)}}._particles2_2qn57_10423:nth-child(180){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-180_2qn57_1;animation-duration:756ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-180_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(10cqw,-28cqh)}}._particles2_2qn57_10423:nth-child(181){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-181_2qn57_1;animation-duration:786ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-181_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(50cqw,46cqh)}}._particles2_2qn57_10423:nth-child(182){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-182_2qn57_1;animation-duration:799ms;background:radial-gradient(#fff,#ffffff0d 43%)}@keyframes _move-frames2-182_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(28cqw,-1cqh)}}._particles2_2qn57_10423:nth-child(183){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-183_2qn57_1;animation-duration:772ms;background:radial-gradient(#fff,#ffffff0d 25%)}@keyframes _move-frames2-183_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-34cqw)}}._particles2_2qn57_10423:nth-child(184){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-184_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-184_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(35cqw,49cqh)}}._particles2_2qn57_10423:nth-child(185){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-185_2qn57_1;animation-duration:723ms;background:radial-gradient(#fff,#ffffff0d 33%)}@keyframes _move-frames2-185_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(10cqw,-38cqh)}}._particles2_2qn57_10423:nth-child(186){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-186_2qn57_1;animation-duration:746ms;background:radial-gradient(#fff,#ffffff0d 46%)}@keyframes _move-frames2-186_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(26cqw,-45cqh)}}._particles2_2qn57_10423:nth-child(187){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-187_2qn57_1;animation-duration:.8s;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-187_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-13cqw,22cqh)}}._particles2_2qn57_10423:nth-child(188){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-188_2qn57_1;animation-duration:744ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-188_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-38cqw,-36cqh)}}._particles2_2qn57_10423:nth-child(189){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-189_2qn57_1;animation-duration:798ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-189_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-49cqw,25cqh)}}._particles2_2qn57_10423:nth-child(190){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-190_2qn57_1;animation-duration:704ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-190_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(44cqw,26cqh)}}._particles2_2qn57_10423:nth-child(191){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-191_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-191_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-8cqw,33cqh)}}._particles2_2qn57_10423:nth-child(192){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-192_2qn57_1;animation-duration:767ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-192_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(-38cqw,-43cqh)}}._particles2_2qn57_10423:nth-child(193){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-193_2qn57_1;animation-duration:766ms;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames2-193_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(10cqw,-37cqh)}}._particles2_2qn57_10423:nth-child(194){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-194_2qn57_1;animation-duration:765ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-194_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(40cqw,-38cqh)}}._particles2_2qn57_10423:nth-child(195){border-radius:50%;height:11px;width:11px;animation-name:_move-frames2-195_2qn57_1;animation-duration:722ms;background:radial-gradient(#fff,#ffffff0d 50%)}@keyframes _move-frames2-195_2qn57_1{0%{opacity:1;height:11px;width:11px}70%{opacity:.8;height:11px;width:11px}to{height:2px;width:2px;opacity:0;transform:translate(23cqw,-47cqh)}}._particles2_2qn57_10423:nth-child(196){border-radius:50%;height:13px;width:13px;animation-name:_move-frames2-196_2qn57_1;animation-duration:755ms;background:radial-gradient(#fff,#ffffff0d 21%)}@keyframes _move-frames2-196_2qn57_1{0%{opacity:1;height:13px;width:13px}70%{opacity:.8;height:13px;width:13px}to{height:2px;width:2px;opacity:0;transform:translate(-20cqw,-1cqh)}}._particles2_2qn57_10423:nth-child(197){border-radius:50%;height:14px;width:14px;animation-name:_move-frames2-197_2qn57_1;animation-duration:784ms;background:radial-gradient(#fff,#ffffff0d 20%)}@keyframes _move-frames2-197_2qn57_1{0%{opacity:1;height:14px;width:14px}70%{opacity:.8;height:14px;width:14px}to{height:2px;width:2px;opacity:0;transform:translate(-28cqw,-28cqh)}}._particles2_2qn57_10423:nth-child(198){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-198_2qn57_1;animation-duration:.78s;background:radial-gradient(#fff,#ffffff0d 28%)}@keyframes _move-frames2-198_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(29cqw,1cqh)}}._particles2_2qn57_10423:nth-child(199){border-radius:50%;height:12px;width:12px;animation-name:_move-frames2-199_2qn57_1;animation-duration:716ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames2-199_2qn57_1{0%{opacity:1;height:12px;width:12px}70%{opacity:.8;height:12px;width:12px}to{height:2px;width:2px;opacity:0;transform:translate(13cqw,-38cqh)}}._particles2_2qn57_10423:nth-child(200){border-radius:50%;height:15px;width:15px;animation-name:_move-frames2-200_2qn57_1;animation-duration:756ms;background:radial-gradient(#fff,#ffffff0d 48%)}@keyframes _move-frames2-200_2qn57_1{0%{opacity:1;height:15px;width:15px}70%{opacity:.8;height:15px;width:15px}to{height:2px;width:2px;opacity:0;transform:translate(-8cqw,-48cqh)}}._clickerPopup_1g97s_1{z-index:calc(var(--z-pop-under) - 2);width:100%;display:flex;justify-content:center}@media screen and (max-width:500px){._clickerPopup_1g97s_1 .titleBlock ._gradient_1g97s_8{background:linear-gradient(to bottom,transparent 60%,#141415 100%),var(--pop-under-content-bg-color, #141415) url(/images/popup-new-level/gradient.svg) no-repeat;background-size:100% 100%,100% 100%;background-position:center,center top}}@media screen and (min-width:501px){._clickerPopup_1g97s_1 .titleBlock:before{height:150px;border-radius:0 0 24px 24px}}@media screen and (min-width:1280px){._clickerPopup_1g97s_1 .titleBlock ._gradient_1g97s_8{background:linear-gradient(to bottom,transparent 65%,#141415 100%),var(--pop-under-content-bg-color, #141415) url(/images/popup-new-level/gradient.svg) no-repeat;background-size:100% 100%,100% 420px;background-position:center,center top}}@keyframes _rotation_1g97s_1{0%{transform:translate(-50%,50%) rotate(0)}to{transform:translate(-50%,50%) rotate(360deg)}}@keyframes _blink_1g97s_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.8}}._wrapper_1g97s_50{width:100%}._upperContent_1g97s_54{height:421px;margin-top:-60px;position:relative;z-index:2;max-height:calc(100vh - 199px);max-height:calc(100svh - 199px)}@media(max-height:625px){._upperContent_1g97s_54{background-position:center bottom}._upperContent_1g97s_54 img{max-height:calc(100% - 60px);transform:translateY(70px)}}._upperContent_1g97s_54 img{height:100%;width:100%;object-fit:contain}._upperContent_1g97s_54._skin26_1g97s_76{margin-top:0!important}._mascotContainer_1g97s_80{position:relative;display:flex;justify-content:center;z-index:2;margin-bottom:-60px}._mascotBackground_1g97s_88{position:absolute;bottom:60px;left:50%;transform:translate(-50%);width:105px;height:130px;background:linear-gradient(180deg,#1f232e,#1f2330,#202432,#202434,#212a4d,#212b52,#222d5c,#212e61,#22306a 80%,#213273);border-radius:16px;z-index:1;overflow:hidden}._mascotWrapper_1g97s_101{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-end}._mascotImage_1g97s_109{width:105px;height:201px;object-fit:cover;z-index:2;position:relative;top:-60px}._mascotName_1g97s_118{font-weight:600;font-size:12px;line-height:16px;text-align:center;color:#fff;margin-top:12px;z-index:2;position:relative}._lightWrapper_1g97s_129{position:absolute;left:0;top:0;width:100%;height:65%;overflow:hidden;z-index:1;mix-blend-mode:soft-light;border-radius:24px 24px 0 0;-webkit-mask-image:-webkit-gradient(linear,left 90%,left bottom,from(rgb(0,0,0)),to(rgba(0,0,0,0)));mask-image:linear-gradient(linear,left 90%,left bottom,from(rgb(0,0,0)),to(rgba(0,0,0,0)))}._stars_1g97s_143{position:absolute;left:50%;top:0;z-index:3;transform:translate(-50%)}._stars_1g97s_143 svg{position:absolute;left:0;top:0}._stars_1g97s_143 svg:nth-child(1){left:68px;top:62px;width:22px;height:22px;animation:_blink_1g97s_1 1s cubic-bezier(.65,0,.35,1) infinite}._stars_1g97s_143 svg:nth-child(2){left:89px;top:85px;width:12px;height:12px;animation:_blink_1g97s_1 1s .3s cubic-bezier(.65,0,.35,1) infinite}._stars_1g97s_143 svg:nth-child(3){left:89px;top:200px;width:12px;height:22px;animation:_blink_1g97s_1 1s .2s cubic-bezier(.65,0,.35,1) infinite}._stars_1g97s_143 svg:nth-child(4){left:-96px;top:126px;width:22px;height:22px;animation:_blink_1g97s_1 1s .4s cubic-bezier(.65,0,.35,1) infinite}._stars_1g97s_143 svg:nth-child(5){left:-111px;top:157px;width:12px;height:12px;animation:_blink_1g97s_1 1s cubic-bezier(.65,0,.35,1) infinite}._lights_1g97s_191{position:absolute;bottom:0;left:50%;aspect-ratio:1/1;animation:_rotation_1g97s_1 30s linear infinite;width:250%;transform:translate(-50%,50%);height:250%}@media screen and (min-width:501px){._lights_1g97s_191{height:auto;width:150%}}._lights_1g97s_191 svg{position:absolute;left:0;top:0;height:100%;width:100%;opacity:.3}._lights_1g97s_191 img:last-child{transform:translateY(100%) rotate(180deg)}._gradient_1g97s_8{position:absolute;inset:0;overflow:hidden;background:linear-gradient(to bottom,transparent 60%,rgba(20,20,21,.8) 100%),var(--pop-under-content-bg-color, #141415) url(/images/popup-new-level/gradient.svg) no-repeat;background-size:100% 100%,100% 420px;background-position:center,center top;border-radius:24px 24px 0 0}._gradient_1g97s_8 div{position:absolute;inset-inline-start:50%;top:0;transform:translate(-50%)}@media(max-height:540px){._gradient_1g97s_8{background-position:center,bottom center}}._bottomContent_1g97s_240{position:relative;z-index:2;padding:0 16px;pointer-events:all}._bottomContentTitle_1g97s_247{font-size:22px;line-height:26px;margin-top:20px}._bottomContentSubtitle_1g97s_253{margin-top:8px;font-size:14px;font-weight:400;line-height:20px;color:#ffffffb3}._rewardContainer_1g97s_261{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;z-index:1;margin:24px 0 -8px}._rewardCount_1g97s_272{font-family:Inter;font-weight:600;font-size:32px;line-height:36px;letter-spacing:-.69px;color:#fff}._clickerPopup_1no0t_1{z-index:calc(var(--z-pop-under) - 2);width:100%;display:flex;justify-content:center}@media screen and (max-width:500px){._clickerPopup_1no0t_1 .titleBlock ._gradient_1no0t_8{background:linear-gradient(to bottom,transparent 60%,#141415 100%),var(--pop-under-content-bg-color, #141415) url(/images/popup-new-level/gradient.svg) no-repeat;background-size:100% 100%,100% 100%;background-position:center,center top}}@media screen and (min-width:501px){._clickerPopup_1no0t_1 .titleBlock:before{height:150px;border-radius:0 0 24px 24px}}@media screen and (min-width:1280px){._clickerPopup_1no0t_1 .titleBlock ._gradient_1no0t_8{background:linear-gradient(to bottom,transparent 65%,#141415 100%),var(--pop-under-content-bg-color, #141415) url(/images/popup-new-level/gradient.svg) no-repeat;background-size:100% 100%,100% 420px;background-position:center,center top}}@keyframes _rotation_1no0t_1{0%{transform:translate(-50%,50%) rotate(0)}to{transform:translate(-50%,50%) rotate(360deg)}}@keyframes _blink_1no0t_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.8}}._wrapper_1no0t_50{width:100%}._upperContent_1no0t_54{height:421px;margin-top:-60px;position:relative;z-index:2;max-height:calc(100vh - 199px);max-height:calc(100svh - 199px)}@media(max-height:625px){._upperContent_1no0t_54{background-position:center bottom}._upperContent_1no0t_54 img{max-height:calc(100% - 60px);transform:translateY(70px)}}._upperContent_1no0t_54 img{height:100%;width:100%;object-fit:contain}._upperContent_1no0t_54._skin26_1no0t_76{margin-top:0!important}._mascotContainer_1no0t_80{position:relative;display:flex;justify-content:center;z-index:2;margin-bottom:-60px}._mascotBackground_1no0t_88{position:absolute;bottom:60px;left:50%;transform:translate(-50%);width:105px;height:130px;background:linear-gradient(180deg,#1f232e,#1f2330,#202432,#202434,#212a4d,#212b52,#222d5c,#212e61,#22306a 80%,#213273);border-radius:16px;z-index:1;overflow:hidden}._mascotWrapper_1no0t_101{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-end}._mascotImage_1no0t_109{width:105px;height:201px;object-fit:cover;z-index:2;position:relative;top:-60px}._mascotName_1no0t_118{font-weight:600;font-size:12px;line-height:16px;text-align:center;color:#fff;margin-top:12px;z-index:2;position:relative}._lightWrapper_1no0t_129{position:absolute;left:0;top:0;width:100%;height:65%;overflow:hidden;z-index:1;mix-blend-mode:soft-light;border-radius:24px 24px 0 0;-webkit-mask-image:-webkit-gradient(linear,left 90%,left bottom,from(rgb(0,0,0)),to(rgba(0,0,0,0)));mask-image:linear-gradient(linear,left 90%,left bottom,from(rgb(0,0,0)),to(rgba(0,0,0,0)))}._stars_1no0t_143{position:absolute;left:50%;top:0;z-index:3;transform:translate(-50%)}._stars_1no0t_143 svg{position:absolute;left:0;top:0}._stars_1no0t_143 svg:nth-child(1){left:68px;top:62px;width:22px;height:22px;animation:_blink_1no0t_1 1s cubic-bezier(.65,0,.35,1) infinite}._stars_1no0t_143 svg:nth-child(2){left:89px;top:85px;width:12px;height:12px;animation:_blink_1no0t_1 1s .3s cubic-bezier(.65,0,.35,1) infinite}._stars_1no0t_143 svg:nth-child(3){left:89px;top:200px;width:12px;height:22px;animation:_blink_1no0t_1 1s .2s cubic-bezier(.65,0,.35,1) infinite}._stars_1no0t_143 svg:nth-child(4){left:-96px;top:126px;width:22px;height:22px;animation:_blink_1no0t_1 1s .4s cubic-bezier(.65,0,.35,1) infinite}._stars_1no0t_143 svg:nth-child(5){left:-111px;top:157px;width:12px;height:12px;animation:_blink_1no0t_1 1s cubic-bezier(.65,0,.35,1) infinite}._lights_1no0t_191{position:absolute;bottom:0;left:50%;aspect-ratio:1/1;animation:_rotation_1no0t_1 30s linear infinite;width:250%;transform:translate(-50%,50%);height:250%}@media screen and (min-width:501px){._lights_1no0t_191{height:auto;width:150%}}._lights_1no0t_191 svg{position:absolute;left:0;top:0;height:100%;width:100%;opacity:.3}._lights_1no0t_191 img:last-child{transform:translateY(100%) rotate(180deg)}._gradient_1no0t_8{position:absolute;inset:0;overflow:hidden;background:linear-gradient(to bottom,transparent 60%,rgba(20,20,21,.8) 100%),var(--pop-under-content-bg-color, #141415) url(/images/popup-new-level/gradient.svg) no-repeat;background-size:100% 100%,100% 420px;background-position:center,center top;border-radius:24px 24px 0 0}._gradient_1no0t_8 div{position:absolute;inset-inline-start:50%;top:0;transform:translate(-50%)}@media(max-height:540px){._gradient_1no0t_8{background-position:center,bottom center}}._bottomContent_1no0t_240{position:relative;z-index:2;padding:0 16px;pointer-events:all}._bottomContentTitle_1no0t_247{font-size:22px;line-height:26px;margin-top:20px}._bottomContentSubtitle_1no0t_253{margin-top:8px;font-size:14px;font-weight:400;line-height:20px;color:#ffffffb3}._rewardContainer_1no0t_261{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;z-index:1;margin:24px 0 -8px}._rewardCount_1no0t_272{font-family:Inter;font-weight:600;font-size:32px;line-height:36px;letter-spacing:-.69px;color:#fff}._mascotsContainer_1no0t_281{display:flex;justify-content:center;align-items:flex-end;gap:clamp(8px,8vw,32px);margin-top:-25px;position:relative;flex-wrap:wrap}._mascotsContainer_1no0t_281:has(._mascotItem_1no0t_290:nth-child(3)){gap:clamp(4px,2vw,11px)}@media(max-width:405px){._mascotsContainer_1no0t_281:has(._mascotItem_1no0t_290:nth-child(3)){gap:6px;flex-wrap:nowrap}}._mascotItem_1no0t_290{display:flex;flex-direction:column;align-items:center;position:relative}._mascotItem_1no0t_290:nth-child(n+4){display:none}._mascotBackground_1no0t_88{position:absolute;bottom:40px;left:50%;transform:translate(-50%);width:105px;height:130px;background:linear-gradient(180deg,#1f232e,#1f2330,#202432,#202434,#212a4d,#212b52,#222d5c,#212e61,#22306a 80%,#213273);border-radius:12px;overflow:hidden}@media(max-width:320px){._mascotBackground_1no0t_88{width:70px;height:90px}}._mascotsContainer_1no0t_281:has(._mascotItem_1no0t_290:nth-child(2)):has(._mascotItem_1no0t_290:nth-child(3)) ._mascotBackground_1no0t_88,._mascotsContainer_1no0t_281:has(._mascotItem_1no0t_290:nth-child(2)):not(:has(._mascotItem_1no0t_290:nth-child(3))) ._mascotBackground_1no0t_88{bottom:24px}._mascotWrapper_1no0t_101{position:relative;display:flex;justify-content:center;align-items:flex-end}._mascotImage_1no0t_109{width:105px;height:201px;object-fit:cover;position:relative;top:-20px}._mascotsNames_1no0t_348{display:none}._mascotNameItem_1no0t_352{font-weight:600;font-size:12px;line-height:16px;text-align:center;color:#fff;position:relative;max-width:85px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:-12px}@media(max-width:320px){._mascotNameItem_1no0t_352{font-size:10px;line-height:14px;max-width:70px}}@media(max-width:405px){._mascotsContainer_1no0t_281:has(._mascotItem_1no0t_290:nth-child(3)) ._mascotBackground_1no0t_88{width:88px;height:108px}._mascotsContainer_1no0t_281:has(._mascotItem_1no0t_290:nth-child(3)) ._mascotImage_1no0t_109{width:88px;height:170px;top:-16px}._mascotsContainer_1no0t_281:has(._mascotItem_1no0t_290:nth-child(3)) ._mascotNameItem_1no0t_352{max-width:74px}}._mascotName_1no0t_118{font-weight:600;font-size:10px;line-height:14px;text-align:center;color:#fff;margin-top:4px;position:relative;max-width:85px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:320px){._mascotName_1no0t_118{font-size:9px;line-height:12px;max-width:70px}}._clickerPopup_1utke_2{z-index:calc(var(--z-pop-under) - 2);width:100%;display:flex;justify-content:center}@keyframes _rotation_1utke_1{0%{transform:translate(-50%,50%) rotate(0)}to{transform:translate(-50%,50%) rotate(360deg)}}@keyframes _blink_1utke_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.8}}._wrapper_1utke_31{width:100%}._imgWrapper_1utke_35{width:201px;height:201px;position:relative;top:-58px}._upperContent_1utke_42{position:relative;display:flex;justify-content:center;z-index:2;max-height:115px}._upperContent_1utke_42 img{height:100%;width:100%;object-fit:contain}._lightWrapper_1utke_55{position:absolute;left:0;top:0;width:100%;height:80%;overflow:hidden;z-index:1;mix-blend-mode:soft-light;border-radius:24px 24px 0 0;-webkit-mask-image:-webkit-gradient(linear,left 90%,left bottom,from(rgb(0,0,0)),to(rgba(0,0,0,0)));mask-image:linear-gradient(linear,left 90%,left bottom,from(rgb(0,0,0)),to(rgba(0,0,0,0)))}._badge_1utke_69{background:#8a8d9429;width:max-content;margin:12px auto 0;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;line-height:16px;text-align:center;position:relative;border:none}._badge_1utke_69:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff47,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._amount_1utke_100{margin-top:24px;display:flex;justify-content:center;gap:8px;align-items:center;margin-bottom:4px}._amountText_1utke_109{font-size:32px;font-weight:600;line-height:36px;display:inline-block}._amountImg_1utke_116{width:36px;height:36px}._amountImg_1utke_116 img{width:100%;object-fit:contain;display:block;display:inline-block}._badgeGrey_1utke_128{background:#ffffff26;color:#f0f2f5;position:relative;border:none}._badgeGrey_1utke_128:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff47,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._badgeBlue_1utke_151{background:#05f;color:#fff;position:relative;border:none;box-shadow:0 2px 2px #0075ff33,0 0 22.5px #0075ffcf}._badgeBlue_1utke_151:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff47,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._badgeGreen_1utke_175{background:#0fa54d;color:#fff;position:relative;border:none;box-shadow:0 2px 2px #12b85733,0 0 22.5px #12b857cf}._badgeGreen_1utke_175:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff57,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._badgeViolet_1utke_199{background:#5f39ea;color:#fff;position:relative;border:none;box-shadow:0 2px 2px #5f39ea33,0 0 22.5px #5f39eacf}._badgeViolet_1utke_199:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff47,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._badgeYellow_1utke_223{background:#ffb200;color:#4a1200;position:relative;border:none;box-shadow:0 2px 2px #ffb20033,0 0 22.5px #ffb200cf}._badgeYellow_1utke_223:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(91.28deg,#fff0 -3.14%,#ffffff57,#fff0 105.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._lights_1utke_247{position:absolute;bottom:77%;left:50%;aspect-ratio:1/1;animation:_rotation_1utke_1 30s linear infinite;width:250%;transform:translate(-50%,50%);height:250%}@media screen and (min-width:501px){._lights_1utke_247{height:auto;width:150%}}._lights_1utke_247 svg{position:absolute;left:0;top:0;height:100%;width:100%;opacity:.3}._lights_1utke_247 img:last-child{transform:translateY(100%) rotate(180deg)}._gradient_1utke_275{position:absolute;inset:0;overflow:hidden;background:#141415 url(/images/popup-new-level/gradient.svg) no-repeat;background-size:100% 300px;border-radius:24px 24px 0 0}._gradient_1utke_275 div{position:absolute;inset-inline-start:50%;top:0;transform:translate(-50%)}._bottomContent_1utke_290{position:relative;z-index:2;padding:0 16px}._bottomContentTitle_1utke_296{font-size:22px;font-weight:600;line-height:26px;text-align:center;margin-top:16px;color:#f0f2f5}._bottomContentSubtitle_1utke_305{margin-top:12px;font-size:14px;font-weight:400;line-height:20px;color:#ffffffad}._income_1utke_313{display:flex;justify-content:center;align-items:center;margin-top:24px;gap:8px}._incomeItem_1utke_321{display:flex;background:#a3abbb29;border-radius:100px;padding:4px 8px 4px 4px;align-items:center;gap:4px;border:1px solid rgba(163,171,187,.16);position:relative;height:28px}._incomeItem_1utke_321 svg{width:20px;height:20px;min-width:20px}._incomeItem_1utke_321 ._amountImg_1utke_116{width:20px;height:20px;min-width:20px;display:flex;align-items:center;justify-content:center}._incomeItem_1utke_321 ._amountImg_1utke_116 img{width:100%;height:100%;object-fit:contain}._incomeTextWrapper_1utke_351{display:flex;align-items:center;height:100%}._incomeItemText_1utke_357{font-size:12px;font-weight:600;line-height:20px;text-align:center;color:#fff}._incomeValue_1utke_365{font-size:14px;font-weight:600;line-height:20px;color:#fff833;margin-right:4px}._hourText_1utke_373{font-size:14px;font-weight:400;line-height:20px;color:#ffffffad}._arrowUpIcon_1utke_380{position:absolute;top:-8px;right:-6px;width:8.56px;height:9.66px;color:#4ade80}._cityPopupWrapper_1bhb3_1 .container{bottom:34px}._cityPopupWrapper_1bhb3_1 .container:after{display:none}@media screen and (min-width:501px){._cityPopupWrapper_1bhb3_1 .container{inset-inline-end:auto;inset-inline-start:calc(50% - var(--max-width) / 2);bottom:50%;transform:translateY(50%)}}._cityPopupWrapper_1bhb3_1 .contentBlock{background-color:#141415;border-radius:24px}._leagueRewardPopup_5zrvv_1 .modalBottomSheetTitle{display:none}@media screen and (min-width:501px){._content_5zrvv_6{max-width:380px!important}}._btnResults_5zrvv_11{width:100%;text-align:center;display:block;height:44px;font-size:14px;font-weight:600;line-height:20px;background-color:#8a8d9429;margin-top:24px;border-radius:12px;color:#fff}@keyframes _particle1_nfjqe_1{0%{opacity:.8;transform:translate(66px,-75px) scale(.8)}to{opacity:1;transform:translate(63px,-70px) scale(1.2)}}@keyframes _particle2_nfjqe_1{0%{opacity:.6;transform:translate(-81px,-65px) scale(1.2)}to{opacity:1;transform:translate(-77px,-60px) scale(1.4)}}@keyframes _particle3_nfjqe_1{0%{opacity:.5;transform:translate(79px,40px) scale(1)}to{opacity:1;transform:translate(84px,44px) scale(1.2)}}@keyframes _particle4_nfjqe_1{0%{opacity:.3;transform:translate(101px,25px) scale(.8)}to{opacity:1;transform:translate(105px,29px) scale(.8)}}@keyframes _particle5_nfjqe_1{0%{opacity:.3;transform:translate(-94px,57px) scale(.8)}to{opacity:1;transform:translate(-90px,61px) scale(1)}}@keyframes _rotate_nfjqe_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._leagueRewardContent_nfjqe_59{position:relative;margin:0 0 -48px;width:100%}._leagueRewardContent_nfjqe_59:before{content:"";width:100%;height:24px;background:linear-gradient(transparent,#141415);position:absolute;bottom:-1px;left:0;z-index:100;color:#141414}._leagueRewardContentWrapper_nfjqe_76{width:calc(100% + 32px);border-radius:24px 24px 0 0;margin:-16px -16px 0;padding-bottom:24px;overflow:hidden;display:flex;flex-direction:column;align-items:center;max-height:70vh;max-height:70svh;overflow-y:scroll;position:relative;scrollbar-width:none!important;-ms-overflow-style:none!important}._leagueRewardContentWrapper_nfjqe_76::-webkit-scrollbar{display:none!important}._leagueRewardContentAvatar_nfjqe_98{width:368px;min-width:368px;height:175px;position:relative;z-index:2}._leagueRewardContentAvatar_nfjqe_98 img{width:100%;height:100%}._avatar_nfjqe_111{width:115px;height:115px;border-radius:100%;overflow:hidden;position:absolute;left:50%;top:18px;transform:translate(-50%)}._avatar_nfjqe_111 img{width:100%;height:100%}._leagueRewardContentHeader_nfjqe_126{width:100%;display:flex;justify-content:center;overflow:hidden;position:relative;padding-top:72px;min-width:360px;background-color:#141414}._leagueRewardContentHeader_nfjqe_126:before{content:"";position:absolute;top:0;height:58px;width:100%;box-shadow:1px 43px 26px -8px #141414 inset;-webkit-box-shadow:1px 43px 26px -8px rgb(20,20,20) inset;-moz-box-shadow:1px 43px 26px -8px rgb(20,20,20) inset;z-index:1}._leagueRewardWrapper_nfjqe_148{width:100%;height:100%;padding-bottom:4px;min-width:360px}._leagueRewardsLights_nfjqe_155{position:absolute;left:50%;top:calc(50% + 140px);transform:translate(-50%,-50%);min-height:500px;aspect-ratio:1/1}._leagueRewardsLights_nfjqe_155 svg{animation:_rotate_nfjqe_1 60s linear infinite;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120%;height:120%}._svgMaskForLeague_nfjqe_173{position:absolute;left:-1000px;height:0;width:0;opacity:0;pointer-events:none}._leagueRewardMainHeaderWrapper_nfjqe_182{width:100%;min-width:360px;position:relative;padding-bottom:23px;margin-top:-32px}._leagueRewardGradient_nfjqe_190{position:absolute;inset:-30%}._leagueRewardGradient_nfjqe_190 img{width:100%;height:auto}._leagueRewardGradient_nfjqe_190 svg{position:absolute;left:50%;top:calc(50% + 25px);transform:translate(-50%,-50%);width:100%;height:55%}._leagueRewardsPlace_nfjqe_207{position:absolute;bottom:0;left:0}._leagueRewardsPlace_nfjqe_207{position:absolute;bottom:-11px;left:50%;transform:translate(-50%);height:60px;font-size:60px;z-index:2}._leagueRewardsPlace_nfjqe_207 img{height:100%}._particles_nfjqe_226 svg:nth-child(1){position:absolute;left:50%;top:50%;z-index:100;transform:translate(66px,-75px) scale(.8);animation:_particle1_nfjqe_1 3s 1s ease-in-out infinite alternate;opacity:.8}._particles_nfjqe_226 svg:nth-child(2){position:absolute;left:50%;top:50%;z-index:100;transform:translate(-81px,-65px) scale(1.2);animation:_particle2_nfjqe_1 3.5s ease-in-out infinite alternate;opacity:.6}._particles_nfjqe_226 svg:nth-child(3){position:absolute;left:50%;top:50%;z-index:100;transform:translate(79px,40px) scale(1);animation:_particle3_nfjqe_1 4s .3s ease-in-out infinite alternate;opacity:.5}._particles_nfjqe_226 svg:nth-child(4){position:absolute;left:50%;top:50%;z-index:100;transform:translate(101px,25px) scale(.8);animation:_particle4_nfjqe_1 3.2s 2s ease-in-out infinite alternate;opacity:.5}._particles_nfjqe_226 svg:nth-child(5){position:absolute;left:50%;top:50%;z-index:100;transform:translate(-94px,57px) scale(.8);animation:_particle5_nfjqe_1 3.2s 2s ease-in-out infinite alternate;opacity:.3}._leagueRewardMask_nfjqe_272{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}._leagueRewardMask_nfjqe_272 ._leftMask_nfjqe_281,._leagueRewardMask_nfjqe_272 ._rightMask_nfjqe_281{position:absolute;bottom:-40px;left:50%;z-index:2;width:1000px;background-color:#141414;transform:translate(-100%) rotate(20deg);height:242px}._leagueRewardMask_nfjqe_272 ._rightMask_nfjqe_281{transform:translate(0) rotate(-20deg)}._leagueRewardTitle_nfjqe_295{display:flex;align-items:center;gap:8px;justify-content:center;margin-top:12px}._leagueRewardTitleItem_nfjqe_303{font-size:24px;font-weight:600;line-height:28px;color:#fff}._leagueRewardTextContent_nfjqe_310{color:#8a8d94;font-size:14px;font-weight:400;line-height:20px;text-align:center;margin-top:16px}._leagueRewardItem_nfjqe_319{display:flex;align-items:center;justify-content:center;margin-top:24px;gap:8px;font-size:32px;font-weight:600;line-height:36px}._leagueRewardItem_nfjqe_319 img{display:block;width:36px;height:36px}._leagueRewardContentMain_nfjqe_335{width:100%;padding:0 16px}._rewardWeb2Token_nfjqe_340{color:#00efff}._rewardWeb2Token_nfjqe_340 svg{width:36px;height:36px}._rewardOnewinToken_nfjqe_348{color:#fff}._borderBronze_nfjqe_352{border-top:4px solid #63391B}._borderSilver_nfjqe_356{border-top:4px solid #3D5276}._borderGold_nfjqe_360{border-top:4px solid #A94600}._borderPlatinum_nfjqe_364{border-top:4px solid #003673}._borderEmerald_nfjqe_368{border-top:4px solid #0D6727}._borderDiamond_nfjqe_372{border-top:4px solid #005372}._borderMaster_nfjqe_376{border-top:4px solid #7E1F1F}._avatar_nfjqe_111 div[class*=mascotContainer]{width:115px!important;height:115px!important;border-radius:50%!important;overflow:hidden!important}._avatar_nfjqe_111 div[class*=mascotBackground]{width:115px!important;height:115px!important;border:none!important;border-radius:50%!important}._avatar_nfjqe_111 img[class*=mascotImage]:not([class*=mascotImageSpecial]){width:150px!important;height:150px!important;top:0!important;left:50%!important;transform:translate(-50%)!important;position:absolute!important}._avatar_nfjqe_111 img[class*=mascotImageSpecial]{width:150px!important;height:150px!important;top:0!important;left:52%!important;transform:translate(-50%)!important;position:absolute!important}._resultContainer_1qiex_1{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}._resultContainer_1qiex_1 img{width:64px}._opacityIcon_1qiex_12{opacity:.3}._modal_1wx8t_1 ._wrapper_1wx8t_1{background:url(/assets/sheet-bg-zhrsLorf.webp) no-repeat;background-size:100% 100%;background-position:center}._container_1wx8t_7{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:16px}._title_1wx8t_16{font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;color:#fff;text-align:center;margin-bottom:8px}._description_1wx8t_26{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#ffffffad;margin:0 0 24px;padding:0 16px}._clanBadge_1wx8t_37{display:flex;align-items:center;gap:8px;background:#a3abbb29;border-radius:30px;padding:4px 8px 4px 4px}._membersBadge_1wx8t_46{display:flex;align-items:center;gap:4px;background:#a3abbb29;border-radius:30px;padding:4px 8px}._membersBadge_1wx8t_46 svg{width:24px;height:24px}._percentBadge_1wx8t_59{display:flex;align-items:center;gap:4px;min-width:24px;background:#ffd54d1f;border-radius:30px;padding:4px 8px 4px 4px}._percentBadge_1wx8t_59 svg{width:24px;height:24px}._flag_1wx8t_73{width:20px;height:20px;border-radius:999px;border:.7px solid rgba(255,255,255,.01);-webkit-backdrop-filter:blur(24.82px);backdrop-filter:blur(24.82px);object-fit:cover}._clanName_1wx8t_82{font-weight:600;font-size:16px;line-height:22px;letter-spacing:-.12px;color:#fff}._membersText_1wx8t_90{font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;color:#fff;display:inline-flex}._currentMembers_1wx8t_99{color:#fff;margin-inline-end:1.5px}._maxMembers_1wx8t_104{color:#9aa1b1}._percentTitle_1wx8t_108{font-weight:400;font-size:14px;line-height:20px;color:#ffffffad;margin-bottom:6px}._percentText_1wx8t_116{font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;color:#fff}._actions_1wx8t_124{display:flex;justify-content:center;width:100%}._goToClanButton_1wx8t_130{width:100%;height:44px;background:#0075ff;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;cursor:pointer;transition:background-color .2s ease}._overlay_qdazh_1{position:absolute;cursor:pointer}._container_qdazh_6{position:unset}._popunder_qdazh_10{position:absolute;display:flex}._popunder_qdazh_10:after{display:none}._wrapper_qdazh_18{position:relative;background:linear-gradient(180deg,#0e0824,#131356 19.45%,#2f41ab 43%,#141415 50%);padding:16px 0}._wrapper_qdazh_18:after{content:"";position:absolute;top:274px;left:0;width:100%;height:100px;background:linear-gradient(transparent,#141415,#141415,#141415);z-index:2}._image_qdazh_34{height:347px;width:100%;margin-top:-67px;margin-left:0;position:relative;overflow-x:clip}._image_qdazh_34 img{position:absolute;top:184px;width:851px;height:auto;left:50%;transform:translate(-50%,-50%)}._textContainer_qdazh_52{display:flex;flex-direction:column;gap:12px;position:relative;z-index:3;padding-inline:16px}._text_qdazh_52{text-align:center;vertical-align:middle}._title_qdazh_66{color:#fff;font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px}._description_qdazh_75{color:#ffffffad;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}._footer_qdazh_84{padding-inline:16px}@media screen and (min-width:501px){._nightCityReleaseModalContentBlockClassName_qdazh_89{max-width:380px!important}}@keyframes _blink_1tnhu_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes _rotation_1tnhu_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._campaignRewardWrapper_1tnhu_23{background:url(/assets/bg-CAD0beQq.webp);background-size:100% auto;background-repeat:no-repeat}._modal_1tnhu_29 ._wrapper_1tnhu_29{background:url(/assets/sheet-bg-zhrsLorf.webp) no-repeat;background-size:100% 100%;background-position:center}._container_1tnhu_35{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}._lightWrapper_1tnhu_43{position:absolute;inset-inline-start:0;top:0;inset-inline-end:0;bottom:0;overflow:hidden;z-index:1;mix-blend-mode:soft-light;border-radius:24px;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgb(0,0,0) 40%,rgba(0,0,0,0) 70%);mask-image:linear-gradient(to bottom,#000 0% 40%,#0000 70%)}._lights_1tnhu_58{position:absolute;top:0;inset-inline-start:50%;aspect-ratio:1/1;animation:_rotation_1tnhu_1 30s linear infinite;width:150%;transform:translate(-50%,-50%);height:150%;filter:blur(5px)}@media screen and (min-width:501px){._lights_1tnhu_58{height:auto;width:150%}}._lights_1tnhu_58 svg{position:absolute;inset-inline-start:0;top:0;height:100%;width:100%;opacity:.3}._stars_1tnhu_84{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:150px;height:150px}._stars_1tnhu_84 svg{position:absolute;color:#fed130!important;fill:#fed130!important}._stars_1tnhu_84 svg *{fill:#fed130!important;color:#fed130!important}._stars_1tnhu_84 svg path{fill:#fed130!important}._stars_1tnhu_84 svg:nth-child(1){inset-inline-start:0;top:22px;width:16px;height:16px;animation:_blink_1tnhu_1 1s cubic-bezier(.65,0,.35,1) infinite}._stars_1tnhu_84 svg:nth-child(2){inset-inline-end:8px;top:-17px;width:12px;height:12px;animation:_blink_1tnhu_1 1s .3s cubic-bezier(.65,0,.35,1) infinite}._stars_1tnhu_84 svg:nth-child(3){top:-30px;inset-inline-start:16px;bottom:0;width:9px;height:9px;animation:_blink_1tnhu_1 1s .2s cubic-bezier(.65,0,.35,1) infinite}._giftContainer_1tnhu_128{position:relative;z-index:4;margin-top:16px;margin-bottom:32px}._giftBox_1tnhu_135{width:100px;height:100px;object-fit:contain;object-position:center}._title_1tnhu_142{color:#fff;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;margin:0 0 8px}._description_1tnhu_153{color:#ffffffad;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;vertical-align:middle;margin:0 0 8px}._rewardsContainer_1tnhu_164{display:flex;justify-content:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}._rewardBadge_1tnhu_172{display:flex;align-items:center;height:32px;border-radius:16px;background-color:#3a3e44cc;border:1px solid var(--Border-Neutral-border-primary, rgba(163, 171, 187, .16));padding-block:4px;padding-inline:4px 8px;gap:4px}._rewardBadge_1tnhu_172 svg,._rewardBadge_1tnhu_172 img{width:20px;height:20px}._rewardBadgeNoWeb2_1tnhu_189{display:flex;align-items:center;height:32px;border-radius:16px;padding-block:4px;padding-inline:4px 8px;gap:4px}._rewardBadgeNoWeb2_1tnhu_189 svg,._rewardBadgeNoWeb2_1tnhu_189 img{width:36px;height:36px}._rewardText_1tnhu_204{color:#fff;font-weight:600;font-size:14px;line-height:16px}._rewardTextNoWeb2_1tnhu_211{font-weight:600;font-size:32px;color:#fff;letter-spacing:-.69px}._actions_1tnhu_218{display:flex;justify-content:center;width:100%}._closeButton_1tnhu_224{width:100%;height:48px;background:#0075ff;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;cursor:pointer;transition:background-color .2s ease}._closeButton_1tnhu_224:hover{background:#0066e5}._closeButton_1tnhu_224:active{background:#0058cc}._rewardBottom_1tnhu_246{display:flex;gap:12px}._rewardWrapper_1tnhu_251{display:flex;flex-direction:column;align-items:center}._rewardBottomWrapper_1tnhu_257{margin-top:12px}._subtitle_1tnhu_261{font-weight:600;font-style:Semi Bold;font-size:14px;line-height:20px;color:#ffffffad}._rewardClanBadge_1tnhu_269 svg{width:24px;height:24px}@media screen and (min-width:501px){._campaignRewardModalContentBlockClassName_1tnhu_275{max-width:380px!important}}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._modal_1tnhu_29{position:absolute;inset-inline:0;margin-inline:auto;bottom:36px}}._content_138sp_1{margin-top:-12px;display:flex;flex-direction:column;gap:12px;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#ffffffad}._wrapper_138sp_15{background:url(/assets/sheet-bg-ze4ep0bt.webp) no-repeat;background-size:100% auto;background-position:top}@media screen and (min-width:768px){._wrapper_138sp_15{background-size:110% 96%}}._icon_138sp_26{position:relative;left:auto;top:auto;transform:none;margin:-16px}@media screen and (min-width:768px){._icon_138sp_26{position:absolute;left:50%;top:-16px;transform:translate(-50%);margin:0}}._icon_138sp_26 img{margin-top:30px;width:242px;height:auto}._title_138sp_49{padding-top:8px}@media screen and (min-width:768px){._title_138sp_49{padding-top:70px}}@media screen and (min-width:501px){._airdrop2ModalContentBlockClassName_138sp_59{max-width:380px!important}}._modal_pw61d_1{overflow:visible;border-radius:24px;margin-top:-10px}._background_pw61d_7{min-width:100%;max-width:100%;margin:0 auto;border-radius:24px;position:absolute;overflow:hidden;z-index:-1;inset:0}._backgroundImage_pw61d_21{position:absolute;margin-left:50%;transform:translate(-50%);width:auto;height:350px;object-fit:cover;border-radius:24px}._imageContainer_pw61d_31{position:absolute;top:-134px;left:50%;transform:translate(-50%);z-index:10}._image_pw61d_31{width:234px;height:372px;object-fit:cover}._container_pw61d_45{position:relative;display:flex;flex-direction:column;align-items:center;padding:193px 0 0;text-align:center;z-index:0}._title_pw61d_55{font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;color:#f0f2f5;text-align:center;margin:40px 0 12px}._description_pw61d_65{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#ffffffad;margin:0}._penaltyContainer_pw61d_75{margin-top:24px;display:flex;align-items:center;justify-content:center}._penaltyContainer_pw61d_75 ._penaltyIcon_pw61d_81{width:36px;height:36px;margin-right:8px}._penaltyContainer_pw61d_75 ._penaltyAmount_pw61d_86{font-family:Inter;font-weight:600;font-size:32px;line-height:36px;letter-spacing:-.69px;color:#f63d00}._closeButton_pw61d_95{width:100%;height:48px;background:#0075ff;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;cursor:pointer;transition:background-color .2s ease;display:flex;justify-content:center;align-items:center}._closeButton_pw61d_95:hover{background:#0066e5}._closeButton_pw61d_95:active{background:#0058cc}._messageContentTitle_fqq8r_1{font-family:Inter;font-size:14px;font-weight:600;line-height:20px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#141415}._messageContentDescription_fqq8r_12{font-family:Inter;font-size:12px;font-weight:400;line-height:16px;letter-spacing:.0099999998px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#8a8d94}._step1Container_1ey31_1{display:flex;flex-direction:column;justify-content:end;align-items:flex-end;width:100%;max-width:var(--max-width);margin:0 auto;padding-right:115px;padding-top:298px;position:relative;font-family:Inter;font-size:12px;font-weight:400;line-height:16px;letter-spacing:.0099999998px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}@media(max-height:650px){._step1Container_1ey31_1{padding-top:228px}}@media screen and (min-width:501px){._step1Container_1ey31_1{max-width:100%;padding-right:105px}}@media screen and (min-width:768px){._step1Container_1ey31_1{max-width:100%;padding-right:164px}}@media screen and (min-width:768px){._step1Container_1ey31_1{max-width:710px}}@media screen and (min-width:1280px){._step1Container_1ey31_1{max-width:1040px}}._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{width:70px;position:absolute;right:115px;top:298px;height:100%;z-index:2;height:calc(100vh - 388px);height:calc(100svh - 388px);max-height:370px;border:1px solid #FED830;border-radius:16px}@media(max-height:765px){._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{height:304px}}@media(max-height:700px){._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{height:239px}}@media(max-height:565px){._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{height:168px}}@media(max-height:498px){._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{height:103px}}@media(max-height:650px){._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{top:232px}}@media screen and (min-width:501px){._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{width:70px;right:105px}}@media screen and (min-width:768px){._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{width:150px;right:164px}}._step1Container_1ey31_1 ._step1Column_1ey31_98{width:70px;background-color:#141415;border-radius:16px;padding:12px 2px;height:calc(100vh - 388px);height:calc(100svh - 388px);max-height:370px;overflow:hidden}@media(max-height:765px){._step1Container_1ey31_1 ._step1Column_1ey31_98{height:304px}}@media(max-height:700px){._step1Container_1ey31_1 ._step1Column_1ey31_98{height:239px}}@media(max-height:565px){._step1Container_1ey31_1 ._step1Column_1ey31_98{height:168px}}@media(max-height:498px){._step1Container_1ey31_1 ._step1Column_1ey31_98{height:103px}}@media screen and (min-width:501px){._step1Container_1ey31_1 ._step1Column_1ey31_98{width:70px}}@media screen and (min-width:768px){._step1Container_1ey31_1 ._step1Column_1ey31_98{width:150px}}._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Header_1ey31_138{color:#ffffffad;padding:0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:768px){._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Header_1ey31_138{padding:0 30px}}._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150{margin-top:12px;display:flex;flex-direction:column;gap:4px}@media screen and (min-width:768px){._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150{gap:8px}}._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150 ._bucketMult_1ey31_161{padding:0 12px;display:flex;align-items:center;font-size:12px;font-weight:600;line-height:20px;color:#fff;gap:4px;width:70px;height:62px}._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150 ._bucketMult_1ey31_161 img{width:16px;height:16px;min-width:16px}@media screen and (min-width:501px){._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150 ._bucketMult_1ey31_161{width:70px}}@media screen and (min-width:768px){._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150 ._bucketMult_1ey31_161{height:60px;width:150px;padding:0 30px;font-size:14px}}._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150 ._bucketMult_1ey31_161 svg{width:16px;height:16px}._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150 ._bucketMult_1ey31_161:last-child{height:40px;align-items:flex-end}._step1Container_1ey31_1 ._step1Column_1ey31_98 ._step1Rows_1ey31_150 ._bg_1ey31_199{background-color:#1d1e20;border-top:1px solid #2e3033;border-bottom:1px solid #2e3033}[dir=rtl] ._step1Container_1ey31_1{align-items:center;padding-left:unset;padding-right:unset;margin-right:104px}[dir=rtl] ._step1Container_1ey31_1 ._highlightsColumn_1ey31_48{right:auto}._step2Container_vbvz4_1{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--max-width);margin:0 auto;padding-block-start:178px;padding-inline:16px;overflow:hidden}@media screen and (min-width:501px){._step2Container_vbvz4_1{max-width:100%}}@media screen and (min-width:768px){._step2Container_vbvz4_1{max-width:750px;padding-inline:32px}}@media screen and (min-width:1280px){._step2Container_vbvz4_1{max-width:1040px}}._step2Container_vbvz4_1 ._timer_vbvz4_28{display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffffad;font-size:12px;font-weight:400;line-height:16px;padding:10px;width:241px;background-color:#161616;border:1px solid #FED830;border-radius:16px}._step2Container_vbvz4_1 ._step2TableContainer_vbvz4_43{background-color:#141415;border-radius:12px;padding:16px;padding-block-end:0;overflow:hidden;width:100%;max-height:calc(100vh - 366px);max-height:calc(100svh - 366px);position:relative;display:flex;flex-direction:column}._step2Container_vbvz4_1 ._step2TableContainer_vbvz4_43 div:last-child{flex-shrink:1}._step2Container_vbvz4_1 ._step2TableContainer_vbvz4_43:before{content:"";position:absolute;bottom:36px;inset-inline-start:0;width:100%;height:20px;-webkit-box-shadow:0px -15px 7px 0px rgb(20,20,21) inset;-moz-box-shadow:0px -15px 7px 0px rgb(20,20,21) inset;box-shadow:0 -15px 7px #141415 inset;z-index:2}._step2Container_vbvz4_1 ._step2TableContainer_vbvz4_43>div>:nth-child(2){max-height:calc(100vh - 434px);max-height:calc(100svh - 434px)}._step2Container_vbvz4_1 ._bucketcontainer_vbvz4_75{display:flex;flex-direction:column;gap:4px;width:100%;padding:1px;border:1px solid #FED830;border-radius:17px;pointer-events:none;background-color:#141415;margin-block-start:22px}._detailedResultTable_1csz1_1{width:100%;display:flex;flex-direction:column}._detailedResultTable_1csz1_1 ._tableHeader_1csz1_6{width:100%;display:flex;flex-direction:row;border-bottom:1px solid #1f1f33;padding-bottom:4px;font-family:Inter;font-size:12px;font-weight:400;line-height:16px;letter-spacing:.01px;text-underline-position:from-font;text-decoration-skip-ink:none;text-align:start;color:#5a5c5f;position:relative}._detailedResultTable_1csz1_1 ._tableHeader_1csz1_6._tableHeaderOnboarding_1csz1_23{border-bottom:none}._detailedResultTable_1csz1_1 ._tableHeader_1csz1_6._tableHeaderOnboarding_1csz1_23:before{content:"";position:absolute;bottom:-4px;inset-inline-start:0;width:100%;transform:translateY(100%);height:20px;z-index:2;display:block;height:1px;background-color:#a3abbb29}._detailedResultTable_1csz1_1 ._tableHeader_1csz1_6 ._firstColumn_1csz1_39{width:60%}._detailedResultTable_1csz1_1 ._tableHeader_1csz1_6 ._secondColumn_1csz1_42{width:20%}._detailedResultTable_1csz1_1 ._tableHeader_1csz1_6 ._thirdColumn_1csz1_45{width:20%;text-align:end;display:flex;justify-content:flex-end;align-items:center;gap:4px}._detailedResultTable_1csz1_1 ._tableBody_1csz1_53{display:flex;flex-direction:column;gap:4px;padding-top:16px;padding-bottom:16px;max-height:calc(100vh - 382px);max-height:calc(100svh - 382px);overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:none;position:relative}._detailedResultRow_88mnx_1{display:flex;flex-direction:row;align-items:center;width:100%;height:28px;font-family:Inter;font-weight:400;letter-spacing:.01px;text-align:start;text-underline-position:from-font;text-decoration-skip-ink:none}._detailedResultRow_88mnx_1 ._firstColumn_88mnx_14{width:60%;line-height:16px;font-size:12px;display:flex;flex-direction:row;align-items:center;gap:4px;color:#ffffffad}._detailedResultRow_88mnx_1 ._firstColumnNew_88mnx_24,._detailedResultRow_88mnx_1 ._firstColumnNew_88mnx_24 ._isHighLight_88mnx_27{color:#00b24b}._detailedResultRow_88mnx_1 ._isHighLight_88mnx_27{font-size:14px;font-weight:600;line-height:20px;color:#fed830}._detailedResultRow_88mnx_1 ._secondColumn_88mnx_36{width:20%;display:flex;align-items:center}._detailedResultRow_88mnx_1 ._secondColumn_88mnx_36 p{padding:0 6px;min-width:24px;height:18px;background-color:#242528;text-align:center;font-size:12px;color:#ffffffad;border-radius:24px}._detailedResultRow_88mnx_1 ._secondColumnNew_88mnx_51 p{color:#00b24b}._detailedResultRow_88mnx_1 ._thirdColumn_88mnx_54{text-align:end;width:20%;font-size:14px;line-height:20px;color:#ffffffad}._detailedResultFooter_q1off_1{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:46px;border-top:1px solid #202021;font-family:Inter;font-weight:600;text-align:start;text-underline-position:from-font;text-decoration-skip-ink:none}._detailedResultFooter_q1off_1 ._firstColumn_q1off_15{letter-spacing:-.12px;line-height:22px;font-size:16px}._detailedResultFooter_q1off_1 ._lastColumn_q1off_20{display:flex;flex-direction:row;align-items:center;gap:6px;line-height:20px;font-size:14px}._step3Container_1t7dr_1{display:flex;flex-direction:column;align-items:flex-end;width:100%;max-width:var(--max-width);margin:0 auto;padding-right:16px;padding-top:298px;height:100%;overflow:hidden;font-family:Inter;font-size:12px;font-weight:400;line-height:16px;letter-spacing:.0099999998px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;position:relative}@media(max-height:650px){._step3Container_1t7dr_1{padding-top:228px}}@media screen and (min-width:501px){._step3Container_1t7dr_1{max-width:100%;padding-right:16px}}@media screen and (min-width:768px){._step3Container_1t7dr_1{max-width:710px;padding-inline:32px}}@media screen and (min-width:1280px){._step3Container_1t7dr_1{max-width:1040px}}._step3Container_1t7dr_1 ._highlightsColumn_1t7dr_44{width:80px;position:absolute;right:16px;top:298px;height:100%;max-height:370px;z-index:2;height:calc(100vh - 388px);height:calc(100svh - 388px);border:1px solid #FED830;border-radius:16px}@media(max-height:765px){._step3Container_1t7dr_1 ._highlightsColumn_1t7dr_44{height:304px}}@media(max-height:700px){._step3Container_1t7dr_1 ._highlightsColumn_1t7dr_44{height:239px}}@media(max-height:565px){._step3Container_1t7dr_1 ._highlightsColumn_1t7dr_44{height:168px}}@media(max-height:498px){._step3Container_1t7dr_1 ._highlightsColumn_1t7dr_44{height:103px}}@media(max-height:650px){._step3Container_1t7dr_1 ._highlightsColumn_1t7dr_44{top:228px}}@media screen and (min-width:768px){._step3Container_1t7dr_1 ._highlightsColumn_1t7dr_44{width:94px;right:32px}}._step3Container_1t7dr_1 ._step3Column_1t7dr_88{width:80px;overflow:hidden;background-color:#141415;border-radius:16px;padding:12px 2px;height:370px}@media(max-height:765px){._step3Container_1t7dr_1 ._step3Column_1t7dr_88{height:304px}}@media(max-height:700px){._step3Container_1t7dr_1 ._step3Column_1t7dr_88{height:239px}}@media(max-height:565px){._step3Container_1t7dr_1 ._step3Column_1t7dr_88{height:168px}}@media(max-height:498px){._step3Container_1t7dr_1 ._step3Column_1t7dr_88{height:103px}}@media screen and (min-width:768px){._step3Container_1t7dr_1 ._step3Column_1t7dr_88{width:94px}}._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Header_1t7dr_121{color:#ffffffad;padding:0 8px}@media screen and (min-width:768px){._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Header_1t7dr_121{padding:0 12px}}._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130{margin-top:12px;display:flex;flex-direction:column;gap:4px}@media screen and (min-width:768px){._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130{gap:8px}}._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130 ._bucketMult_1t7dr_141{padding:0 8px;display:flex;align-items:center;font-size:14px;font-weight:600;line-height:20px;color:#fed830;gap:4px;width:80px;height:62px;border-radius:0 16px 16px 0}@media screen and (min-width:768px){._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130 ._bucketMult_1t7dr_141{height:60px;width:94px;padding:0 12px}}._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130 ._bucketMult_1t7dr_141 img{width:22px;height:22px}._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130 ._bucketMult_1t7dr_141:last-child{height:40px;align-items:flex-end}._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130 ._bucketMultWeb2_1t7dr_169{color:#0effef}._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130 ._bucketMultWeb2_1t7dr_169 svg{filter:drop-shadow(0px 0px 5px rgba(14,255,239,.6666666667));width:22px;height:22px}._step3Container_1t7dr_1 ._step3Column_1t7dr_88 ._step3Rows_1t7dr_130 ._bg_1t7dr_177{background-color:#1d1e20;border-top:1px solid #2e3033;border-bottom:1px solid #2e3033}[dir=rtl] ._step3Container_1t7dr_1 ._step3Column_1t7dr_88{transform:translate(23px) translateZ(10px)}._step4Container_cv95a_1{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--max-width);margin:0 auto;padding-top:50px;padding-left:16px;padding-right:16px;position:relative}@media screen and (min-width:501px){._step4Container_cv95a_1{max-width:100%}}@media screen and (min-width:768px){._step4Container_cv95a_1{max-width:710px;padding-left:32px;padding-right:32px}}@media screen and (min-width:1280px){._step4Container_cv95a_1{max-width:1040px}}._step4Container_cv95a_1 ._timer_cv95a_30{display:flex;flex-direction:column;align-items:center;gap:3px;color:#ffffffad;font-size:12px;font-weight:400;line-height:16px;width:293px;height:72px;overflow:hidden;padding:16px 0;background-color:#161616;border:1px solid #FED830;border-radius:16px}._step4Container_cv95a_1 ._timer_cv95a_30>span{font-family:Inter;font-style:normal;font-weight:600;font-size:16px;line-height:1;text-align:center;letter-spacing:-.12px;color:#ea512d}._step4Container_cv95a_1 ._timer_cv95a_30>span+span{font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:1;letter-spacing:.01px;color:#ffffffad;display:flex;align-items:center;gap:8px}._step4Container_cv95a_1 ._timer_cv95a_30>span+span>div{background:none}._step4Container_cv95a_1 ._bucketcontainer_cv95a_72{margin-top:211px;display:flex;flex-direction:column;gap:4px;width:100%;padding:1px;border-radius:17px}._step4Container_cv95a_1 ._fakeBucketHeader_cv95a_81{width:100vw;max-width:var(--max-width);margin-top:-44%}@media screen and (min-width:501px){._step4Container_cv95a_1 ._fakeBucketHeader_cv95a_81{max-width:100%}}@media(max-height:650px){._step4Container_cv95a_1 ._fakeBucketHeader_cv95a_81{margin-top:-40%}}@media screen and (min-width:768px){._step4Container_cv95a_1 ._fakeBucketHeader_cv95a_81{max-width:1040px}}._step4Container_cv95a_1 ._highlightsColumn_cv95a_101{width:calc(100% - 32px);position:absolute;left:16px;right:16px;top:337px;height:100%;z-index:102;height:calc(100vh - 422px);height:calc(100svh - 422px);max-height:195px;border:1px solid #FED830;border-radius:16px}@media screen and (min-width:768px){._step4Container_cv95a_1 ._highlightsColumn_cv95a_101{width:calc(100% - 64px);left:32px;right:32px}}._airdropBannerContainer_1s97p_1{position:relative;width:100%;height:auto;min-height:44px;margin-top:16px;z-index:5;border-radius:16px;background:linear-gradient(to right,#1e3668,#152031)}._airdropBannerContainerScrolled_1s97p_12{height:50px}._airdropTopBlock_1s97p_16{display:flex;align-items:center;justify-content:flex-start;height:50px;border-bottom:1px solid rgb(51,73,116);padding:0 16px;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;color:#00efff;gap:4px}._airdropTopBlockScrolled_1s97p_31{border-bottom:0}._airdropBottomBlock_1s97p_35{display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:16px;align-items:center}._description_1s97p_44{width:100%;font-size:12px;font-weight:400;line-height:16px;letter-spacing:.01px;text-align:start;color:#ffffffad}._conditionContainer_1s97p_54{display:flex;align-items:center;gap:4px;width:100%;font-weight:600;font-size:14px;color:#ffffffad}._conditionContainer_1s97p_54 svg{width:16px;height:16px}._lockIconShineBox_1s97p_68{position:absolute;width:1px;height:1px;background:#ff7f1e80;box-shadow:7px 1px 14px 7px #ff7f1e80}._lockIconShineBox_1s97p_68:dir(rtl){box-shadow:-7px 1px 14px 7px #ff7f1e80}._lockIcon_1s97p_68{color:#f9d773;width:16px;height:16px}._LDTicketIcon_1s97p_86{width:18px;height:23px}._scrolledConditionContainer_1s97p_91{position:absolute;display:flex;gap:4px;justify-content:center;inset-inline-end:16px;align-items:center;font-size:14px;font-weight:600;color:#ffffffad}._scrolledConditionContainer_1s97p_91 svg{width:16px;height:16px}._contentWrapper_7xacp_1{display:flex;flex-direction:column;height:100%;position:relative;top:-90px}._wrapperWebTwoList_7xacp_9{position:relative;display:flex;flex-direction:column;padding-top:0;padding-bottom:24px;width:100%;gap:16px;border-radius:16px}._wrapperWebTwoList_7xacp_9._scrolled_7xacp_19{padding-top:60px}@media screen and (min-width:501px){._wrapperWebTwoList_7xacp_9{padding-bottom:0}}@media screen and (min-width:376px){._iPhoneBottomMargin_7xacp_29{margin-bottom:170px!important}}._sectionHeaderWrapperWebTwo_7xacp_34{display:flex;flex-direction:column;align-items:start;margin:16px 0 24px;text-align:start;padding:0 16px;gap:8px}._sectionHeaderWrapperWebTwo_7xacp_34:not(:first-child){margin-top:24px}._sectionHeaderPlaceholder_7xacp_47{height:24px}._sectionHeaderWebTwo_7xacp_51{display:flex;align-items:center;font-size:20px;font-weight:600;line-height:24px;letter-spacing:-.33px;padding:28px 0 0;gap:4px}._sectionWebTwo_7xacp_62:not(:first-of-type) ._sectionHeaderWebTwo_7xacp_51{padding:0}@media screen and (min-width:501px){._sectionWebTwo_7xacp_62:not(:first-of-type) ._sectionHeaderWebTwo_7xacp_51{padding:0;margin-top:16px}}._sectionDescriptionWebTwo_7xacp_72{font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.01px;color:#9aa1b1}._listWebTwo_7xacp_81{margin:-26px 0 24px;background-color:#1d1e20;border-radius:20px;list-style:none;overflow:hidden}._listWebTwo_7xacp_81 ._listButtonWebTwo_7xacp_88{padding:16px;position:relative}@media screen and (min-width:501px){._listWebTwo_7xacp_81{overflow:visible}._listWebTwo_7xacp_81 ._listButtonWebTwo_7xacp_88{position:sticky;bottom:-32px;z-index:5;background-color:#1d1e20;border-radius:12px}}._firstList_7xacp_105{padding-top:172px}._firstDescription_7xacp_109{margin-bottom:12px}._loader_7xacp_113{height:calc(100vh - 220px);height:calc(100svh - 220px);top:220px}._skeleton_7xacp_119{display:flex}._skeletonItem_7xacp_123{padding:8px 16px}._skeletonItem_7xacp_123:last-child{padding-bottom:16px}._conditionsGroupTitle_7xacp_130{font-weight:600;font-size:12px;letter-spacing:.01px;color:#9aa1b1;margin-inline-start:16px}._badgePositionWeb2_7xacp_138{position:absolute;right:16px;top:16px}._badgePositionWeb2_7xacp_138 span{position:relative;z-index:2}._badgePositionWeb2_7xacp_138:after{content:"";background-color:#1d1e20;width:12px;height:12px;transform:translate(-2px,-2px);border-radius:100%;position:absolute;left:0;top:0;z-index:1}._cardWrapper_1cpz8_1{display:flex;position:relative}._badgePositionWeb2_1cpz8_6{position:absolute;inset-inline-end:0;top:0}._badgePositionWeb2_1cpz8_6 span{position:relative;z-index:2}._badgePositionWeb2_1cpz8_6:after{content:"";background-color:#1d1e20;width:12px;height:12px;transform:translate(-2px,-2px);border-radius:100%;position:absolute;left:0;top:0;z-index:1}._wrapperCardWebTwo_1cpz8_28,._wrapperCardTransaction_1cpz8_29{position:relative;padding-bottom:16px;align-items:center;border:none!important;box-sizing:border-box;column-gap:22px}._wrapperCardWebTwo_1cpz8_28:after,._wrapperCardTransaction_1cpz8_29:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background-color:#ffffff0a}._wrapperCardWebTwo_1cpz8_28:last-child:after,._wrapperCardTransaction_1cpz8_29:last-child:after{display:none}._wrapperCardWebTwo_1cpz8_28:last-child,._wrapperCardTransaction_1cpz8_29:last-child{padding-bottom:22px}._cardDisable_1cpz8_56{opacity:.4}._wrapperCardTransaction_1cpz8_29{padding:16px 0!important}._webTwoIconContainer_1cpz8_64{width:48px!important;height:48px!important}._webTwoIcon_1cpz8_64{width:48px!important;height:48px!important;border-radius:12px!important}._descriptionWebTwo_1cpz8_75{display:flex;align-items:center;justify-content:start;gap:4px}._divider_1cpz8_82{font-size:12px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:.01px;color:#b6b7b7}._desctiptionWalletAddress_1cpz8_91{font-size:12px;font-weight:400;color:#9aa1b1;display:inline-block;white-space:nowrap;overflow:hidden;width:40%;text-overflow:ellipsis}._cardConditionsWebTwo_1cpz8_102{font-size:12px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:.01px;color:#b6b7b7}._titleTransaction_1cpz8_111{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._cardWebTwoTitle_1cpz8_118{margin:0}._cardWebTwoDescription_1cpz8_122{font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.01px}._iconRightSection_1cpz8_130{min-width:16px;align-items:center;display:flex;justify-content:center}._walletRightSection_1cpz8_137{position:absolute;inset-inline-end:0}._descriptionWithIcon_1cpz8_142{text-align:center;color:#b7b7b8}._color-population_1cpz8_147{color:#4dbeff!important}._color-income_1cpz8_151{color:#fff833!important}._color-referrals_1cpz8_155{color:#fff!important}._webTwoTransactionCardDate_1cpz8_159{font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.01px;color:#9aa1b1}._transactionRightSection_1cpz8_168{display:flex;justify-content:center;align-items:center;white-space:nowrap;gap:4px;font-size:12px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:.01px}._spend_1cpz8_181{color:#9aa1b1!important}._earn_1cpz8_185{color:#00efff!important}._penalty_1cpz8_189{color:#f63d00!important}._airdropCheckinComplete_1cpz8_193{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#0de05d}._airdropCheckinTicketIcon_1cpz8_201{width:14px;height:14px;object-fit:contain}._airdropCheckinProgress_1cpz8_207{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#0de05d}._card_h6kfq_1{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:1fr;padding:16px;border-radius:16px;column-gap:12px;cursor:pointer;border:2px solid #1d1e20}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._card_h6kfq_1:not(._energy_h6kfq_12){width:100vw}[dir=rtl] ._card_h6kfq_1 ._rightSection_h6kfq_15{inset-inline-end:34px}}._card_h6kfq_1._time_h6kfq_19 ._cardTimer_h6kfq_19{grid-area:1/3/3/4;display:flex;align-items:center;color:#0075ff;font-size:14px;font-weight:600;line-height:20px;font-variant-numeric:tabular-nums}._card_h6kfq_1._time_h6kfq_19 ._rightSection_h6kfq_15{grid-area:1/4/4/4;align-self:center}._card_h6kfq_1._time_h6kfq_19 ._title_h6kfq_33{grid-area:1/2/2/3;align-self:center;font-weight:600;font-size:14px;line-height:18px;margin-bottom:4px;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}._card_h6kfq_1._transparent_h6kfq_46{background-color:transparent}._card_h6kfq_1._accent_h6kfq_49{background-color:#1d1e20}._card_h6kfq_1._disabled_h6kfq_52{background-color:#1d1e20;opacity:.5;border:none}._card_h6kfq_1._gradient_h6kfq_57{background:url(/assets/gradient-bg-DZ6BVhq8.png) #1d1e20 no-repeat;background-position:bottom;background-size:cover;border:none}._card_h6kfq_1._energy_h6kfq_12{background-color:#1d1e20;padding:6px}@media screen and (max-width:380px){._card_h6kfq_1._energy_h6kfq_12{gap:0px 6px}}._card_h6kfq_1._energy_h6kfq_12 ._badge_h6kfq_72{width:max-content;margin-inline-start:auto}._card_h6kfq_1._energy_h6kfq_12 ._icon_h6kfq_76{height:60px;width:60px;background-color:#2e3035;border-radius:12px}._card_h6kfq_1._energy_h6kfq_12 ._icon_h6kfq_76 div{height:60px;width:60px;padding:3px 0}._card_h6kfq_1._energy_h6kfq_12 ._icon_h6kfq_76 img{object-fit:contain;height:100%;width:100%}._card_h6kfq_1._energy_h6kfq_12 ._title_h6kfq_33{line-height:16px}._card_h6kfq_1._energy_h6kfq_12 ._button_h6kfq_95{grid-area:1/3/4/4;margin-top:0;align-self:center;min-width:100px;height:36px}._card_h6kfq_1._energy_h6kfq_12 ._button_h6kfq_95 button{padding:0 10px;height:100%}._card_h6kfq_1._energy_h6kfq_12 ._button_h6kfq_95 button:disabled{background-color:#2e3035}@media screen and (max-width:380px){._card_h6kfq_1._energy_h6kfq_12 ._button_h6kfq_95{min-width:86px}}._card_h6kfq_1._deposit_h6kfq_114{height:78px;align-items:center;padding:16px!important}._card_h6kfq_1._deposit_h6kfq_114 ._title_h6kfq_33{z-index:2;transform:translateY(-2px)}._card_h6kfq_1._deposit_h6kfq_114 ._description_h6kfq_123{z-index:4;transform:translateY(-9px)}._card_h6kfq_1._deposit_h6kfq_114 ._rightSection_h6kfq_15{grid-area:none;position:absolute;inset-inline-end:0;bottom:-12px;z-index:3}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._card_h6kfq_1._deposit_h6kfq_114 ._rightSection_h6kfq_15{inset-inline-end:34px}}._social_h6kfq_140{position:absolute;width:16px;height:16px;inset-inline-end:0;bottom:0;border-radius:50%;overflow:hidden;transform:translate(4px,4px)}._social_h6kfq_140 img{border-radius:50%;border:2px solid #141415;display:block;width:100%;height:100%}._gradient_h6kfq_57{position:absolute;inset-inline-start:0;top:0;width:100%;height:100%;z-index:0}._gradient_h6kfq_57 ._firstPart_h6kfq_166{position:absolute;width:74px;height:70px;inset-inline-end:-40px;top:30px;background:#ff9fea;filter:blur(25px);z-index:2;border-radius:100%}._gradient_h6kfq_57 ._secondPart_h6kfq_177{z-index:1;position:absolute;width:176px;height:136px;inset-inline-end:-52px;top:8px;background:#80f;filter:blur(50px);border-radius:100%}._gradient_h6kfq_57 ._thirdPart_h6kfq_188{z-index:1;position:absolute;width:480px;height:320px;inset-inline-start:-60px;bottom:25px;border-radius:100%;background:#2d4057;filter:blur(114px)}._firstDeposit_h6kfq_200 ._gradient_h6kfq_57 ._firstPart_h6kfq_166{background:#9fd0ff}._firstDeposit_h6kfq_200 ._gradient_h6kfq_57 ._secondPart_h6kfq_177{background:#0084ff}._icon_h6kfq_76{grid-area:1/1/4/2;display:grid;place-content:center;position:relative;height:40px;width:40px}._icon_h6kfq_76>img{height:40px;width:40px;display:block;object-fit:contain;border-radius:8px;overflow:hidden}._title_h6kfq_33{grid-area:1/2/2/3;align-self:center;font-weight:600;font-size:14px;line-height:18px;margin-bottom:4px;color:#fff}._description_h6kfq_123{grid-area:2/2/3/3;margin-top:4px}._rightSection_h6kfq_15{grid-area:1/3/3/4;align-self:center}._button_h6kfq_95{grid-area:3/2/4/4;margin-top:12px}._desctiptionWalletAddress_au7pr_1{font-size:12px;font-weight:400;color:#9aa1b1;display:inline-block;white-space:nowrap;overflow:hidden;max-width:170px;text-overflow:ellipsis}._wrapper_xx9dj_1{margin-bottom:-202px;transform:translateY(-172px);background:#282a2c;border:1px solid rgba(255,255,255,.05);border-radius:20px 20px 16px 16px;padding-top:26px;height:277px;align-items:end;display:flex}._card_xx9dj_13{display:flex;align-items:center;gap:12px;border-radius:16px;padding:16px;cursor:pointer;width:100%}._icon_xx9dj_23{width:48px;height:48px;border-radius:12px;flex-shrink:0}._content_xx9dj_30{flex:1;min-width:0}._title_xx9dj_35{font-size:14px;font-weight:600;line-height:18px;color:#fff;margin-bottom:4px}._description_xx9dj_43{font-size:12px;line-height:16px}._rightSection_xx9dj_48{flex-shrink:0;display:flex;align-items:center;justify-content:center}._completedText_xx9dj_55{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#0de05d}._progressContainer_xx9dj_63{display:flex;align-items:center;gap:4px}._progressLabel_xx9dj_69{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#b6b7b7}._ticketIcon_xx9dj_77{height:20px;object-fit:contain}._progressCurrent_xx9dj_82{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#0de05d}._progressDivider_xx9dj_90,._progressTarget_xx9dj_98{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.01px;color:#b6b7b7}._airdropYellowIconWrapper_10v8h_1{position:relative;display:inline-flex;align-items:center}._airdropYellowShine_10v8h_7{position:absolute;box-shadow:7px 0 10px 5px #ff7f1e80}[dir=rtl] ._airdropYellowShine_10v8h_7{box-shadow:-7px 0 10px 5px #ff7f1e80}._airdropGreenIconWrapper_10v8h_16{position:relative;display:inline-flex;align-items:center}._airdropGreenShine_10v8h_22{position:absolute;box-shadow:8px 0 8px 8px #00b24b80}[dir=rtl] ._airdropGreenShine_10v8h_22{box-shadow:-8px 0 8px 8px #00b24b80}._airdropGreenIcon_10v8h_16{width:16px;height:16px;display:block}._checkIconYellow_10v8h_37{width:16px;height:16px}._web2TopUpTi_1lz2j_1{display:flex;align-items:center;gap:4px;font-weight:600;font-size:16px;line-height:22px;letter-spacing:-.12px}._web2TopUpAmount_1lz2j_11{font-weight:700;font-size:16px;line-height:22px;letter-spacing:-.12px;color:#5cc8d6}._timerBaffDesc_1vr7f_1 svg{transform:translateY(3px)}._modalOverlay_1bipf_1{position:fixed;top:0;left:0;width:100%;height:100%;padding:0 16px;background:#141415;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:202}@media screen and (min-width:501px){._modalOverlay_1bipf_1{position:absolute;inset:0;max-width:calc(var(--max-width) - 16px);margin:0 auto;padding-top:76px;overflow:hidden;border-radius:24px;z-index:0}}._modalOverlay_1bipf_1 ._titleSelect_1bipf_27{position:absolute;top:0;inset-inline-start:0;padding:13px 16px 12px;font-size:20px;font-weight:700}@supports (-webkit-hyphens: auto) and (not (user-select: none)){[dir=rtl] ._modalOverlay_1bipf_1{position:absolute;inset:0;width:100vw;height:100vh;height:100svh;transform:translateZ(0);will-change:transform;overflow:hidden}}._wrapper_1bipf_48{position:relative;background:#1d1e20;padding:12px 0;margin:0;border-radius:16px;position:absolute;max-width:100%;top:56px;left:16px;width:calc(100% - 32px);max-height:calc(100vh - 120px);max-height:calc(100svh - 120px);overflow:hidden}@media screen and (min-width:501px){._wrapper_1bipf_48{top:76px;height:calc(100% - 92px);max-height:calc(100% - 92px)}}._wrapper_1bipf_48:before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:50px;background:linear-gradient(0deg,#1d1e2000,#1d1e20e6 52.65%,#1d1e20 65.62%);z-index:1;pointer-events:none;opacity:0;transition:.15s ease-in-out}._wrapper_1bipf_48:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:50px;background:linear-gradient(180deg,#1d1e2000,#1d1e20e6 52.65%,#1d1e20 65.62%);pointer-events:none;transition:.15s ease-in-out}._wrapper_1bipf_48._isEndScrollContainer_1bipf_95:after{opacity:0}._wrapper_1bipf_48._isStartScrollContainer_1bipf_98:before{opacity:1}._modalContent_1bipf_102{position:relative;background:#1d1e20;margin:0;border-radius:16px;padding-bottom:24px;max-width:100%;width:100%;max-height:calc(100vh - 120px);max-height:calc(100svh - 120px);overflow-y:scroll;scrollbar-width:none!important}@media screen and (min-width:501px){._modalContent_1bipf_102{height:100%;max-height:100%}}._closeButton_1bipf_122{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer}._languageList_1bipf_132{display:flex;flex-direction:column}._languageList_1bipf_132 ._languageSelect_1bipf_136{display:flex;justify-content:space-between;align-items:center;text-align:left;gap:12px;padding:0 16px 12px;border-bottom:1px solid rgba(61,63,67,.1)}._languageList_1bipf_132 ._languageSelect_1bipf_136>*:nth-child(2){margin-inline-end:auto}._settingItemContent_1bipf_149{color:#fff;display:flex;flex-direction:column;gap:4px}._settingItemContent_1bipf_149 ._langDesc_1bipf_155{font-size:14px;font-weight:600;line-height:20px}._settingItemContent_1bipf_149 ._langHead_1bipf_160{font-size:12px;font-weight:400;color:#9aa1b1;line-height:16px}._languageItem_1bipf_167{padding-block:12px;padding-inline:16px;display:flex;align-items:center;gap:12px;width:100%;background:none;cursor:pointer;text-align:start;border-block-end:1px solid rgba(61,63,67,.1)}._languageItem_1bipf_167:last-child{border:none;padding-block-end:6px}._checkIcon_1bipf_184{width:16px;height:16px}._checkIcon_1bipf_184 path:first-child{fill:#11ad52}._checkIcon_1bipf_184 path:last-child{fill:#1d1e20}@keyframes _scaleIn_1sy0u_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}._message_1sy0u_11{display:flex;align-items:center;gap:16px;position:absolute;z-index:205;animation:_scaleIn_1sy0u_1 .5s ease forwards;background-color:#fff;min-height:50px;color:#8a8d94;padding:8px 12px;border-radius:10px;font-size:12px;font-weight:400;line-height:16px;text-align:start;overflow:visible}._message_1sy0u_11 p{width:100%}._message_1sy0u_11 ._textCenter_1sy0u_32{text-align:center}._message_1sy0u_11 ._tipIcon_1sy0u_35{position:absolute;width:4px;height:10px}._topCenterArrow_1sy0u_41 ._tipIcon_1sy0u_35{left:50%;top:-6px;transform:translate(50%,50%);transform:rotate(90deg)}._topRightArrow_1sy0u_48 ._tipIcon_1sy0u_35{inset-inline-end:14px;top:-6px;transform:translate(50%,50%);transform:rotate(90deg)}._topLeftArrow_1sy0u_55 ._tipIcon_1sy0u_35{inset-inline-start:14px;top:-6px;transform:translate(50%,50%);transform:rotate(90deg)}._bottomCenterArrow_1sy0u_62 ._tipIcon_1sy0u_35{left:50%;top:calc(100% - 3px);transform:translate(50%,50%);transform:rotate(270deg)}._bottomLeftArrow_1sy0u_69 ._tipIcon_1sy0u_35{inset-inline-start:14px;top:calc(100% - 3px);transform:translate(50%,50%);transform:rotate(270deg)}._tooltipPosition_13eqh_1{position:absolute;top:56px;inset-inline-start:18px;max-width:270px;width:270px;display:flex;justify-content:center}@media screen and (min-width:768px){._tooltipPosition_13eqh_1{left:calc(50% - 356px)}}@media screen and (min-width:1280px){._tooltipPosition_13eqh_1{inset-inline-start:12px}}._tooltipPosition_541dd_1{position:absolute;top:310px;inset-inline-start:20px;max-width:220px;width:220px;display:flex;justify-content:center}@media screen and (min-width:768px){._tooltipPosition_541dd_1{left:calc(50% - 336px);top:326px}}@media screen and (min-width:1280px){._tooltipPosition_541dd_1{inset-inline-start:28px}}._tooltipWidth_541dd_22{max-width:220px!important;bottom:0}._clanInfoBlockContainer_1p83y_1{display:flex;flex-direction:column;align-items:center;justify-content:center;border:#fed830 1px solid;border-radius:18px;background-color:#1d1e20;box-shadow:inset 1px 1px #000,inset -1px -1px #000;padding:16px;gap:16px;width:calc(100vw - 32px);max-width:calc(var(--max-width) - 32px);inset-inline-start:16px;top:128px;position:absolute}@media screen and (min-width:768px){._clanInfoBlockContainer_1p83y_1{inset-inline-start:16px;top:unset;bottom:185px;width:334px;gap:26px}}._clanInfoBlockContainer_1p83y_1 ._title_1p83y_27{font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.33px;color:#fff;text-align:center}._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35{display:flex;justify-content:center;gap:12px}@media screen and (min-width:768px){._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35{flex-wrap:wrap;width:240px}}._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35 ._badge_1p83y_35{display:flex;text-align:center;justify-content:center;align-items:center;height:24px;border-radius:12px;min-width:24px;gap:4px}._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35 ._badge_1p83y_35 svg{width:16px;height:16px;flex-shrink:0}._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35 ._text_1p83y_61{font-weight:600;font-size:12px;line-height:16px;color:#fff}._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35 ._greyBadge_1p83y_67{border:1px solid rgba(163,171,187,.1607843137);background-color:#323439;padding-block:4px;padding-inline:8px}._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35 ._greyBadge_1p83y_67 ._text_1p83y_61{display:inline-flex;gap:4px}._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35 ._goldBadge_1p83y_77{background-color:#ffd54d1f;padding-block:4px;padding-inline:4px 8px;cursor:pointer}._clanInfoBlockContainer_1p83y_1 ._badgesContainer_1p83y_35 ._blueBadge_1p83y_83{background-color:#0075ff;padding-block:4px;padding-inline:8px}@media screen and (min-width:768px){._onboardingContent_1mt0t_2{position:absolute;transform:translate(-50%,-50%);max-width:unset;width:100%;max-height:unset;height:100%;left:50%;top:50%;z-index:202}}@media screen and (min-width:768px){._additionalContent_1mt0t_16{position:absolute;transform:translate(-50%);width:720px;height:100%;left:50%;top:0;z-index:202}}._clanCreateClan_cdk9b_1{width:100vw;height:100vh;height:100svh;height:100dvh}._clanCreateClan_cdk9b_1:after{content:"";position:absolute;z-index:200;bottom:0;left:0;right:0;height:260px;background:linear-gradient(0deg,#000000 0%,rgba(0,0,0,.95) 50%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.2) 95%,transparent 100%);pointer-events:auto!important;-webkit-user-select:none;user-select:none}._tooltipPosition_hf70e_1{position:absolute;top:80px;inset-inline-end:150px;transform:translate(50%)!important;max-width:230px;width:230px;display:flex;justify-content:center}@media screen and (min-width:768px){._tooltipPosition_hf70e_1{top:calc(50% - 150px);left:calc(50% - 176px)}}._tooltipPosition_hf70e_1:dir(rtl){transform:translate(-55%)!important}._additionalContent_qgmks_1{overflow:visible}._tooltipPosition_5loy6_1{position:absolute;top:320px;right:50%;transform:translate(50%)!important;max-width:300px;width:300px;display:flex;justify-content:center}@media screen and (min-width:768px){._tooltipPosition_5loy6_1{right:calc(50% + 250px);top:calc(50% + 130px);max-width:250px}}@media screen and (min-width:768px){._additionalContent_1o2dd_2{position:absolute;transform:translate(-50%,-50%);max-width:720px;width:720px;max-height:700px;height:calc(100vh - 98px);height:calc(100svh - 98px);left:50%;top:50%;z-index:202}}._constructionStep1Container_1sjro_1{position:absolute;width:calc(100% - 24px);max-width:380px;max-height:calc(100vh - 60px);max-height:calc(100svh - 60px);height:675px;left:50%;transform:translate(-50%);bottom:34px;padding:16px;display:flex;justify-content:flex-end;flex-direction:column;gap:24px;background:url(/assets/sheet-graident-construction-Bb5t9HZ-.webp) no-repeat;border-radius:24px;background-size:100% 100%}._constructionStep1ContainerDesktop_1sjro_21{top:50%;transform:translate(-50%,-50%)}._constructionStep1Img_1sjro_26{width:90%;max-width:400px;align-self:center;position:absolute;z-index:-1;top:0}._city1StepTitle_1sjro_35{font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;margin-top:16px}._city1StepButtonContainer_1sjro_46{display:flex;flex-direction:column;width:100%;gap:8px}._city1StepButton_1sjro_46{width:100%;pointer-events:all!important}._constuctionInfoContent_11wlu_1{margin-top:-4px}._constuctionInfoImg_11wlu_5{width:100%;position:relative}._constuctionInfoImg_11wlu_5 img{width:100%;display:block}._constuctionInfoParagraph_11wlu_14{font-size:14px;font-style:normal;line-height:20px;color:#ffffffad;margin-top:16px}._noWrap_11wlu_22{white-space:nowrap}._bold_11wlu_26{color:#fff;font-weight:600}._percent_11wlu_31{transform:translate(4px,3px)}._percent_11wlu_31:dir(rtl){transform:translate(-4px,3px)}._partBuilding_u99rx_1{background-color:#1d1e20;width:182px;max-width:182px;position:relative;border-radius:10px;position:absolute;left:24px;top:402px;padding:8px}._partBuilding_u99rx_1:dir(rtl){left:auto;right:24px}._partBuilding_u99rx_1:before{content:"";position:absolute;inset:-4px;border:1px solid #FED830;border-radius:12px}@media screen and (min-width:768px){._partBuilding_u99rx_1{top:204px}}._partBuildingLevel_u99rx_29{padding:4px 8px;font-size:12px;font-weight:600;line-height:16px;border-radius:999px}._partBuildingInfo_u99rx_37{display:flex;gap:8px;align-items:center;font-size:12px;font-weight:600;line-height:14px}._otherLevelBadge_u99rx_46{background-color:#2e3033;color:#f0f2f5}._zeroLevelBadge_u99rx_51{background-color:#26272a;color:#87888b}._maxLevelBadge_u99rx_56{background-color:#12b857;color:#fff}._population_u99rx_61{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;line-height:16px;margin-top:8px}._population_u99rx_61 svg{width:16px;height:16px}._constuctionInfoImg_45pe0_1{width:100%;position:relative}._constuctionInfoImg_45pe0_1 img{width:100%;display:block}._constuctionInfoParagraph_45pe0_10{font-size:14px;font-style:normal;line-height:20px;color:#ffffffad;margin-top:16px}._bold_45pe0_18{color:#fff;font-weight:600}._noWrap_45pe0_23{white-space:nowrap}._icon_45pe0_27{transform:translate(4px,3px)}._icon_45pe0_27:dir(rtl){transform:translate(-4px,3px)}._partBuilding_146wo_1{background-color:#1d1e20;position:relative;border-radius:10px;position:absolute;right:9px;top:8px;padding:8px}._partBuilding_146wo_1:dir(rtl){right:auto;left:9px}._partBuilding_146wo_1:before{content:"";position:absolute;inset:-4px;border:1px solid #FED830;border-radius:12px}@media screen and (min-width:768px){._partBuilding_146wo_1{top:14px;left:480px;right:auto}._partBuilding_146wo_1>div{width:100%}}._partBuildingLevel_146wo_32{padding:4px 8px;font-size:12px;font-weight:600;line-height:16px;border-radius:999px}._partBuildingInfo_146wo_40{display:flex;gap:8px;align-items:center;font-size:12px;font-weight:600;line-height:14px}._otherLevelBadge_146wo_49{background-color:#2e3033;color:#f0f2f5}._zeroLevelBadge_146wo_54{background-color:#26272a;color:#87888b}._maxLevelBadge_146wo_59{background-color:#12b857;color:#fff}._population_146wo_64{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;line-height:16px;margin-top:8px}._population_146wo_64 svg{width:16px;height:16px}._constructionContent_11jzk_1{padding:8px;display:flex;flex-direction:column;gap:16px}._constructionContentItem_11jzk_8{display:flex;align-items:flex-start;gap:12px}._constructionContentItem_11jzk_8 svg{min-width:16px;min-height:16px}._constructionContentItem_11jzk_8:nth-child(1) path{fill:#ffd54d}._constructionContentItem_11jzk_8:nth-child(2) path{fill:#4dbeff}._constructionContentItem_11jzk_8:nth-child(3) path{fill:#ffffffad}._constructionContentImg_11jzk_27{width:20px;height:20px}._constructionContenTextContent_11jzk_32{display:flex;flex-direction:column;gap:4px}._constructionContentText_11jzk_38{font-size:12px;font-weight:400;line-height:16px;text-align:start;color:#8a8d94}._constructionContentTitle_11jzk_46{font-size:14px;font-weight:600;line-height:1;color:#fff}._partFilter_1r5z1_1{position:absolute;top:296px;right:13px;width:calc(65% - 13px);display:flex;flex-direction:row-reverse;gap:8px;border:1px solid #FED830;padding:2px;border-radius:12px;background-color:#141415;box-shadow:inset 0 0 2px 2px #020202}@media screen and (min-width:768px){._partFilter_1r5z1_1{top:89px;right:17px}}._button_1r5z1_22{display:flex;justify-content:center;align-items:center;width:50%;background:#1d1e20;height:36px;border-radius:10px}._container_v9h4s_1{display:flex;flex-direction:column;position:absolute;top:122px;left:50%;transform:translate(-50%);width:100%;padding:0 10px;gap:16px}@media screen and (min-width:768px){._container_v9h4s_1{top:0}}._componentsWrapper_v9h4s_18{background-color:#141415;border-radius:16px}._headerPadding_v9h4s_23{padding:4px 6px}._clanListPadding_v9h4s_27{padding:8px 6px}@media screen and (min-width:768px){._clanListPadding_v9h4s_27{padding:6px}}._filterRow_v9h4s_36{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0;background:linear-gradient(0deg,transparent 0%,#141415 13%);z-index:5}@media screen and (min-width:768px){._filterRow_v9h4s_36{padding:0 10px}}._filterTitle_v9h4s_51{height:100%;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:16px;line-height:22px;letter-spacing:-.12px;color:#fff}._gridRow_v9h4s_63{display:flex;align-items:center;gap:8px}._gridRowHeader_v9h4s_69{margin-top:16px;padding:12px}._gridItem_v9h4s_74{text-align:center;font-size:14px}._gridHeader_v9h4s_79{vertical-align:middle;letter-spacing:.01px;line-height:16px;font-size:12px;font-weight:400;color:#ffffffad;text-align:start}._gridHeader_v9h4s_79:first-child{flex:1;min-width:0}._gridHeader_v9h4s_79:nth-child(2){width:90px;flex-shrink:0}@media screen and (max-width:345px){._gridHeader_v9h4s_79:nth-child(2){width:80px}}._gridHeader_v9h4s_79:last-child{width:70px;flex-shrink:0}@media screen and (max-width:345px){._gridHeader_v9h4s_79:last-child{width:60px}}._gridTable_v9h4s_111{display:flex;flex-direction:column;gap:8px}._tabs_6363h_1{display:flex;flex-direction:row;justify-content:space-between;padding:var(--tabs-padding, 4px);background:var(--tabs-bg-color, rgba(255, 255, 255, .1529411765));border:1px solid var(--tabs-border-color, rgba(255, 255, 255, .1529411765));border-radius:var(--tabs-border-radius, 20px)}._tabs_6363h_1._isDark_6363h_10{border-color:#141415;background:#141415}._tab_1f1c8_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:3px;padding:8px 0;border-radius:var(--tab-border-radius, 16px);color:var(--tab-text-color, #fff);font-size:var(--tab-text-size, 10px);flex-basis:100%;text-align:center;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}._tab_1f1c8_1._dark_1f1c8_17{background:#000}._tab_1f1c8_1._active_1f1c8_20{background:var(--tab-active-bg-color, rgba(255, 255, 255, .2666666667))}._tab_1f1c8_1._active_1f1c8_20._dark_1f1c8_17{background:var(--tab-active-bg-color, rgba(255, 255, 255, .2))}._tab_1f1c8_1._active_1f1c8_20:before{opacity:0}._tab_1f1c8_1._active_1f1c8_20+._tab_1f1c8_1:before{opacity:0}._clansComponentWrapper_ocmyz_1{width:100%;height:100%;object-fit:contain;overflow:hidden;position:relative;min-height:150px;display:flex;flex-direction:column;background-size:cover;background:#141415}._infoWrapper_ocmyz_14{height:70px;min-height:70px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px}@media screen and (min-width:768px){._infoWrapper_ocmyz_14{margin-top:60px;height:auto;min-height:auto}}._clansComponentTitle_ocmyz_32{font-weight:600;font-style:Semi Bold;font-size:16px;line-height:22px;text-align:center}._clansComponentDesc_ocmyz_40{font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#ffffffad;max-width:360px}@media screen and (min-width:768px){._clansComponentDesc_ocmyz_40{max-width:570px}}._clansListWrapper_asr91_1{display:flex;flex-direction:column;position:relative;overflow:hidden;height:100%}._clansListWrapper_asr91_1:after{content:"";position:absolute;bottom:0;z-index:1;width:100%;height:68px;background:linear-gradient(0deg,#141415,#141415b3 34.5%,#14141580 68%,#14141500);pointer-events:none;opacity:1;transition:.2s ease-in-out;left:0}._clansListWrapper_asr91_1._hideGradient_asr91_21:after{opacity:0}._gridTable_asr91_25{display:flex;flex-direction:column;gap:8px;overflow-y:scroll;-webkit-mask-image:linear-gradient(transparent 0px,#000 8px);mask-image:linear-gradient(transparent 0px,#000 8px)}._gridIsPreview_asr91_33{max-height:calc(100vh - 295px);max-height:calc(100svh - 295px)}._gridIsLeaderboard_asr91_38,._gridIsLeaderboardShownPlayerClan_asr91_42{scrollbar-width:none}._gridTable_asr91_25::-webkit-scrollbar{width:3px;background-color:#141415}._gridTable_asr91_25::-webkit-scrollbar-thumb{background-color:#2e3035;border-radius:3px}._gridRow_asr91_56{display:flex;align-items:center;padding:12px;border-radius:12px;gap:8px;cursor:pointer}._gridRowHeader_asr91_65{margin-top:16px;padding:12px}._gridRowBackground_asr91_70:nth-child(2n){background-color:#1d1e20;border:1px solid rgb(33,34,37);transition:background-color .09s}._gridRowBackground_asr91_70:active{background-color:#222426}._gridItem_asr91_80{text-align:center;align-items:center;font-size:14px}._gridClanNumber_asr91_86{width:20px}._gridName_asr91_90{flex:1;min-width:0}._gridMembers_asr91_95{width:90px;flex-shrink:0}@media screen and (max-width:345px){._gridMembers_asr91_95{width:80px}}._gridLevel_asr91_105{width:70px;flex-shrink:0}@media screen and (max-width:345px){._gridLevel_asr91_105{width:60px}}._gridClanPoints_asr91_115{width:72px}._gridHeader_asr91_119{vertical-align:middle;letter-spacing:.01px;line-height:16px;font-size:12px;font-weight:400;color:#ffffffad;text-align:start}._gridHeader_asr91_119:last-child{text-align:end}@media screen and (min-width:768px){._gridHeader_asr91_119._gridLevel_asr91_105{text-align:end}}._filterRow_asr91_138{display:flex;justify-content:space-between;width:100%;padding:0;z-index:5}._filterRowMargin_asr91_146{margin-top:29px}@media screen and (min-width:768px){._filterRowMargin_asr91_146{margin-top:24px;padding:0 12px}}._filterTitle_asr91_156{height:100%;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:24px;line-height:22px;letter-spacing:-.12px;color:#fff}@media screen and (min-width:768px){._filterTitle_asr91_156{font-size:16px}}._flagNameInfoColumn_asr91_173{display:flex;flex-direction:row;gap:12px;text-align:start;flex:1;min-width:0}._flagNameInfoColumn_asr91_173>div:last-child{flex:1;min-width:0;overflow:hidden}._flagIcon_asr91_187{flex-shrink:0;position:relative;width:36px;height:36px;border-radius:8px;overflow:hidden}._flagIcon_asr91_187 img{width:100%;height:100%}._flagIcon_asr91_187:after{content:"";position:absolute;inset:0;border-radius:8px;border:1px solid rgba(255,255,255,.4);pointer-events:none}._clanName_asr91_209{font-weight:600;font-size:14px;line-height:20px;letter-spacing:0;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}[dir=rtl] ._clanName_asr91_209{text-align:end}@media screen and (max-width:600px){._clanName_asr91_209{max-width:180px}}@media screen and (max-width:500px){._clanName_asr91_209{max-width:130px}}@media screen and (max-width:400px){._clanName_asr91_209{max-width:120px}}@media screen and (max-width:390px){._clanName_asr91_209{max-width:78px}}._clanNumber_asr91_245{width:16px;text-align:start;align-items:baseline;font-family:Inter;font-weight:400;font-size:12px;line-height:16px;color:#ffffffad}._clanPoints_asr91_256{width:72px;display:flex;gap:4px;font-family:Inter;font-weight:600;font-size:12px;color:#fff}._clanLang_asr91_266{font-weight:400;font-size:12px;line-height:16px;letter-spacing:.1px;vertical-align:middle;color:#9aa1b1}._membersCount_asr91_275{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;width:90px;flex-shrink:0}@media screen and (max-width:345px){._membersCount_asr91_275{width:80px}}._membersCountText_asr91_290{font-weight:600;font-size:12px;line-height:16px;letter-spacing:.01px;vertical-align:middle;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width:345px){._membersCountText_asr91_290{font-size:10px}}._membersCountNumber_asr91_307{margin-inline-end:1.5px}._greyText_asr91_311{color:#9aa1b1}._clanLevelContainer_asr91_315{display:flex;justify-content:flex-start;align-items:center;width:70px;flex-shrink:0}@media screen and (max-width:345px){._clanLevelContainer_asr91_315{width:60px}}@media screen and (min-width:768px){._clanLevelContainer_asr91_315{justify-content:flex-end}}._clanLevelBadge_asr91_333{font-weight:600;font-size:12px;line-height:16px;letter-spacing:.01px;text-align:center;color:#fff;background:#323439;width:fit-content}@media screen and (max-width:345px){._clanLevelBadge_asr91_333{display:flex;flex-direction:column;align-items:center;font-size:10px}}._loaderContainer_asr91_352{padding:20px}@media screen and (max-width:345px){svg{width:13px;height:13px}}._absolutionClanListRow_asr91_362{position:absolute;width:100%;z-index:1}._absolutionClanListRow_asr91_362 ._containerClansListRow_asr91_367{position:relative;z-index:2;background-color:#1d1e20;border:1px solid rgb(33,34,37);transition:background-color .09s;border:1px solid rgba(163,171,187,.1607843137)}._absolutionClanListRowTop_asr91_376{top:56px!important}._absolutionClanListRowTop_asr91_376:before{content:"";position:absolute;top:0;inset-inline-start:0;z-index:1;width:100%;height:80px;background:linear-gradient(180deg,#141415 0% 62px,#14141500 74px);pointer-events:none}._absolutionClanListRowBottom_asr91_391{bottom:20px}._absolutionClanListRowBottom_asr91_391:before{content:"";position:absolute;bottom:-20px;inset-inline-start:auto;z-index:1;width:100%;height:95px;background:linear-gradient(180deg,#14141500,#141415 15% 100%);pointer-events:none}._backgroundContainer_1o40c_1{background-image:url(/assets/noClanGrid-CdSAwFHp.webp);width:100%;height:60%;background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;margin-top:54px;gap:27px}@media(max-height:500px){._backgroundContainer_1o40c_1{gap:12px}}@media(max-height:400px){._backgroundContainer_1o40c_1{gap:6px}}@media screen and (min-width:768px){._backgroundContainer_1o40c_1{background-image:url(/assets/noClanDesktopGrid-Cenz1Nu5.webp);margin-top:0;padding-top:22px;background-position:center 30%;gap:24px;height:auto}}._emptyShield_1o40c_37{width:175px;height:175px}@media screen and (min-width:768px){._emptyShield_1o40c_37{width:128px;height:128px}}@media(max-height:600px){._emptyShield_1o40c_37{width:120px;height:120px}}@media(max-height:500px){._emptyShield_1o40c_37{width:80px;height:80px}}._textContainer_1o40c_60{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}._title_1o40c_68{font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.33px;color:#fff}._description_1o40c_76{max-width:219px;font-weight:400;color:#9aa1b1;line-height:16px;font-size:12px;letter-spacing:.01px}@media screen and (min-width:768px){._description_1o40c_76{max-width:400px}}._loading_1ps97_1{position:fixed;bottom:3%;left:50%;width:20px;height:20px;aspect-ratio:1;border-radius:50%;border:2px solid #ffffff;animation:_clip-path_1ps97_1 .8s infinite linear alternate,_rotate_1ps97_1 1.6s infinite linear}._notFixed_1ps97_13{position:relative;left:auto;bottom:auto}@keyframes _clip-path_1ps97_1{0%{clip-path:polygon(50% 50%,0 0,50% 0%,50% 0%,50% 0%,50% 0%,50% 0%)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 0%,100% 0%,100% 0%)}25%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0% 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0% 100%)}}@keyframes _rotate_1ps97_1{0%{transform:scaleY(1) rotate(0)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0)}to{transform:scaleY(-1) rotate(-135deg)}}._filter_1oesa_1{display:inline-flex;flex-direction:column;position:relative}._filterHeader_1oesa_7{display:inline-flex;align-items:center;gap:8px;cursor:pointer}._filterIconWrapper_1oesa_14{padding:8px;background-color:#242528;border-radius:8px}._filterIconWrapper_1oesa_14 svg{width:16px;height:16px;display:block}._filterSubtitle_1oesa_25{font-size:14px;font-weight:600;line-height:20px;text-align:center;color:#8a8d94}._filterDropdownListContent_1oesa_33{box-shadow:0 4px 10px #141415;background-color:#1d1e20;border-radius:12px;position:absolute;margin-top:10px;display:grid;grid-template-rows:0fr;transition:max-height .6s ease,grid-template-rows .6s ease;top:100%;inset-inline-end:0;will-change:max-height,grid-template-rows}._filterDropdownListContent_1oesa_33._open_1oesa_47{padding:2px 0;grid-template-rows:1fr}._filterDropdownInner_1oesa_52{max-width:100px;max-height:184px;min-width:max-content;overflow:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._filterDropdownInner_1oesa_52::-webkit-scrollbar{display:none}._filterDropdownInnerContainer_1oesa_65{display:flex;flex-direction:column;gap:20px;padding:12px;max-width:126px}._filterDropdownListContent_1oesa_33._open_1oesa_47 ._filterDropdownInnerContainer_1oesa_65:before{content:"";position:absolute;top:0;inset-inline-start:0;inset-inline-end:0;height:34px;border-radius:20px;background:linear-gradient(to bottom,#1D1E20,transparent);pointer-events:none;z-index:2;opacity:0;transition:opacity .3s ease-in-out}._filterDropdownListContent_1oesa_33._open_1oesa_47 ._filterDropdownInnerContainer_1oesa_65:after{content:"";position:absolute;bottom:0;inset-inline-start:0;inset-inline-end:0;height:34px;border-radius:20px;background:linear-gradient(to top,#1D1E20,transparent);pointer-events:none;z-index:2;opacity:1;transition:opacity .3s ease-in-out}._filterDropdownListContent_1oesa_33._open_1oesa_47 ._filterDropdownInnerContainer_1oesa_65._showTopGradient_1oesa_100:before{opacity:1}._filterDropdownListContent_1oesa_33._open_1oesa_47 ._filterDropdownInnerContainer_1oesa_65._hideBottomGradient_1oesa_103:after{opacity:0}._filterItem_1oesa_107{width:100%;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:600;line-height:16px;color:#8a8d94}._filterItem_1oesa_107._active_1oesa_116{color:#fff}._createClanWrapper_fvu9f_1{display:flex;flex-direction:column;margin-top:24px;overflow-y:scroll}._createClanWrapper_fvu9f_1:before{content:"";position:fixed;left:50%;transform:translate(-50%);width:100%;max-width:720px;height:8px;background:linear-gradient(180deg,#141415,#14141500);z-index:12}@media screen and (min-width:768px){._createClanWrapper_fvu9f_1:before{position:absolute;top:0}}._createClanWrapper_fvu9f_1:after{content:"";position:absolute;bottom:0;z-index:14;width:100%;height:64px;background:linear-gradient(0deg,#141415,#141415b3 34.5%,#14141580 68%,#14141500);pointer-events:none;opacity:1;transition:.2s ease-in-out;left:0}@media screen and (min-width:768px){._createClanWrapper_fvu9f_1{position:relative;overflow-y:hidden;flex-direction:row;margin-top:20px;gap:20px}}._pageTitle_fvu9f_47{font-family:Inter;font-weight:600;font-size:16px;line-height:22px;letter-spacing:-.12px;text-align:start}._selectFlag_fvu9f_56{margin-top:8px;display:flex;flex-grow:1;max-width:50%;flex-direction:column;background:#1d1e20;padding:20px 12px 0;border-radius:24px}._selectFlagHeader_fvu9f_67{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}._selectFlagHeader_fvu9f_67:before{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:100%;max-width:720px;height:8px;background:linear-gradient(180deg,#1d1e20,#1d1e2000);z-index:12}._selectFlagHeaderTitle_fvu9f_88{font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;color:#fff}._selectFlagHeaderDescription_fvu9f_99{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;padding:0 4px;letter-spacing:0%;text-align:center;vertical-align:middle;color:#ffffffad;max-width:304px}@media screen and (min-width:768px){._selectFlagBlockBody_fvu9f_113{display:flex;flex-wrap:wrap;justify-content:space-around;padding-top:20px;padding-bottom:60px;overflow-y:scroll}}._form_fvu9f_123{display:flex;flex-direction:column;align-items:center;gap:14px;padding-bottom:118px;scrollbar-width:none;padding-top:8px;touch-action:pan-y;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}._form_fvu9f_123::-webkit-scrollbar{display:none;width:0}._form_fvu9f_123._withKeyboard_fvu9f_139{touch-action:pan-y}._form_fvu9f_123._withKeyboard_fvu9f_139:after{display:none}._form_fvu9f_123 ._title_fvu9f_145{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;vertical-align:middle;color:#ffffff47}._form_fvu9f_123 ._titleRow_fvu9f_153{display:flex;align-items:center;gap:4px;color:#ffffff47}._form_fvu9f_123 ._infoIconWrapper_fvu9f_159{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}._form_fvu9f_123 ._infoIcon_fvu9f_159{width:12px;height:12px;background:transparent;border-radius:50%}._form_fvu9f_123 ._infoIcon_fvu9f_159 path{fill:currentColor}._form_fvu9f_123 ._commonContainer_fvu9f_179{width:100%;display:flex;flex-direction:column}._form_fvu9f_123 ._flagContainer_fvu9f_184{align-items:center;justify-content:center;position:relative}._form_fvu9f_123 ._flagContainer_fvu9f_184 ._flag_fvu9f_184{position:relative;width:80px;height:80px;min-height:80px;border-radius:16px;overflow:hidden}._form_fvu9f_123 ._flagContainer_fvu9f_184 ._flag_fvu9f_184 img{width:100%;height:100%}._form_fvu9f_123 ._flagContainer_fvu9f_184 ._flag_fvu9f_184:after{content:"";position:absolute;inset:0;border-radius:16px;border:2px solid rgba(255,255,255,.4)}._form_fvu9f_123 ._flagContainer_fvu9f_184 ._button_fvu9f_208{position:absolute;width:36px;height:36px;padding:0 18px;transform:translate(36px,36px);background-color:#fff}._form_fvu9f_123 ._flagContainer_fvu9f_184 ._button_fvu9f_208:dir(rtl){transform:translate(-36px,36px)}[dir=rtl] ._form_fvu9f_123 ._flagContainer_fvu9f_184 ._button_fvu9f_208{transform:translate(-36px,36px)}._form_fvu9f_123 ._flagContainer_fvu9f_184 ._button_fvu9f_208 svg{position:absolute;top:10px;inset-inline-start:11px}._form_fvu9f_123 ._clanNameContainer_fvu9f_227{gap:8px}._form_fvu9f_123 ._clanLangContainer_fvu9f_230{gap:12px}._form_fvu9f_123 ._clanLangContainer_fvu9f_230>div{border-radius:16px}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236{display:flex;flex-direction:column;border:none;gap:12px;width:100%}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236{display:flex;align-items:center;width:100%;height:52px;background-color:#1d1e20;justify-content:space-between;border-radius:16px;gap:16px;padding:0 16px;cursor:pointer}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._radioLeft_fvu9f_255{display:flex;gap:16px;align-items:center}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._radioLeft_fvu9f_255 ._deactiveRadioText_fvu9f_260{opacity:68%}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._radioInput_fvu9f_263{appearance:none;position:relative;border:1px solid rgba(163,171,187,.1607843137);display:flex;background-color:#323439;width:20px;min-width:20px;height:20px;border-radius:50%}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._radioInput_fvu9f_263:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#dfdfe0;border-radius:50%}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._inputReq_fvu9f_285{display:flex;align-items:center;gap:8px;background-color:#2e3035;border-radius:8px;padding:4px 8px}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._inputReq_fvu9f_285 ._inputReqValue_fvu9f_293{width:60px;border:none;border-radius:0;background:none;padding:0;font-family:Inter;font-weight:600;font-size:14px;line-height:20px}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._opacity05_fvu9f_304{opacity:.5}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._commonLabel_fvu9f_307{font-family:Inter;font-weight:600;font-size:14px;line-height:20px}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._trimmedLabel_fvu9f_313{width:calc(100% - 152px)}._form_fvu9f_123 ._radioItemsContainer_fvu9f_236 ._radio_fvu9f_236 ._deactiveLabel_fvu9f_316{opacity:68%}@media screen and (min-width:768px){._form_fvu9f_123{padding-bottom:0!important;overflow-y:scroll;flex-grow:1;flex-shrink:0;padding-top:8px;max-width:50%}}._formPaddingReqFriends_fvu9f_330{padding-bottom:198px}._formPaddingReqTokens_fvu9f_334{padding-bottom:186px}._submitButtonContainer_fvu9f_338{position:absolute;bottom:0;width:100%;background-color:#141415;transition:padding .15s ease;display:flex;flex-direction:column;gap:12px;padding-bottom:50px}._submitButtonContainer_fvu9f_338 ._triggerWrapperOverload_fvu9f_349{margin:0}._submitButtonContainer_fvu9f_338 ._submitButton_fvu9f_338{width:100%;height:44px}._submitButtonContainer_fvu9f_338 ._submitButton_fvu9f_338._disabledLook_fvu9f_356{opacity:.5;pointer-events:auto}._submitButtonContainer_fvu9f_338._withKeyboard_fvu9f_139{height:auto;touch-action:pan-y;padding-top:8px;padding-bottom:10px}._submitButtonContainer_fvu9f_338 ._buttonText_fvu9f_366{display:flex;align-items:center;gap:8px}._submitButtonContainer_fvu9f_338 ._coinIcon_fvu9f_371{width:16px;height:16px}._submitButtonContainer_fvu9f_338:before{content:"";box-shadow:0 -10px 6px #141415;position:absolute;top:3px;width:100%;height:10px}@media screen and (min-width:768px){._submitButtonContainer_fvu9f_338{position:relative;padding-bottom:60px}}._conditionsTooltipBody_fvu9f_390{z-index:202;max-width:180px;padding:0}._conditionsTooltipBody_fvu9f_390 p{white-space:normal;word-wrap:break-word;text-align:start;font-size:12px;line-height:16px}@media(max-width:350px){._conditionsTooltipBody_fvu9f_390{width:160px}}._withKeyboard_fvu9f_139{height:calc(var(--tg-viewport-height) + 35px)}._fullHeight_fvu9f_412{height:100%;transition:height .15s ease}@media screen and (min-width:768px){._fullHeight_fvu9f_412{height:auto}}._viewportHeight_fvu9f_422{height:100vh;height:100svh}._requiresBlockContainer_fvu9f_427{padding:0!important;margin:0!important;width:100%}._tooltipContainer_fvu9f_433{position:absolute;z-index:202}._input_15pnz_1{background:#242426;border:0;outline:none;color:#fff;font-size:14px;font-weight:400;line-height:20px;padding:12px 16px;border-radius:12px;width:100%}._input_15pnz_1:focus{caret-color:#0075ff}._input_15pnz_1::placeholder{color:#8a8d94}._contentWrapper_1lbrl_1{display:flex;flex-direction:column;width:100%;gap:16px}._contentWrapper_1lbrl_1 ._flagComponent_1lbrl_7{width:100%;max-width:100%;height:100%;max-height:100%}._selectFlagPopunderHeader_1lbrl_14{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}._selectFlagPopunderHeaderTitle_1lbrl_23{font-family:Inter;font-weight:600;font-size:22px;line-height:26px;letter-spacing:-.4px;text-align:center;vertical-align:middle;color:#fff}._selectFlagPopunderHeaderDescription_1lbrl_34{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;padding:0 4px;letter-spacing:0%;text-align:center;vertical-align:middle;color:#ffffffad;max-width:304px}._selectFlagPopunderBody_1lbrl_47{display:grid;grid-template-columns:repeat(4,1fr);max-height:calc(100vh - 280px);max-height:calc(100svh - 280px);overflow-y:scroll;-webkit-mask-image:linear-gradient(transparent 0px,#000 8px);mask-image:linear-gradient(transparent 0px,#000 8px);padding:8px 0 0;scrollbar-width:none;gap:16px}@media screen and (max-width:400px){._selectFlagPopunderBody_1lbrl_47{gap:8px}}._selectFlagPopunderBody_1lbrl_47::-webkit-scrollbar{display:none;width:0}._selectFlagPopunderBody_1lbrl_47:after{content:"";box-shadow:0 -10px 4px #141415;position:absolute;bottom:66px;z-index:1000;width:100%;height:10px}._flagItem_131r0_1{max-width:72px;width:72px;height:72px;max-height:72px;border-radius:16px;padding:4px;cursor:pointer}@media(max-width:392px){._flagItem_131r0_1{width:66px;max-width:66px;height:66px;max-height:66px;aspect-ratio:1/1}}._flagItem_131r0_1 ._flag_131r0_1{width:100%;height:100%;border-radius:12px;position:relative;aspect-ratio:1/1}._selected_131r0_27{box-shadow:inset 0 0 0 1.4px #12b857}._triggerButtonWrapper_btj8b_2{position:relative;border-radius:16px;z-index:10;margin-top:10px}._triggerButton_btj8b_2{z-index:15;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:16px;color:#fff;padding:12px 16px 12px 12px;height:56px;border-radius:16px;width:100%;position:relative;overflow:hidden}._triggerButton_btj8b_2:before{content:"";position:absolute;inset:0;padding:1px;background:linear-gradient(97deg,#ffaf51,#ad804b,#454545,#454545);border-radius:inherit;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;border-radius:16px}._buttonContent_btj8b_39{display:flex;align-items:center;gap:12px;z-index:12}._iconWrapper_btj8b_46{background-color:#fbc564;padding:6px;border-radius:12px;display:flex;align-items:center}._gradient_btj8b_54{position:absolute;inset-inline-start:0;top:0;z-index:0}._gradient_btj8b_54 ._firstGradient_btj8b_60{position:absolute;width:74px;height:70px;inset-inline-start:-25px;top:-45px;background:#ffaf51;filter:blur(25px);z-index:2}._gradient_btj8b_54 ._lastGradient_btj8b_70{z-index:1;position:absolute;width:176px;height:136px;inset-inline-start:-126px;top:-46px;background:#6b3220;filter:blur(50px)}._settingsItem_4y8ek_1{display:flex;align-items:center;width:100%;border-radius:20px;overflow:hidden}._settingsItem_4y8ek_1 button{height:64px!important}[dir=rtl] ._btn_4y8ek_12>svg:last-child{transform:scaleX(-1)}._settingsItemIcon_4y8ek_16{display:flex;width:20px;height:20px;color:#fff}._btn_4y8ek_12{width:100%;display:inline-flex;justify-content:space-between;gap:16px;font-size:12px;padding:12px 16px}._btn_4y8ek_12 ._settingItemContent_4y8ek_31{display:flex;flex-direction:column;text-align:start;gap:6px;margin-inline-end:auto;max-width:calc(100% - 68px)}._btn_4y8ek_12 ._settingItemContent_4y8ek_31 ._langDesc_4y8ek_39{text-align:start;font-size:14px;font-weight:600;color:#fff}._btn_4y8ek_12 ._settingItemContent_4y8ek_31 ._langHead_4y8ek_45{text-align:start;font-size:12px;font-weight:400;color:#9aa1b1;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._languageSelectButton_eakj2_1{width:100%;min-height:52px;border:none;border-radius:16px;background:#1d1e20;padding:10px 16px;display:flex;align-items:center;gap:12px;color:#fff;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}._languageSelectText_eakj2_16{display:flex;flex-direction:column;gap:4px;text-align:start;flex:1;min-width:0}._languageSelectTitle_eakj2_25{font-family:Inter;font-weight:600;font-size:14px;line-height:20px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._languageSelectSubtitle_eakj2_36{font-family:Inter;font-weight:400;font-size:12px;line-height:16px;margin:0;color:#ffffffad;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._languageSelectChevron_eakj2_48{color:#fff;transform:rotate(90deg);transition:transform .15s ease-in-out;flex-shrink:0}._languageSelectChevronOpen_eakj2_55{transform:rotate(-90deg)}._languageDropdownBackdrop_eakj2_59{position:fixed;inset:0;z-index:1005;background:transparent}._languageDropdownMenu_eakj2_66{background:#1d1e20;border-radius:16px;overflow:hidden;box-shadow:0 12px 24px #00000073;padding:6px;position:fixed}._languageDropdownMenu_eakj2_66:before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:50px;background:linear-gradient(0deg,#1d1e2000,#1d1e20e6 52.65%,#1d1e20 65.62%);z-index:1;pointer-events:none;opacity:0;transition:.15s ease-in-out}._languageDropdownMenu_eakj2_66:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:50px;background:linear-gradient(180deg,#1d1e2000,#1d1e20e6 52.65%,#1d1e20 65.62%);pointer-events:none;transition:.15s ease-in-out}._languageDropdownContent_eakj2_100{max-height:calc(var(--dropdown-max-height, 320px) - 12px);overflow-y:auto;scrollbar-width:none!important;position:relative;z-index:0;overscroll-behavior:contain}._languageDropdownContent_eakj2_100::-webkit-scrollbar{display:none!important}._isEndScrollContainer_eakj2_112:after{opacity:0}._isStartScrollContainer_eakj2_116:before{opacity:1}._languageDropdownItem_eakj2_120{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;border:none;background:transparent;border-radius:12px;cursor:pointer;color:#fff;text-align:start;border-block-end:1px solid rgba(61,63,67,.1)}._languageDropdownItem_eakj2_120:last-child{border-block-end:none}._languageDropdownText_eakj2_138{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._languageDropdownTitle_eakj2_146{margin:0;font-family:Inter;font-weight:600;font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._languageDropdownSubtitle_eakj2_157{margin:0;font-family:Inter;font-weight:400;font-size:12px;line-height:16px;color:#ffffffad;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._languageDropdownCheck_eakj2_169{margin-inline-start:auto;flex-shrink:0;width:16px;height:16px}._languageDropdownCheck_eakj2_169 path:first-child{fill:#11ad52}._languageDropdownCheck_eakj2_169 path:last-child{fill:#1d1e20}[dir=rtl] ._languageDropdownText_eakj2_138{text-align:start}._tabsContainer_rfy9a_1{margin-top:24px}._activeSpan_rfy9a_5{color:#fff!important}._tabsPosition_rfy9a_9{display:block;position:relative;width:100%;padding-bottom:0;padding-top:0;top:0;z-index:5}._overrider_rfy9a_19{--tabs-border-radius: 12px;--tabs-border-color: none;--tabs-padding: 2px;--tab-border-radius: 10px;--tab-border-color: none;--tab-active-bg-color: rgba(138, 141, 148, .2);position:relative}._overrider_rfy9a_19 ._overrider_rfy9a_19:before{content:"";height:24px;width:1px;background-color:#a3abbb1f;transition:.2s;left:0;top:50%;transform:translateY(-50%);position:absolute}._overrider_rfy9a_19 ._lastTab_rfy9a_39:before{opacity:0}._overrider_rfy9a_19 span{font-size:14px;line-height:20px;font-weight:600;position:relative;color:#ffffffad}._clansClanList_1imcy_1{top:-8px!important}@media screen and (min-width:768px){._additionalContentWrapper_1imcy_6{top:50%;left:50%;transform:translate(-50%,-136px);width:718px}}:root{--z-pop-under: 200;--z-pop-under-overlay: 199;--z-app-shell-header: 100;--z-app-shell-footer: 100;--z-normal: 0;--wrapper: 100%}@media screen and (min-width:768px){:root{--wrapper: 728px}}@media screen and (min-width:1280px){:root{--wrapper: 1040px}}:root{--safe: 12px}@media screen and (min-width:768px){:root{--safe: 20px}}@media screen and (min-width:768px){:root{--safe: 24px}}.onBoardItemCity{position:relative;z-index:201!important;border:1px solid #FED830;border-radius:50px;pointer-events:none}.onBoardItemDefault{position:relative;z-index:201!important;border:1px solid #FED830;pointer-events:none}._wrapper_10b0o_1{padding:32px 0;position:fixed;inset:0;display:grid;place-content:center;justify-items:center;background:#141415 url(/assets/desktop-alert-bg-BTr1r2BJ.webp) center bottom no-repeat;background-size:contain;z-index:1000;grid-template-rows:auto 1fr auto}._logoContainer_10b0o_14{display:flex;justify-content:center;align-items:center;cursor:pointer;margin-top:10px}._logo_10b0o_14{width:80px;height:auto}._content_10b0o_27{display:grid;place-content:center;justify-items:center;margin-top:32px}._qr_10b0o_34,._qr_10b0o_34 img{width:242px;height:282px}._qr_10b0o_34{background-color:#f4f4f5;border-radius:16px;color:#8a8d94;display:grid;place-content:center}._title_10b0o_50{margin:24px 0 0;color:#fff;font-size:24px;font-weight:600;line-height:28px;letter-spacing:-.47x;text-align:center;padding:0 30px}._description_10b0o_62{margin-top:8px;font-size:14px;font-weight:400;line-height:20px;text-align:center;padding:0 30px}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}._wrapper_1eve2_1{max-height:700px}._container_1eve2_5{display:block;width:100%;max-width:720px;margin:0 auto;height:calc(100vh - 130px);height:calc(100svh - 130px);overflow:hidden!important;pointer-events:none;border-radius:24px}._container_1eve2_5 .appShell{height:calc(100% - 16px)!important}@media(min-width:768px)and (max-width:1024px){._container_1eve2_5{max-width:500px}}@media screen and (min-width:1280px){._container_1eve2_5{max-width:720px}}@media screen and (min-width:768px){._container_1eve2_5{max-width:500px}}._originalContainer_1eve2_35{pointer-events:none!important}._loader_1eve2_39{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (min-width:768px){._loader_1eve2_39{height:548px}}._container_1eve2_5{height:calc(100vh - 130px);height:calc(100svh - 130px);max-height:700px}._container_1eve2_5>*{pointer-events:auto}._container-ld_1eve2_64{padding-top:76px}._container-ld-rules_1eve2_68{padding-top:76px;overflow:auto!important}._container-web-two_1eve2_73{max-width:480px}@media screen and (min-width:501px){._container-tasks_1eve2_78:after{content:"";position:absolute;bottom:0;inset-inline-start:0;width:100%;height:90px;background:linear-gradient(180deg,#14141500,#141415);pointer-events:none;z-index:1;border-radius:0 0 24px 24px;opacity:var(--tasks-bottom-gradient-opacity, 1)}._container-tasks_1eve2_78:has(._tasks-hide-gradient_1eve2_91):after{opacity:0}}@media screen and (min-width:501px){._wrapper-web-two_1eve2_97 ._container-web-two_1eve2_73:after{content:"";position:absolute;bottom:0;inset-inline-start:0;width:100%;height:90px;background:linear-gradient(180deg,#14141500,#141415);pointer-events:none;z-index:1;border-radius:0 0 24px 24px}}._wrapper-friends_1eve2_111 .contentBlock>div,._wrapper-friends-list_1eve2_112 .contentBlock>div{background:#141415}._container-friends_1eve2_116>:nth-child(2),._container-friends-list_1eve2_117>:nth-child(2){padding-top:44px}._container-boosters_1eve2_121{padding-top:76px}._container-construction_1eve2_125{width:720px;background:#141415;overflow:hidden!important;border-radius:24px 24px 0 0;width:100%}@media screen and (min-width:768px){._container-construction_1eve2_125{max-width:100%}}._container-mining_1eve2_138{width:720px;background:#141415;overflow:hidden!important;border-radius:24px 24px 0 0}@media screen and (min-width:768px){._container-mining_1eve2_138{width:720px}}@media(max-width:768px){._container-mining_1eve2_138{width:100%}}@media screen and (min-width:501px){._container-construction-building_1eve2_156{width:calc(100% + 32px);height:calc(100% + 32px);margin:-16px;background:transparent;overflow:auto!important;border-radius:0;padding:0;display:flex;flex-direction:column}}@media screen and (min-width:501px){._container-mining-business_1eve2_170{width:calc(100% + 32px);height:calc(100% + 32px);margin:-16px;background:transparent;overflow:auto!important;border-radius:0;padding:0;display:flex;flex-direction:column}}._wrapper-tasks_1eve2_183 .contentBlock{max-width:var(--max-width)}._wrapper-tasks_1eve2_183 main{background-color:#141415}@media screen and (min-width:501px){._wrapper-tasks_1eve2_183 ._wrapper_1eve2_1{background:#141415!important;background-image:none!important}}._wrapper-boosters_1eve2_196 .contentBlock{max-width:var(--max-width)}._wrapper-boosters_1eve2_196 main{background-color:#141415}@media screen and (min-width:501px){._wrapper-boosters_1eve2_196 ._wrapper_1eve2_1{background:#141415!important;background-image:none!important;max-height:580px}}._wrapper-ld-rules_1eve2_210 ._wrapper_1eve2_1{background:none!important;background-image:none!important}._wrapper-ld-rules_1eve2_210 .contentBlock{background:#fff!important}@media screen and (min-width:501px){._wrapper-ld-rules_1eve2_210 ._wrapper_1eve2_1{padding:0!important}}._wrapper-city-info_1eve2_223 ._wrapper_1eve2_1{max-height:616px}._wrapper-web-two-history_1eve2_227 header{margin-top:76px;padding:0 16px}._wrapper-construction_1eve2_232 .contentBlock{max-width:720px!important;width:720px!important}@media(max-width:768px){._wrapper-construction_1eve2_232 .contentBlock{width:100%!important;max-width:100%!important}}._wrapper-mining_1eve2_243 .contentBlock{max-width:720px!important;width:720px!important}._wrapper-mining_1eve2_243 .contentBlock>div{background:#141415}@media(max-width:768px){._wrapper-mining_1eve2_243 .contentBlock{width:100%!important;max-width:100%!important}}._wrapper-mining-business_1eve2_257 ._originalContainer_1eve2_35,._wrapper-mining-business_1eve2_257 ._wrapper_1eve2_1{height:100%}._wrapper-mining-business_1eve2_257 .contentBlock{max-width:500px!important;width:500px!important;height:calc(100% - 130px)!important;max-height:700px}._wrapper-mining-business_1eve2_257 .contentBlock>div{background:#141415}@media(max-width:768px){._wrapper-mining-business_1eve2_257 .contentBlock{width:100%!important;max-width:100%!important}}@media screen and (min-width:501px){._wrapper-web-two-history_1eve2_227 ._wrapper_1eve2_1,._wrapper-web-two_1eve2_97 ._wrapper_1eve2_1{background:#141415!important;background-image:none!important}}._wrapper-faq_1eve2_285 .contentBlock>div{background:#141415}._wrapper-ld_1eve2_210 .contentBlock>div{background:#141415}@media screen and (min-width:501px){._wrapper-ld_1eve2_210 ._wrapper_1eve2_1{background:#141415!important;background-image:none!important}}._wrapper-settings_1eve2_299 .contentBlock>div{background:#141415}@media screen and (min-width:501px){._wrapper-settings_1eve2_299 ._wrapper_1eve2_1{background:#141415!important;background-image:none!important}}._wrapper-character_1eve2_309 .contentBlock>div{background:#141415}._wrapper-airdrop-checkin_1eve2_313 .contentBlock>div{background:#141415}._wrapper-airdrop-checkin_1eve2_313 ._wrapper_1eve2_1{padding:76px 0 0;background:#141415!important;background-image:none!important}._wrapper-airdrop-checkin_1eve2_313 ._container-airdrop-checkin_1eve2_321{border-radius:0;overflow:auto!important}._wrapper-profile_1eve2_326 .contentBlock>div{background:#141415}._container-faq_1eve2_330>:nth-child(2){padding-top:60px}._wrapper_1eve2_1{overflow:auto}._titleBlock_1eve2_338{box-sizing:border-box}._innerContainer_1eve2_342,._overlay_1eve2_348{box-sizing:border-box;transition:none!important;animation:none!important}._originalContainer_1eve2_35{transition:none!important;animation:none!important}@media screen and (min-width:768px){._contentBlockDesktop_1eve2_360{max-width:720px!important;max-height:548px!important;min-height:548px!important}}@media screen and (min-width:768px){._contentBlockDesktopOverflowHidden_1eve2_368{overflow:hidden}}._closeHidden_1eve2_373{display:none!important}@media screen and (min-width:768px){._wrapper-character_1eve2_309 ._wrapper_1eve2_1{overflow:hidden}}@media screen and (min-width:768px){._wrapper-clanscreate_1eve2_389 ._wrapper_1eve2_1,._wrapper-clans_1eve2_389 ._wrapper_1eve2_1,._wrapper-clansfriends_1eve2_391 ._wrapper_1eve2_1,._wrapper-clansettings_1eve2_392 ._wrapper_1eve2_1,._wrapper-clanscompany_1eve2_393 ._wrapper_1eve2_1{max-height:548px;overflow:hidden}}@media screen and (min-width:768px){._wrapper-clan_1eve2_389{height:100%;max-height:100%}}@property --gradient-opacity{syntax: "<number>"; inherits: false; initial-value: 0;}._container_1y1oi_6{--gradient-opacity: 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;z-index:100;position:absolute;width:100%;left:0;top:0;padding:16px;height:76px;border-radius:20px 20px 0 0;overscroll-behavior:none;touch-action:none;transition:--gradient-opacity .2s ease-in-out}._container_1y1oi_6._scrolled_1y1oi_23{--gradient-opacity: 1}._close_1y1oi_27,._back_1y1oi_28{width:36px;height:36px;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .1s ease-in-out;background:var(--button-bg, rgba(163, 171, 187, .16))}._close_1y1oi_27:hover,._back_1y1oi_28:hover{background:var(--button-bg-hover, rgba(163, 171, 187, .32))}._back_1y1oi_28{transform:rotate(180deg)}[dir=rtl] ._back_1y1oi_28{transform:rotate(0)}._hidden_1y1oi_51{visibility:hidden}._info_1y1oi_55{grid-column:1;justify-self:start}._close_1y1oi_27{grid-column:3;justify-self:end}@media(min-width:768px){._close_1y1oi_27 svg{width:16px;height:16px}}._info_1y1oi_55{width:auto;height:auto;min-width:100px;min-height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:6px 8px;border:1px solid rgba(163,171,187,.16);color:#fff;font-size:14px;font-weight:600;line-height:20px;background:transparent}@media screen and (min-width:501px){._info_1y1oi_55{min-width:111px;min-height:36px}}._container_1y1oi_6 h1{position:absolute;left:50%;transform:translate(-50%);top:28px;margin:0;font-size:17px;font-weight:700;line-height:22px;letter-spacing:-.41px;color:currentColor}._container_ik4oi_1{display:flex;justify-content:space-between;align-items:center;z-index:100;position:absolute;width:100%;left:0;top:0;padding:16px;height:76px;border-radius:20px 20px 0 0;background:#141415;transition:background .2s ease-in-out}._container_ik4oi_1._scrolled_ik4oi_16{background:#131314!important}._title_ik4oi_20{font-size:17px;font-weight:700;line-height:22px;letter-spacing:-.41px;color:#fff;margin:0;position:absolute;left:16px;top:28px}@media(max-width:768px){._title_ik4oi_20{display:none}}._topBarWrapper_ik4oi_37{flex:1;display:flex;align-items:center;margin-bottom:-16px}@media(min-width:769px){._topBarWrapper_ik4oi_37{margin-left:37%}}._topBarWrapper_ik4oi_37>div{width:calc(100% - 32px)}._close_ik4oi_52{width:36px;height:36px;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .1s ease-in-out;background:#a3abbb29;border:none;color:#fff}._close_ik4oi_52:hover{background:#a3abbb52}._close_ik4oi_52 svg{width:20px;height:20px}@media(min-width:768px){._close_ik4oi_52 svg{width:16px;height:16px}}._topBar_12dy8_1{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 15px;border-radius:8px;margin:-12px -16px 0;overflow-x:scroll;overflow-y:hidden;max-height:60px;position:relative}._topBar_12dy8_1{scrollbar-width:none}._topBar_12dy8_1::-webkit-scrollbar{display:none;width:0}@media(max-width:380px){._topBar_12dy8_1{gap:8px}}._topBar_12dy8_1:before,._topBar_12dy8_1:after{content:"";display:block;height:100%;width:16px;position:fixed;top:-4px;left:0;max-height:60px}._topBar_12dy8_1:before,._topBar_12dy8_1:after{background:linear-gradient(90deg,#141415,transparent)}._topBar_12dy8_1:after{transform:scaleX(-1);right:0;left:auto}@media screen and (min-width:501px){._topBar_12dy8_1:before,._topBar_12dy8_1:after{display:none}}._alignItemLeft_12dy8_49{justify-content:flex-start;gap:12px}
