.hero-word{opacity:0;transform:translate3d(0,22px,0);animation:heroWordReveal .7s forwards;will-change:transform,opacity}.hero-word-1{animation-delay:.1s}.hero-word-2{animation-delay:.25s}.hero-word-3{animation-delay:.4s}.hero-word-4{animation-delay:.55s}@keyframes heroWordReveal{to{opacity:1;transform:translateZ(0)}}.hero-button-reveal,.hero-fade-left,.hero-fade-right{opacity:0;will-change:transform,opacity}.hero-fade-left{transform:translate3d(-20px,0,0);animation:fadeLeft .7s forwards;animation-delay:.8s}.hero-fade-right{transform:translate3d(20px,0,0);animation:fadeRight .7s forwards;animation-delay:.85s}.hero-button-reveal{transform:translate3d(0,20px,0);animation:fadeUp .7s forwards;animation-delay:1s}.delay-1{animation-delay:.85s}.delay-2{animation-delay:1s}@keyframes fadeLeft{to{opacity:1;transform:translateZ(0)}}@keyframes fadeRight{to{opacity:1;transform:translateZ(0)}}@keyframes fadeUp{to{opacity:1;transform:translateZ(0)}}