/* cyrillic-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://consent.trustarc.com/v2/asset/cyrillic-ext.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://consent.trustarc.com/v2/asset/cyrillic.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://consent.trustarc.com/v2/asset/greek-ext.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://consent.trustarc.com/v2/asset/greek.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://consent.trustarc.com/v2/asset/vietnamese.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://consent.trustarc.com/v2/asset/latin-ext.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://consent.trustarc.com/v2/asset/latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.trustarc-banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.trustarc-banner-wrapper {
    position: relative;
    line-height: normal;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: "Source Sans Pro", sans-serif;
}

.trustarc-banner-wrapper * {
    box-sizing: content-box;
}

.trustarc-banner-wrapper *:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.trustarc-banner-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.trustarc-client-logo {
    padding: 30px;
}

.trustarc-client-logo img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 214px;
    max-height: 100%;
}

.trustarc-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 130px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trustarc-banner-actions {
    padding: 30px;
    margin-right: 40px;
}

.trustarc-banner-actions>div {
    width: 260px;
}

.trustarc-body-text,
.trustarc-warning-text {
    font-size: 16px;
}

.trustarc-secondary-btn,
.trustarc-primary-btn,
.trustarc-acceptall-btn,
.trustarc-declineall-btn,
.trustarc-banner-close {
    padding: 0;
}

.trustarc-primary-btn:hover,
.trustarc-secondary-btn:hover,
.trustarc-acceptall-btn:hover,
.trustarc-declineall-btn:hover {
    opacity: 0.8;
}

.trustarc-banner-details {
    padding: 30px 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.trustarc-info-show {
    color: #fff;
    font-size: 16px;
    background-color: #0a7be9;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: opacity 400ms;
}

.trustarc-info-hide {
    opacity: 0;
    display: none;
}

.trustarc-info-img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.trustarc-banner-footer {
    background-color: #f7f7f7;
    min-height: 40px;
    font-size: 12px;
    border: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 25px;
    bottom: 0;
}

.trustarc-banner-right {
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 20px;
    justify-self: flex-end;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
}

.trustarc-banner-right :focus-visible {
    border: 1px solid blue;
}

.trustarc-banner-left {
    color: #0052CC;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 5px;
    text-decoration: underline;
}

.trustarc-banner-left:focus-visible {
    outline: 1px solid;
    text-decoration: underline;
    padding: 2px;
    border-radius: 3px;
    background-color: white;
    padding-block: 0;
    padding-inline: 2px;
    border: 1px dotted transparent;
}

.trustarc-banner-footer-left {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.trustarc-btn-disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
}

.trustarc-btn-disabled:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
}

@media only screen and (min-width: 1px) and (max-width: 950px) {
    .trustarc-banner-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .trustarc-banner-wrapper,
    .trustarc-banner-content,
    .trustarc-banner-details {
        text-align: center;
    }

    .trustarc-banner-details {
        padding: 0px 20px;
    }

    .trustarc-client-logo {
        width: 100%;
        padding: 50px 0px 20px;
    }

    .trustarc-banner-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: auto;
        padding: 10px 20px 20px 20px;
    }

    .trustarc-header-text {
        color: #000000;
        padding-bottom: 10px;
        font-size: 30px;
    }

    @media only screen and (min-width: 1px) and (max-width: 768px) {

        .trustarc-secondary-btn,
        .trustarc-primary-btn,
        .trustarc-acceptall-btn,
        .trustarc-declineall-btn {
            font-size: 18px !important;
        }

        .trustarc-banner-actions>div {
            width: 100%;
        }
    }
}

.trustarc-background {
    background-color: #FFFFFF;
}

.trustarc-header-text {
    color: #000000;
}

.trustarc-body-text {
    color: #000000;
}

.trustarc-banner-background {
    background-color: #FFFFFF;
}

.trustarc-banner-header {
    color: #000000;
}

.trustarc-banner-body {
    color: #000000;
}

.trustarc-primary-btn {
    color: #FFFFFF;
    background-color: #064676;
}

.trustarc-secondary-btn {
    color: #000000 !important;
    background-color: #e6e6e6;
}

.trustarc-optin-btn {
    color: #FFFFFF;
    background-color: #5EC323;
}

.trustarc-optout-btn {
    color: #000000;
    background-color: #DCDCDC;
}

.trustarc-back-btn {
    color: #000000 !important;
    background-color: #FFFFFF;
}

.trustarc-acceptall-btn {
    color: #FFFFFF;
    background-color: #5EC323;
}

.trustarc-declineall-btn {
    color: #000000;
    background-color: #dcdcdc;
}

.trustarc-agree-btn {
    color: #FFFFFF !important;
    background-color: #064676;
}

.trustarc-reject-btn {
    color: #ffffff !important;
    background-color: #064676;
}

#consent-banner {
    z-index: 999999;
    display: block;
}

.trustarc-reject-btn {
    text-transform: uppercase !Important;
    font-size: 19px !important;
}

.trustarc-secondary-btn {
    font-size: 19px !important;
}

.trustarc-agree-btn {
    font-size: 19px !important;
}

.trustarc-reject-btn:hover {
    background-color: #01579b !important;
}

.trustarc-primary-btn:hover {
    background-color: #01579b !important;
}

.trustarc-banner-content {
    background-color: #ffffff !important;
    z-index: 2 !important;
}

div#truste-consent-track:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .3;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
}

div#truste-header-text {
    font-size: 22px !important;
}

.truste-a-link {
    position: absolute !important;
    bottom: -27px !important;
    left: 120px !important;
    margin-right: 20px !important;
    font-size: 10px !important;
    color: #0061e4 !important;
    text-decoration: none !important;
    align-self: center;
    display: block !important;
    margin-left: 15px;
}

.truste-tdp-link {
    position: absolute;
    bottom: -27px;
    left: 220px !important;
    float: right;
    margin-left: 5px;
    font-size: 10px;
    text-decoration: none !important;
    color: #0061e4;
}

.trustarc-reject-btn:hover {
    background-color: #01579b !important;
}

.trustarc-primary-btn:hover {
    background-color: #01579b !important;
}

.trustarc-banner-footer {
    position: relative !important;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
    .trustarc-client-logo {
        padding: 0px !important;
    }

    .trustarc-logo-container {
        height: 80px !important;
    }

    div#truste-header-text {
        font-size: 16px !important;
        /*from 18px*/
    }

    .trustarc-secondary-btn,
    .trustarc-primary-btn,
    .trustarc-acceptall-btn,
    .trustarc-declineall-btn {
        font-size: 14px !important;
        /*from 16px*/
        height: 30px !important;
        /*from 40px*/
    }

    /*additional css for approval*/
    .trustarc-body-text,
    .trustarc-warning-text {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1px) and (max-width: 448px) {
    .trustarc-banner-footer {
        height: 60px !important;
    }

    .trustarc-banner-right {
        bottom: -15px !important;
    }

    .trustarc-banner-left {
        position: relative !important;
        bottom: 10px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 950px) {
    .trustarc-client-logo {
        padding: 20px 0px 20px !important;
    }

    .trustarc-logo-container {
        height: 40px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 950px) {
    .trustarc-banner-actions>div {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
    }

    .trustarc-agree-btn {
        margin-right: 10px;
        margin-left: 10px;
    }
}