.mad-slider{position:relative;overflow:hidden;width:100%;box-sizing:border-box;background-color:transparent}.mad-slides{display:flex;position:relative;top:0;width:100000px;box-sizing:border-box;transition:height .5s}.mad-slides.shifting{transition:left .4s ease-out;pointer-events:none}.mad-slide-autoheight{flex-direction:row;height:max-content}.mad-slide{display:none;justify-content:flex-start;position:relative;box-sizing:border-box;padding:0;margin:0}.mad-slider-pagination{display:flex;width:50%;box-sizing:border-box;position:absolute;margin-top:-2rem;left:25%;align-items:center;justify-content:center}.mad-slider-button{background-color:rgba(255,255,255,.5);width:1rem;height:1rem;border-radius:1rem;margin:.25rem .5rem;cursor:pointer;box-shadow:0 0 .5rem rgba(0,0,0,.5)}.mad-slider-button.active{background-color:rgba(255,255,255,1)}.mad-slider-next,.mad-slider-prev{position:absolute;top:50%;top:calc(50% - 1.5rem);width:2rem;height:2rem;margin-top:0;z-index:2;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-bullet);opacity:.5}.mad-slider-next:after,.mad-slider-prev:after{text-transform:none;letter-spacing:0;text-transform:none;font-variant:initial;font-size:6rem}.mad-slider-next:after{content:'\203A'}.mad-slider-prev:after{content:'\2039'}.mad-slider-next{right:0;left:auto}.mad-slider-prev{left:0;right:auto}.mad-view-image img,.mad-view-image{width:100%;height:auto;border-radius:1rem}