/* ==========================================================
   ATLAS RESET
   Minimal, predictable, production-safe
   ========================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ==========================================================
   RESET VERTICAL MARGINS BETWEEN CMS BLOCKS
   ========================================================== */

section {
    margin: 0;
}

.cms-parallax,
.cms-gallery,
.cms-hero,
.cms-text,
.cms-cta,
.cms-image {
    margin: 0;
}
