.hpa-image-collage{display:flex;flex-flow:row nowrap;gap:1vw;justify-content:space-between}.hpa-image-collage .collage__item{align-items:stretch;display:flex;flex:0 1 var(--item-basis);flex-flow:column nowrap;justify-content:var(--item-justify);padding-bottom:var(--item-margin-bottom);padding-top:var(--item-margin-top);--item-justify:center;--item-basis:25%;--item-margin-top:0;--item-margin-bottom:0;--item-ratio:0%}.hpa-image-collage .hpa-shape-container{height:0;overflow:hidden;padding-top:var(--item-ratio);position:relative;width:100%}.hpa-image-collage .hpa-shape-container .hpa-shape{align-items:stretch;display:flex;height:100%;justify-content:stretch;mask-size:100% 100%;position:absolute;right:0;top:0;width:100%}.hpa-image-collage .hpa-shape-container .hpa-shape img{flex:1 1 100%;object-fit:cover}