@charset "UTF-8";.c-gallery{--gallery-content-gap:2.5rem;--gallery-images-gap:1.88rem;--gallery-images-per-row:1;background-color:var(--gray-100);padding:var(--spacing-responsive) 0}.c-gallery__content{text-align:left}.c-gallery__content__title{margin-bottom:.94rem}.c-gallery__content+.c-gallery__row{margin-top:var(--gallery-content-gap)}.c-gallery__row{display:flex;flex-wrap:wrap;gap:var(--gallery-images-gap)}.c-gallery__image{flex:1 0 calc(100% / var(--gallery-images-per-row) - var(--gallery-images-gap) * 2);position:relative}.c-gallery__image__play{position:absolute;inset:50% 50% auto auto;transform:translate(50%,-50%);pointer-events:none}.c-gallery__image:active .c-gallery__image__play,.c-gallery__image:focus .c-gallery__image__play,.c-gallery__image:hover .c-gallery__image__play{--btn-color:var(--primary);--btn-bg-color:transparent}@media (min-width:768px){.c-gallery{--gallery-images-per-row:2}.c-gallery__image:nth-child(3n+3):not(:nth-last-child(2)):not(:last-child){--gallery-images-per-row:1}}