.hero-carousel-container{position:absolute;inset:0;z-index:0;overflow:hidden;display:flex;flex-direction:column;gap:20px;padding:20px 0}.hero-carousel-row{overflow:hidden;width:100%;height:250px;flex-shrink:0}.hero-carousel-content{display:flex;gap:20px}.hero-carousel-content,.hero-carousel-image-wrapper{height:100%;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.hero-carousel-image-wrapper{flex-shrink:0;width:400px;position:relative;overflow:hidden;border-radius:8px}.hero-carousel-image-wrapper img{object-fit:cover;width:100%;height:100%}@media (max-width:1024px){.hero-carousel-row{height:200px}.hero-carousel-image-wrapper{width:300px}}@media (max-width:768px){.hero-carousel-container{gap:15px;padding:15px 0}.hero-carousel-row{height:150px}.hero-carousel-content{gap:15px}.hero-carousel-image-wrapper{width:220px}}@media (max-width:480px){.hero-carousel-container{gap:10px;padding:10px 0}.hero-carousel-row{height:120px}.hero-carousel-content{gap:10px}.hero-carousel-image-wrapper{width:180px}}