.carousel-root{flex-direction:column;gap:12px;width:100%;display:flex}.carousel-root .carousel-head{justify-content:space-between;align-items:center;padding:0 20px;display:flex}.carousel-root .carousel-head .carousel-arrows{gap:8px;display:flex}.carousel-root .carousel-head .carousel-arrows .carousel-arrow{cursor:pointer}.carousel-root .carousel-head .carousel-arrows .carousel-arrow:hover{transform:scale(1.06)}.carousel-root .carousel-head .carousel-dots{align-items:center;gap:8px;display:flex}.carousel-root .carousel-head .carousel-dots .carousel-dot{cursor:pointer;background:#f0f0f0;border:none;border-radius:50%;width:8px;height:8px;transition:all .2s}.carousel-root .carousel-head .carousel-dots .carousel-dot.is-active{background:#74b319;border-radius:8px;width:28px;height:8px;box-shadow:0 2px 8px #0000002e}.carousel-root .carousel-wrapper{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:pan-y;width:100%;position:relative;overflow:hidden}.carousel-root .carousel-wrapper .carousel-track{will-change:transform;align-items:stretch;gap:0;height:100%;display:flex}.carousel-root .carousel-wrapper .carousel-item{flex-shrink:0;height:100%;display:block}@media (max-width:768px){.carousel-root .carousel-head .carousel-arrows .carousel-arrow{font-size:22px}.carousel-root .carousel-head .carousel-dots .carousel-dot.is-active{width:22px}}
