@keyframes hover-gradient{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes text-hover-gradient{0%{background-position:100% 0%}100%{background-position:0% 0%}}.scroll-reveal-quote{--scroll-reveal-color-idle: #e3e3e3;--scroll-reveal-color-active: #000;padding:1rem 0}.scroll-reveal-quote__content{max-width:723px}.scroll-reveal-quote__quote{margin:0;color:var(--scroll-reveal-color-idle);font-family:"Source Sans Pro Bold",sans-serif;font-size:clamp(1.25rem,3.32vw,1.625rem);font-weight:700;line-height:1.4;letter-spacing:-0.01em}.scroll-reveal-quote__quote p{margin:0}.scroll-reveal-quote__quote strong,.scroll-reveal-quote__quote b{color:#0400f5;font-weight:inherit}.scroll-reveal-quote__quote strong .scroll-reveal-quote__character.is-revealed,.scroll-reveal-quote__quote b .scroll-reveal-quote__character.is-revealed{--scroll-reveal-color-active: #0400f5}.scroll-reveal-quote__character{color:var(--scroll-reveal-color-idle);transition:color 160ms ease-out}.scroll-reveal-quote__character.is-revealed{color:var(--scroll-reveal-color-active)}.scroll-reveal-quote__character.is-cursor-anchor{white-space:nowrap}.scroll-reveal-quote__character.is-cursor-anchor::after{display:inline-block;width:2px;height:1em;margin-left:.125rem;background-color:#0400f5;content:"";vertical-align:-0.12em;animation:scroll-reveal-quote-cursor 1s steps(1, end) infinite}.scroll-reveal-quote__author{margin:1.0625rem 0 0;color:#000;font-family:"Source Sans Pro Regular",sans-serif;font-size:.875rem;line-height:1.4}@media print,screen and (min-width: 52.5625em){.scroll-reveal-quote{padding:1rem 0}.scroll-reveal-quote__quote{line-height:1.5}}@keyframes scroll-reveal-quote-cursor{50%{opacity:0}}@media(prefers-reduced-motion: reduce){.scroll-reveal-quote__character{transition:none}.scroll-reveal-quote__character.is-cursor-anchor::after{animation:none}}