.gallery-section{padding-bottom:200px;position:relative}.gallery_wrapper{--img-size:calc(100px - 8px / 2);display:grid;gap:8px;grid-template-columns:repeat(6,var(--img-size));grid-template-rows:repeat(4,var(--img-size));justify-content:center}.gallery_item{grid-column:span 2;aspect-ratio:1;display:block;position:relative;border-radius:8px;overflow:hidden}.gallery_item:nth-of-type(4),.gallery_item:nth-of-type(9){grid-column:2 / span 2}.galleryImgContainer{position:relative;z-index:100}.gallery_item img{width:100%;height:100%;aspect-ratio:1;object-fit:cover;display:block;clip-path:path("M 80 20 C 100 0 100 0 120 20 C 140 40 160 60 180 80 C 200 100 200 100 180 120 C 160 140 140 160 120 180 C 100 200 100 200 80 180 C 60 160 40 140 20 120 C 0 100 0 100 20 80 Z");transition:clip-path 500ms ease,filter 500ms ease}.gallery_item{position:relative;z-index:1}.gallery_item:hover{z-index:100}.gallery_item:hover img{z-index:100;clip-path:path("M 0 0 C 100 0 100 0 200 0 C 200 50 200 50 200 80 C 200 100 200 100 200 120 C 200 150 200 150 200 200 C 100 200 100 200 0 200 C 0 150 0 150 0 120 C 0 100 0 100 0 80 Z");filter:brightness(1.2) saturate(1.5)}.gallery_item.galleryHovered{z-index:100}.gallery_item.galleryHovered img{clip-path:path("M 0 0 C 100 0 100 0 200 0 C 200 50 200 50 200 80 C 200 100 200 100 200 120 C 200 150 200 150 200 200 C 100 200 100 200 0 200 C 0 150 0 150 0 120 C 0 100 0 100 0 80 Z");filter:brightness(1.2) saturate(1.5)}.gallery_item:not(:hover) img{animation:zIndexFix 500ms}@keyframes zIndexFix{0%,100%{z-index:1}}@media screen and (max-width:576px){.gallery_wrapper{width:100%}}@media screen and (min-width:1600px){.gallery_wrapper{transform:scale(1.8);margin-top:280px;margin-bottom:250px}}@media screen and (max-width:1599px) and (min-width:1200px){.gallery_wrapper{transform:scale(1.5);margin-top:220px;margin-bottom:220px}}@media screen and (max-width:1199px) and (min-width:768px){.gallery_wrapper{transform:scale(1.25);margin-top:150px;margin-bottom:150px}}@media screen and (max-width:767px){.gallery_wrapper{transform:scale(1);margin-top:0;margin-bottom:200px}}.galleryVector{position:absolute;opacity:.2;will-change:transform}.galleryVector1{top:10%;left:5%;animation:floatY 12s ease-in-out infinite}.galleryVector2{top:20%;right:10%;width:60px;animation:rotateSlow 18s linear infinite}.galleryVector3{bottom:15%;left:12%;width:70px;animation:driftX 14s ease-in-out infinite}.galleryVector2 svg{color:var(--secondary-color)}.galleryVector3 svg{color:var(--accent-color)}@keyframes rotateSlow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-25px)}}@keyframes driftX{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.gallery-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/wp-content/themes/unipro-pu/assets/images/BackgroundImages/bg-icon-price.svg);background-repeat:no-repeat;pointer-events:none}.gallery-section figure{animation:wobble 10s ease-in-out infinite}.fill-primary{fill:#4789f5}.fill-warning{fill:#fabe0c}.galleryVect{animation:shakeY 10s ease-in-out infinite}