body {
  cursor: url(img/background/cursors/Cursor.svg),
    url(img/background/Pointer.svg), pointer;
}

a:hover,
img[onClick],
div[onclick] {
  cursor: url("img/background/Pointer.svg"), pointer;
}

.banner-arrow {
  cursor: url(img/background/Pointer.svg), pointer !important;
}

.banner-arrow:hover {
  cursor: url(img/background/Pointer.svg), pointer !important;
}
