embla-slideshow{display:block;outline:none;position:relative}.embla-slideshow__viewport{overflow:hidden;width:100%}.embla-slideshow__container{backface-visibility:hidden;display:flex;touch-action:pan-y pinch-zoom}.embla-slideshow__slide{flex:0 0 100%;min-width:0;overflow:hidden;position:relative}.embla-slideshow__next,.embla-slideshow__prev{align-items:center;background:rgba(var(--color-background),.9);border:none;border-radius:50%;color:rgba(var(--color-foreground),.75);cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all var(--duration-medium,.3s) ease;width:44px;z-index:2}.embla-slideshow__prev{left:1.5rem}.embla-slideshow__next{right:1.5rem}.embla-slideshow__next:hover,.embla-slideshow__prev:hover{background:rgb(var(--color-background));color:rgb(var(--color-foreground));transform:translateY(-50%) scale(1.1)}.embla-slideshow__next svg,.embla-slideshow__prev svg{fill:none;height:18px;stroke:currentColor;stroke-width:2;width:18px}.embla-slideshow__pagination{align-items:center;bottom:2rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.embla-slideshow__dot{background:rgba(var(--color-foreground),.3);border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;position:relative;transition:all var(--duration-default,.2s) ease;width:10px}.embla-slideshow__dot:before{content:"";height:44px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:44px}.embla-slideshow__dot--active{background:rgb(var(--color-foreground));border-radius:5px;width:24px}.embla-slideshow__dot:not(:empty){align-items:center;background:none;color:rgba(var(--color-foreground),.5);display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;min-width:24px;width:auto}.embla-slideshow__dot--active:not(:empty){color:rgb(var(--color-foreground))}.embla-slideshow__counter-current,.embla-slideshow__counter-sep,.embla-slideshow__counter-total{color:rgb(var(--color-foreground));font-size:1.4rem;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media screen and (max-width:749px){.embla-slideshow__next,.embla-slideshow__prev{height:36px;width:36px}.embla-slideshow__next svg,.embla-slideshow__prev svg{height:14px;width:14px}.embla-slideshow__pagination{bottom:1.25rem}}