/* The page stays readable if JavaScript is unavailable.  Once the small
   observer below marks the document ready, cards reveal as they enter view. */
.z2-reveal{opacity:1;transform:none}
html.z2-motion-ready .z2-reveal{opacity:0;transform:translateY(34px) scale(.988);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.75,.2,1)}
html.z2-motion-ready .z2-reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html.z2-motion-ready .z2-reveal{opacity:1;transform:none;transition:none}}
