.carousel-root{flex-direction:column;gap:12px;width:100%;display:flex;position:relative}.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-arrows{z-index:2;position:absolute;top:50%;right:45px;transform:translateY(-50%)}.carousel-root .carousel-arrows button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:radial-gradient(214.96% 214.96% at 76.19% 87.06%,#10101033 0%,#e3522933 100%),#2f1c1533;border-radius:200px;justify-content:center;align-items:center;width:120px;height:120px;padding:10px;display:flex;box-shadow:inset 0 -3px 12px #0000001f,0 3px 10px #0000001f,inset 0 3px 12px #ffffff0f}.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:575px){.carousel-root .carousel-arrows{right:16px}.carousel-root .carousel-arrows button{width:60px;height:60px}.carousel-root .carousel-arrows button svg{width:22px;height:22px}}@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}}@media (min-width:576px) and (max-width:769px){.carousel-root .carousel-arrows{right:24px}.carousel-root .carousel-arrows button{width:80px;height:80px}.carousel-root .carousel-arrows button svg{width:28px;height:28px}}@media (min-width:769px) and (max-width:991px){.carousel-root .carousel-arrows{right:35px}.carousel-root .carousel-arrows button{width:96px;height:96px}.carousel-root .carousel-arrows button svg{width:34px;height:34px}}@media (min-width:992px) and (max-width:1102px){.carousel-root .carousel-arrows{right:40px}.carousel-root .carousel-arrows button{width:108px;height:108px}}
