.m-custom-block{background-color:rgb(var(--color-background));border-radius:var(--border-radius);overflow:clip}.m-custom-block:has(.m-custom-block__media--zoom):hover .m-custom-block__media img,.m-custom-block:has(.m-custom-block__media--zoom):hover .m-custom-block__media video{transform:scale(1.025)}.m-custom-block__inner{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;isolation:isolate}.m-custom-block a.m-custom-block__inner{height:100%;text-decoration:none;width:100%}.m-custom-block__content,.m-custom-block__media,.m-custom-block__media-overlay{grid-column:1/-1;grid-row:1/-1}.m-custom-block__content{align-items:center;display:grid;padding:2rem clamp(2rem,2vw,4.5rem);z-index:2}.m-custom-block__media-overlay{z-index:1}.m-custom-block__media{position:relative;z-index:0}.m-custom-block__media img,.m-custom-block__media video{display:block;height:100%;object-fit:cover;transition:transform .3s ease-in-out;width:100%}.m-custom-block__content-inner{display:grid;gap:1rem;justify-items:start}@media screen and (min-width:990px){.m-custom-block__content-inner{gap:2rem}}.m-custom-block__title{margin:0}.m-custom-block__text :first-child{margin-top:0}.m-custom-block__text :last-child{margin-bottom:0}