.bg-gradient-to-r{animation:gradient 2s ease infinite}.hero-subtitle-container{height:5em;min-height:5em;overflow:hidden}.text-gradient{--bg-size: 400%;background:linear-gradient(90deg,#415182,#634e7c,#a75d7c,#db6172,#d39674) 0 0 / var(--bg-size) 100%;color:transparent;-webkit-background-clip:text;background-clip:text;animation:gradient-text 3s infinite linear}@keyframes gradient-text{0%{background-position:0% center}50%{background-position:100% center}to{background-position:0% center}}@keyframes gradient{0%{background-size:200% 200%;background-position:left bottom}50%{background-size:200% 200%;background-position:right bottom}to{background-size:200% 200%;background-position:left bottom}}:root{--caret-color: #8b8b8b}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f5}.hero-subtitle{margin-top:1rem;position:relative;display:inline-block}.hero-subtitle:after{content:"";display:inline-block;position:absolute;bottom:-.25rem;left:0;width:100%;height:.25rem;background-color:var(--caret-color);animation:blink-caret .75s ease-in-out infinite}@keyframes blink-caret{0%{opacity:1}50%{opacity:0}to{opacity:1}}
