/* ========= Infinite Slider ========= */
._g94ao6_slider_rmnsth_ {
  --width: 130px;
  --height: 250px;
  --quantity: 9;
  --length: 500px;
  --animationTime: 15s;
  width: var(--width);
  height: var(--length);
  overflow: hidden;
  position: relative;
}

._hgg3a3_list_fxatje_ {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: calc(var(--height) * var(--quantity));
  position: relative;
}

._g94ao6_slider_rmnsth_[reverse="true"] ._hgg3a3_list_fxatje_ {
  position: absolute;
  bottom: 0;
  left: 0;
}

._u51azn_item_j7e5tv_ {
  width: var(--width);
  height: var(--height);
  position: absolute;
  bottom: 100%;
  animation: autoRun var(--animationTime) linear infinite;
  animation-delay: calc(
    (var(--animationTime) / var(--quantity)) * (var(--position) - 1)
  ) !important;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* border: 1px solid red; */
}

._g94ao6_slider_rmnsth_[reverse="true"] ._u51azn_item_j7e5tv_ {
    bottom: 100%;
    animation-delay: calc(
    (var(--animationTime) / var(--quantity)) * (var(--position) - 1)
  ) !important;
}

._u51azn_item_j7e5tv_ img {
  height: 100%;
}

@keyframes autoRun {
  from {
    bottom: 100%;
  }
  to {
    bottom: calc(var(--length) * -1);
  }
}

._92xn36_slider_blur_top_og8x55_ {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 43%,
    rgba(255, 255, 255, 1) 99%,
    rgba(255, 255, 255, 0.7399334733893557) 100%
  );
  z-index: 1;
}

._xay4gg_slider_blur_bottom_sc71oc_ {
  width: 100%;
  height: 60px;
  position: absolute;
  top: calc(var(--length) - 60px);
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 43%,
    rgba(255, 255, 255, 1) 99%,
    rgba(255, 255, 255, 0.7399334733893557) 100%
  );
  z-index: 1;
}

._g94ao6_slider_rmnsth_:hover ._u51azn_item_j7e5tv_ {
  animation-play-state: paused !important;
}

._g94ao6_slider_rmnsth_[reverse="true"] ._u51azn_item_j7e5tv_ {
  animation: reversePlay var(--animationTime) linear infinite;
}

@keyframes reversePlay {
  from {
    top: 100%;
  }
  to {
    top: calc(var(--height) * -1);
  }
}

/* @media only screen and (max-width: 1700px) {
  ._g94ao6_slider_rmnsth_ {
    --width: 130px;
    --height: 245px;
    --length: 500px;
  }
}

@media only screen and (max-width: 1500px)
{
    ._g94ao6_slider_rmnsth_ {
        --width: 120px;
        --height: 225px;
        --length: 500px;
        
      }
}
@media only screen and (max-width: 1500px)
{
    ._g94ao6_slider_rmnsth_ {
        --width: 100px;
        --height: 190px;
        --length: 500px;
        
      }
      ._u51azn_item_j7e5tv_{
        border-radius: 10px;
      }

} */

@media only screen and (max-width: 1130px)
{
    ._g94ao6_slider_rmnsth_ {
        --width: 80px;
        --height: 150px;
        --length: 400px;
        --animationTime: 9s;
        
      }
}

@media only screen and (max-width: 1020px)
{
    ._g94ao6_slider_rmnsth_ {
        --width: 70px;
        --height: 130px;
        --length: 350px;
        --animationTime: 7s;
        
      }
}


@media only screen and (max-width: 700px)
{
    ._g94ao6_slider_rmnsth_ {
        --width: 130px;
        --height: 270px;
        --quantity: 9;
        --length: 600px;
        --animationTime: 10s;
        
      }
}

@media only screen and (max-width: 600px)
{
    ._g94ao6_slider_rmnsth_ {
        --width: 100px;
        --height: 190px;
        --quantity: 9;
        --length: 600px;
        --animationTime: 10s;
        
      }
}
@media only screen and (max-width: 500px)
{
    ._g94ao6_slider_rmnsth_ {
        --width: 80px;
        --height: 150px;
        --quantity: 9;
        --length: 300px;
        --animationTime: 10s;
        
      }
}
@media only screen and (max-width: 400px)
{
    ._g94ao6_slider_rmnsth_ {
        --width: 60px;
        --height: 120px;
        --quantity: 9;
        --length: 300px;
        --animationTime: 10s;
        
      }
}
