.perspect{perspective:1200px}.flip-wrapper{width:80px;height:400px;transform-style:preserve-3d;animation:6s cubic-bezier(.4,0,.2,1) infinite flipYTwoFaces;position:relative}.flip-face{backface-visibility:hidden;width:100%;height:100%;position:absolute;inset:0}.front-face{transform:rotateY(0)}.back-face{transform:rotateY(180deg)}@keyframes flipYTwoFaces{0%{transform:rotateY(0)}40%{transform:rotateY(0)}50%{transform:rotateY(180deg)}90%{transform:rotateY(180deg)}to{transform:rotateY(360deg)}}.arcWave{pointer-events:none;width:80px;height:80px;transform-style:preserve-3d;position:absolute}.arcWave.rotateLeft{transform:rotate(-50deg)}.arcWave.rotateRight{transform:rotate(50deg)}.arc{opacity:0;border:3px solid #0000;border-top-color:#09fc;border-radius:50%;width:100%;height:100%;animation:1.4s ease-out infinite arcRipple;position:absolute}.arc:first-child{animation-delay:0s}.arc:nth-child(2){animation-delay:.4s}.arc:nth-child(3){animation-delay:.8s}@keyframes arcRipple{0%{opacity:0;transform:scale(.3)}40%{opacity:1}to{opacity:0;transform:scale(1.3)}}.sun-delay-pulse{opacity:0;pointer-events:none;animation:10s ease-in-out infinite sunArrowVertical;transform:translateY(-60px)}@keyframes sunArrowVertical{0%{opacity:0;transform:translateY(-560px)}16.6%{opacity:1;transform:translateY(-100px)}41.6%{opacity:1;transform:translateY(-100px)}58.3%{opacity:1;transform:translateY(-460px)}59%{opacity:0;transform:translateY(-460px)}to{opacity:0;transform:translateY(-460px)}}
