.planet,.planet .container{display:flex;flex-direction:column}.planet .container{width:100%}.planet .container,.planetEarth{justify-content:center;align-items:center}.planetEarth{position:relative;min-width:100%;height:100vh;background-color:#010412;margin:-8px}.planetEarth .loader{position:relative;width:150px;height:150px;border-radius:50%;animation:animate 4s linear infinite}@keyframes animate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.planetEarth .loader:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(0deg,transparent,rgba(0,85,255,.318));background-size:200px 360px;background-repeat:no-repeat;border-top-left-radius:200px;border-bottom-left-radius:200px}.planetEarth .loader:after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:10px;height:10px;background:#006664;border-radius:50%;z-index:10;box-shadow:0 0 10px #006664,0 0 20px #006664,0 0 30px #006664,0 0 40px #006664,0 0 50px #006664,0 0 60px #006664,0 0 70px #006664,0 0 80px #006664,0 0 90px #006664,0 0 100px #006664}.planetEarth .loader span{top:10px;left:10px;right:10px;bottom:10px;background:#030924}.earth,.planetEarth .loader span{position:absolute;border-radius:50%}.earth{width:140px;height:140px;background-image:url(../../content/images/earth.jpg);background-size:cover;box-shadow:inset 0 0 20px #0893ce,0 0 120px #0893ce;animation:animateEarth 20s linear infinite}@keyframes animateEarth{0%{background-position:0}to{background-position:162.5%}}