@keyframes svelte-1tusmdn-gradient {
    0%,
    to {
        opacity: .5
    }
    50% {
        opacity: .8
    }
}