.hero-highlight-slot{vertical-align:baseline;justify-items:start;display:inline-grid}.hero-highlight-word{white-space:nowrap;width:max-content;color:var(--alternate-foreground);background-image:linear-gradient(105deg, color-mix(in oklab, var(--chart-4) 70%, var(--alternate)), var(--alternate), color-mix(in oklab, var(--chart-2) 55%, var(--alternate)));opacity:0;animation:hero-highlight-cycle 12s var(--ease-brand-out,cubic-bezier(.22, 1, .36, 1)) infinite;background-position:0 72%;background-repeat:no-repeat;background-size:0% .46em;border-radius:.12em;grid-area:1/1;padding:0 .14em}.hero-highlight-word:first-child{opacity:1;animation-delay:0s}.hero-highlight-word:nth-child(2){animation-delay:3s}.hero-highlight-word:nth-child(3){animation-delay:6s}.hero-highlight-word:nth-child(4){animation-delay:9s}@keyframes hero-highlight-cycle{0%{opacity:1;background-size:0% .46em}11%{opacity:1;background-size:100% .46em}22%{opacity:1;background-size:100% .46em}25%,to{opacity:0;background-size:100% .46em}}@media (prefers-reduced-motion:reduce){.hero-highlight-word{opacity:0;background-size:100% .46em;animation:none}.hero-highlight-word:first-child{opacity:1}}