.loader{width:8px;height:100%;color:var(--brand-color);box-sizing:border-box;background:currentColor;border-radius:4px;margin:10px auto;animation:.3s linear .3s infinite alternate animloader;display:block;position:relative}.loader:after,.loader:before{content:"";box-sizing:border-box;background:currentColor;border-radius:4px;width:8px;height:100%;animation:.3s linear .45s infinite alternate animloader;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.loader:before{animation-delay:0s;left:-20px}@keyframes animloader{0%{height:48px}to{height:4px}}
