*{box-sizing:border-box}body{margin:0;background:#fff;font-family:Manrope,sans-serif}.funnel-shell{height:100vh;height:100dvh;overflow:hidden}a{color:#dd5139}a:hover{color:#b6341f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fillProgress{0%{width:0%}to{width:100%}}@keyframes pulseMark{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.examples-ticker{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.examples-ticker__track{display:flex;width:max-content;animation:tickerScroll 24s linear infinite}.examples-ticker:hover .examples-ticker__track{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.examples-ticker__track{animation:none}}
