.images-block{width:100%}@media screen and (min-width: 1024px){.images-block{display:grid;grid-template-columns:[block-start] repeat(4,1fr) [block-end];grid-gap:var(--global-grid-gap)}}@media screen and (min-width: 1024px){.images-block--justify-start{grid-template-columns:[images-start] repeat(3,1fr) [images-end] 1fr}}@media screen and (min-width: 1024px){.images-block--justify-end{grid-template-columns:1fr [images-start] repeat(3,1fr) [images-end]}}.images-block__container{display:flex;grid-gap:var(--global-grid-gap);width:100%}@media screen and (max-width: 549px){.images-block__container{flex-wrap:wrap}}@media screen and (min-width: 1024px){.images-block__container{grid-area:block;grid-row:1}.images-block--justify-start .images-block__container,.images-block--justify-end .images-block__container{grid-area:images;grid-row:1}}@media screen and (max-width: 549px){.images-block .image-container{flex-grow:1;width:calc(50% - (clamp(10px,1vw,20px)/2))}}
