@keyframes hero-title-initial-transform{0%,0.01%{transform:translateY(2px) scaleX(.95) scaleY(0);opacity:0}to{transform:translateY(0) scaleX(1) scaleY(1);opacity:1}}@keyframes hero-title-gap-expand{0%{gap:1px}to{gap:.75rem}}@keyframes hero-title-gap-expand-sm{0%{gap:3px}to{gap:1rem}}@keyframes hero-title-j-expand{0%{width:8px}to{width:87px}}@keyframes hero-title-j-expand-sm{0%{width:.6rem}to{width:116px}}@keyframes hero-title-s-expand{0%{width:1.25rem}to{width:70px}}@keyframes hero-title-s-expand-sm{0%{width:1.5rem}to{width:93px}}@keyframes hero-title-text-reveal{0%{opacity:0}to{opacity:1}}.hero-title-animate{transform:translateY(2px) scaleX(.95) scaleY(0);opacity:0;gap:1px;animation:hero-title-initial-transform .6s cubic-bezier(.4,0,.2,1) forwards,hero-title-gap-expand .6s cubic-bezier(.4,0,.2,1) .6s forwards}@media (min-width: 640px){.hero-title-animate{gap:3px;animation:hero-title-initial-transform .6s cubic-bezier(.4,0,.2,1) forwards,hero-title-gap-expand-sm .6s cubic-bezier(.4,0,.2,1) .6s forwards}}.hero-title-j-animate{width:8px;animation:hero-title-j-expand .6s cubic-bezier(.4,0,.2,1) .6s forwards}@media (min-width: 640px){.hero-title-j-animate{width:.6rem;animation:hero-title-j-expand-sm .6s cubic-bezier(.4,0,.2,1) .6s forwards}}.hero-title-s-animate{width:1.25rem;animation:hero-title-s-expand .6s cubic-bezier(.4,0,.2,1) .6s forwards}@media (min-width: 640px){.hero-title-s-animate{width:1.5rem;animation:hero-title-s-expand-sm .6s cubic-bezier(.4,0,.2,1) .6s forwards}}.hero-title-text-animate{opacity:0;animation:hero-title-text-reveal .4s cubic-bezier(.4,0,.2,1) 1.5s forwards}
