.carousel-wrapper{width:100%;padding:2rem 0;position:relative;overflow:hidden}.carousel-title{color:var(--text-color,#333);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.carousel-container{align-items:center;gap:2rem;width:100%;padding:0 1rem;display:flex;position:relative}.carousel{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;width:100%;padding:.5rem 0;position:relative;overflow:auto hidden}.carousel::-webkit-scrollbar{display:none}.carousel-track{will-change:transform;gap:2rem;padding:0 .5rem;display:flex}.carousel-item{flex:none;width:100%;min-width:300px;max-width:378px;transition:transform .3s}.carousel-item:active{transform:scale(.98)}.carousel-item a{height:100%;text-decoration:none}.carousel-button{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#333;background:#fffffff2;border:1px solid #0000001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.carousel-button:hover{background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #0003}.carousel-button:active{transform:translateY(-50%)scale(.95)}.carousel-button-prev{left:0}.carousel-button-next{right:0}.carousel-dots{justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.5rem 0;display:flex}.carousel-dot{cursor:pointer;background:#0003;border:none;border-radius:50%;outline:none;width:12px;height:12px;padding:0;transition:all .3s}.carousel-dot:hover{background:#0006;transform:scale(1.2)}.carousel-dot.active{background:#0009;border-radius:6px;width:32px;transform:scale(1)}.carousel-dot:focus-visible{outline-offset:2px;outline:2px solid #00000080}.carousel.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.carousel.dragging .carousel-item{pointer-events:none}@media (max-width:1024px){.carousel-container{gap:1rem;padding:0 .5rem}.carousel-track{gap:1.5rem}.carousel-item{min-width:280px;max-width:320px}}@media (max-width:768px){.carousel-wrapper{padding:1.5rem 0}.carousel-container{gap:.5rem;padding:0 .25rem}.carousel{padding:.5rem 0}.carousel-track{gap:1rem;padding:0 .25rem}.carousel-button{width:40px;height:40px;box-shadow:0 2px 6px #0003}.carousel-button svg{width:20px;height:20px}.carousel-button-prev{left:.25rem}.carousel-button-next{right:.25rem}.carousel-item{min-width:260px;max-width:280px}.carousel-title{margin-bottom:1rem;font-size:1.5rem}}@media (max-width:480px){.carousel-wrapper{padding:1rem 0}.carousel-container{gap:.25rem;padding:0}.carousel-track{gap:.75rem;padding:0 .5rem}.carousel-button{width:36px;height:36px;box-shadow:0 2px 4px #00000040}.carousel-button svg{width:18px;height:18px}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}.carousel-item{min-width:85vw;max-width:85vw}.carousel-title{margin-bottom:.75rem;font-size:1.25rem}}@media (max-width:360px){.carousel-item{min-width:90vw;max-width:90vw}.carousel-button{width:32px;height:32px}.carousel-button svg{width:16px;height:16px}.carousel-dots{margin-top:1rem}.carousel-dot{width:10px;height:10px}.carousel-dot.active{width:24px}}.slides-container{width:100%;height:100%;display:flex;position:relative;overflow:hidden}.slide{color:#ffffffe6;flex-shrink:0;justify-content:center;align-items:center;height:100%;font-size:90px;font-weight:700;display:flex}.slides-inner{will-change:transform;backface-visibility:hidden;height:100%;display:flex;position:relative;transform:translateZ(0)}.img{object-fit:cover;width:100%;height:100%}
