.hidden{display:none}
@media(min-width:992px){.md\:hidden{display:none}
}
@media(min-width:1200px){.lg\:hidden{display:none}
}
.cmp-gatedcontent__preview{position:relative}
.cmp-gatedcontent__blurarea{background:linear-gradient(180deg,hsla(0,0,100%,0),#fff);bottom:0;height:var(--height-mobile);position:absolute;width:100%}
@media(min-width:768px){.cmp-gatedcontent__blurarea{height:var(--height-tablet)}
}
@media(min-width:1200px){.cmp-gatedcontent__blurarea{height:var(--height-desktop)}
}