/* CSS to hide the default CookieConsent banner */
#cc--main #cc_div #cm {
    display: none !important;
}
