.cic-overlay{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99999999999;
}

.cic-cursor{
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  user-select: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
}
