/* ==========================================================
UTILITY CLASSES
========================================================== */

.hidden{

display:none;

}

.text-center{

text-align:center;

}

.mt-auto{

margin-top:auto;

}

.editorial-spacing{

padding-block:var(--section-space);

}

.editorial-spacing-small{

padding-block:var(--section-space-small);

}

.fade-bottom{

position:relative;

}

.fade-bottom::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:100%;

height:180px;

pointer-events:none;

background:linear-gradient(

to bottom,

rgba(247,244,237,0),

var(--color-background)

);

}