/* Slider grab cursor */
.swiper {
  cursor: grab;
}
.swiper:active {
  cursor: grabbing;
}
.swiper a,
.swiper button {
  cursor: pointer;
}
