.hero-rotate-word.in{animation:heroWordIn .7s cubic-bezier(.22,1,.36,1) both}.hero-rotate-word.out{animation:heroWordOut .36s ease both}@keyframes heroWordIn{0%{opacity:0;filter:blur(8px);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{opacity:1;filter:blur(0);-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes heroWordOut{0%{opacity:1;filter:blur(0);-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}to{opacity:0;filter:blur(6px);-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}}