@import url(https://fonts.googleapis.com/css?family=Geo&subset=latin);:root{--primary:#352929;--secondary:#900;--third:#000;--fourth:#c1272d;--info:#17a2b8;--infoDark:#0d6a79;--blank:#343a40;--blankDark:#6c757d;--success:#008b21;--successDark:#196b2c;--warning:#ffc107;--warningDark:#c59400;--danger:#dc3545;--dangerDark:#a82734;--dark:#343a40;--darkDark:#6c757d}html{scroll-behavior:smooth;-webkit-user-select:none;-moz-user-select:none;user-select:none}body,html{height:100%}*{padding:0;margin:0;font-family:Geo,Avenir,Helvetica,Arial,sans-serif;font-size:3vh}#errorMsg{position:absolute;padding:5vh;margin:5vh;background-color:var(--danger);border-radius:1vh;font-size:2vh}h1{font-size:6vh}h1,h2{padding:0;margin:0}h2{font-size:4.5vh}transition-group{padding:0}button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;color:#fff;padding:1vh;margin:1vh;border:0}button:hover{filter:brightness(80%)}button:disabled{cursor:default;color:gray}button.green{background-color:var(--success);font-weight:700}button.red{background-color:red;font-weight:700}button.yellow{background-color:#ff7b00;font-weight:700}button.blue{background-color:var(--info);color:#fff}.pannel{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1vh;margin:1vh;border:.1vh solid #fff}.list{flex:1;display:flex;flex-direction:column;overflow-y:auto}.listElmt{display:flex;justify-content:space-around;align-items:center;background-color:#d8d8d8;margin:2vh}.listElmt:nth-child(2n){background-color:#f1f1f1}.key{box-sizing:border-box;line-height:2.5vh;font-size:2.5vh;min-width:2.8vh;height:2.8vh;color:#464646;margin:.1vh;padding:0 .2vh 0 .4vh;border-radius:1vh;background:-webkit-linear-gradient(top,#f9f9f9,#d2d2d2 80%,silver);box-shadow:.1vh .2vh 0 .1vh rgba(0,0,0,.534);transition:transform .2s}.key:hover{transform:scale(1.5);z-index:100}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes shake{0%{transform:translate(.1vh,.1vh) rotate(0deg)}10%{transform:translate(-.1vh,-.2vh) rotate(-1deg)}20%{transform:translate(-.3vh) rotate(1deg)}30%{transform:translate(.3vh,.2vh) rotate(0deg)}40%{transform:translate(.1vh,-.1vh) rotate(1deg)}50%{transform:translate(-.1vh,.2vh) rotate(-1deg)}60%{transform:translate(-.3vh,.1vh) rotate(0deg)}70%{transform:translate(.3vh,.1vh) rotate(-1deg)}80%{transform:translate(-.1vh,-.1vh) rotate(1deg)}90%{transform:translate(.1vh,.2vh) rotate(0deg)}to{transform:translate(.1vh,-.2vh) rotate(-1deg)}}.fade-enter-active,.fade-leave-active{transition:opacity .1s}.fade-enter,.fade-leave-to{opacity:0}#Messenger[data-v-37ab4130]{z-index:3;position:fixed;bottom:0;max-width:100vw;overflow:hidden}#list[data-v-37ab4130]{margin-bottom:0;margin-left:1vh;display:flex;flex-direction:column-reverse;align-items:flex-start}.message[data-v-37ab4130]{height:7vh;cursor:pointer;margin-bottom:1vh;padding:2vh;padding-left:2vh;border-left:1vh solid;color:#fff;text-align:left;border-radius:1vh;transition:filter .1s;overflow:hidden}.message[data-v-37ab4130]:hover{filter:brightness(90%)}.message.info[data-v-37ab4130]{background-color:var(--info);border-color:var(--infoDark)}.message.blank[data-v-37ab4130]{background-color:var(--blank);border-color:var(--blankDark)}.message.success[data-v-37ab4130]{background-color:var(--success);border-color:var(--successDark)}.message.warning[data-v-37ab4130]{background-color:var(--warning);border-color:var(--warningDark)}.message.error[data-v-37ab4130]{background-color:var(--danger);border-color:var(--dangerDark)}.text[data-v-37ab4130]{font-size:2vh}.typeName[data-v-37ab4130]{font-size:3vh}.list-enter-active[data-v-37ab4130],.list-leave-active[data-v-37ab4130]{background-color:red;transition:opacity 1s,height 1s}.list-enter[data-v-37ab4130],.list-leave-to[data-v-37ab4130]{opacity:0;height:0}#loading[data-v-59fd34a8]{position:fixed;bottom:0;right:0;overflow:hidden}#list[data-v-59fd34a8]{margin-bottom:0;display:flex;flex-direction:column-reverse;align-items:flex-end}.request[data-v-59fd34a8]{display:flex;align-items:center;margin-right:2vh;margin-bottom:1vh;padding:.5vh;color:#fff;background-color:var(--info);border-radius:1.5vh;overflow:hidden}.name[data-v-59fd34a8]{padding-right:1vh}.loader[data-v-59fd34a8]{border:.2vh solid #f3f3f3;border-top:.2vh solid #3498db;border-right:.2vh solid #3498db;border-radius:100%;width:1.5vh;height:1.5vh;animation:spin-59fd34a8 3s linear infinite}@keyframes spin-59fd34a8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.list-enter-active[data-v-59fd34a8],.list-leave-active[data-v-59fd34a8]{transition:opacity 3s,transform 3s}.list-enter[data-v-59fd34a8],.list-leave-to[data-v-59fd34a8]{opacity:0;transform:translateY(30vh)}#header[data-v-071e7be4]{display:flex;justify-content:space-between;align-items:center;background-color:var(--blank);padding:1vh}#left[data-v-071e7be4]{display:flex}#online[data-v-071e7be4]{display:flex;align-items:center;margin-left:2vw;padding-left:.5vw;border:.2vh solid #fff;border-radius:1.1vh}#greenCircle[data-v-071e7be4]{margin-left:.5vw;margin-right:.5vw;height:1vh;width:1vh;background-color:var(--success);border-radius:100%}#profile[data-v-071e7be4]{display:flex;align-items:center}#accountName[data-v-071e7be4]{margin-left:2vw}#versusRank[data-v-071e7be4]{border:.2vh solid #fff;border-radius:1.1vh;margin-left:1vw;margin-right:1vw;display:flex}#wins[data-v-071e7be4]{font-weight:700;color:#00ce00}#pick[data-v-071e7be4]{background-color:gray;height:5vh;width:5vh;margin-right:1vw;border-radius:100%}.title[data-v-071e7be4]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-left:2vw;font-size:3vh}.title[data-v-071e7be4]:hover{transform:scale(1.05)}@media (max-width:600px){.title[data-v-071e7be4]{font-size:2vh;margin-left:0}.red[data-v-071e7be4]{font-size:2vh}}#AssetLoading[data-v-582e54d1]{font-size:2vh;padding:0 1vh 0 1vh;margin:1vh;position:absolute;color:#fff;border:.1vh solid #fff;border-radius:1vh}.fade-enter-active[data-v-582e54d1],.fade-leave-active[data-v-582e54d1]{transition:opacity .5s}.fade-enter[data-v-582e54d1],.fade-leave-to[data-v-582e54d1]{opacity:0}#app[data-v-076215a3]{height:100%;display:flex;flex-direction:column;text-align:center;color:#fff;background-color:var(--primary)}#content[data-v-076215a3]{height:100%;overflow-x:hidden;overflow-y:auto;flex:1;z-index:1}.fade-enter-active .fade-leave-active[data-v-076215a3]{transition:opacity 4s ease}.fade-enter[data-v-076215a3],.fade-leave-active[data-v-076215a3]{opacity:0}#login[data-v-234e6ceb]{padding:1vh 0 1vh 0;width:100vw;background-color:var(--primary);border-top:1vh solid #000;border-bottom:1vh solid #000}#loginBtn[data-v-234e6ceb]{background-color:var(--secondary);width:30vh}#register[data-v-77778a28]{padding:1vh 0 1vh 0;width:100vw;background-color:var(--primary);border-top:1vh solid #000;border-bottom:1vh solid #000}#registerBtn[data-v-77778a28]{background-color:var(--secondary);width:30vh}#settings[data-v-700a6c13]{padding:1vh 0 1vh 0;width:100vw;background-color:var(--primary);border-top:1vh solid #000;border-bottom:1vh solid #000;justify-content:center;align-items:center}table[data-v-700a6c13]{margin-left:auto;margin-right:auto}th[data-v-700a6c13]{text-align:right;border:none}.volumeControl[data-v-700a6c13]{display:flex}.volumeBtn[data-v-700a6c13]{cursor:pointer;font-size:5vh}.volumeBtn[data-v-700a6c13]:hover{transform:scale(1.3)}.volumeBar[data-v-700a6c13]{width:30vh;border:.1vh solid #fff;padding:.3vh}#closeBtn[data-v-700a6c13]{background-color:var(--secondary);width:30vh}input[type=range][data-v-700a6c13]{-webkit-appearance:none;padding:0;background:var(--primary);cursor:pointer}.selected[data-v-700a6c13]{background:hsla(0,0%,100%,.13);border:.5vh solid #fff}#partGroup[data-v-1d9b2eb6]{position:fixed;height:100%;width:100%;z-index:-1}@keyframes particule-animation-1-1d9b2eb6{to{transform:translate(100vw,50vh);opacity:.2}}.particule[data-v-1d9b2eb6]:first-child{position:absolute;animation:particule-animation-1-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-.1s;transform:translateY(16vh);top:25vh;border-radius:10vh;background:#350000}@keyframes particule-animation-2-1d9b2eb6{to{transform:translate(100vw,34vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(2){position:absolute;animation:particule-animation-2-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-.2s;transform:translateY(7vh);top:25vh;border-radius:10vh;background:#b50000}@keyframes particule-animation-3-1d9b2eb6{to{transform:translate(100vw,8vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(3){position:absolute;animation:particule-animation-3-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-.3s;transform:translateY(21vh);top:25vh;border-radius:10vh;background:#700}@keyframes particule-animation-4-1d9b2eb6{to{transform:translate(100vw,70vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(4){position:absolute;animation:particule-animation-4-1d9b2eb6 3s ease-out infinite;height:.2vh;width:.3vh;animation-delay:-.4s;transform:translateY(52vh);top:25vh;border-radius:10vh;background:#540000}@keyframes particule-animation-5-1d9b2eb6{to{transform:translate(100vw,7vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(5){position:absolute;animation:particule-animation-5-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-.5s;transform:translateY(25vh);top:25vh;border-radius:10vh;background:#fe0000}@keyframes particule-animation-6-1d9b2eb6{to{transform:translate(100vw,38vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(6){position:absolute;animation:particule-animation-6-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-.6s;transform:translateY(55vh);top:25vh;border-radius:10vh;background:maroon}@keyframes particule-animation-7-1d9b2eb6{to{transform:translate(100vw,33vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(7){position:absolute;animation:particule-animation-7-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-.7s;transform:translateY(38vh);top:25vh;border-radius:10vh;background:#b10000}@keyframes particule-animation-8-1d9b2eb6{to{transform:translate(100vw,68vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(8){position:absolute;animation:particule-animation-8-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-.8s;transform:translateY(39vh);top:25vh;border-radius:10vh;background:#a10000}@keyframes particule-animation-9-1d9b2eb6{to{transform:translate(100vw,57vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(9){position:absolute;animation:particule-animation-9-1d9b2eb6 5s ease-out infinite;height:.3333333333vh;width:.5vh;animation-delay:-.9s;transform:translateY(63vh);top:25vh;border-radius:10vh;background:#b20000}@keyframes particule-animation-10-1d9b2eb6{to{transform:translate(100vw,22vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(10){position:absolute;animation:particule-animation-10-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-1s;transform:translateY(59vh);top:25vh;border-radius:10vh;background:#6c0000}@keyframes particule-animation-11-1d9b2eb6{to{transform:translate(100vw,9vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(11){position:absolute;animation:particule-animation-11-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-1.1s;transform:translateY(3vh);top:25vh;border-radius:10vh;background:#710000}@keyframes particule-animation-12-1d9b2eb6{to{transform:translate(100vw,39vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(12){position:absolute;animation:particule-animation-12-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-1.2s;transform:translateY(52vh);top:25vh;border-radius:10vh;background:#360000}@keyframes particule-animation-13-1d9b2eb6{to{transform:translate(100vw,40vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(13){position:absolute;animation:particule-animation-13-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-1.3s;transform:translateY(65vh);top:25vh;border-radius:10vh;background:#530000}@keyframes particule-animation-14-1d9b2eb6{to{transform:translate(100vw,5vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(14){position:absolute;animation:particule-animation-14-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-1.4s;transform:translateY(17vh);top:25vh;border-radius:10vh;background:#640000}@keyframes particule-animation-15-1d9b2eb6{to{transform:translate(100vw,50vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(15){position:absolute;animation:particule-animation-15-1d9b2eb6 11s ease-out infinite;height:.7333333333vh;width:1.1vh;animation-delay:-1.5s;transform:translateY(73vh);top:25vh;border-radius:10vh;background:#840000}@keyframes particule-animation-16-1d9b2eb6{to{transform:translate(100vw,70vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(16){position:absolute;animation:particule-animation-16-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-1.6s;transform:translateY(39vh);top:25vh;border-radius:10vh;background:#e10000}@keyframes particule-animation-17-1d9b2eb6{to{transform:translate(100vw,64vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(17){position:absolute;animation:particule-animation-17-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-1.7s;transform:translateY(33vh);top:25vh;border-radius:10vh;background:#f20000}@keyframes particule-animation-18-1d9b2eb6{to{transform:translate(100vw,-5vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(18){position:absolute;animation:particule-animation-18-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-1.8s;transform:translateY(62vh);top:25vh;border-radius:10vh;background:#e00}@keyframes particule-animation-19-1d9b2eb6{to{transform:translate(100vw,2vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(19){position:absolute;animation:particule-animation-19-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-1.9s;transform:translateY(26vh);top:25vh;border-radius:10vh;background:#c00000}@keyframes particule-animation-20-1d9b2eb6{to{transform:translate(100vw,-16vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(20){position:absolute;animation:particule-animation-20-1d9b2eb6 11s ease-out infinite;height:.7333333333vh;width:1.1vh;animation-delay:-2s;transform:translateY(33vh);top:25vh;border-radius:10vh;background:#a30000}@keyframes particule-animation-21-1d9b2eb6{to{transform:translate(100vw,-15vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(21){position:absolute;animation:particule-animation-21-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-2.1s;transform:translateY(15vh);top:25vh;border-radius:10vh;background:#a70000}@keyframes particule-animation-22-1d9b2eb6{to{transform:translate(100vw,-22vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(22){position:absolute;animation:particule-animation-22-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-2.2s;transform:translateY(75vh);top:25vh;border-radius:10vh;background:#f10000}@keyframes particule-animation-23-1d9b2eb6{to{transform:translate(100vw,-10vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(23){position:absolute;animation:particule-animation-23-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-2.3s;transform:translateY(23vh);top:25vh;border-radius:10vh;background:#b80000}@keyframes particule-animation-24-1d9b2eb6{to{transform:translate(100vw,22vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(24){position:absolute;animation:particule-animation-24-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-2.4s;transform:translateY(27vh);top:25vh;border-radius:10vh;background:#8f0000}@keyframes particule-animation-25-1d9b2eb6{to{transform:translate(100vw,17vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(25){position:absolute;animation:particule-animation-25-1d9b2eb6 3s ease-out infinite;height:.2vh;width:.3vh;animation-delay:-2.5s;transform:translateY(52vh);top:25vh;border-radius:10vh;background:#eb0000}@keyframes particule-animation-26-1d9b2eb6{to{transform:translate(100vw,60vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(26){position:absolute;animation:particule-animation-26-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-2.6s;transform:translateY(57vh);top:25vh;border-radius:10vh;background:#730000}@keyframes particule-animation-27-1d9b2eb6{to{transform:translate(100vw,53vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(27){position:absolute;animation:particule-animation-27-1d9b2eb6 5s ease-out infinite;height:.3333333333vh;width:.5vh;animation-delay:-2.7s;transform:translateY(63vh);top:25vh;border-radius:10vh;background:#3d0000}@keyframes particule-animation-28-1d9b2eb6{to{transform:translate(100vw,53vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(28){position:absolute;animation:particule-animation-28-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-2.8s;transform:translateY(59vh);top:25vh;border-radius:10vh;background:#d80000}@keyframes particule-animation-29-1d9b2eb6{to{transform:translate(100vw,27vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(29){position:absolute;animation:particule-animation-29-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-2.9s;transform:translateY(38vh);top:25vh;border-radius:10vh;background:#3e0000}@keyframes particule-animation-30-1d9b2eb6{to{transform:translate(100vw,10vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(30){position:absolute;animation:particule-animation-30-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-3s;transform:translateY(63vh);top:25vh;border-radius:10vh;background:#7c0000}@keyframes particule-animation-31-1d9b2eb6{to{transform:translate(100vw,52vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(31){position:absolute;animation:particule-animation-31-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-3.1s;transform:translateY(40vh);top:25vh;border-radius:10vh;background:#6a0000}@keyframes particule-animation-32-1d9b2eb6{to{transform:translate(100vw,65vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(32){position:absolute;animation:particule-animation-32-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-3.2s;transform:translateY(67vh);top:25vh;border-radius:10vh;background:#e40000}@keyframes particule-animation-33-1d9b2eb6{to{transform:translate(100vw,75vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(33){position:absolute;animation:particule-animation-33-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-3.3s;transform:translateY(38vh);top:25vh;border-radius:10vh;background:#680000}@keyframes particule-animation-34-1d9b2eb6{to{transform:translate(100vw);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(34){position:absolute;animation:particule-animation-34-1d9b2eb6 3s ease-out infinite;height:.2vh;width:.3vh;animation-delay:-3.4s;transform:translateY(40vh);top:25vh;border-radius:10vh;background:#590000}@keyframes particule-animation-35-1d9b2eb6{to{transform:translate(100vw,36vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(35){position:absolute;animation:particule-animation-35-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-3.5s;transform:translateY(11vh);top:25vh;border-radius:10vh;background:#810000}@keyframes particule-animation-36-1d9b2eb6{to{transform:translate(100vw,12vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(36){position:absolute;animation:particule-animation-36-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-3.6s;transform:translateY(53vh);top:25vh;border-radius:10vh;background:#fd0000}@keyframes particule-animation-37-1d9b2eb6{to{transform:translate(100vw,-4vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(37){position:absolute;animation:particule-animation-37-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-3.7s;transform:translateY(70vh);top:25vh;border-radius:10vh;background:#a60000}@keyframes particule-animation-38-1d9b2eb6{to{transform:translate(100vw,34vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(38){position:absolute;animation:particule-animation-38-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-3.8s;transform:translateY(25vh);top:25vh;border-radius:10vh;background:#5f0000}@keyframes particule-animation-39-1d9b2eb6{to{transform:translate(100vw,43vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(39){position:absolute;animation:particule-animation-39-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-3.9s;transform:translateY(42vh);top:25vh;border-radius:10vh;background:#430000}@keyframes particule-animation-40-1d9b2eb6{to{transform:translate(100vw,43vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(40){position:absolute;animation:particule-animation-40-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-4s;transform:translateY(32vh);top:25vh;border-radius:10vh;background:#c10000}@keyframes particule-animation-41-1d9b2eb6{to{transform:translate(100vw,-21vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(41){position:absolute;animation:particule-animation-41-1d9b2eb6 5s ease-out infinite;height:.3333333333vh;width:.5vh;animation-delay:-4.1s;transform:translateY(66vh);top:25vh;border-radius:10vh;background:#b00}@keyframes particule-animation-42-1d9b2eb6{to{transform:translate(100vw,-11vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(42){position:absolute;animation:particule-animation-42-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-4.2s;transform:translateY(26vh);top:25vh;border-radius:10vh;background:#ae0000}@keyframes particule-animation-43-1d9b2eb6{to{transform:translate(100vw,63vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(43){position:absolute;animation:particule-animation-43-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-4.3s;transform:translateY(57vh);top:25vh;border-radius:10vh;background:#da0000}@keyframes particule-animation-44-1d9b2eb6{to{transform:translate(100vw,27vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(44){position:absolute;animation:particule-animation-44-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-4.4s;transform:translateY(34vh);top:25vh;border-radius:10vh;background:#830000}@keyframes particule-animation-45-1d9b2eb6{to{transform:translate(100vw,35vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(45){position:absolute;animation:particule-animation-45-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-4.5s;transform:translateY(8vh);top:25vh;border-radius:10vh;background:#a80000}@keyframes particule-animation-46-1d9b2eb6{to{transform:translate(100vw,60vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(46){position:absolute;animation:particule-animation-46-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-4.6s;transform:translateY(22vh);top:25vh;border-radius:10vh;background:#3a0000}@keyframes particule-animation-47-1d9b2eb6{to{transform:translate(100vw,12vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(47){position:absolute;animation:particule-animation-47-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-4.7s;transform:translateY(46vh);top:25vh;border-radius:10vh;background:#f60000}@keyframes particule-animation-48-1d9b2eb6{to{transform:translate(100vw,1vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(48){position:absolute;animation:particule-animation-48-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-4.8s;transform:translateY(3vh);top:25vh;border-radius:10vh;background:#650000}@keyframes particule-animation-49-1d9b2eb6{to{transform:translate(100vw,45vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(49){position:absolute;animation:particule-animation-49-1d9b2eb6 11s ease-out infinite;height:.7333333333vh;width:1.1vh;animation-delay:-4.9s;transform:translateY(32vh);top:25vh;border-radius:10vh;background:#c80000}@keyframes particule-animation-50-1d9b2eb6{to{transform:translate(100vw,29vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(50){position:absolute;animation:particule-animation-50-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-5s;transform:translateY(66vh);top:25vh;border-radius:10vh;background:#db0000}@keyframes particule-animation-51-1d9b2eb6{to{transform:translate(100vw,17vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(51){position:absolute;animation:particule-animation-51-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-5.1s;transform:translateY(50vh);top:25vh;border-radius:10vh;background:#fd0000}@keyframes particule-animation-52-1d9b2eb6{to{transform:translate(100vw,39vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(52){position:absolute;animation:particule-animation-52-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-5.2s;transform:translateY(9vh);top:25vh;border-radius:10vh;background:#f20000}@keyframes particule-animation-53-1d9b2eb6{to{transform:translate(100vw,47vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(53){position:absolute;animation:particule-animation-53-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-5.3s;transform:translateY(52vh);top:25vh;border-radius:10vh;background:#c50000}@keyframes particule-animation-54-1d9b2eb6{to{transform:translate(100vw,-2vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(54){position:absolute;animation:particule-animation-54-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-5.4s;transform:translateY(36vh);top:25vh;border-radius:10vh;background:#ed0000}@keyframes particule-animation-55-1d9b2eb6{to{transform:translate(100vw,-11vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(55){position:absolute;animation:particule-animation-55-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-5.5s;transform:translateY(28vh);top:25vh;border-radius:10vh;background:#fd0000}@keyframes particule-animation-56-1d9b2eb6{to{transform:translate(100vw,-21vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(56){position:absolute;animation:particule-animation-56-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-5.6s;transform:translateY(23vh);top:25vh;border-radius:10vh;background:#e30000}@keyframes particule-animation-57-1d9b2eb6{to{transform:translate(100vw,-6vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(57){position:absolute;animation:particule-animation-57-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-5.7s;transform:translateY(64vh);top:25vh;border-radius:10vh;background:#9d0000}@keyframes particule-animation-58-1d9b2eb6{to{transform:translate(100vw,71vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(58){position:absolute;animation:particule-animation-58-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-5.8s;transform:translateY(33vh);top:25vh;border-radius:10vh;background:#4a0000}@keyframes particule-animation-59-1d9b2eb6{to{transform:translate(100vw,-2vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(59){position:absolute;animation:particule-animation-59-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-5.9s;transform:translateY(44vh);top:25vh;border-radius:10vh;background:#a90000}@keyframes particule-animation-60-1d9b2eb6{to{transform:translate(100vw,62vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(60){position:absolute;animation:particule-animation-60-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-6s;transform:translateY(48vh);top:25vh;border-radius:10vh;background:#460000}@keyframes particule-animation-61-1d9b2eb6{to{transform:translate(100vw,46vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(61){position:absolute;animation:particule-animation-61-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-6.1s;transform:translateY(68vh);top:25vh;border-radius:10vh;background:#9f0000}@keyframes particule-animation-62-1d9b2eb6{to{transform:translate(100vw,53vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(62){position:absolute;animation:particule-animation-62-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-6.2s;transform:translateY(43vh);top:25vh;border-radius:10vh;background:#7a0000}@keyframes particule-animation-63-1d9b2eb6{to{transform:translate(100vw,6vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(63){position:absolute;animation:particule-animation-63-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-6.3s;transform:translateY(8vh);top:25vh;border-radius:10vh;background:#6d0000}@keyframes particule-animation-64-1d9b2eb6{to{transform:translate(100vw,43vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(64){position:absolute;animation:particule-animation-64-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-6.4s;transform:translateY(72vh);top:25vh;border-radius:10vh;background:#620000}@keyframes particule-animation-65-1d9b2eb6{to{transform:translate(100vw,44vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(65){position:absolute;animation:particule-animation-65-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-6.5s;transform:translateY(63vh);top:25vh;border-radius:10vh;background:#ef0000}@keyframes particule-animation-66-1d9b2eb6{to{transform:translate(100vw,28vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(66){position:absolute;animation:particule-animation-66-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-6.6s;transform:translateY(53vh);top:25vh;border-radius:10vh;background:#6c0000}@keyframes particule-animation-67-1d9b2eb6{to{transform:translate(100vw,69vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(67){position:absolute;animation:particule-animation-67-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-6.7s;transform:translateY(39vh);top:25vh;border-radius:10vh;background:#500}@keyframes particule-animation-68-1d9b2eb6{to{transform:translate(100vw,30vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(68){position:absolute;animation:particule-animation-68-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-6.8s;transform:translateY(11vh);top:25vh;border-radius:10vh;background:#c00}@keyframes particule-animation-69-1d9b2eb6{to{transform:translate(100vw,-6vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(69){position:absolute;animation:particule-animation-69-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-6.9s;transform:translateY(41vh);top:25vh;border-radius:10vh;background:#8e0000}@keyframes particule-animation-70-1d9b2eb6{to{transform:translate(100vw,73vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(70){position:absolute;animation:particule-animation-70-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-7s;transform:translateY(29vh);top:25vh;border-radius:10vh;background:#ba0000}@keyframes particule-animation-71-1d9b2eb6{to{transform:translate(100vw,74vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(71){position:absolute;animation:particule-animation-71-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-7.1s;transform:translateY(7vh);top:25vh;border-radius:10vh;background:#5a0000}@keyframes particule-animation-72-1d9b2eb6{to{transform:translate(100vw,60vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(72){position:absolute;animation:particule-animation-72-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-7.2s;transform:translateY(50vh);top:25vh;border-radius:10vh;background:#6f0000}@keyframes particule-animation-73-1d9b2eb6{to{transform:translate(100vw,-9vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(73){position:absolute;animation:particule-animation-73-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-7.3s;transform:translateY(38vh);top:25vh;border-radius:10vh;background:#7c0000}@keyframes particule-animation-74-1d9b2eb6{to{transform:translate(100vw,27vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(74){position:absolute;animation:particule-animation-74-1d9b2eb6 3s ease-out infinite;height:.2vh;width:.3vh;animation-delay:-7.4s;transform:translateY(62vh);top:25vh;border-radius:10vh;background:#460000}@keyframes particule-animation-75-1d9b2eb6{to{transform:translate(100vw,-23vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(75){position:absolute;animation:particule-animation-75-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-7.5s;transform:translateY(48vh);top:25vh;border-radius:10vh;background:#300}@keyframes particule-animation-76-1d9b2eb6{to{transform:translate(100vw,-23vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(76){position:absolute;animation:particule-animation-76-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-7.6s;transform:translateY(28vh);top:25vh;border-radius:10vh;background:#540000}@keyframes particule-animation-77-1d9b2eb6{to{transform:translate(100vw,61vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(77){position:absolute;animation:particule-animation-77-1d9b2eb6 12s ease-out infinite;height:.8vh;width:1.2vh;animation-delay:-7.7s;transform:translateY(19vh);top:25vh;border-radius:10vh;background:#cb0000}@keyframes particule-animation-78-1d9b2eb6{to{transform:translate(100vw,73vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(78){position:absolute;animation:particule-animation-78-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-7.8s;transform:translateY(52vh);top:25vh;border-radius:10vh;background:#940000}@keyframes particule-animation-79-1d9b2eb6{to{transform:translate(100vw,11vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(79){position:absolute;animation:particule-animation-79-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-7.9s;transform:translateY(30vh);top:25vh;border-radius:10vh;background:#c10000}@keyframes particule-animation-80-1d9b2eb6{to{transform:translate(100vw,30vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(80){position:absolute;animation:particule-animation-80-1d9b2eb6 5s ease-out infinite;height:.3333333333vh;width:.5vh;animation-delay:-8s;transform:translateY(14vh);top:25vh;border-radius:10vh;background:#500000}@keyframes particule-animation-81-1d9b2eb6{to{transform:translate(100vw,19vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(81){position:absolute;animation:particule-animation-81-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-8.1s;transform:translateY(70vh);top:25vh;border-radius:10vh;background:#530000}@keyframes particule-animation-82-1d9b2eb6{to{transform:translate(100vw,2vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(82){position:absolute;animation:particule-animation-82-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-8.2s;transform:translateY(15vh);top:25vh;border-radius:10vh;background:#d00000}@keyframes particule-animation-83-1d9b2eb6{to{transform:translate(100vw,6vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(83){position:absolute;animation:particule-animation-83-1d9b2eb6 6s ease-out infinite;height:.4vh;width:.6vh;animation-delay:-8.3s;transform:translateY(30vh);top:25vh;border-radius:10vh;background:#ce0000}@keyframes particule-animation-84-1d9b2eb6{to{transform:translate(100vw,66vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(84){position:absolute;animation:particule-animation-84-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-8.4s;transform:translateY(72vh);top:25vh;border-radius:10vh;background:#3d0000}@keyframes particule-animation-85-1d9b2eb6{to{transform:translate(100vw,59vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(85){position:absolute;animation:particule-animation-85-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-8.5s;transform:translateY(65vh);top:25vh;border-radius:10vh;background:#3b0000}@keyframes particule-animation-86-1d9b2eb6{to{transform:translate(100vw,15vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(86){position:absolute;animation:particule-animation-86-1d9b2eb6 8s ease-out infinite;height:.5333333333vh;width:.8vh;animation-delay:-8.6s;transform:translateY(45vh);top:25vh;border-radius:10vh;background:#890000}@keyframes particule-animation-87-1d9b2eb6{to{transform:translate(100vw,31vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(87){position:absolute;animation:particule-animation-87-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-8.7s;transform:translateY(73vh);top:25vh;border-radius:10vh;background:#c80000}@keyframes particule-animation-88-1d9b2eb6{to{transform:translate(100vw,21vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(88){position:absolute;animation:particule-animation-88-1d9b2eb6 11s ease-out infinite;height:.7333333333vh;width:1.1vh;animation-delay:-8.8s;transform:translateY(55vh);top:25vh;border-radius:10vh;background:#7c0000}@keyframes particule-animation-89-1d9b2eb6{to{transform:translate(100vw,-12vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(89){position:absolute;animation:particule-animation-89-1d9b2eb6 3s ease-out infinite;height:.2vh;width:.3vh;animation-delay:-8.9s;transform:translateY(69vh);top:25vh;border-radius:10vh;background:#f90000}@keyframes particule-animation-90-1d9b2eb6{to{transform:translate(100vw,25vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(90){position:absolute;animation:particule-animation-90-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-9s;transform:translateY(70vh);top:25vh;border-radius:10vh;background:#820000}@keyframes particule-animation-91-1d9b2eb6{to{transform:translate(100vw,-5vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(91){position:absolute;animation:particule-animation-91-1d9b2eb6 11s ease-out infinite;height:.7333333333vh;width:1.1vh;animation-delay:-9.1s;transform:translateY(10vh);top:25vh;border-radius:10vh;background:#d10000}@keyframes particule-animation-92-1d9b2eb6{to{transform:translate(100vw,-5vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(92){position:absolute;animation:particule-animation-92-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-9.2s;transform:translateY(55vh);top:25vh;border-radius:10vh;background:#e70000}@keyframes particule-animation-93-1d9b2eb6{to{transform:translate(100vw,19vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(93){position:absolute;animation:particule-animation-93-1d9b2eb6 4s ease-out infinite;height:.2666666667vh;width:.4vh;animation-delay:-9.3s;transform:translateY(27vh);top:25vh;border-radius:10vh;background:#920000}@keyframes particule-animation-94-1d9b2eb6{to{transform:translate(100vw,47vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(94){position:absolute;animation:particule-animation-94-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-9.4s;transform:translateY(21vh);top:25vh;border-radius:10vh;background:#590000}@keyframes particule-animation-95-1d9b2eb6{to{transform:translate(100vw,21vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(95){position:absolute;animation:particule-animation-95-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-9.5s;transform:translateY(16vh);top:25vh;border-radius:10vh;background:#940000}@keyframes particule-animation-96-1d9b2eb6{to{transform:translate(100vw,16vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(96){position:absolute;animation:particule-animation-96-1d9b2eb6 9s ease-out infinite;height:.6vh;width:.9vh;animation-delay:-9.6s;transform:translateY(2vh);top:25vh;border-radius:10vh;background:#a60000}@keyframes particule-animation-97-1d9b2eb6{to{transform:translate(100vw,52vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(97){position:absolute;animation:particule-animation-97-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-9.7s;transform:translateY(63vh);top:25vh;border-radius:10vh;background:#e90000}@keyframes particule-animation-98-1d9b2eb6{to{transform:translate(100vw,69vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(98){position:absolute;animation:particule-animation-98-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-9.8s;transform:translateY(22vh);top:25vh;border-radius:10vh;background:#e90000}@keyframes particule-animation-99-1d9b2eb6{to{transform:translate(100vw,-1vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(99){position:absolute;animation:particule-animation-99-1d9b2eb6 10s ease-out infinite;height:.6666666667vh;width:1vh;animation-delay:-9.9s;transform:translateY(27vh);top:25vh;border-radius:10vh;background:#9a0000}@keyframes particule-animation-100-1d9b2eb6{to{transform:translate(100vw,63vh);opacity:.2}}.particule[data-v-1d9b2eb6]:nth-child(100){position:absolute;animation:particule-animation-100-1d9b2eb6 7s ease-out infinite;height:.4666666667vh;width:.7vh;animation-delay:-10s;transform:translateY(9vh);top:25vh;border-radius:10vh;background:#b10000}#Welcome[data-v-5e9be842]{display:flex;flex-direction:column;height:100%;overflow:hidden;white-space:nowrap}#top[data-v-5e9be842]{padding-top:10vh;display:flex}#top #title[data-v-5e9be842]{flex:1}#top #title h1[data-v-5e9be842]{padding-left:8vh;text-align:left;font-size:17vh;letter-spacing:.6vh;color:#900;text-shadow:.5vh .5vh 0 #000;font-weight:400;font-style:normal}#top #title[data-v-5e9be842] :before{width:3vh}#top #languageSelection[data-v-5e9be842]{flex:.3;text-align:left}#top #languageSelection #language[data-v-5e9be842]{color:#900;font-size:6vh}#top #languageSelection #title[data-v-5e9be842]{display:none}#top #languageSelection #title h1[data-v-5e9be842]{font-size:10vh}#mid[data-v-5e9be842]{box-shadow:0 0 1vh 0 rgba(0,0,0,.5);margin-bottom:5vh}#mid #red[data-v-5e9be842]{background-color:#900;height:6vh}#mid #black[data-v-5e9be842]{background-color:#000;height:3vh}#bot[data-v-5e9be842]{flex:1;display:flex}#bot #left[data-v-5e9be842]{flex:1;text-align:left}#bot #left #knight img[data-v-5e9be842]{position:relative;top:-30vh;left:12.4vh;height:90vh;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}#bot #menu[data-v-5e9be842]{flex:.5;display:flex;flex-direction:column}#bot #menu .choice[data-v-5e9be842]{display:flex;cursor:pointer}#bot #menu .choice .imgBox[data-v-5e9be842]{width:7vh;display:flex;align-items:center}#bot #menu .choice .title[data-v-5e9be842]{font-size:5vh;transition:padding-left .1s;transform-origin:left}#bot #menu .choice.available.selected .title[data-v-5e9be842]{padding-left:.5vh;transform:scale(1.1)}#bot #menu .choice.unavailable .title[data-v-5e9be842]{cursor:not-allowed;filter:brightness(35%)}#bot #menu #Login .title[data-v-5e9be842],#bot #menu #Register .title[data-v-5e9be842]{color:#900;font-size:3vh;padding:.5vh}#bot #menu #Disconnect .title[data-v-5e9be842]{color:#900;font-size:3vh;margin:.5vh}.arrow[data-v-5e9be842]{position:relative;width:6vh;animation:spinning-5e9be842 .2725s ease-in-out 0s infinite alternate}@keyframes spinning-5e9be842{0%{transform:scaleY(1)}to{transform:scaleY(.1)}}.pick-enter-active[data-v-5e9be842]{transition:all .1s ease-out}.pick-enter[data-v-5e9be842]{left:-15vh;opacity:0}.pick-enter-to[data-v-5e9be842]{left:0;opacity:1}.pick-leave-active[data-v-5e9be842]{transition:all .05s ease-in}.pick-leave[data-v-5e9be842]{opacity:1}.pick-leave-to[data-v-5e9be842]{opacity:0}@media(max-width:1000px)and (orientation:landscape){#bot #menu .choice .title[data-v-5e9be842]{font-size:8vh}#bot #menu #Login .title[data-v-5e9be842],#bot #menu #Register .title[data-v-5e9be842]{font-size:6vh}#bot #menu .choice.unavailable .title[data-v-5e9be842]{font-size:5vh}}@media screen and (orientation:portrait){#bot #left #knight img[data-v-5e9be842],#top #title[data-v-5e9be842]{display:none}#top #languageSelection[data-v-5e9be842]{flex:100;text-align:center}#top #languageSelection #title[data-v-5e9be842]{display:inline}#top #languageSelection #title h1[data-v-5e9be842]{font-size:18vw;padding:0;text-align:center}#bot #menu[data-v-5e9be842]{align-items:center;flex:100}#bot #menu .choice .imgBox[data-v-5e9be842]{display:none}}#Singleplayer[data-v-6ff4b0cc]{height:100%;display:flex;flex-direction:column;align-items:center}h1[data-v-6ff4b0cc]{display:flex;align-items:center;justify-content:space-evenly;padding:5vh}#menu[data-v-6ff4b0cc]{flex:1}#Endless[data-v-5a7c4061]{display:flex;flex-direction:column}h1[data-v-5a7c4061]{flex:1;display:flex;align-items:center;justify-content:space-evenly}#createdLobby[data-v-93388f98]{display:flex;border:1px solid #fff;align-items:center}.lobby[data-v-93388f98]{display:flex;justify-content:space-around;width:90%;margin:10px;padding:10px;border:1px solid #fff;cursor:pointer}.lobby[data-v-93388f98]:hover{background:#646464}#team[data-v-403d910a]{border:3px solid;border-radius:10px;padding:0 10px 0 10px;margin:0 30px 0 30px}#team.number_1[data-v-403d910a]{border-color:#00bfff}#team.number_2[data-v-403d910a]{border-color:#ff5100}#team.number_3[data-v-403d910a]{border-color:#03ab0e}#team.number_4[data-v-403d910a]{border-color:#da29f5}#isClient[data-v-403d910a]{border:2px solid orange;border-radius:10px;padding:0 10px 0 10px;margin:0 30px 0 30px}#isOwner[data-v-403d910a]{border:2px solid gold;border-radius:10px;padding:0 10px 0 10px;margin:0 30px 0 30px}#isNotReady[data-v-403d910a]{border:2px solid red;border-radius:10px;padding:0 10px 0 10px;margin:0 30px 0 30px}#mapSelection[data-v-1c332514]{padding:1vh 0 1vh 0;width:100vw;background-color:var(--primary);border-top:1vh solid #000;border-bottom:1vh solid #000}#noScore[data-v-78dc9a94]{color:red;font-weight:700}#score[data-v-78dc9a94]{width:100%;display:flex;align-items:center;justify-content:space-between;border:.15vh solid #90ee90;border-radius:1vh}.data[data-v-78dc9a94]{padding-left:.9vh;font-size:2vh;white-space:nowrap}.data[data-v-78dc9a94]:last-child{padding-right:.9vh}#time[data-v-78dc9a94]{font-size:1.5vh}#account[data-v-78dc9a94]{color:#90ee90;font-weight:700;padding-left:1vh}#noScore[data-v-608adefe]{color:red;font-weight:700}#scoreList[data-v-608adefe]{display:flex;flex-direction:column;text-align:left;background:var(--primary);padding:2vh;overflow-y:auto}.score[data-v-608adefe]{border-radius:1vh}.score[data-v-608adefe]:first-child{background-color:rgba(255,217,0,.164)}.score[data-v-608adefe]:nth-child(2){background-color:hsla(0,0%,91%,.164)}.score[data-v-608adefe]:nth-child(3){background-color:rgba(167,75,7,.165);margin-bottom:2vh}.time[data-v-608adefe]{font-size:2vh;color:#444}.accounts[data-v-608adefe]{flex-direction:column}.account[data-v-608adefe],.accounts[data-v-608adefe]{display:flex;align-items:center}.guest[data-v-608adefe]{font-size:1.5vh;color:#444}#map[data-v-9b9359a8]{display:flex;margin:1vh 0 1vh 0;background-color:#494949}#mapInfo[data-v-9b9359a8]{background-color:gray;box-shadow:inset 0 0 5px 0 #000;display:flex;justify-content:center;padding:1vh}#mapHeader[data-v-9b9359a8]{flex:1;align-items:center;background-color:#000}#buttons[data-v-9b9359a8],#mapHeader[data-v-9b9359a8]{display:flex;flex-direction:column}#buttons .green[data-v-9b9359a8]{flex:1}#mapTitle[data-v-9b9359a8]{width:100%;background-color:#44607c;box-shadow:inset 0 0 1vh .1vh #000}img[data-v-9b9359a8]{flex:1;max-width:35vh;max-height:35vh;padding:.5vh;padding-bottom:2vh}button.selected[data-v-9b9359a8]{transform:scale(1.05);background:#00b800}#scores[data-v-9b9359a8]{flex:1;display:flex;flex-direction:column;align-items:flex-start;border:.2vh solid #fff;padding:2vh;margin:2vh}.scoreSectionTitle[data-v-9b9359a8]{text-align:right;padding-right:1vh;white-space:nowrap}.scoreSection[data-v-9b9359a8]{width:100%}#leadBtn[data-v-9b9359a8]{font-size:1.5vh;padding:.5vh}@media screen and (orientation:portrait){#map[data-v-9b9359a8],#scores[data-v-9b9359a8]{flex-direction:column}#scores[data-v-9b9359a8]{padding:1vh;margin:0}}#lobbyInfo[data-v-12da46db],#players[data-v-12da46db]{display:flex;flex-direction:column}#players[data-v-12da46db]{border:1px solid #fff;padding:10px}#link[data-v-12da46db]{border:1px solid #fff;padding:5px;width:70%}.player[data-v-595f9bec]{display:flex;flex-direction:column;padding:1vh;background-color:#e100ff;animation:fadein 2s ease-in}.self[data-v-595f9bec]{background-color:#fff;color:#000}.ally[data-v-595f9bec]{background-color:#adff2f;color:#000}.enemy[data-v-595f9bec]{background-color:red;color:#fff}.team[data-v-595f9bec]{font-size:.8em}#deadSymbol[data-v-595f9bec]{font-size:2em;animation:shake 6s linear infinite}#inventory[data-v-595f9bec]{display:flex;flex-direction:column;padding:1vh}.itemNumber[data-v-595f9bec]{font-size:4vh;font-weight:700}.itemType[data-v-595f9bec]{display:flex;align-items:center}.itemType+.itemType[data-v-595f9bec]{padding-top:1vh}.itemType.selected .icon[data-v-595f9bec]{transform:scale(1.5)}.itemType.empty[data-v-595f9bec]{opacity:40%}.icon[data-v-595f9bec]{position:relative;height:4vh;image-rendering:pixelated;transition:transform .2s}.selectable[data-v-595f9bec]{cursor:pointer}.selectable[data-v-595f9bec]:hover{transform:scale(1.5);z-index:100}.helpRow[data-v-595f9bec]{display:flex;margin-top:1vh;justify-content:space-between}@media (max-width:1000px){.itemNumber[data-v-595f9bec]{font-size:50px}.icon[data-v-595f9bec]{height:50px}u[data-v-595f9bec]{font-size:40px}}#gameoverScreen{z-index:100;position:fixed;background:var(--primary);height:35vh;width:40vh;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 10vh 0 hsla(0,0%,100%,.459);display:flex;flex-direction:column;align-items:center;justify-content:space-between;animation:fadein 1s ease-out}#gameoverScreen .table{display:table}#gameoverScreen H2{padding:2vh 0 1vh 0}#gameoverScreen .row{display:table-row}#gameoverScreen .title{font-weight:700;text-align:right;padding-right:2vh}#gameoverScreen .row .cell{display:table-cell}#gameoverScreen .row .small{padding-left:1vh;font-size:2vh;opacity:50%}#gameoverScreen #total{color:red}#gameoverScreen button{display:flex}#gameoverScreen button.yellow{color:#000}#ComboDisplayer[data-v-31edd6c2]{position:fixed;left:50%;top:20%;transition:all .5s;text-shadow:.5vh .5vh 0 #000}.level_3[data-v-31edd6c2]{animation:shake 3.6s cubic-bezier(.36,.07,.19,.97) infinite;font-size:6vh}.level_4[data-v-31edd6c2]{font-size:7vh;color:bisque;animation:shake 1.2s cubic-bezier(.36,.07,.19,.97) infinite}.level_5[data-v-31edd6c2]{font-size:8vh;color:#ec926e;animation:shake 1s cubic-bezier(.36,.07,.19,.97) infinite}.level_6[data-v-31edd6c2]{font-size:10vh;color:#c03333;animation:shake .6s cubic-bezier(.36,.07,.19,.97) infinite}span[data-v-31edd6c2]{transform:scale(.5)}#Board[data-v-6941dca8]{height:100%;display:flex;flex-direction:column;background-color:#000}#infoPannel[data-v-6941dca8]{padding:1vh;display:flex;justify-content:space-between}b[data-v-6941dca8]{font-size:4vh;color:#ff0}#midPannel[data-v-6941dca8]{flex:2}#gameAndPlayers[data-v-6941dca8]{display:flex}#leftPannel[data-v-6941dca8],#rightPannel[data-v-6941dca8]{display:flex;justify-content:space-evenly}.playersPannel[data-v-6941dca8]{display:flex;flex-direction:column}#centerPannel[data-v-6941dca8]{flex:1}#canvasGroup[data-v-6941dca8]{position:relative;display:flex;justify-content:center}canvas[data-v-6941dca8]{position:absolute;image-rendering:crisp-edges}#botomPannel[data-v-6941dca8]{flex:1;display:flex;justify-content:center;align-items:center}#arrows[data-v-6941dca8]{flex:1;height:100%;display:flex;flex-direction:column;animation:fadein 2s ease-in}#arrows #mid[data-v-6941dca8],.touchKey[data-v-6941dca8]{flex:1;display:flex;justify-content:center}.touchKey[data-v-6941dca8]{border-radius:5vh;align-items:center;background-color:#2f4f4f;margin:1vh;margin-top:.1vh;font-size:5vh}.touchKey[data-v-6941dca8]:active,.touchKey[data-v-6941dca8]:hover{background-color:#388181}@media screen and (max-width:1000px) and (orientation:landscape){#Board[data-v-6941dca8]{flex-direction:row}#infoPannel [data-v-6941dca8]{font-size:3vw;white-space:nowrap}}@media screen and (orientation:portrait){#infoPannel[data-v-6941dca8]{padding:0}#infoPannel [data-v-6941dca8]{font-size:5vw;white-space:nowrap}}#ModelSelector[data-v-e07ad484]{padding:1vh 0 1vh 0;background-color:var(--primary);border-top:1vh solid #000;border-bottom:1vh solid #000}.model[data-v-e07ad484]{display:flex;margin:0 auto}.modelName[data-v-e07ad484]{font-size:.7em;flex:1;text-align:left;-moz-user-select:text;-webkit-user-select:text;user-select:text}#modelTrainingToInfo[data-v-e07ad484]{padding:1vh 0 1vh 0;width:60vw;background-color:var(--primary);border-top:1vh solid #000;border-bottom:1vh solid #000;font-size:.2em}#trainingInfoTree[data-v-e07ad484]{text-align:left}.statistics[data-v-e07ad484]{display:flex;flex-direction:column;margin:0 auto}.statistics span[data-v-e07ad484]{font-size:.8em}.json-view-item .value-key{color:#9affee!important}.json-view-item .properties{display:none}#Board[data-v-5dbf5c82]{height:100%;display:flex;flex-direction:column;background-color:#000}#infoPannel[data-v-5dbf5c82]{padding:1vh;display:flex;justify-content:space-between}b[data-v-5dbf5c82]{font-size:4vh;color:#ff0}#midPannel[data-v-5dbf5c82]{flex:2}#gameAndPlayers[data-v-5dbf5c82]{display:flex}#leftPannel[data-v-5dbf5c82],#rightPannel[data-v-5dbf5c82]{display:flex;justify-content:space-evenly}.playersPannel[data-v-5dbf5c82]{display:flex;flex-direction:column}#centerPannel[data-v-5dbf5c82]{flex:1}#canvasGroup[data-v-5dbf5c82]{position:relative;display:flex;justify-content:center}canvas[data-v-5dbf5c82]{position:absolute;image-rendering:crisp-edges}#botomPannel[data-v-5dbf5c82]{flex:1;display:flex;justify-content:center;align-items:center}#arrows[data-v-5dbf5c82]{flex:1;height:100%;display:flex;flex-direction:column;animation:fadein 2s ease-in}#arrows #mid[data-v-5dbf5c82],.touchKey[data-v-5dbf5c82]{flex:1;display:flex;justify-content:center}.touchKey[data-v-5dbf5c82]{border-radius:5vh;align-items:center;background-color:#2f4f4f;margin:1vh;margin-top:.1vh;font-size:5vh}.touchKey[data-v-5dbf5c82]:active,.touchKey[data-v-5dbf5c82]:hover{background-color:#388181}@media screen and (max-width:1000px) and (orientation:landscape){#Board[data-v-5dbf5c82]{flex-direction:row}#infoPannel [data-v-5dbf5c82]{font-size:3vw;white-space:nowrap}}@media screen and (orientation:portrait){#infoPannel[data-v-5dbf5c82]{padding:0}#infoPannel [data-v-5dbf5c82]{font-size:5vw;white-space:nowrap}}#tutorial[data-v-68cc8fb1]{height:100%;width:100%;display:flex;justify-content:center}#cont[data-v-68cc8fb1]{background-color:#a0a0a0;color:#000;padding:2vh;overflow-y:scroll;width:70vw}ul[data-v-68cc8fb1]{padding-bottom:2vh}h2[data-v-68cc8fb1]{color:#fff;background-color:#4e4e4e;margin-bottom:2vh;margin-top:1vh}h3[data-v-68cc8fb1]{text-decoration:underline;margin-bottom:2vh;margin-top:1vh}.imgList[data-v-68cc8fb1]{display:flex;justify-content:space-evenly;width:100%;margin:2vh 0 2vh 0}img.small[data-v-68cc8fb1]{height:10vh}img.verrySmall[data-v-68cc8fb1]{height:5vh}img.item[data-v-68cc8fb1]{background:#fff;padding:1vh;margin:1vh;border-radius:1vh}#back[data-v-68cc8fb1]{position:fixed;left:0}table[data-v-68cc8fb1]{border:.1vh solid #000}td[data-v-68cc8fb1]{text-align:right;padding-left:2vw}@media (max-width:1400px){#cont[data-v-68cc8fb1]{width:100vw}}#About[data-v-dec39700]{height:100%;width:100%;display:flex;justify-content:center}#cont[data-v-dec39700]{background-color:#a0a0a0;color:#000;padding:2vh;overflow-y:scroll;width:70vw}ul[data-v-dec39700]{padding-bottom:2vh}h2[data-v-dec39700]{color:#fff;background-color:#4e4e4e}h3[data-v-dec39700]{text-decoration:underline}#back[data-v-dec39700]{position:fixed;left:0}@media (max-width:1400px){#cont[data-v-dec39700]{width:100vw}}#modal{z-index:10;position:fixed;height:100vh;width:100vw;left:0;top:0;background-color:rgba(0,0,0,.5);overflow:auto;display:flex;align-items:center;justify-content:space-around}#modal #pannel{max-height:90vh;overflow:auto}#MapMenu[data-v-fa1fca42]{scroll-behavior:smooth;display:flex}#maps[data-v-fa1fca42]{flex:1;display:flex;flex-direction:column}.map[data-v-fa1fca42]{transition:all .1s ease-in}.map.back[data-v-fa1fca42]{width:15vh;padding:1vh;align-self:flex-start}#menu[data-v-b2ef65e6]{display:flex}#choices[data-v-b2ef65e6]{display:flex;flex-direction:column;align-items:center}.choice[data-v-b2ef65e6]{width:40vh;padding:2vh;margin-bottom:1vh;background-color:var(--secondary);box-shadow:0 0 5px 0 #000;transition:all .1s ease-in}.choice.back[data-v-b2ef65e6]{width:15vh;padding:1vh;align-self:flex-start}.choice.selected[data-v-b2ef65e6]{transform:scale(1.03);background-color:var(--fourth)}.choice.unavailable[data-v-b2ef65e6]{filter:brightness(.4)}@media screen and (orientation:portrait){#menu[data-v-b2ef65e6]{flex-direction:column}}