#cookieConsent{
    background-color:rgba(20,20,20,.8);
    min-height:26px;
    font-size:14px;
    color:#ccc;
    line-height:26px;
    padding:10px 30px 20px 30px;
    font-family:var(--font-family),
    Helvetica,sans-serif;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:21474836479;
    display:none;
}
#cookieConsent a{
    color:#FCA522;
    text-decoration:none
}
#closeCookieConsent{
    float:right;
    display:inline-block;
    cursor:pointer;
    height:20px;
    width:20px;
    margin:-10px -10px 0 0;
    font-size:20px;
}
#closeCookieConsent:hover{
    color:#fff
}
#cookieConsent a.cookieOK{
    background-color:#FCA522;
    color:#fff;
    display:inline-block;
    border-radius:5px;
    padding:5px 20px;
    cursor:pointer;
    margin:20px 40px 0 0;
    line-height: 1;
}
#cookieConsent a.cookieOK:hover{
    background-color:#FCA522;
}
#formilla-frame{
    z-index: 99!important;
}
@media only screen and (max-width:960px) {
    #cookieConsent{
        font-size: 12px;
        line-height: 22px;
    }
}