.sparkle{position:relative;z-index:10;width:50px}.sparkle .path{fill:currentColor;stroke:currentColor;transform-origin:center;animation:path 1.5s linear .5s infinite}.sparkle .path:nth-child(1){--scale_path_1: 1.2}.sparkle .path:nth-child(2){--scale_path_2: 1.2}.sparkle .path:nth-child(3){--scale_path_3: 1.2}@keyframes path{0%,34%,71%,to{transform:scale(1)}17%{transform:scale(var(--scale_path_1, 1))}49%{transform:scale(var(--scale_path_2, 1))}83%{transform:scale(var(--scale_path_3, 1))}}
