/* Footer */
#Footer {
    padding: 32px 0;
    text-align: center;
    background: #fff;
}
/* #Footer .max-width{
    padding: 0;
} */
#Footer .links {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    font-size: 21px;
    color: #818F9A;
}
#Footer .links a{
    font: 600 14px Roboto;
    line-height: 21px;
    color: #2C93E4;
    text-decoration: none;
}
#Footer .links a:visited{
    color: #2C93E4 !important;
}
#Footer .copyright{
    font: 400 14px Roboto;
    line-height: 21px;
    color: #4D5860 ;
    border-bottom: 1px solid #818f9a;
    text-align: center;
}
#Footer .footerDisclaimerText{
    width: auto !important;
    color: #818F9A !important;
    padding: 0 !important;
}
#Footer .disclosure_span{
    font: 400 12px Roboto;
    line-height: 16px;
    color: #818F9A;
    display: block;
}
#Footer .disclosure_span strong{
    font-weight: 700px;
    line-height: 100%;
}
#Footer .disclosure_span a{
    color: #2C93E4;
}
#Footer .links .privacyPref {
    display: inline-block;
    cursor: pointer;
}
.cmp-revoke-consent{
    position: unset !important;
    padding: 0;
}
@media screen and (max-width: 767.98px) {
    #Footer .links{
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }
    #Footer .footer_logo{
        width: 230px;
        height: 29px;
    }
}
@media screen and (max-width: 1028px) {
    #Footer .links{
        flex-wrap: wrap;
        justify-content: center;
    }
}