.cooco-window {
    opacity: 0.9;
    transition: opacity 1s ease
    }
.cooco-window.cooco-invisible {
    opacity: 0
    }
.cooco-animate.cooco-revoke {
    transition: transform 1s ease
    }
.cooco-animate.cooco-revoke.cooco-top {
    transform: translatey(-2em)
    }
.cooco-animate.cooco-revoke.cooco-bottom {
    transform: translatey(2em)
    }
.cooco-animate.cooco-revoke.cooco-active.cooco-bottom, .cooco-animate.cooco-revoke.cooco-active.cooco-top, .cooco-revoke:hover {
    transform: translatey(0)
    }
.cooco-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
    }
.cooco-link, .cooco-revoke:hover {
    text-decoration: underline
    }
.cooco-revoke, .cooco-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1000001
    }
.cooco-window.cooco-static {
    position: static
    }
.cooco-window.cooco-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
    }
.cooco-window.cooco-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
    }
.cooco-revoke {
    padding: 0.5em
    }
.cooco-header {
    font-size: 18px;
    font-weight: 700
    }
.cooco-btn, .cooco-close, .cooco-link, .cooco-revoke {
    cursor: pointer
    }
.cooco-link {
    opacity: 1;
    display: inline-block;
    padding: 0.2em
    }
.cooco-link:hover {
    opacity: 1
    }
.cooco-link:active, .cooco-link:visited {
    color: initial
    }
.cooco-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
    }
.cooco-banner .cooco-btn:last-child {
    min-width: 160px
    }
.cooco-btn:hover {
    background: #5a5a5a;
    text-decoration: none
    }
.cooco-highlight .cooco-btn:first-child {
    background-color: transparent;
    border-color: transparent
    }
.cooco-highlight .cooco-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
    }
.cooco-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75
    }
.cooco-close:hover {
    opacity: 1
    }
.cooco-revoke.cooco-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em
    }
.cooco-revoke.cooco-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em
    }
.cooco-revoke.cooco-left {
    left: 3em;
    right: unset
    }
.cooco-revoke.cooco-right {
    right: 3em;
    left: unset
    }
.cooco-top {
    top: 1em
    }
.cooco-left {
    left: 1em
    }
.cooco-right {
    right: 1em
    }
.cooco-bottom {
    bottom: 1em
    }
.cooco-floating > .cooco-link {
    margin-bottom: 1em
    }
.cooco-floating .cooco-message {
    display: block;
    margin-bottom: 1em
    }
.cooco-window.cooco-floating .cooco-compliance {
    -ms-flex: 1;
    flex: 1
    }
.cooco-window.cooco-banner {
    -ms-flex-align: center;
    align-items: center
    }
.cooco-banner.cooco-top {
    left: 0;
    right: 0;
    top: 0
    }
.cooco-banner.cooco-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left
    }
.cooco-banner .cooco-message {
    -ms-flex: 1;
    flex: 1
    }
.cooco-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
    }
.cooco-compliance > .cooco-btn {
    -ms-flex: 1;
    flex: 1
    }
.cooco-btn + .cooco-btn {
    margin-left: 0.5em
    }
@media print {
    .cooco-revoke, .cooco-window {
        display: none
        }
    }
@media screen and (max-width: 900px) {
    .cooco-btn {
        white-space: normal
        }
    }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cooco-window.cooco-top {
        top: 0
        }
    .cooco-window.cooco-bottom {
        bottom: 0
        }
    .cooco-window.cooco-banner, .cooco-window.cooco-left, .cooco-window.cooco-right {
        left: 0;
        right: 0
        }
    .cooco-window.cooco-banner {
        -ms-flex-direction: column;
        flex-direction: column
        }
    .cooco-window.cooco-banner .cooco-compliance {
        -ms-flex: 1;
        flex: 1
        }
    .cooco-window.cooco-floating {
        max-width: none
        }
    .cooco-window .cooco-message {
        margin-bottom: 1em
        }
    .cooco-window.cooco-banner {
        -ms-flex-align: unset;
        align-items: unset
        }
    }
.cooco-floating.cooco-theme-classic {
    padding: 1.2em;
    border-radius: 5px
    }
.cooco-floating.cooco-type-info.cooco-theme-classic .cooco-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
    }
.cooco-theme-classic .cooco-btn {
    border-radius: 5px
    }
.cooco-theme-classic .cooco-btn:last-child {
    min-width: 160px
    }
.cooco-floating.cooco-type-info.cooco-theme-classic .cooco-btn {
    display: inline-block
    }
.cooco-theme-edgeless.cooco-window {
    padding: 0
    }
.cooco-floating.cooco-theme-edgeless .cooco-message {
    margin: 2em 2em 1.5em
    }
.cooco-banner.cooco-theme-edgeless .cooco-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%
    }
.cooco-banner.cooco-theme-edgeless .cooco-message {
    margin-left: 1em
    }
.cooco-floating.cooco-theme-edgeless .cooco-btn + .cooco-btn {
    margin-left: 0
    }