:root{--stacked-offset-x:20px;--stacked-offset-y:20px}.sc-4e50ec9b-wrapper{display:flex;justify-content:center;align-items:center;padding:40px}.sc-4e50ec9b-container{position:relative;width:400px;height:300px}.sc-4e50ec9b-slides{position:relative;width:100%;height:100%}.sc-4e50ec9b-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:transform .4s ease,opacity .4s ease,visibility .4s ease,z-index .4s ease;overflow:hidden}.sc-4e50ec9b-slide img{width:100%;height:100%;object-fit:cover;display:block}.sc-4e50ec9b-slide.is-active{opacity:1;visibility:visible;z-index:3;transform:translate3d(0,0,0) scale(1)}.sc-4e50ec9b-slide.is-next-1{opacity:.9;visibility:visible;z-index:2;transform:translate3d(var(--stacked-offset-x,20px),var(--stacked-offset-y,20px),0) scale(.95)}.sc-4e50ec9b-slide.is-next-2{opacity:.8;visibility:visible;z-index:1;transform:translate3d(calc(var(--stacked-offset-x, 20px) * 2), calc(var(--stacked-offset-y, 20px) * 2), 0) scale(0.9)}.sc-4e50ec9b-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.9);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:background-color .3s ease,transform .3s ease}.sc-4e50ec9b-nav:hover{background-color:#fff}.sc-4e50ec9b-prev{left:-20px}.sc-4e50ec9b-next{right:-20px}.sc-4e50ec9b-nav span{font-size:16px;color:#333}