.image-carousel-wrapper.embla{margin:auto;--slide-height:19rem;--slide-spacing:1rem;--slide-size:100%}.image-carousel-wrapper .embla__viewport{overflow:hidden}.image-carousel-wrapper .embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.image-carousel-wrapper .embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.image-carousel-wrapper .embla__slide__number{border:.2rem solid var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height);user-select:none}.image-carousel-wrapper .embla-thumbs{--thumbs-slide-spacing:0.8rem;--thumbs-slide-height:6rem;margin-top:var(--thumbs-slide-spacing)}.image-carousel-wrapper .embla-thumbs__viewport{overflow:hidden}.image-carousel-wrapper .embla-thumbs__container{display:flex;flex-direction:row;margin-left:calc(var(--thumbs-slide-spacing) * -1)}.image-carousel-wrapper .embla-thumbs__slide{flex:0 0 28%;min-width:0;padding-left:var(--thumbs-slide-spacing)}@media (min-width:576px){.image-carousel-wrapper .embla-thumbs__slide{flex:0 0 20%}}.image-carousel-wrapper .embla-thumbs__slide__number{border-radius:1.8rem;-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;border:.2rem solid var(--detail-medium-contrast);font-size:1.8rem;font-weight:600;color:var(--detail-high-contrast);display:flex;align-items:center;justify-content:center;aspect-ratio:3/2;height:auto;width:100%}.image-carousel-wrapper .embla-thumbs__slide--selected .embla-thumbs__slide__number{color:var(--text-body)}