.guru-guru{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.guru-guru .dots span{position:absolute;height:10px;width:10px;background:#0af;border-radius:50%;-webkit-transform:rotate(calc(var(--i)*24deg)) translateY(35px);transform:rotate(calc(var(--i)*24deg)) translateY(35px);-webkit-animation:animate 1.5s linear infinite;animation:animate 1.5s linear infinite;-webkit-animation-delay:calc(var(--i)*0.1s);animation-delay:calc(var(--i)*0.1s);opacity:0}@-webkit-keyframes animate{0%{opacity:1}to{opacity:0}}@keyframes animate{0%{opacity:1}to{opacity:0}}