.cursor-n {
  display: none;
  z-index: 99999999999999;
}

@media (any-pointer: fine) {
  .cursor-n {
    z-index: 99999999999999;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
  }
  .cursor-n__inner {
    z-index: 99999999999999;
    fill: #4CAF50;
    stroke: #4CAF50;
    stroke-width: 1px;
  }
}

/*# sourceMappingURL=/cursor.31f8ab1e.css.map */