.carousel{position:relative}.carousel-content{overflow:hidden}.carousel-content__inner{display:flex;gap:1rem;@media screen and (max-width:479px){display:block}}.carousel-content__inner--vertical{flex-direction:column;gap:1rem}.carousel-item{min-width:0;flex-shrink:0;flex-grow:0}.carousel-item,.carousel-item--vertical{flex-basis:auto}.carousel-btn{position:absolute;touch-action:manipulation;border-radius:50%;background:#fff;border:1px solid #e5e7eb;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.carousel-btn:hover{background:#f9fafb}.carousel-btn:disabled{opacity:.5;cursor:not-allowed}.carousel-btn--prev{top:50%;left:1rem;transform:translateY(-50%)}.carousel-btn--next{top:50%;right:1rem;transform:translateY(-50%)}.carousel-btn--vertical.carousel-btn--prev{top:1rem;left:50%;transform:translateX(-50%) rotate(90deg)}.carousel-btn--vertical.carousel-btn--next{bottom:1rem;top:auto;left:50%;transform:translateX(-50%) rotate(90deg)}.sr-only{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}