@keyframes heroContentEntry{from{opacity:0;transform:translate3d(0,26px,0) scale(.965)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@media(prefers-reduced-motion:no-preference){
 .portal-hero .trust-hero-copy{opacity:1!important;filter:none!important;transform:none!important}
 .portal-hero .trust-hero-copy>.eyebrow,
 .portal-hero .trust-hero-copy>h1,
 .portal-hero .trust-hero-copy>p:not(.eyebrow),
 .portal-hero .trust-hero-copy>.hero-actions,
 .portal-hero .trust-hero-copy>.hero-trust{animation:heroContentEntry 1000ms cubic-bezier(.16,1,.3,1) both;will-change:auto}
 .portal-hero .trust-hero-copy>.eyebrow{animation-delay:100ms}
 .portal-hero .trust-hero-copy>h1{animation-delay:220ms}
 .portal-hero .trust-hero-copy>p:not(.eyebrow){animation-delay:360ms}
 .portal-hero .trust-hero-copy>.hero-actions{animation-delay:500ms}
 .portal-hero .trust-hero-copy>.hero-trust{animation-delay:620ms}
}
