.left-gradient{background:linear-gradient(-90deg,hsla(0,0%,100%,0),#fff 60.23%)}.right-gradient{background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 60.16%)}.loop-slider .inner,.loop-slider .stopAnimate{display:flex;width:max-content;animation-name:loop;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:22s}.loop-slider .stopAnimate:hover{animation-play-state:paused}.loop-slider .inner.reverse-animation,.loop-slider .stopAnimate.reverse-animation{display:flex;width:max-content;animation-name:loop-reverse;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:22s}.loop-slider .stopAnimate.reverse-animation:hover{animation-play-state:paused}.swiperjh{width:max-content}@keyframes loop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes loop-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.loader-fixed{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999}.loader-dots{display:flex;align-items:center;justify-content:center}.loader-dot{animation:loader-bounce 1.4s ease-in-out infinite both}.loader-dot-1{animation-delay:-.32s}.loader-dot-2{animation-delay:-.16s}.loader-dot-3{animation-delay:0s}@keyframes loader-bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes loader-pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes loader-wave{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}