.gdpr * {
    font-family: Helvetica, Arial, sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #455561;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0
}

.gdpr button {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    line-height: 1.5;
    display: block;
    min-width: auto;
    max-width: auto
}

.gdpr.gdpr-privacy-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    color: #fff;
    z-index: 9999999
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper {
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .gdpr.gdpr-privacy-bar .gdpr-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper p {
    margin: 0;
    font-size: 14px;
    font-weight: normal
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 200px
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p {
    color: #ffffff
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content a {
    color: #fff;
    text-decoration: underline
}

@media screen and (max-width: 1024px) {
    .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
        padding-right: 0;
        padding-bottom: 20px
    }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 640px) {
    .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:first-of-type {
    margin-left: 10px
}

@media screen and (max-width: 640px) {
    .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:first-of-type {
        margin: 0 0 10px 7px
    }
    .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:first-of-type:before {
        left: -7px
    }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:last-of-type {
    margin-right: 0;
    margin-left: 20px
}

@media screen and (max-width: 640px) {
    .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:last-of-type {
        margin: 0
    }
}





.gdpr.gdpr-privacy-bar button {
    margin: 0 5px;
    padding: 9px 10px
}

@media screen and (max-width: 640px) {
    .gdpr.gdpr-privacy-bar button {
        margin: 0
    }
}

.gdpr.gdpr-privacy-bar .gdpr-agreement {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 36px 12px 36px;
    height: auto;
    line-height: 1.4285714;
    white-space: normal;
    margin: 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0085ba;
    color: #fff;
    text-decoration: none;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement:hover {
    background: #008ec2;
    border-color: #006799
}

.gdpr.gdpr-privacy-bar .gdpr-disagreement {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 36px 12px 36px;
    height: auto;
    line-height: 1.4285714;
    white-space: normal;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border-color: #666;
    color: #666;
    text-decoration: none;
}

.gdpr.gdpr-privacy-bar .gdpr-disagreement:hover {
    color: #fff;
    border-color: #fff
}
