@keyframes button-pulse{0%{animation-timing-function:cubic-bezier(.35,0,.2,1);background:var(--color-button-background-hover)}30%{animation-timing-function:linear;background:var(--color-button-background-pulse)}to{background:var(--color-button-background-hover)}}.animated-statement{text-align:center}.animated-statement__content{display:flex;flex-direction:column;margin:auto;max-width:32.5em}.animated-statement__statement{margin:var(--space-xl) auto var(--space-lg);text-wrap:balance}.animated-statement__statement>*{position:relative}.animated-statement__word{display:inline-block}.animated-statement__marker{background:currentColor;display:block;left:0;pointer-events:none;position:absolute;top:0;width:.04em}.animated-statement__description{color:var(--color-text-muted)}