.loader span{animation:3s cubic-bezier(.445,.05,.55,.95) forwards loading}@keyframes loading{0%{width:0}100%{width:100%}}.menu-active{animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards menuActive;display:block;transform:translateX(100%)}@keyframes menuActive{1%{display:block}2%{transform:translateX(100%)}100%{transform:translateX(0)}}#circle-text{animation:8s linear infinite spinningText}@keyframes spinningText{0%{transform:rotate(0)}100%{transform-origin:center;transform:rotate(360deg)}}.explode-circle{animation:.5s forwards explode}.desplode-circle{animation:.5s forwards desplode}@keyframes explode{0%{width:0;height:0;margin-left:0;margin-top:0;background-color:rgba(42,53,80,.2)}100%{width:400px;height:400px;margin-left:-200px;margin-top:-200px;background-color:rgba(20,180,87,.8)}}@keyframes desplode{0%{width:400px;height:400px;margin-left:-200px;margin-top:-200px;background-color:rgba(20,180,87,.8)}100%{width:0;height:0;margin-left:0;margin-top:0;background-color:rgba(129,80,108,.6)}}.glow:after,.glow:before{animation:2s cubic-bezier(.55,.055,.675,.19) infinite glow}@keyframes glow{0%{transform:scale(.6);opacity:1;box-shadow:inset 0 0 25px 3px rgba(255,255,255,.75),0 0 25px 10px rgba(255,255,255,.75)}100%{transform:scale(1);opacity:0;box-shadow:none}}.glow:before{animation-delay:.4s}