/* Reserve the same carousel geometry before and after its deferred enhancement. */
.js .home-banners:not([data-enhanced]) .home-banners-slides { display:grid; }
.js .home-banners:not([data-enhanced]) .home-banner { grid-area:1 / 1; }
.js .home-banners:not([data-enhanced]) .home-banner:not(:first-child) { visibility:hidden; pointer-events:none; }
.js .home-banners:not([data-enhanced]) .cover-copy { padding-bottom:108px; }
.js #contact-root { min-height:576px; }
@media(max-width:370px) { .js #contact-root { min-height:660px; } }
