.white{color:var(--white)}.black{color:var(--black)}.yellow{color:var(--yellow)}.orange{color:var(--orange)}.pink{color:var(--pink)}.blue{color:var(--blue)}.red{color:var(--red)}.green{color:var(--green)}.pink-hover-orange{color:var(--pink)}.pink-hover-orange:hover{color:var(--orange)}.gallery__title{margin-bottom:2rem}.gallery__subheading{margin-block:2rem}.gallery__subheading :where(h1,h2,h3,h4,h5){margin:0}.gallery__blocks{display:grid;justify-items:center;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:4rem}@media screen and (max-width: 989.98px){.gallery__blocks{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 749.98px){.gallery__blocks{grid-template-columns:1fr}}.gallery__img{overflow:hidden}.gallery__img img{width:100%;height:100%;transition:transform var(--duration-extra-longer) ease,opacity var(--duration-extra-longer) ease}.gallery__img img:hover{transform:scale3D(1.1, 1.1, 1);opacity:.9}.fslightbox-source:hover{cursor:grab}.fslightbox-source:active{cursor:grabbing}.fslightbox-container{background:hsla(0,0%,100%,.85) !important}.fslightbox-toolbar,.fslightbox-slide-btn{background:#fff !important}.fslightbox-svg-path{fill:var(--black) !important}