.embla{--slide-spacing:0.5rem;--slides-per-view:5;--slide-size:calc(100% / var(--slides-per-view));position:relative}.embla__viewport{overflow:hidden}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__controls{display:grid;position:absolute;width:100%;top:30%}.embla__buttons{grid-template-columns:repeat(2,auto);justify-content:space-between;gap:.6rem;align-items:center}.embla-thumbs{--thumbs-slide-spacing:0.8rem;--thumbs-slide-height:6rem;margin-top:.8rem;margin-top:var(--thumbs-slide-spacing)}.embla-thumbs__viewport{overflow:hidden}.embla-thumbs__container{display:flex;flex-direction:row;margin-left:calc(var(--thumbs-slide-spacing) * -1)}.embla-thumbs__slide{flex:0 0 22%;min-width:0;padding-left:var(--thumbs-slide-spacing)}@media (min-width:576px){.embla-thumbs__slide{flex:0 0 15%}}