/* =====================================================================
   CRAFT
   Small rules that used to hang off Webflow's hidden per-element IDs,
   moved onto the element's own class so they work for any number of
   blocks on any page.
   ===================================================================== */

/* "Picture and text", picture-left version: on phones the text goes
   above the picture. Webflow did this with one hidden ID per page. */
@media screen and (max-width: 767px) {
  .layout-left_content { order: -9999; }
}

/* The simple hero's intro rose in 0.4s after the page, in Webflow. */
.m-js .m-rise.m-delay-400 { transition-delay: 400ms; }
