.LOCWULoadingSection{position:relative;display:flex;justify-content:center;align-items:center;height:90px;width:90px;border-radius:50%;box-shadow:0 0 30px #104cbc;transform:scale(.6,.6)}.LOCWULoadingSection::before{content:'';position:absolute;bottom:.5%;height:12%;width:100%;background:#000;border-radius:50%;clip-path:polygon(100% 0,100% 100%,50% 100%,50% 0);animation:LOCWULoadingAnimateShadow 3s linear infinite}/*.LOCWULoadingSection::after{content:'';position:absolute;top:18%;left:22%;height:18%;width:24%;transform:rotate(-25deg);background:#fff;border-radius:50%;filter:blur(5px)}*/.LOCWULoadingWholeSphere{display:flex;justify-content:center;align-items:center;height:100%;width:100%;clip-path:circle(50%)}.LOCWULoadingSphere{height:100%;width:100%;transform-style:preserve-3d;animation:LOCWULoadingAnimateRotate 3s linear infinite}.LOCWULoadingEarth{position:absolute;top:50%;Left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:#0746BA;background-size:cover;background-repeat:repeat-x;border-radius:50%;animation:LOCWULoadingAnimateEarth 1s linear infinite;box-shadow:inset 0 0 30px #00000010}.LOCWULoadingCircle{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:LOCWULoadingAnimateCircle 1s linear infinite}.LOCWULoadingCircle .LOCWULoadingNumber{position:absolute;top:0;Left:0;display:flex;justify-content:center;align-items:center;width:47%;height:47%;clip-path:circle(50%);background:#fff;transform-origin:center;transform-style:preserve-3d;transform:rotateY(calc(var(--i)*calc(360deg / 1))) translateZ(45px) rotatex(10deg) translateY(21px)}.LOCWULoadingCircle .LOCWULoadingNumber span{color:#35146f;font-size:27px;text-align:center;font-weight:900}@keyframes LOCWULoadingAnimateShadow{0%{transform:scale(1,1)}36%{transform:scale(1.1,.9)}72%{transform:scale(.9,1)}100%{transform:scale(1,1)}}@keyframes LOCWULoadingAnimateHighlight{0%{transform:scale(1,1) translateX(0) translateY(0)}36%{transform:scale(1.1,.9) translateX(0) translateY(-3px)}72%{transform:scale(.9,1) translateX(3px) translateY(0)}100%{transform:scale(1,1) translateX(0) translateY(0)}}@keyframes LOCWULoadingAnimateRotate{0%{transform:rotate(0)}36%{transform:rotate(69deg)}72%{transform:rotate(22deg)}100%{transform:rotate(0)}}@keyframes LOCWULoadingAnimateEarth{0%{background-position:132.6px 0}100%{background-position:-150px 0}}@keyframes LOCWULoadingAnimateCircle{0%{transform:perspective(1000px) rotateY(180deg)}100%{transform:perspective(1000px) rotateY(-180deg)}}
