@keyframes rise{to{opacity:1;transform:none}}@keyframes bleed{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media (prefers-reduced-motion:no-preference){.rise{opacity:0;animation:.7s cubic-bezier(.19,1,.22,1) forwards rise;transform:translateY(12px)}.rise:first-child{animation-delay:60ms}.rise:nth-child(2){animation-delay:.16s}.rise:nth-child(3){animation-delay:.26s}.rise:nth-child(4){animation-delay:.36s}.rise:nth-child(5){animation-delay:.46s}.hero-band{transform-origin:top;animation:.9s cubic-bezier(.19,1,.22,1) .2s both bleed}.program-image img{transition:transform .6s cubic-bezier(.19,1,.22,1)}.program-image:hover img{transform:scale(1.03)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
