*{box-sizing:border-box;scrollbar-color:rgba(191,213,255,.3) rgba(191,213,255,.1);scrollbar-width:thin}:root{--font-family:"Rubik",sans-serif;--gold:#fc0;--light-brown:#fc0;--main-blue:#00d7ff;--padding-horizontal:23.475rem;--dark-blue:#132535;--muted:#bfd5ff;--middle-brown:#ff9507;--purple:#a034ff;--white:#fff;--gray:#7a8fb8;--green:#76ff33;--red:#f33;--orange:#ff6a29}@media (max-width:600px),(max-width:600px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5){:root{--padding-horizontal:1rem}}@media screen and (max-width:1600px){:root{--padding-horizontal:18rem}}@media screen and (max-width:1440px){:root{--padding-horizontal:13rem}}@media screen and (max-width:1366px){:root{--padding-horizontal:12rem}}@media screen and (max-width:1024px){:root{--padding-horizontal:10rem}}@media (max-width:600px),(max-width:600px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5){:root{--padding-horizontal:2rem}}@media (min-aspect-ratio:8/5) and (min-width:600px) and (max-width:1000px){:root{--padding-horizontal:14rem}}html{font-size:16px;scroll-behavior:smooth}@media screen and (max-width:1600px){html{font-size:14px}}@media screen and (max-width:1440px){html{font-size:13px}}@media screen and (max-width:1366px){html{font-size:13px}}@media screen and (max-width:1024px){html{font-size:11px}}@media (max-width:600px),(max-width:600px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5){html{font-size:16px}}@media screen and (max-width:390px){html{font-size:13px}}@media screen and (max-width:340px){html{font-size:12px}}@media screen and (min-width:1601px){html{font-size:16px}}@media screen and (min-width:2180px){html{font-size:21px}}@media screen and (min-width:2700px){html{font-size:23px}}@media screen and (min-width:3140px){html{font-size:25px}}@media screen and (min-width:3440px){html{font-size:28px}}@media (min-aspect-ratio:8/5) and (min-width:600px){html{font-size:max(min(1.5vh,1vw),7px)}}@media (min-aspect-ratio:8/5) and (min-width:650px){html{font-size:max(min(1.5vh,1vw),8px)}}@media (min-aspect-ratio:8/5) and (min-width:800px) and (max-width:1000px){html{font-size:max(min(1.5vh,1vw),10px)}}@media (min-aspect-ratio:8/5) and (min-width:650px) and (max-width:1200px){html{font-size:max(min(1.4815vh,1vw),6px)}}@media (min-aspect-ratio:8/5) and (min-width:800px) and (max-width:1000px){html{font-size:max(min(1.4815vh,1vw),9px)}}body{align-items:center;background:#152d3a;color:#fff;display:flex;flex-direction:column;font-family:Rubik;min-height:100vh;overflow-x:hidden;width:100%}body,h1,h2,h3,p{margin:0;padding:0}section{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}section h2{font-size:1.875rem;line-height:2.5rem;margin-bottom:1.75rem}@media screen and (max-width:500px){section h2{font-size:2rem}}section .subtitle,section p{color:var(--muted);font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){section{padding:0 var(--padding-horizontal)}}.popup{align-items:center;display:flex;justify-content:center;pointer-events:none;z-index:4}.popup,.popup .close-wrapper{height:100%;left:0;position:fixed;top:0;width:100%}.popup .close-wrapper{background:rgba(0,25,38,.9);opacity:0;transition:.3s ease}.popup .close-icon{background:url(/images/id/close-button.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:1.5rem;margin-left:auto;opacity:.6;transition:.3s ease;width:1.5rem}.popup .close-icon:hover{opacity:1}.popup .content{background:#0b2a3a;border:1px solid #2b5266;border-radius:.625rem;display:flex;flex-direction:column;max-height:90dvh;opacity:0;overflow:hidden;position:relative;transform:translateY(10%);transition:.3s ease;z-index:1}@media (max-width:600px),screen and (max-width:700px) and (max-aspect-ratio:8/5){.popup .content{max-width:95%;width:95%}}.popup .content .head{align-items:center;border-bottom:1px solid #2b5266;display:flex;flex-shrink:0;padding:1.125rem 1.75rem}.popup .content .head .heading{color:#fff;font-size:1.5rem;font-weight:500;margin-right:2rem;text-transform:uppercase}.popup .content .inner{display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:0 1.75rem 1.75rem}.popup .content .inner p{color:var(--muted);font-size:1.125rem;line-height:1.5rem;margin:1.5rem 0 1.875rem;padding:0;text-align:left}.popup .content .inner ul{margin:0}.popup .content .inner .alert{align-items:center;background:rgba(255,204,0,.2);border-radius:.5rem;color:var(--gold);display:flex;font-size:.75rem;font-weight:500;padding:.75rem;text-transform:uppercase;width:100%}.popup .content .inner .alert:before{background-image:url(/images/id/alert-orange.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.5rem;margin-right:.625rem;min-height:1.5rem;min-width:1.5rem;width:1.5rem}.popup .content .inner .button-group{align-items:center;display:flex;margin-top:1.25rem;width:100%}@media screen and (max-width:700px){.popup .content .inner .button-group{flex-direction:column}}.popup .content .inner .button-group .button{padding-left:0;padding-right:0;text-align:center;width:calc(50% - .8125rem)}@media screen and (max-width:700px){.popup .content .inner .button-group .button{width:100%}}.popup .content .inner .button-group .button:not(:last-child){margin-right:1.625rem}@media screen and (max-width:700px){.popup .content .inner .button-group .button:not(:last-child){margin-bottom:1rem;margin-right:0}}.popup .content .inner .button-group .button:not(:last-child):before{background:var(--green)}.popup.active{pointer-events:auto}.popup.active .close-wrapper{opacity:1}.popup.active .content{opacity:1;transform:none}.popup.rules-popup .content{max-height:90dvh;overflow-x:hidden;overflow-y:auto}.popup.rules-popup .content .close-icon{right:2.875rem}@media screen and (max-width:600px){.popup.rules-popup .content .close-icon{top:2.5rem}}.popup.rules-popup .rules-content{flex:1;max-width:50vw;overflow-x:hidden;overflow-y:auto;padding:1rem 2rem}@media screen and (max-width:600px){.popup.rules-popup .rules-content{max-height:unset;max-width:unset;padding:1rem}}.popup.rules-popup .rules-content h3{color:#fff;font-size:1.75rem;font-weight:500;margin-bottom:1rem;text-align:left;text-transform:uppercase}.popup.rules-popup .rules-content h3:not(:first-child){margin-top:2rem}.popup.rules-popup .rules-content h4{color:#fff;font-size:1rem;font-weight:500;margin-bottom:1rem;text-align:left;text-transform:uppercase}.popup.rules-popup .rules-content h4:not(:first-child){margin-top:1rem}.popup.rules-popup .rules-content ul{margin:0 0 1rem;padding:0 0 0 2rem}.popup.rules-popup .rules-content ul li{color:#fff}.popup.rules-popup .rules-content p{margin-bottom:.5rem;max-width:50vw;text-align:left;width:100%}@media screen and (max-width:900px){.popup.rules-popup .rules-content p{max-width:100%}}.popup.rules-popup .rules-content a{color:var(--green);text-decoration:none;transition:.3s ease}.popup.rules-popup .rules-content a:hover{color:#fff}.popup.rules-popup .rules-content .labeled-info{align-items:stretch;display:flex;margin-bottom:1rem;margin-top:1rem}.popup.rules-popup .rules-content .labeled-info .info-block{border:1px solid var(--muted);width:50%}.popup.rules-popup .rules-content .labeled-info .info-block:last-child{border-left:none}.popup.rules-popup .rules-content .labeled-info .info-block .label{border-bottom:1px solid var(--muted);font-weight:500;padding:.5rem 1rem}.popup.rules-popup .rules-content .labeled-info .info-block .text{padding:.5rem 1rem}.popup.logout-submit{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:9}.popup.logout-submit .close-wrapper{background:rgba(0,25,38,.9);height:100%;left:0;opacity:0;position:fixed;top:0;transition:.3s ease;width:100%}.popup.logout-submit .content{background:#001926;border:1px solid #2b5266;border-radius:.625rem;opacity:0;padding:1.125rem 1.75rem;position:absolute;right:var(--padding-horizontal);top:4.5rem;transform:translateY(10%);transition:.3s ease;z-index:1}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.popup.logout-submit .content{right:50%;transform:translateX(50%)}}.popup.logout-submit .content .question{font-size:1rem;font-weight:500;margin-bottom:1rem}.popup.logout-submit .content .button-group{align-items:center;display:flex;flex-grow:1}.popup.logout-submit .content .button-group .button{background:#fff;border:none;border-radius:.5rem;color:var(--dark-blue);cursor:pointer;flex-grow:1;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.0437rem;line-height:1rem;outline:none;padding:.75rem 2rem;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:.3s ease;white-space:nowrap}.popup.logout-submit .content .button-group .button:hover{background:var(--green)}.popup.logout-submit .content .button-group .button:first-child{margin-right:.75rem}.popup.logout-submit.active{pointer-events:auto}.popup.logout-submit.active .content{opacity:1}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.popup.logout-submit.active .content{transform:translateX(50%)}}.popup.logout-submit.active .close-wrapper{opacity:1}.popup.logout-submit.active .inner{opacity:1;transform:none}.button{align-items:center;background:#fff;border:none;border-radius:.5rem;color:var(--dark-blue);cursor:pointer;display:flex;font-family:Rubik;font-size:1rem;font-weight:500;justify-content:center;line-height:100%;padding:1rem 1.25rem;text-transform:uppercase;transition:.3s ease}.button:hover{background:var(--gold)}.button.disabled{cursor:default;opacity:.5;pointer-events:none}.button.hidden{display:none}.button.green-button{background:var(--green);color:var(--dark-blue)}.button.green-button:hover{background:#fff}.errors-wrapper{bottom:2rem;left:50%;position:fixed;transform:translateX(-50%);z-index:10}.errors-wrapper .error,.errors-wrapper .success{text-wrap:nowrap;align-items:center;background:#ff4848;border-radius:.5rem;color:#fff;display:flex;left:0;margin-top:1rem;opacity:0;padding:.75rem 1rem;pointer-events:none;position:absolute;top:0;transform:translateY(4rem) translateX(-50%);transition:.15s ease}.errors-wrapper .error.active,.errors-wrapper .success.active{opacity:1;transform:translateY(-100%) translateX(-50%)}.errors-wrapper .error:before,.errors-wrapper .success:before{background:url(/images/id/alert-red.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.875rem;margin-right:.5rem;min-height:1.875rem;min-width:1.875rem;width:1.875rem}.errors-wrapper .success{background-color:#76ff33;color:var(--dark-blue);white-space:wrap;width:31rem}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.errors-wrapper .success{width:90vw}}.errors-wrapper .success:before{background-image:url(/images/id/alert-dark.svg)}.login-form{align-items:flex-start;justify-content:flex-start;padding-top:2rem}.login-form,.login-form form{display:flex;flex-direction:column}.login-form form{width:26.25rem}@media screen and (max-width:1000px){.login-form form{width:100%}}.login-form form .form-group{display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.login-form form .form-group label{color:#9bb6cf;font-size:.75rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;transition:.3s ease}.login-form form .form-group input{background:transparent;border:none;border-bottom:.125rem solid #9bb6cf;color:#fff;font-family:Rubik;font-size:1.25rem;font-weight:400;outline:none;padding:.5rem 0;transition:.3s ease}.login-form form .form-group input:focus{border-color:#fff}.login-form form .form-group:focus-within label{color:#fff}.login-form form .form-group.submit-group{margin-bottom:0;margin-top:2rem}.login-form form .form-group.submit-group input{background:#fff;border:none;border-radius:.5rem;color:#001926;cursor:pointer;font-family:Rubik;font-size:1rem;font-weight:700;line-height:1rem;outline:none;padding:1rem 1.25rem;text-transform:uppercase;transition:.3s ease}.login-form form .form-group.submit-group input:hover{background:#fc0}.login-form form .form-group.submit-group input:disabled{opacity:.5;pointer-events:none}.login-form form .login-errors .error{align-items:center;background:#ff4848;border-radius:.5rem;color:#fff;display:flex;margin-top:1rem;padding:1rem}.login-form form .login-errors .error:before{background:url(/images/id/alert-red.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.875rem;margin-right:.5rem;width:1.875rem}body{background:#0f324e}header{z-index:4}header .user-crystals{margin-right:1rem}.login-popup{align-items:center;display:flex;justify-content:center;pointer-events:none;z-index:9}.login-popup,.login-popup .close-button{height:100%;left:0;position:fixed;top:0;width:100%}.login-popup .close-button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,25,38,.9);opacity:0;transition:.3s ease}.login-popup .login-content{align-items:flex-start;background:var(--dark-blue);border:1px solid #03344e;border-radius:.625rem;display:flex;flex-direction:column;justify-content:flex-start;max-height:95vh;opacity:0;overflow-x:hidden;overflow-y:auto;padding:2rem;position:relative;transform:translateY(20px);transition:.3s ease;z-index:3}.login-popup .login-content .heading{color:#fff;font-size:2rem;font-weight:500;line-height:1.875rem;margin-bottom:2rem;text-transform:uppercase}.login-popup .login-content .close-icon{background-image:url(/images/loss-of-control/close.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:1.25rem;opacity:.65;position:absolute;right:1rem;top:1rem;transition:.3s ease;width:1.25rem}.login-popup .login-content .close-icon:hover{opacity:1}.login-popup .login-content .login-form{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.login-popup .login-content .login-form form{display:flex;flex-direction:column;width:420px}@media screen and (max-width:1000px){.login-popup .login-content .login-form form{width:100%}}.login-popup .login-content .login-form form .form-group{display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.login-popup .login-content .login-form form .form-group label{color:hsla(0,0%,100%,.65);font-size:.75rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;transition:.3s ease}.login-popup .login-content .login-form form .form-group input{background:transparent;border:none;border-bottom:2px solid #03344e;color:#fff;font-family:Rubik;font-size:1.25rem;font-weight:400;outline:none;padding:.5rem 0;transition:.3s ease}.login-popup .login-content .login-form form .form-group input:focus{border-color:var(--light-brown)}.login-popup .login-content .login-form form .form-group:focus-within label{color:#fff}.login-popup .login-content .login-form form .form-group.submit-group{margin-bottom:0;margin-top:2rem}.login-popup .login-content .login-form form .form-group.submit-group input{background:#fff;border:none;border-radius:8px;color:var(--dark-blue);cursor:pointer;font-family:Rubik;font-size:1rem;font-weight:700;line-height:1rem;outline:none;padding:1rem 1.25rem;text-transform:uppercase;transition:.3s ease}.login-popup .login-content .login-form form .form-group.submit-group input:hover{background:var(--light-brown)}.login-popup .login-content .login-form form .form-group.submit-group input:disabled{opacity:.5;pointer-events:none}.login-popup .login-content .login-form form .login-errors .error{align-items:center;background:#ff4848;border-radius:8px;color:#fff;display:flex;margin-top:1rem;padding:1rem}.login-popup .login-content .login-form form .login-errors .error:before{background:url(/images/id/alert-red.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.875rem;margin-right:.5rem;width:1.875rem}.login-popup.active{pointer-events:auto}.login-popup.active .close-button{opacity:1}.login-popup.active .login-content{opacity:1;transform:none}.ruby{align-items:center;color:#f66;display:inline-flex;font-size:1.125rem;font-weight:500}.ruby:before{background-image:url(/images/id/ruby.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.25rem;width:1rem}.crystal{align-items:center;color:#00d7ff;display:inline-flex;font-size:1rem;font-weight:500}.crystal:before{background-image:url(/images/id/crystal.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.25rem;width:1rem}.ruby-button{background:#f66;color:#fff}.ruby-button .ruby{color:#fff;font-size:1rem;margin-left:.25rem}.ruby-button .ruby:before{background-image:url(/images/id/ruby-white.svg)}.ruby-button:hover{background:#ff4b4b!important}.crystal-button{background:#00d7ff}.crystal-button .crystal{color:#fff;font-size:1rem;margin-left:.25rem}.crystal-button .crystal:before{background-image:url(/images/id/crystal-white.svg)}.crystal-button:hover{background:#04b7d7!important}.currency{align-items:center;color:#bfd5ff;display:inline-flex;white-space:nowrap}.currency:before{background-image:url(/images/miner/currency.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.25rem;width:1rem}.energy{align-items:center;color:#fff;display:flex;font-size:1.125rem;font-weight:500;line-height:1.375rem}.energy:before{background-image:url(/images/sea-battle/energy.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.25rem;width:1rem}.white-text{color:#fff}.gold-button,.gold-text{color:var(--gold)}.gold-button{background:rgba(255,204,0,.25);border:.125rem solid rgba(255,204,0,.25)}.gold-button:hover{background:rgba(255,204,0,.35)}.gold-button img{height:1rem;-o-object-fit:contain;object-fit:contain;width:1rem}.gold-button.error{background:rgba(255,58,58,.25);border:.125rem solid rgba(255,58,58,.25)}.gold-button.hidden{display:none}.green-button{background:var(--Green,#76ff33)}.green-button:hover{background:#fff}section h2{color:var(--White,#fff);font-size:2rem;font-style:normal;font-weight:500;line-height:1.375rem;text-align:center;text-transform:uppercase}@media (max-width:600px),screen and (max-width:650px) and (max-aspect-ratio:8/5){section h2{font-size:1.5rem}}section p{color:var(--Light,#bfd5ff);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5rem;text-align:center}.popup{fill:#0d3143;stroke:#2b5266}.popup .content .inner p,.popup .content .inner ul{color:#bfd4ff;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.75rem}.popup .content .inner .button-group{margin:0}.popup .content .inner .button-group .button:hover{background:var(--green)}.popup.game-rules .content{width:38.75rem}.popup.game-rules .content .head{margin-bottom:1.5rem}.popup.game-rules .content .inner p{margin:0}.popup.game-rules .content .inner ul{margin-bottom:.75rem}.popup.game-rules .content .inner .images{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-bottom:1.8125rem;padding-top:.75rem;width:100%}.popup.game-rules .content .inner .images img{flex-shrink:1;-o-object-fit:contain;object-fit:contain;width:100%}.popup.game-rules .content .inner .images.two img:first-child{max-width:16.25rem}.popup.game-rules .content .inner .images.two img:nth-child(2){max-width:10.01375rem}@media (max-width:600px),screen and (max-width:650px) and (max-aspect-ratio:8/5){.popup.game-rules .content .inner .images.two img:first-child{max-width:12rem}.popup.game-rules .content .inner .images.two img:nth-child(2){max-width:8rem}}.popup.game-rules .content .inner .button-group{width:100%}.popup.game-rules .content .inner .button-group .button{background:rgba(118,255,51,.25);border:1px solid rgba(118,255,51,.5);color:#76ff33;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.04375rem;line-height:1rem;text-transform:uppercase;width:100%}.popup.game-rules .content .inner .button-group .button:hover{background:rgba(118,255,51,.35)}.popup.game-rules.game-rules-7 .content .inner p{margin-bottom:1.8175rem}.popup.buy-prize .content{min-width:38.125rem}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.popup.buy-prize .content{max-width:95%;min-width:95%}}.popup.buy-prize .content .heading{margin-bottom:1.5rem}.popup.buy-prize .content .buy-prize-wrapper{margin-bottom:1.25rem;width:100%}.popup.buy-prize .content .buy-prize-wrapper .heading{line-height:1rem;margin-bottom:1rem}.popup.buy-prize .content .buy-prize-wrapper [data-prize=common-key] .quota,.popup.buy-prize .content .buy-prize-wrapper [data-prize=epic-key] .quota,.popup.buy-prize .content .buy-prize-wrapper [data-prize=legendary-key] .quota,.popup.buy-prize .content .buy-prize-wrapper [data-prize=rare-key] .quota{display:none}.popup.buy-prize .content .muted{color:var(--muted);font-size:1rem;margin-bottom:1.875rem;text-align:center}.popup.buy-prize .content .cancel-button{background:rgba(191,213,255,.25);border:.125rem solid rgba(191,213,255,.25);color:var(--muted)}.popup.buy-prize .content .cancel-button:hover{background:rgba(191,213,255,.35)}.popup.buy-prize .content .button-group:not(:last-child){margin-bottom:1rem}.popup.buy-prize .content .button-group .button{-webkit-user-select:none;-moz-user-select:none;user-select:none}.popup.buy-prize .content .button-group .button:not(:last-child){margin-right:.625rem}.popup.buy-prize .content .button-group .buy-button{min-width:17rem}@media screen and (max-width:600px){.popup.buy-prize .content .button-group .buy-button{font-size:1rem;min-width:unset}}.popup.buy-prize .content .button-group .buy-button .currency{margin-left:.5rem}.popup.energy-popup .content{width:31.75rem}.popup.energy-popup .content .inner .button-group .button{margin:0;width:100%}.popup.energy-popup .content .inner .button-group .button.to-button{margin-left:1.625rem}.popup.game-complete-popup .content .inner .button-group{width:100%}.popup.game-complete-popup .content .inner .button-group .button{background:rgba(118,255,51,.25);border:1px solid rgba(118,255,51,.5);color:#76ff33;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.04375rem;line-height:1rem;text-transform:uppercase;width:100%}.popup.game-complete-popup .content .inner .button-group .button:hover{background:rgba(118,255,51,.35)}.popup.field-complete-popup .content .inner .button-group,.popup.field-complete-popup .content .inner .button-group .button,.popup.no-mines-popup .content .inner .button-group{width:100%}.popup.no-mines-popup .content .inner .button-group .button{background:rgba(118,255,51,.25);border:1px solid rgba(118,255,51,.5);color:#76ff33;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.04375rem;line-height:1rem;text-transform:uppercase;width:100%}.popup.no-mines-popup .content .inner .button-group .button:hover{background:rgba(118,255,51,.35)}.popup.buy-currency .content .inner .special-offer-wrapper{margin-bottom:1.875rem;padding-top:1rem;width:100%}.popup.buy-currency .content .inner .special-offer-wrapper .card{aspect-ratio:550/270;cursor:default}.popup.buy-currency .content .inner .special-offer-wrapper .card .heading{line-height:1.375rem;margin-bottom:.75rem}.popup.buy-currency .content .inner .special-offer-wrapper .card .award{padding:1rem}.popup.buy-currency .content .inner .special-offer-wrapper .card .award .countdown-timer{display:none}.popup.buy-currency .content .inner .special-offer-wrapper .card .award .image{height:10rem;width:100%}.popup.buy-currency .content .inner .special-offer-wrapper .card .already-buy-text,.popup.buy-currency .content .inner .special-offer-wrapper .card .award .image .badge{display:none}.background{height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}.background img{-o-object-fit:contain;object-fit:contain;width:100%}.info{align-items:center;margin-bottom:8.0625rem;padding:10rem var(--padding-horizontal) 0}.info .event-logo{margin-bottom:3.75rem}.info .event-logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.info p{color:#fff;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:2.5rem;text-align:center}.info .button-block{display:flex;flex-direction:row;gap:1.875rem}.info .button-block .button{align-items:center;border-radius:.5rem;display:flex;font-size:.875rem;font-style:normal;font-weight:500;justify-content:center;line-height:1rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:.3s ease;width:10.625rem}.info .button-block .button:hover{background:var(--green)}.info .button-block .button.green-button:hover{background:#fff}.info .rules-popup .content{max-height:90dvh;overflow-x:hidden;overflow-y:auto}.info .rules-popup .content .close-icon{right:2.875rem}@media screen and (max-width:600px){.info .rules-popup .content .close-icon{top:2.5rem}}.info .rules-popup .rules-content{flex:1;max-width:50vw;overflow-x:hidden;overflow-y:auto;padding:1rem 2rem}@media screen and (max-width:600px){.info .rules-popup .rules-content{max-height:unset;max-width:unset;padding:1rem}}.info .rules-popup .rules-content h3{color:#fff;font-size:1.75rem;font-weight:500;margin-bottom:1rem;text-align:left;text-transform:uppercase}.info .rules-popup .rules-content h3:not(:first-child){margin-top:2rem}.info .rules-popup .rules-content h4{color:#fff;font-size:1rem;font-weight:500;margin-bottom:1rem;text-align:left;text-transform:uppercase}.info .rules-popup .rules-content h4:not(:first-child){margin-top:1rem}.info .rules-popup .rules-content ul{margin:0 0 1rem;padding:0 0 0 2rem}.info .rules-popup .rules-content ul li{color:#fff}.info .rules-popup .rules-content p{margin-bottom:.5rem;max-width:50vw;text-align:left;width:100%}@media screen and (max-width:900px){.info .rules-popup .rules-content p{max-width:100%}}.info .rules-popup .rules-content a{color:var(--green);text-decoration:none;transition:.3s ease}.info .rules-popup .rules-content a:hover{color:#fff}.info .rules-popup .rules-content .labeled-info{align-items:stretch;display:flex;margin-bottom:1rem;margin-top:1rem}.info .rules-popup .rules-content .labeled-info .info-block{border:1px solid var(--muted);width:50%}.info .rules-popup .rules-content .labeled-info .info-block:last-child{border-left:none}.info .rules-popup .rules-content .labeled-info .info-block .label{border-bottom:1px solid var(--muted);font-weight:500;padding:.5rem 1rem}.info .rules-popup .rules-content .labeled-info .info-block .text{padding:.5rem 1rem}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.info{margin-bottom:5.875rem}.info .event-logo{width:20.9375rem}}.mine-field{margin-bottom:8.75rem;position:relative}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.mine-field{margin-bottom:5.75rem}}.mine-field .container{display:flex;flex-direction:row;gap:1.875rem}.mine-field .container .field-container{display:flex;flex-direction:column;gap:1.25rem}.mine-field .container .field-container .banner{align-items:flex-start;background-repeat:no-repeat;background-size:cover;border:1px solid #bfd5ff;border-radius:.75rem;display:flex;flex-direction:column;justify-content:flex-start;padding:1.6875rem 2.5rem;width:100%}.mine-field .container .field-container .banner.field-0{background-image:url(/images/miner/wasp.png)}.mine-field .container .field-container .banner.field-1{background-image:url(/images/miner/hornet.png)}.mine-field .container .field-container .banner.field-2{background-image:url(/images/miner/viking.png)}.mine-field .container .field-container .banner.field-3{background-image:url(/images/miner/titan.png)}.mine-field .container .field-container .banner.field-4,.mine-field .container .field-container .banner.field-5{background-image:url(/images/miner/mamont.png)}.mine-field .container .field-container .banner .banner-container{display:flex;flex-direction:column;gap:1.3125rem;justify-content:stretch}.mine-field .container .field-container .banner .banner-container .field-type{align-items:baseline;border-radius:1rem;color:#fff;display:flex;font-weight:500;justify-content:flex-start;text-transform:uppercase}.mine-field .container .field-container .banner .banner-container .field-type .field-label{color:var(--Light,#bfd5ff);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.125rem;margin-right:auto;text-transform:uppercase}.mine-field .container .field-container .banner .banner-container .field-type .field-type-name{font-size:2.5rem;line-height:1.375rem}.mine-field .container .field-container .banner .banner-container .field-type.disabled{display:none}.mine-field .container .field-container .banner .banner-container .opened-fields{align-items:center;display:flex;font-weight:500;justify-content:flex-start;position:relative;text-transform:uppercase}.mine-field .container .field-container .banner .banner-container .opened-fields .opened-label{color:var(--Light,#bfd5ff);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.125rem;margin-right:5rem;text-align:left;text-transform:uppercase}.mine-field .container .field-container .banner .banner-container .opened-fields .opened-count{font-size:2.5rem;line-height:1.375rem}.mine-field .container .field-container .banner .banner-container .opened-fields .opened-count span{font-size:1.125rem}.mine-field .container .field-container .field{border:.125rem solid rgba(191,213,255,.75);border-radius:.75rem;display:grid;gap:.375rem;grid-template-columns:repeat(var(--field-size,10),1fr);grid-template-rows:repeat(var(--field-size,10),1fr);height:30.25rem;padding:.5rem;width:48.125rem}.mine-field .container .field-container .field .cell{border-radius:.25rem;cursor:pointer;position:relative;transition:.15s ease}.mine-field .container .field-container .field .cell .boom{display:none;position:absolute}.mine-field .container .field-container .field .cell .image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:.75rem;position:absolute;right:.25rem;top:.25rem;width:20%}.mine-field .container .field-container .field .cell .center-image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}.mine-field .container .field-container .field .cell:not(.opened){background:rgba(164,201,255,.45);border:1px solid #a4c9ff;box-shadow:inset 0 2px 10px 0 rgba(164,201,255,.75)}.mine-field .container .field-container .field .cell:not(.opened) .image{background-image:none}.mine-field .container .field-container .field .cell:not(.opened):hover{background:rgba(164,201,255,.45);box-shadow:inset 0 4px 4px 0 rgba(164,201,255,.75)}.mine-field .container .field-container .field .cell.opened{background:#1f4467;border:1px solid #325885;box-shadow:inset 0 0 16px 0 #132337;cursor:default;pointer-events:none}.mine-field .container .field-container .field .cell.flagged{background:rgba(164,201,255,.45);border:1px solid #a4c9ff;box-shadow:inset 0 2px 10px 0 rgba(164,201,255,.75)}.mine-field .container .field-container .field .cell.flagged .image{display:none}.mine-field .container .field-container .field .cell.flagged .center-image{background-image:url(/images/miner/flag-blue.svg)}.mine-field .container .field-container .field .cell.flagged:hover{background:rgba(164,201,255,.45);border:1px solid var(--green);box-shadow:inset 0 4px 4px 0 rgba(164,201,255,.75)}.mine-field .container .field-container .field .cell.exploded{background:radial-gradient(73.47% 100% at 50% 0,rgba(255,51,51,.6) 0,rgba(255,51,51,0) 100%),#1f4467;border:1px solid #325885;box-shadow:inset 0 0 16px 0 #132337;pointer-events:none}.mine-field .container .field-container .field .cell.exploded .image{background-image:url(/images/miner/exploded.svg)}.mine-field .container .field-container .field .cell.exploded .center-image{background-image:url(/images/miner/mine.svg)}.mine-field .container .field-container .field .cell.explode .boom{align-items:center;-webkit-animation:explode 1s ease forwards;animation:explode 1s ease forwards;color:var(--White,#fff);display:flex;flex-direction:row;font-size:2rem;font-style:normal;font-weight:500;gap:.3125rem;justify-content:center;line-height:1.375rem;text-align:center;text-transform:uppercase}.mine-field .container .field-container .field .cell.explode .boom img{height:auto;-o-object-fit:contain;object-fit:contain;width:2.625rem}@media (max-width:600px),screen and (max-width:650px) and (max-aspect-ratio:8/5){.mine-field .container .field-container .field .cell.explode .boom{font-size:1rem}.mine-field .container .field-container .field .cell.explode .boom img{width:1.3125rem}}.mine-field .container .field-container .field .cell.revealed{background:radial-gradient(73.47% 100% at 50% 0,rgba(255,51,51,.3) 0,rgba(255,51,51,0) 100%),#1f4467;border:1px solid #325885;box-shadow:inset 0 0 16px 0 #132337;pointer-events:none}.mine-field .container .field-container .field .cell.revealed .image{display:none}.mine-field .container .field-container .field .cell.revealed .center-image{background-image:url(/images/miner/mine.svg)}.mine-field .container .field-container .field .cell.mines-1 .center-image,.mine-field .container .field-container .field .cell.mines-2 .center-image,.mine-field .container .field-container .field .cell.mines-3 .center-image{align-items:center;display:flex;font-size:2rem;font-weight:500;justify-content:center;line-height:1.375rem;text-transform:uppercase}.mine-field .container .field-container .field .cell.mines-1{background:radial-gradient(73.47% 100% at 50% 0,rgba(164,201,255,.25) 0,rgba(164,201,255,0) 100%),#1f4467;border:1px solid #325885;box-shadow:inset 0 0 16px 0 #132337}.mine-field .container .field-container .field .cell.mines-1 .center-image{color:var(--White,#fff)}.mine-field .container .field-container .field .cell.mines-2{background:radial-gradient(73.47% 100% at 50% 0,rgba(255,188,9,.25) 0,rgba(255,188,9,0) 100%),#1f4467;border:1px solid #325885;box-shadow:inset 0 0 16px 0 #132337}.mine-field .container .field-container .field .cell.mines-2 .center-image{color:#ffbc09}.mine-field .container .field-container .field .cell.mines-3{background:radial-gradient(73.47% 100% at 50% 0,rgba(118,255,51,.25) 0,rgba(118,255,51,0) 100%),#1f4467;border:1px solid #325885;box-shadow:inset 0 4px 16px 0 #132337}.mine-field .container .field-container .field .cell.mines-3 .center-image{color:#76ff33}.mine-field .container .field-container .field.flag-mode{border:.125rem solid #76ff33;cursor:crosshair}.mine-field .container .controls{display:flex;flex-direction:column;gap:.625rem;width:23.125rem}.mine-field .container .controls .mines{align-items:center;background-image:url(/images/miner/mines-count.svg);background-repeat:no-repeat;background-size:cover;border:.125rem solid var(--Red,#f33);border-radius:1rem;color:#fff;display:flex;font-weight:500;justify-content:space-between;padding:1.375rem 1.5rem;text-transform:uppercase}.mine-field .container .controls .mines .mines-on-field{font-size:.875rem;line-height:1.125rem;max-width:6.125rem;text-align:left}.mine-field .container .controls .mines .mines-count{font-size:2.5rem;line-height:1.375rem}.mine-field .container .controls .mines .mines-count:before{background-image:url(/images/miner/mine-white.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:2rem;margin-right:.625rem;width:2rem}.mine-field .container .controls .green-block{align-items:center;background:#76ff33;border-radius:1rem;color:#001926;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1.625rem 1.5rem}.mine-field .container .controls .green-block .total-energy{align-items:center;display:flex;font-weight:500;justify-content:space-between;text-transform:uppercase;width:100%}.mine-field .container .controls .green-block .total-energy .energy-label{font-size:.875rem;line-height:1.125rem;max-width:6.125rem;text-align:left}.mine-field .container .controls .green-block .total-energy .energy-count{font-size:2.5rem;line-height:1.375rem}.mine-field .container .controls .green-block .total-energy .energy-count:before{background-image:url(/images/id/energy-black.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:1.75rem;margin-right:.375rem;width:1.75rem}.mine-field .container .controls .green-block .tip{background:rgba(0,25,38,.4);border-radius:.375rem;color:#76ff33;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.125rem;padding:.125rem .4375rem;text-align:center;text-transform:uppercase;width:100%}.mine-field .container .controls .green-block .tip:after{background-image:url(/images/id/energy-green.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:.5625rem;margin-left:.25rem;width:.5rem}.mine-field .container .controls .points-earned{background:#fff;border-radius:1rem;color:#001926;display:flex;flex-direction:column;font-weight:500;padding:1.475rem 1.5rem;text-transform:uppercase}.mine-field .container .controls .points-earned .points{align-items:stretch;display:flex;flex-direction:column}.mine-field .container .controls .points-earned .points-wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.mine-field .container .controls .points-earned .points .points-label{font-size:.875rem;line-height:1.125rem;max-width:6.125rem;text-align:left}.mine-field .container .controls .points-earned .points .points-count{font-size:2.5rem;line-height:1.375rem}.mine-field .container .controls .points-earned .points .points-count:before{background-image:url(/images/miner/currency-gray.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:1.75rem;margin-right:.375rem;width:1.75rem}.mine-field .container .controls .points-earned .points:after{background:rgba(0,25,38,.25);content:"";display:block;height:1px;margin-bottom:1.1325rem;margin-top:1.25rem;width:100%}.mine-field .container .controls .points-earned .field-prize{align-items:center;display:flex;justify-content:space-between}.mine-field .container .controls .points-earned .field-prize .prize-label{font-size:.875rem;line-height:1.125rem;max-width:6.125rem;text-align:left}.mine-field .container .controls .points-earned .field-prize .prize{align-items:center;display:flex;justify-content:space-between}.mine-field .container .controls .points-earned .field-prize .prize img{height:3rem;margin-right:.625rem;-o-object-fit:contain;object-fit:contain;width:3rem}.mine-field .container .controls .points-earned .field-prize .prize .texts .name{color:var(--Dark,#001926);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.125rem;text-transform:uppercase}.mine-field .container .controls .points-earned .field-prize .prize .texts .description{color:rgba(0,25,38,.5);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.125rem;text-transform:uppercase}.mine-field .container .controls .points-earned.disabled .field-prize,.mine-field .container .controls .points-earned.disabled .points:after{display:none}.mine-field .container .controls .flags{align-items:center;background:#00d4ff;border:.0625rem solid rgba(0,212,255,.5);border-radius:1rem;color:#001926;display:flex;font-weight:500;justify-content:space-between;padding:1.4025rem 1.5rem;text-transform:uppercase}.mine-field .container .controls .flags .flags-label{color:#001926;font-size:.875rem;line-height:1.125rem;max-width:6.125rem;text-align:left}.mine-field .container .controls .flags .flags-count{color:#fff;font-size:2.5rem;line-height:1.375rem}.mine-field .container .controls .flags .flags-count:before{background-image:url(/images/miner/flag-white.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:1.75rem;margin-right:.375rem;width:1.75rem}.mine-field .container .controls .flags .flag-button{border:2px solid transparent;color:#001926;font-size:.875rem;padding:.6875rem .75rem}.mine-field .container .controls .flags .flag-button:hover{background:#fff;border:2px solid #33d900}.mine-field .container .controls .flags.active .flag-button{background:var(--Green,#76ff33)}.mine-field .container .controls .flags:hover{cursor:pointer}.mine-field .container .controls .flags:hover .flag-button{border:2px solid #33d900}.mine-field .container .controls .flags.disabled{cursor:default;pointer-events:none}.mine-field .container .controls .flags.disabled .flag-button{opacity:.5}.mine-field .container .controls .detector{align-items:center;background:#76ff33;border-radius:1rem;color:#001926;display:flex;font-weight:500;justify-content:space-between;padding:1.475rem 1.5rem;text-transform:uppercase}.mine-field .container .controls .detector .detector-label{align-items:center;display:flex;font-size:.875rem;line-height:1.125rem;max-width:12rem;text-align:left}.mine-field .container .controls .detector .detector-label:before{background-image:url(/images/miner/detector-black.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:1.75rem;margin-right:.625rem;min-width:1.75rem}.mine-field .container .controls .detector .detector-button{border:2px solid transparent;color:#001926;font-size:.875rem;padding:.6875rem .75rem;width:7rem}.mine-field .container .controls .detector:hover{cursor:pointer}.mine-field .container .controls .detector:hover .detector-button{background:#fff;border:2px solid #33d900}.mine-field .container .controls .detector.disabled{cursor:default;pointer-events:none}.mine-field .container .controls .detector.disabled .detector-button{opacity:.5}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.mine-field .container{align-items:center;flex-direction:column;width:100%}.mine-field .container .field-container{width:100%}.mine-field .container .field-container .banner{background-position:50%}.mine-field .container .field-container .field{aspect-ratio:1/1;height:auto;width:100%}}@media (max-width:600px) and (max-width:600px),screen and (max-width:600px) and (max-width:800px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (max-width:800px) and (max-aspect-ratio:8/5){.mine-field .container .field-container .field .cell .image{right:.125rem;top:0;width:20%}.mine-field .container .field-container .field .cell .center-image{width:40%}}@media (max-width:600px) and (max-width:600px) and (max-width:600px),screen and (max-width:600px) and (max-width:600px) and (max-width:800px) and (max-aspect-ratio:8/5),screen and (max-width:600px) and (max-width:800px) and (max-aspect-ratio:8/5) and (max-width:600px),screen and (max-width:600px) and (max-width:800px) and (max-aspect-ratio:8/5) and (max-width:800px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (max-width:600px) and (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (max-width:600px) and (max-width:800px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (max-width:800px) and (max-aspect-ratio:8/5) and (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (max-width:800px) and (max-aspect-ratio:8/5) and (max-width:800px) and (max-aspect-ratio:8/5){.mine-field .container .field-container .field .cell.mines-1 .center-image,.mine-field .container .field-container .field .cell.mines-2 .center-image,.mine-field .container .field-container .field .cell.mines-3 .center-image{font-size:120%}}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.mine-field .container .controls{gap:.5rem;width:100%}.mine-field .container .controls .green-block .total-energy{position:relative}.mine-field .container .controls .green-block .total-energy .tip{position:absolute;right:10rem;top:50%;transform:translateY(-50%)}.mine-field .container .controls .flags{position:relative}.mine-field .container .controls .flags .flags-count{position:absolute;right:10rem;top:50%;transform:translateY(-50%)}}@media (max-width:600px) and (max-width:600px),screen and (max-width:600px) and (max-width:430px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (max-width:430px) and (max-aspect-ratio:8/5),screen and (max-width:900px) and (max-aspect-ratio:8/5) and (max-width:600px){.mine-field .container .controls .detector .detector-label{font-size:.8rem}}.mine-field.disabled .container{opacity:.5;pointer-events:none}.mine-field .auth-wrapper{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);bottom:0;display:flex;height:calc(100% - 3rem);justify-content:center;left:0;position:absolute;width:100%;z-index:3}.mine-field .auth-wrapper .auth-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:40rem;opacity:1;padding:.5rem;z-index:10}.mine-field .auth-wrapper .auth-inner .heading{font-size:1.5rem;font-weight:500;margin-bottom:.25rem;text-transform:uppercase}.mine-field .auth-wrapper .auth-inner p{color:var(--muted);font-size:1.125rem;font-weight:400;margin-bottom:2rem}.mine-field .auth-wrapper .auth-inner .button{min-width:10rem}@-webkit-keyframes explode{0%{opacity:0;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-3rem)}}@keyframes explode{0%{opacity:0;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-3rem)}}.special-offer{flex-direction:row;gap:4.3875rem;margin-bottom:12.0625rem;position:relative}.special-offer .pass{align-items:flex-start;background:rgba(191,213,255,.08);border:.0625rem solid var(--light-15,rgba(191,213,255,.15));border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem;height:21.25rem;padding:.75rem;width:34.375rem}.special-offer .pass .head{color:var(--White,#fff);display:flex;flex-direction:row;font-size:1.125rem;font-style:normal;font-weight:500;justify-content:space-between;line-height:1.375rem;text-transform:uppercase;width:100%}.special-offer .pass .content{border-radius:.25rem;display:flex;gap:.125rem;height:100%;width:100%}.special-offer .pass .content .item{align-items:center;background:var(--light-15,rgba(191,213,255,.15));border-radius:.25rem;display:flex;flex-direction:column;justify-content:center;width:100%}.special-offer .pass .content .item img{height:auto;margin-bottom:1.5625rem;max-height:6.375rem;max-width:12.8375rem;-o-object-fit:contain;object-fit:contain;width:auto}.special-offer .pass .content .item img.pass-img{margin-bottom:1.3125rem}.special-offer .pass .content .item .name{color:var(--White,#fff);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.375rem;max-width:10rem;text-align:center;text-transform:uppercase}@media (max-width:600px),screen and (max-width:600px) and (max-aspect-ratio:8/5){.special-offer .pass .content .item{padding:.5rem}}.special-offer .texts{display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:34.375rem}.special-offer .texts h2{color:#fff;font-size:2.25rem;font-style:normal;font-weight:500;line-height:2.5rem;margin-bottom:1.6875rem;text-align:left;text-transform:uppercase}@media (max-width:600px),screen and (max-width:650px) and (max-aspect-ratio:8/5){.special-offer .texts h2{font-size:1.5rem}}.special-offer .texts p{color:var(--Light,#bfd5ff);font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;margin-bottom:2.75rem;text-align:left}.special-offer .texts .open-pass-btn{border-radius:.5rem;width:27%}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.special-offer{flex-direction:column;width:100%}.special-offer .pass{height:100%;width:100%}.special-offer .pass .content{flex-direction:column}.special-offer .pass .content .item{padding:.75rem}.special-offer .texts{align-items:center;justify-content:center;max-width:none;text-align:center;width:100%}.special-offer .texts h2,.special-offer .texts p{text-align:center}.special-offer .texts .open-pass-btn{width:100%}}@media (max-width:600px),screen and (max-width:570px) and (max-aspect-ratio:8/5){.special-offer .pass{height:100%}.special-offer .pass .content{grid-template-areas:"a" "b" "c" "d" "e";grid-template-columns:1fr;grid-template-rows:repeat(5,auto)}}.card{background:rgba(191,213,255,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.5rem;flex-direction:column;padding:.75rem}.card,.card .heading{display:flex;width:100%}.card .heading{align-items:center;margin-bottom:.75rem}.card .heading .name{font-size:1.125rem;font-weight:500;margin-right:auto;text-transform:uppercase}.card .awards .award{align-items:center;background:rgba(191,213,255,.15);border-radius:.25rem;display:flex;flex-direction:column;justify-content:center}.card .awards .award .image{margin-bottom:.375rem;width:6.25rem}.card .awards .award .image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.card .awards .award .name{font-size:1rem;font-weight:500;line-height:1rem;text-align:center;text-transform:uppercase}.additional-currency{margin-bottom:12.4375rem;position:relative}.additional-currency .gradient{height:100%;position:absolute;top:-4.25rem;width:100%;z-index:-4}.additional-currency .gradient img{-o-object-fit:cover;object-fit:cover;width:100%}.additional-currency h2{margin-bottom:1.6875rem}.additional-currency .card{aspect-ratio:370/270}.additional-currency .card .heading .name .amount{color:var(--muted)}.additional-currency .card .awards{display:flex;flex-direction:column;flex-grow:1;position:relative}.additional-currency .card .awards .award{flex-grow:1}.additional-currency .card .awards .award .image{height:7.835rem;margin-bottom:.25rem;position:relative;width:auto}.additional-currency .card .awards .award .image img{height:100%;-o-object-fit:contain;object-fit:contain}.additional-currency .card .awards .award .image .badge{background:rgba(255,51,51,.5);border-radius:.3125rem;color:#fff;display:flex;font-size:1.125rem;font-weight:500;left:50%;opacity:1;padding:.625rem;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.additional-currency .card .awards .award .name{color:var(--White,#fff);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.375rem;text-align:center;text-transform:uppercase}.additional-currency .card:not(.already-buy){border-color:var(--gold)}.additional-currency .card:not(.already-buy) .award{background:rgba(255,204,0,.15)}.additional-currency .card:not(.already-buy) .award .image .badge{display:none}.additional-currency .card.available{cursor:pointer}.additional-currency .card.already-buy .image img{opacity:.3}.additional-currency .card.already-buy .image .badge{display:flex}.additional-currency .subtitle{margin-bottom:2.5rem;width:52%}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.additional-currency .subtitle{width:100%}}.additional-currency .currency-cards{display:grid;gap:1.875rem;grid-template-columns:repeat(3,23.125rem)}.additional-currency .currency-cards.disabled{opacity:.5;pointer-events:none}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.additional-currency .currency-cards{grid-template-areas:"a a" "c c";grid-template-columns:repeat(2,1fr)}.additional-currency .currency-cards .card .awards .award{padding:.5rem}}@media screen and (max-width:600px){.additional-currency .currency-cards{grid-template-areas:unset;grid-template-columns:repeat(1,1fr)}}.additional-currency .currency-cards .card{transition:.15s ease}.additional-currency .currency-cards .card.available:hover{background:rgba(255,204,0,.15);transform:scale(1.03)}.additional-currency .currency-cards .card .awards .award{position:relative}.additional-currency .currency-cards .card .awards .award .countdown-timer{background:#ffee4b;border-radius:.5rem;color:#000;font-size:.875rem;font-style:normal;font-weight:500;left:.4375rem;line-height:1.125rem;padding:.125rem .5rem;position:absolute;text-transform:uppercase;top:.5625rem;z-index:2}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.additional-currency .currency-cards .card:last-child{grid-area:c;justify-self:center;width:calc(50% - .9375rem)}}@media screen and (max-width:600px){.additional-currency .currency-cards .card:last-child{grid-area:unset;justify-self:center;width:100%}}.shop{margin-bottom:8.25rem}.shop h2{margin-bottom:1.0625rem}.shop .total-points{color:var(--Light,#bfd5ff);font-size:1.5rem;font-style:normal;font-weight:500;line-height:2.5rem;margin-bottom:.625rem;text-align:center;text-transform:uppercase}.shop .total-points .green{color:var(--green)}.shop p{margin-bottom:2.25rem}.shop .spend-currency{color:#ffbc09;font-size:2.25rem;font-weight:500;margin-bottom:1rem;text-transform:uppercase;transform:translateX(-1rem)}.shop .spend-currency .currency:before{height:1.75rem;margin-right:.5rem;width:1.75rem}.shop .shop-wrapper{display:grid;gap:1.875rem;grid-template-columns:repeat(3,23.125rem)}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.shop .shop-wrapper{grid-template-columns:1fr 1fr;width:100%}}@media screen and (max-width:600px){.shop .shop-wrapper{grid-template-columns:repeat(1,auto);width:100%}}.shop .shop-wrapper .shop-item{opacity:.65;transition:.15s ease}.shop .shop-wrapper .shop-item.already-buy,.shop .shop-wrapper .shop-item.available{opacity:1}.shop .shop-wrapper .shop-item.available{cursor:pointer}.shop .shop-wrapper .shop-item.available:hover{background:rgba(191,213,255,.18);transform:scale(1.03)}.shop .shop-wrapper .shop-item.already-buy{cursor:default;pointer-events:none}.shop .shop-wrapper .shop-item.already-buy .awards .award .image{position:relative}.shop .shop-wrapper .shop-item.already-buy .awards .award .image img{opacity:.3}.shop .shop-wrapper .shop-item.already-buy .awards .award .image .badge{background:rgba(255,51,51,.5);border-radius:.3125rem;color:#fff;display:flex;font-size:1.125rem;font-weight:500;left:50%;opacity:1;padding:.625rem;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.shop .shop-wrapper .shop-item.already-buy .awards .award .name{opacity:.3}.shop .shop-item{height:15.75rem;width:100%}.shop .shop-item .heading{margin-bottom:1rem}.shop .shop-item .heading .cost{font-size:1.125rem;font-weight:500;line-height:1rem;margin-right:auto}.shop .shop-item .heading .quota{color:var(--muted);font-size:1.125rem;font-weight:500;line-height:1rem}.shop .shop-item .awards{display:flex;flex-direction:row;flex-grow:1}.shop .shop-item .awards .award{flex-grow:1}.shop .shop-item .awards .award .image{margin-bottom:1rem}.shop .shop-item .awards .award .image .badge{display:none}.shop .shop-item .awards .award:not(:last-child){margin-right:.125rem}.shop .popup.buy-prize .content{align-items:center;border-radius:.5rem;display:flex;flex-direction:column;max-height:90dvh;min-width:38.125rem;padding:1.5rem 1.875rem;position:relative;transform:translateY(6rem);transition:.3s ease;z-index:1}@media (max-width:600px),screen and (max-width:900px) and (max-aspect-ratio:8/5){.shop .popup.buy-prize .content{max-width:95%;min-width:95%}}.shop .popup.buy-prize .content .close-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:1.25rem;opacity:.75;position:absolute;right:1.875rem;top:1.875rem;transition:.15s ease;width:1.25rem}@media screen and (max-width:600px){.shop .popup.buy-prize .content .close-icon{right:.75rem;transform:translateY(-50%)}}.shop .popup.buy-prize .content .heading{color:var(--White,#fff);font-size:1.5rem;font-style:normal;font-weight:500;line-height:1.375rem;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.shop .popup.buy-prize .content .buy-prize-wrapper{margin-bottom:1.25rem;width:100%}.shop .popup.buy-prize .content .buy-prize-wrapper .heading{line-height:1rem;margin-bottom:1rem}.shop .popup.buy-prize .content .buy-prize-wrapper [data-prize=common-key] .quota,.shop .popup.buy-prize .content .buy-prize-wrapper [data-prize=epic-key] .quota,.shop .popup.buy-prize .content .buy-prize-wrapper [data-prize=legendary-key] .quota,.shop .popup.buy-prize .content .buy-prize-wrapper [data-prize=rare-key] .quota{display:none}.shop .popup.buy-prize .content .muted{color:var(--muted);font-size:1rem;margin-bottom:1.875rem;text-align:center}.shop .popup.buy-prize .content .cancel-button{background:rgba(191,213,255,.25);border:.125rem solid rgba(191,213,255,.25);color:var(--muted)}.shop .popup.buy-prize .content .cancel-button:hover{background:rgba(191,213,255,.35)}.shop .popup.buy-prize .content .button-group{align-items:center;display:flex;justify-content:center}.shop .popup.buy-prize .content .button-group:not(:last-child){margin-bottom:1rem}.shop .popup.buy-prize .content .button-group .button{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.shop .popup.buy-prize .content .button-group .button:not(:last-child){margin-right:.625rem}.shop .popup.buy-prize .content .button-group .buy-button{min-width:17rem}@media screen and (max-width:600px){.shop .popup.buy-prize .content .button-group .buy-button{font-size:1rem;min-width:unset}}.shop .popup.buy-prize .content .button-group .buy-button .currency{margin-left:.5rem}footer{border-top:1px solid rgba(191,213,255,.15);position:relative}footer .footer-inner{border:none}footer .footer-inner .copyright{color:var(--Light,#bfd5ff)}footer .footer-inner .lang-container{display:flex}footer .footer-inner .lang-container .current:after{background-image:url(/images/id/drop-arrow-green.svg)}footer .footer-background{bottom:0;left:0;position:absolute;width:100%;z-index:-1}footer .footer-background img{-o-object-fit:cover;object-fit:cover;width:100%}
