@import url("https://fonts.googleapis.com/css?family=Almarai");body,html{padding:0;margin:0;font-family:Almarai,Helvetica,Arial,Lucida,sans-serif!important}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.stage{display:flex;justify-content:center;align-items:center;position:relative;padding:2rem 0;margin:0 -5%;overflow:hidden}.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff;animation:dotFlashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-15px;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff}.dot-flashing:after{left:15px;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@keyframes dotFlashing{0%{background-color:#9880ff}50%,to{background-color:#ebe6ff}}