@keyframes hteachGrow{0%{width:0}to{width:var(--w)}}@keyframes hteachLand{0%{opacity:0;transform:translateY(10px)scale(.94)}to{opacity:1;transform:none}}@keyframes hteachFade{0%{opacity:0}to{opacity:1}}@keyframes hteachStamp{0%{opacity:0;transform:scale(1.5)}60%{opacity:1;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes hteachLight{0%{opacity:.25;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.hteach-scene{--hteach-ease:cubic-bezier(.16,1,.3,1)}.hteach-grow{width:0;animation:hteachGrow .76s var(--hteach-ease)both;animation-delay:var(--d,0s)}.hteach-land{opacity:0;animation:hteachLand .52s var(--hteach-ease)both;animation-delay:var(--d,0s)}.hteach-fade{opacity:0;animation:.42s ease-out both hteachFade;animation-delay:var(--d,0s)}.hteach-stamp{opacity:0;animation:hteachStamp .52s var(--hteach-ease)both;animation-delay:var(--d,0s)}.hteach-light{animation:hteachLight .38s var(--hteach-ease)both;animation-delay:var(--d,0s)}@media (prefers-reduced-motion:reduce){.hteach-grow{width:var(--w);animation:none}.hteach-land,.hteach-fade,.hteach-stamp,.hteach-light{opacity:1;animation:none;transform:none}}
