@media only screen and (max-width: 375px) {
    .cc-message #consent-management-tool.cc-link {
        display: none !important;
    }

    .cc-message a {
        color: rgb(255 255 255);
        font-weight: 700;
        text-decoration: underline;
    }

    .cc-message a:hover {
        color: rgb(255 255 255 / 70%);
    }

    .cc-window {
        background-color: #0749aa !important;
    }

    .cc-window.cc-floating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        padding: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cc-banner .cc-message,
    .cc-compliance > .cc-btn,
    .cc-window.cc-floating .cc-compliance {
        -ms-flex: none;
        -webkit-box-flex: 0;
        /* flex: none; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .cc-floating .cc-message {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }

    .cc-window .cc-message {
        margin-bottom: 12px;
    }

    .cc-window.cc-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px 16px;
        gap: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cc-compliance.cc-highlight {
        gap: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%;
    }

    button.cc-btn.cc-deny,
    button.cc-btn.cc-dismiss {
        border-radius: 4px;
        color: #06c !important;
        background: #fff !important;
        padding: 12px;
        margin: 0 auto;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: capitalize;
        width: 100%;
    }

    span#cookieconsent\:desc {
        max-width: 27rem;
        font: 12px/1.2 "Open Sans", sans-serif;
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }

    .clarip-cookie-manager-content {
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (min-width: 375px) {
    .cc-message #consent-management-tool.cc-link {
        display: none !important;
    }

    .cc-message a {
        color: rgb(255 255 255);
        font-weight: 700;
        text-decoration: underline;
    }

    .cc-message a:hover {
        color: rgb(255 255 255 / 70%);
    }

    .cc-window {
        background-color: #0749aa !important;
    }

    .cc-window.cc-floating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        padding: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cc-banner .cc-message,
    .cc-compliance > .cc-btn,
    .cc-window.cc-floating .cc-compliance {
        -ms-flex: none;
        -webkit-box-flex: 0;
        /* flex: none; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .cc-floating .cc-message {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }

    .cc-window .cc-message {
        margin-bottom: 12px;
    }

    .cc-window.cc-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px 16px;
        gap: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cc-compliance.cc-highlight {
        gap: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%;
    }

    button.cc-btn.cc-deny,
    button.cc-btn.cc-dismiss {
        border-radius: 4px;
        color: #06c !important;
        background: #fff !important;
        padding: 12px;
        margin: 0 auto;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: capitalize;
        width: 100%;
    }

    span#cookieconsent\:desc {
        max-width: 27rem;
        font: 12px/1.2 "Open Sans", sans-serif;
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }

    .clarip-cookie-manager-content {
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (min-width: 540px) {

    .cc-window.cc-banner,
    .cc-window.cc-floating {
        display: -webkit-box;
        display: -ms-flexbox;
        bottom: 0;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        max-width: none;
        min-width: 540px;
        padding: 16px 56px;
        gap: 12px;
    }

    .cc-message #consent-management-tool.cc-link {
        display: none !important;
    }

    .cc-message a {
        color: rgb(255 255 255);
        font-weight: 700;
        text-decoration: underline;
    }

    .cc-message a:hover {
        color: rgb(255 255 255 / 70%);
    }

    .cc-window {
        background-color: #0749aa !important;
    }

    .cc-window.cc-floating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: auto;
        left: 0;
        right: 0;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cc-window.cc-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cc-banner .cc-message,
    .cc-compliance > .cc-btn,
    .cc-window.cc-floating .cc-compliance {
        /* -webkit-box-flex: 0; */
        -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none;
    }

    .cc-banner .cc-message,
    .cc-floating .cc-message {
        -ms-flex: auto;
        -webkit-box-flex: 1;
        flex: auto;
    }

    .cc-window .cc-message {
        margin-bottom: 0;
    }

    .cc-window.cc-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cc-compliance.cc-highlight {
        gap: 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    button.cc-btn.cc-deny,
    button.cc-btn.cc-dismiss {
        border-radius: 3px;
        color: #06c !important;
        background: #fff !important;
        padding: 12px;
        margin: 0 auto;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: capitalize;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        white-space: normal;
    }

    span#cookieconsent\:desc {
        max-width: 53rem;
        font: 12px/1.2 "Open Sans", sans-serif;
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }

    .clarip-cookie-manager-content {
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (min-width: 900px) {

    .cc-window.cc-banner,
    .cc-window.cc-floating {
        display: -webkit-box;
        display: -ms-flexbox;
        bottom: 0;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        max-width: none;
        min-width: 540px;
        padding: 16px 56px;
        gap: 24px;
    }

    .cc-message #consent-management-tool.cc-link {
        display: none !important;
    }

    .cc-message a {
        color: rgb(255 255 255);
        font-weight: 700;
        text-decoration: underline;
    }

    .cc-message a:hover {
        color: rgb(255 255 255 / 70%);
    }

    .cc-window {
        background-color: #0749aa !important;
    }

    .cc-window.cc-floating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: auto;
        left: 0;
        right: 0;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cc-window.cc-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cc-banner .cc-message,
    .cc-compliance > .cc-btn,
    .cc-window.cc-floating .cc-compliance {
        /* -webkit-box-flex: 0; */
        -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none;
    }

    .cc-banner .cc-message,
    .cc-floating .cc-message {
        -ms-flex: auto;
        -webkit-box-flex: 1;
        flex: auto;
    }

    .cc-window .cc-message {
        margin-bottom: 0;
    }

    .cc-window.cc-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cc-compliance.cc-highlight {
        gap: 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    button.cc-btn.cc-deny,
    button.cc-btn.cc-dismiss {
        border-radius: 3px;
        color: #06c !important;
        background: #fff !important;
        padding: 12px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: capitalize;
    }

    span#cookieconsent\:desc {
        max-width: 53rem;
        font: 12px/1.2 "Open Sans", sans-serif;
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }

    .clarip-cookie-manager-content {
        width: 100% !important;
        height: 100% !important;
    }
}

.cc-revoke {
    display: none !important;
}

.cc-window {
    z-index: 499 !important;
}

#consent-management-tool {
    font: 12px/1.2 "Open Sans", sans-serif;
    color: rgb(255 255 255);
    font-weight: 700;
    text-decoration: underline;
}

a[aria-label="learn more about cookies"] {
    display: none !important;
}