.gallery--wrapper{background-color:var(--colorBackgroundSecondary);padding-bottom:5rem;padding-top:5rem}.gallery{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-ms-grid;display:grid;gap:10px 20px;gap:.625rem 1.25rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-template-columns:repeat(auto-fit,minmax(6.25rem,1fr));z-index:9}.gallery--withtext{-ms-grid-rows:(auto)[2];grid-template-rows:repeat(2,auto)}.gallery--desaturate img{-webkit-filter:saturate(0);filter:saturate(0);-webkit-transition:opacity .4s ease-in-out,-webkit-filter .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-filter .4s ease-in-out;-o-transition:filter .4s ease-in-out,opacity .4s ease-in-out;transition:filter .4s ease-in-out,opacity .4s ease-in-out;transition:filter .4s ease-in-out,opacity .4s ease-in-out,-webkit-filter .4s ease-in-out}.gallery--desaturate img:hover,.gallery__item:hover img{-webkit-filter:none;filter:none}.gallery__item:hover img{opacity:1}.gallery--technology .gallery__item{-ms-grid-row-span:2;-ms-grid-rows:subgrid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-ms-grid;display:grid;grid-row:span 2;grid-template-rows:subgrid;justify-items:center;margin:.625rem 0;text-align:center}.gallery--technology .gallery__item .text{-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start}.gallery--reference .gallery{gap:30px 6%;gap:1.875rem 6%;grid-template-columns:repeat(auto-fit,minmax(44%,1fr));justify-items:center}@media only screen and (min-width:43.75em){.gallery--reference .gallery{gap:30px 3%;gap:1.875rem 3%;grid-template-columns:repeat(auto-fit,minmax(30%,1fr))}}@media only screen and (min-width:62.5em){.gallery--reference .gallery{gap:30px 2%;gap:1.875rem 2%;grid-template-columns:repeat(auto-fit,minmax(18%,1fr))}}.gallery--reference img{opacity:.4}