.snippet{padding:32px 5%;margin:24px 0;border-radius:16px}.snippet,.stage{position:relative}.stage{display:flex;justify-content:center;align-items:center;padding:32px 0;margin:0 -5%;overflow:hidden}.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#a5a5a5;color:#a5a5a5;animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s}@keyframes dot-flashing{0%{background-color:#fff}20%,to{background-color:#a5a5a5}}.dot-flashing:first-child{animation-delay:0s}.dot-flashing:nth-child(2){animation-delay:.2s}.dot-flashing:nth-child(3){animation-delay:.4s}.dot-flashing:nth-child(4){animation-delay:.6s}.dot-flashing:nth-child(5){animation-delay:.8s}