section.carousel-section{position:relative;width:100%;padding:80px 0;overflow:hidden;box-sizing:border-box}.photo-carousel-wrapper{position:relative;width:100%;height:367px;overflow:hidden;margin-bottom:20px;background:0 0;border-radius:0}.photo-carousel-wrapper .stage{width:100%;height:100%;transform-style:preserve-3d;user-select:none;overflow:hidden;position:relative}.photo-carousel-wrapper .container{perspective:2800px;width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.photo-carousel-wrapper .ring{width:100%;height:100%;transform-style:preserve-3d;position:absolute;animation:autoRotate 20s linear infinite}.photo-carousel-wrapper .ring.is-paused{animation-play-state:paused!important}@keyframes autoRotate{from{transform:translate3d(0,0,0) rotateY(0);will-change:transform}to{transform:translate3d(0,0,0) rotateY(360deg)}}.photo-carousel-wrapper.dragging{cursor:grabbing!important}.photo-carousel-wrapper.dragging .ring{animation:none!important;transition:none!important}.photo-carousel-wrapper .stage{cursor:grab}.photo-carousel-wrapper .stage:active{cursor:grabbing}.photo-carousel-wrapper .img{width:580px;height:380px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-position:center;background-size:cover;transform-style:preserve-3d;backface-visibility:hidden;border-radius:12px;box-shadow:0 12px 24px rgba(0,0,0,.28);opacity:.95;pointer-events:auto;z-index:10;cursor:pointer}.photo-carousel-wrapper .img.hovered{opacity:1!important;z-index:9999!important;box-shadow:0 15px 35px rgba(0,0,0,.35)!important;filter:brightness(1.05)!important;transform-style:preserve-3d!important;isolation:isolate}.photo-carousel-wrapper .img:first-child{background-image:url('./pages/static/images/td2.webp')}.photo-carousel-wrapper .img:nth-child(2){background-image:url('./pages/static/images/td1.webp')}.photo-carousel-wrapper .img:nth-child(3){background-image:url('./pages/static/images/td3.webp')}.photo-carousel-wrapper .img:nth-child(4){background-image:url('./pages/static/images/td4.webp')}.photo-carousel-wrapper .img:nth-child(5){background-image:url('./pages/static/images/td5.webp')}.photo-carousel-wrapper .img:nth-child(6){background-image:url('./pages/static/images/td6.webp')}.photo-carousel-wrapper .img:nth-child(7){background-image:url('./pages/static/images/td7.webp')}.photo-carousel-wrapper .img:nth-child(8){background-image:url('./pages/static/images/td8.webp')}.photo-carousel-wrapper .img:nth-child(9){background-image:url('./pages/static/images/td9.webp')}.photo-carousel-wrapper .img:nth-child(10){background-image:url('./pages/static/images/td10.webp')}.photo-carousel-wrapper .img:nth-child(11){background-image:url('./pages/static/images/td11.webp')}.photo-carousel-wrapper .img:nth-child(12){background-image:url('./pages/static/images/td12.webp')}@media (max-width:768px){section.carousel-section{padding:60px 0}.photo-carousel-wrapper{height:233px;width:100%}.photo-carousel-wrapper .container{width:100%}.photo-carousel-wrapper .img{width:420px;height:280px}}@media (max-width:480px){section.carousel-section{padding:40px 0}.photo-carousel-wrapper{height:187px;width:100%}.photo-carousel-wrapper .container{width:100%}.photo-carousel-wrapper .img{width:320px;height:213px}}@media (min-width:2560px){.photo-carousel-wrapper{max-width:100%;margin:0 auto}.photo-carousel-wrapper .container{perspective:3200px}}