/* IUBENDA */

#iubenda-cs-banner{
    top: auto !important;
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;
}

.iubenda-cs-content{
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: auto;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    font-size: 14px;
    background: #f4f4f4;
    color: #000;
    font-weight: 700;
}

.iubenda-banner-content {

}

.iubenda-cs-rationale {
    max-width: 1110px;
    position: relative;
    margin: 0 auto;
}

.iubenda-banner-content > p {
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
}

.iubenda-banner-content p:first-child {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.iubenda-banner-content p:last-child {
    margin-bottom: 0;
}

.iubenda-cs-close-btn {
    margin: 0;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    transition: color .4s cubic-bezier(.5,0,0,1), transform .4s cubic-bezier(.5,0,0,1);
}

.iubenda-cs-close-btn:hover {
    color: #000;
    transform: rotate(90deg);
    text-decoration: none;
}

.iubenda-cs-cookie-policy-lnk {
    color: #000;
}

.iubenda-cs-cookie-policy-lnk:hover {
	color: #000;
}