.spin-spokes{width:2em;height:2em;position:relative}.spin-spokes span,.spin-spokes:after,.spin-spokes:before{content:"";position:absolute;top:0;left:.875em;width:.25em;height:.625em;background:#bbb;border-radius:8px;transform-origin:50% 1em;opacity:.3}.spin-spokes span:first-child{transform:rotate(45deg)}.spin-spokes span:nth-child(2){transform:rotate(90deg)}.spin-spokes span:nth-child(3){transform:rotate(135deg)}.spin-spokes span:nth-child(4){transform:rotate(180deg)}.spin-spokes span:nth-child(5){transform:rotate(225deg)}.spin-spokes span:nth-child(6){transform:rotate(270deg)}.spin-spokes span:nth-child(7){transform:rotate(315deg)}@keyframes pulse{0%{opacity:1}to{opacity:.1}}.spin-spokes:before{animation:pulse 1s infinite}.spin-spokes span:first-child{animation:pulse 1s .125s infinite}.spin-spokes span:nth-child(2){animation:pulse 1s .25s infinite}.spin-spokes span:nth-child(3){animation:pulse 1s .375s infinite}.spin-spokes span:nth-child(4){animation:pulse 1s .5s infinite}.spin-spokes span:nth-child(5){animation:pulse 1s .625s infinite}.spin-spokes span:nth-child(6){animation:pulse 1s .75s infinite}.spin-spokes span:nth-child(7){animation:pulse 1s .875s infinite}.spin-spokes:after{display:none}.spin-brand{position:relative;overflow:hidden}.spin-brand:after{content:"";position:absolute;top:0;left:0;width:400%;height:100%;background:linear-gradient(-45deg,transparent 25%,rgba(255,255,255,.9) 45%,transparent 65%);background-size:100% 100%;animation:flash 1.25s ease-in-out infinite;will-change:transform}@keyframes flash{0%{transform:translate(-75%)}to{transform:translate(0)}}.spin-circle{width:20px;padding:2px;aspect-ratio:1;border-radius:50%;--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 .75s linear infinite}@keyframes l3{to{transform:rotate(1turn)}}