@charset "UTF-8";@keyframes slideshowFade{0%{opacity:.4}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-100px) scale(.95)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(100px) scale(.95)}}.slideshow{width:100%;position:relative;margin:0;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden}.slideshow .slide{display:none;width:100%;opacity:0}.slideshow .slide.active{display:flex;animation:slideInRight .6s cubic-bezier(.34,1.56,.64,1) forwards}.slideshow .slide.prev{animation:slideOutLeft .6s cubic-bezier(.34,1.56,.64,1) forwards}.slideshow img{width:100%;display:block;background-color:#ddd}.slideshow .prev,.slideshow .next{cursor:pointer;position:absolute;top:50%;width:auto;padding:14px 18px;margin-top:-22px;color:#fff;font-weight:700;font-size:20px;transition:all .3s cubic-bezier(.34,1.56,.64,1);border-radius:0 6px 6px 0;user-select:none;background-color:#00000059;display:inline-flex;justify-content:center;align-items:center;z-index:10}.slideshow .next{right:0;border-radius:6px 0 0 6px}.slideshow .prev:hover,.slideshow .next:hover{background-color:#0009;border-color:#fffc;transform:scale(1.1);box-shadow:0 4px 12px #0006}.slideshow .prev:active,.slideshow .next:active{transform:scale(.95)}.slideshow .text{color:#fff;font-size:15px;padding:12px 16px;position:absolute;top:15px;left:0;width:100%;text-align:left;background:linear-gradient(180deg,#00000080,#0000);font-weight:600;animation:slideInLeft .6s ease-out .1s backwards}.slideshow .number{position:absolute;color:#fff;font-size:12px;padding:8px 14px;top:15px;right:15px;border-radius:6px;font-weight:600;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.slideshow .dot-c{position:absolute;bottom:20px;display:flex;width:100%;justify-content:center;align-items:center;gap:10px}.slideshow .dot-c .dot{display:inline-block;cursor:pointer;height:12px;width:12px;margin:0;background-color:#96969666;border-radius:50%;transition:all .4s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(200,200,200,.6)}.slideshow .dot.active{background-color:#fff;border-color:#c8c8c8;transform:scale(1.1);box-shadow:0 2px 8px #c8c8c84d}.slideshow .dot:hover{background-color:#ffffffb3;border-color:#ffffffe6;transform:scale(1.15)}.slideshow .fade{animation-name:slideshowFade;animation-duration:1.5s}@media only screen and (max-width: 600px){.slideshow .prev,.slideshow .next{font-size:16px;padding:12px 14px}.slideshow .text{font-size:13px;padding:10px 12px}.slideshow .number{font-size:11px;padding:6px 10px}.slideshow .dot-c{bottom:15px;gap:8px}.slideshow .dot-c .dot{height:10px;width:10px}}@media only screen and (max-width: 300px){.slideshow .prev,.slideshow .next,.slideshow .text{font-size:11px}}
