/* This CSS is used to hide the reCaptcha badge which would otherwise show up on every page of the website since reCaptcha is used in the footer */
.grecaptcha-badge {
    visibility: hidden;
}