.loader{width:22px;height:22px;margin-top:-5px}.loader .circle{position:absolute;width:25px;height:25px;opacity:0;transform:rotate(225deg);animation-iteration-count:infinite;animation-name:orbit;animation-duration:5.5s}.loader .circle:after{content:"";position:absolute;width:2px;height:2px;border-radius:5px;background:#000}.loader .circle:nth-child(2){animation-delay:.24s}.loader .circle:nth-child(3){animation-delay:.48s}.loader .circle:nth-child(4){animation-delay:.72s}.loader .circle:nth-child(5){animation-delay:.96s}@keyframes orbit{0%{transform:rotate(225deg);opacity:1;animation-timing-function:ease-out}7%{transform:rotate(345deg);animation-timing-function:linear}30%{transform:rotate(455deg);animation-timing-function:ease-in-out}39%{transform:rotate(690deg);animation-timing-function:linear}70%{transform:rotate(815deg);opacity:1;animation-timing-function:ease-out}75%{transform:rotate(945deg);animation-timing-function:ease-out}76%{transform:rotate(945deg);opacity:0}to{transform:rotate(945deg);opacity:0}}.full-loading{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-color)}.full-loading .loader .circle:after{width:4px;height:4px;background:#ffffffa6}.funspinner{display:flex;flex-wrap:wrap}.funspinner__box{width:100%;height:200px;margin:66px 0 9px -1px;display:flex;align-items:center;box-sizing:border-box;justify-content:center;position:relative}.funspinner__box>b{top:1rem;left:1rem;position:absolute;font-weight:400}.funspinner__box>div{width:40%;height:40%;text-align:center}.funspinner__box svg{width:100%;height:100%;margin:0 auto}.hourglass{transform:rotate(360deg);animation:hourglass 4s 2s infinite}.hourglass .st0{fill:none;stroke:#fff;stroke-width:3;stroke-miterlimit:10}.hourglass .st1,.hourglass .st2{fill:#34394b;transform-origin:50% 50%;animation:hourglass1 4s infinite}.hourglass .st2{transform:scale(0);animation:hourglass2 4s infinite}@keyframes hourglass{0%{transform:rotate(0)}20%{transform:rotate(180deg)}45%{transform:rotate(180deg)}65%{transform:rotate(360deg)}90%{transform:rotate(360deg)}}@keyframes hourglass1{10%{transform:scale(1)}40%{transform:scale(0)}60%{transform:scale(0)}90%{transform:scale(1)}}@keyframes hourglass2{10%{transform:scale(0)}40%{transform:scale(1)}60%{transform:scale(1)}90%{transform:scale(0)}}div.progresser{width:6rem;height:auto}div.progresser__bar{width:6rem;height:.7rem;border-radius:1rem;overflow:hidden;background-color:#fff}div.progresser__bar-item{width:3rem;height:.7rem;margin:0 0 0 -2rem;border-radius:1rem;background-color:#000;animation:progresser 1.5s infinite cubic-bezier(.76,0,.24,1)}@keyframes progresser{0%{transform:translate(0)}50%{transform:translate(7rem)}to{transform:translate(0)}}div.elasticball{display:flex;justify-content:center;position:relative;height:6rem}div.elasticball:before{content:"";width:2rem;height:2rem;bottom:0;opacity:0;border-radius:50%;position:absolute;background-color:#fff;transform:scaleY(.5) translateY(1rem);animation:elasticball-bottom .5s .3s infinite}div.elasticball__ball{width:1.5rem;height:1.5rem;transform-origin:50% 100%;animation:elasticball .5s infinite cubic-bezier(1,-.01,0,1)}div.elasticball__ball i{width:100%;height:100%;display:block;border-radius:50%;background-color:#fff;animation:elasticball-color 2s infinite}@keyframes elasticball{0%{transform:translateY(0) scaleY(1)}50%{transform:translateY(4rem) scaleY(.7)}to{transform:translateY(0) scaleY(1)}}@keyframes elasticball-color{0%{background-color:#fff}30%{background-color:#fff}50%{background-color:#000}80%{background-color:#000}}@keyframes elasticball-bottom{0%{transform:scaleY(.5) translateY(1rem);opacity:.3}to{transform:scale(2,.5) translateY(1rem);opacity:0}}div.facespinner{width:5rem;height:5rem;border:2px solid #ffffff;border-radius:2.2rem;display:flex;justify-content:center}div.facespinner__eye{width:2.5rem;position:relative;transform:translate(-50%,20%);animation:facespinner 3s infinite cubic-bezier(.76,0,.24,1) both}div.facespinner__eye:before,div.facespinner__eye:after{content:"";left:0;width:.8rem;height:.8rem;border-radius:.8rem;position:absolute;background-color:#000;animation:facespinnereye 1.5s 1s infinite}div.facespinner__eye:after{left:inherit;right:0}@keyframes facespinner{0%{transform:translate(-50%,20%)}30%{transform:translateY(30%)}60%{transform:translate(50%,20%)}80%{transform:translateY(30%)}}@keyframes facespinnereye{0%{transform:scaleY(1)}80%{transform:scaleY(1)}85%{transform:scaleY(0)}90%{transform:scaleY(1)}95%{transform:scaleY(0)}}.planetcircle{position:relative;animation:planetcircle 2s infinite linear}.planetcircle__a,.planetcircle__b{top:50%;left:50%;border-radius:50%;position:absolute}.planetcircle__a{width:3rem;height:3rem;z-index:1;margin:-1.5rem 0 0 -1.5rem;border:5px solid #ffffff;transform:rotate(45deg);animation:planetcircle_a 2s infinite cubic-bezier(.76,0,.24,1)}.planetcircle__b{width:1.5rem;height:1.5rem;margin:-.75rem 0 0 -.75rem;border:5px solid #000000;animation:planetcircle_b 2s .3s infinite cubic-bezier(.76,0,.24,1);transform:rotate(-45deg)}@keyframes planetcircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes planetcircle_a{0%{transform:rotate(45deg) scaleY(1)}50%{transform:rotate(45deg) scaleY(-1)}}@keyframes planetcircle_b{0%{transform:rotate(-45deg) scaleY(1)}50%{transform:rotate(-45deg) scaleY(-1)}}div.linesquare,div.texttransform{display:flex;align-items:center;justify-content:center;width:100%;color:#000;font-size:2vw}div.linesquare b,div.texttransform b{transform:scaleY(0);animation:texttransform_in 1.5s infinite cubic-bezier(.76,0,.24,1)}div.linesquare b:nth-child(1),div.texttransform b:nth-child(1){animation-delay:0s}div.linesquare b:nth-child(2),div.texttransform b:nth-child(2){animation-delay:.15s}div.linesquare b:nth-child(3),div.texttransform b:nth-child(3){animation-delay:.3s}div.linesquare b:nth-child(4),div.texttransform b:nth-child(4){animation-delay:.45s}div.linesquare b:nth-child(5),div.texttransform b:nth-child(5){animation-delay:.6s}div.linesquare b:nth-child(6),div.texttransform b:nth-child(6){animation-delay:.75s}div.linesquare b:nth-child(7),div.texttransform b:nth-child(7){animation-delay:.9s}div.linesquare b:nth-child(8),div.texttransform b:nth-child(8){animation-delay:1.05s}div.linesquare b:nth-child(9),div.texttransform b:nth-child(9){animation-delay:1.2s}div.linesquare b:nth-child(10),div.texttransform b:nth-child(10){animation-delay:1.35s}div.linesquare b{width:2rem;height:2rem;background-color:#fff}@keyframes texttransform_in{0%{transform-origin:50% 100%;transform:scaleY(0)}25%{transform-origin:50% 100%;transform:scaleY(1)}75%{transform-origin:50% 0%;transform:scaleY(1)}to{transform-origin:50% 0%;transform:scaleY(0)}}div.sphereborder{width:10rem}div.sphereborder b{top:50%;left:50%;width:2rem;height:2rem;transform:scale(0);border-radius:50%;position:absolute;border:2px solid #ffffff;animation:sphereborder 3s infinite linear}div.sphereborder b:nth-child(1){animation-delay:0s}div.sphereborder b:nth-child(2){animation-delay:.4s}div.sphereborder b:nth-child(3){animation-delay:.8s}div.sphereborder b:nth-child(4){animation-delay:1.2s}@keyframes sphereborder{0%{width:1rem;height:.3rem;transform:translate(-50%,-3rem)}25%{width:4rem;height:1.5rem;transform:translate(-50%,-2.7rem)}50%{width:6rem;height:3rem;transform:translate(-50%,-2rem)}75%{width:4rem;height:1.5rem;transform:translate(-50%)}to{width:1rem;height:.3rem;transform:translate(-50%,1rem)}}div.scalebox{width:40%;display:flex;align-items:center}div.scalebox div{width:50%;height:2rem;background-color:#fff;margin:0 5px;transform-origin:0;animation:scalebox 1.6s infinite both cubic-bezier(.76,0,.24,1)}div.scalebox div:last-child{transform-origin:100%;background-color:#000;animation-delay:.8s}@keyframes scalebox{0%{transform:scaleX(1.8)}50%{transform:scaleX(.2)}to{transform:scaleX(1.8)}}div.gradientlevel{width:25%;height:25%;position:relative}div.gradientlevel div{width:100%;height:100%;border-radius:50%;background:black;position:absolute;left:0;top:0;animation:gradientlevel 2s infinite;background:linear-gradient(0deg,white 10%,black 100%)}div.gradientlevel div:nth-child(2){width:70%;height:70%;margin:15% 0 0 15%;animation:gradientlevel2 2s infinite both linear}div.gradientlevel div:nth-child(3){width:40%;height:40%;margin:30% 0 0 30%;animation:gradientlevel2 2s infinite both linear}@keyframes gradientlevel{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradientlevel2{0%{opacity:0;transform:rotate(0)}50%{opacity:1;transform:rotate(180deg)}to{opacity:0;transform:rotate(360deg)}}div.jumpingball{border:2px solid #fff;border-radius:50%;animation:jumpingball .4s infinite both cubic-bezier(.76,0,.24,1);box-sizing:border-box}@keyframes jumpingball{0%{border-width:5px;transform:translateY(-1.5rem) scaleY(1.1)}50%{border-width:2px;transform:translateY(0) scaleY(.9)}to{border-width:5px;transform:translateY(-1.5rem) scaleY(1.1)}}div.word_rotate{width:auto;font-size:1.6rem;font-weight:bolder}div.word_rotate span{display:flex;position:relative}div.word_rotate span b{z-index:1;position:relative;animation:wordrotate 3s infinite cubic-bezier(.45,0,.55,1)}div.word_rotate span b:last-child{opacity:0;top:0;left:0;position:absolute;color:#000;animation-delay:1.5s}div.word_rotate span:last-child b{animation-delay:.3s}div.word_rotate span:last-child b:last-child{animation-delay:1.8s}@keyframes wordrotate{0%{opacity:1;transform-origin:0 0;transform:scaleX(0)}50%{opacity:1;transform-origin:0 0;transform:scaleX(1)}51%{opacity:1;transform-origin:100% 100%;transform:scaleX(1)}to{opacity:1;transform-origin:100% 100%;transform:scaleX(0)}}.flip-clock{direction:ltr;display:flex;text-align:center;perspective:400px;margin:20px auto}.flip-clock *,.flip-clock *:before,.flip-clock *:after{box-sizing:border-box}.flip-clock__piece{display:inline-block;margin:0 5px}.flip-clock__slot{font-size:.8vw}.card-n{display:block!important;position:relative!important;padding-bottom:.72em!important;font-size:25px!important;line-height:.95!important;background-color:#5d998d!important;white-space:nowrap}.card__top,.card__bottom,.card__back:before,.card__back:after{display:block;height:.72em;color:#d7d5d5;background:#1d2232;padding:.25em;border-radius:.15em .15em 0 0;backface-visiblity:hidden;transform-style:preserve-3d;width:1.8em}.card__bottom{color:#fff;position:absolute;top:50%;left:0;border-top:solid 1px #131a2d;background:#272c3e;border-radius:0 0 .15em .15em;pointer-events:none;overflow:hidden}.card__bottom:after{display:block;margin-top:-.72em}.card__back:before,.card__bottom:after{content:attr(data-value)}.card__back{position:absolute;top:0;height:100%;left:0%;pointer-events:none}.card__back:before{position:relative;z-index:-1;overflow:hidden}.flip .card__back:before{animation:flipTop .3s cubic-bezier(.37,.01,.94,.35);animation-fill-mode:both;transform-origin:center bottom}.flip .card__back .card__bottom{transform-origin:center top;animation-fill-mode:both;animation:flipBottom .6s cubic-bezier(.15,.45,.28,1)}@keyframes flipTop{0%{transform:rotateX(0);z-index:2}0%,99%{opacity:1}to{transform:rotateX(-90deg);opacity:0}}@keyframes flipBottom{0%,50%{z-index:-1;transform:rotateX(90deg);opacity:0}51%{opacity:1}to{opacity:1;transform:rotateX(0);z-index:5}}@page{size:landscape;background:black}@media print{.element[data-v-86bb341a]{background-color:#fff}}@page{size:landscape}
