.truste-banner {
    margin: 0 auto;
}

.truste-messageColumn {
    font-family: inherit;
    font-size: 14.35px;
    line-height: 20px;
    font-weight: 500;
    color: #1f1f30;
    margin: 15px 5px 15px 5px;
    text-align: left;
    display: flex;
    align-items: center;
    font-family: AvenirNextLTPro, Arial, sans-serif;
}

.truste-messageColumn>div:first-child {
    padding-right: 15px;
}

.truste-buttonsColumn {
    float: right;
    margin: 10px 5px 10px 0px;
}

.truste-button2 {
    font-family: inherit;
    background: none;
    color: #1f1f30;
    font-size: 14px;
    height: auto;
    cursor: pointer;
    border: 0px none;
    /* color: #fff; */
    font-weight: bold;
    border: 2px solid #1f1f30;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    transition:.5s;
    font-family: AvenirNextLTPro, Arial, sans-serif;
}

.truste-button1:hover{
    background: transparent;
    color: #202030;
}

    .offset:hover,
    .offset:focus {
        color: #fff;
        box-shadow: inset 14em 0 0 0 #1f1f30;
    }

.truste-button3 {
    font-family: inherit;
    font-size: 12px;
    width: 140px;
    height: auto;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px;
    color: #00559c;
    border: none;
    background-color: transparent;
    outline: none;
}

.hidedesktop {
    display: none;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    color: #00559c;
    text-decoration: none;
}

.truste-cookie-link {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    border-bottom: 2px solid #81b5a1;
    text-decoration: none;
    word-wrap: break-word;
    /* margin-bottom: 15px; */
    overflow: hidden !important;
    white-space: no-wrap;
    text-overflow: clip;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.truste-cookie-link:hover {
    background: #81b5a1;
}

.truste-button1 {
    border: none;
    background: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #1f1f30;
    text-decoration: underline;
    display: inline-block;
    border-bottom: 2px solid #202030;
    text-decoration: none;
    word-wrap: break-word;
    /* margin-bottom: 15px; */
    overflow: hidden !important;
    white-space: no-wrap;
    text-overflow: clip;
    padding: 0px;
    line-height: 20px;
    vertical-align: middle;
    font-family: AvenirNextLTPro, Arial, sans-serif;
}

.truste-button1:hover {
    background: transparent;
}

#truste-consent-button:hover {
    color: #F0F0F0;
}

/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
    .truste-messageColumn {
        display: block;
        text-align: center;
    }

    .truste-messageColumn>div:first-child {
        padding-right: 0px;
    }

    #truste-button-container {
        vertical-align: middle;
        margin-top: 12px;
    }
}

@media screen and (max-width: 420px) {
    .truste-banner {
        margin: 0 10px;
    }

    .truste-messageColumn,
    .truste-buttonsColumn {
        float: left;
        width: 100%;
        margin: 5px;
    }

    .truste-messageColumn {
        margin: 15px 0px 10px 0px;
    }

    .truste-button2 {
        display: block;
        margin-top: 10px;
    }
}

@media screen and (min-width: 421px) and (max-width: 600px) {
    .truste-banner {
        margin: 0 10px;
    }

    .truste-messageColumn,
    .truste-buttonsColumn {
        width: 100%;
    }

    .truste-messageColumn {
        margin: 15px 0px 10px 0px;
    }

    .truste-buttonsColumn {
        margin: 10px 0px 10px 0px;
    }

    .truste-button1,
    .truste-button2 {}

    .truste-button3 {
        display: none;
    }
}

#truste-consent-button {
    min-width: 180px;
    text-align: center;
}

#truste-button-container {
    vertical-align: middle;
}