.immershift-website-cta-h9:hover { background: rgba(0, 0, 0, 0) !important; color: rgb(234, 221, 35) !important; border-color: rgb(234, 221, 35) !important; }
@keyframes is-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
