/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 28 2024 | 19:53:21 */
.gradient-text {
  background: -webkit-linear-gradient(45deg, #12c2e9, #c471ed, #f64f59) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important; 
}

.grecaptcha-badge { 
    visibility: hidden !important;
}