.gallery__section{padding:12rem 0}.gallery{overflow:visible}.gallery .embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:0;gap:4rem;align-items:flex-start;height:38rem}@media only screen and (max-width:992.98px){.gallery__section{padding:8rem 0}.gallery .embla__container{height:30rem;column-gap:3rem}}@media only screen and (max-width:480.98px){.gallery__section{padding:6rem 0}.gallery .embla__container{height:20rem}}.gallery__item{flex:0 0 auto;min-width:0;max-width:100%;cursor:pointer;height:100%}.gallery__item__img{height:100%;width:auto}.gallery__dots{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:4rem;padding:0;list-style:none}.gallery .gallery__dot{border:0;margin:0;padding:0;width:.6rem;height:.6rem;border-radius:50%;background:#d3d3d4;opacity:1;cursor:pointer;transition:transform .5s,background .5s;transform:scale(1);z-index:1;will-change:transform,background}.gallery .gallery__dot--active{transform:scale(1.833);background:var(--theme-color);border:0}