/*
#474040

*/

.cookie-consent {
    border-top: 1px solid #474040;
    position: fixed;
    z-index: 1000000000;
    padding: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    background-color: #09a0e1;
    color: #fff;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: 16px;
    transform: translate3d(0, 100%, 0);
    transition: 0.4s;
    opacity: 0;
    box-sizing: border-box
}

.cookie-consent-is-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.cookie-consent-body {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: auto;

    display: flex;
    align-items: center
}

.cookie-consent-btn,
.cookie-consent-link {
    display: inline-block;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid transparent;
}
.cookie-consent-link {
    border-bottom: 1px dotted currentColor;
}

.cookie-consent-desc {
    text-align: left;
    padding-right: 0.5em;
}


.cookie-consent-link {
    vertical-align: inherit;
    color: inherit;
    text-decoration: none
}

.cookie-consent-link:focus,
.cookie-consent-link:hover {
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent
}

.cookie-consent-btn,
.cookie-consent-btn-accept {
    background-color: #fff;
    color: #666
}
.cookie-consent-btn-accept {
    padding-top: 15px;
    padding-right: 56px;
    padding-bottom: 13px;
    padding-left: 56px;
    background-color: #0780c0;
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}

.cookie-consent-btn-bar {
    margin-left: auto;
    text-align: right;
    flex: 1
}


.cookie-consent-btn {
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 15px 56px 13px;
    font-size: 14px;
    line-height: 1.5;
    user-select: none;
    text-transform: uppercase
}

.cookie-consent-btn:focus,
.cookie-consent-btn:hover {
    text-decoration: none
}

.cookie-consent-btn:hover {
    cursor: pointer
}

.cookie-consent-btn:focus {
    outline: 0
}

.cookie-consent.shown {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* COLORS */

.cookie-consent {
    background-color: #f7f7f7;
    color: #616161;
}

.cookie-consent-link,
.cookie-consent-link:active,
.cookie-consent-link:focus,
.cookie-consent-link:hover {
    color: inherit;
}

.cookie-consent-btn-accept {
    background-color: #333;
    color: #fff;
}

.cookie-consent-btn-accept:active,
.cookie-consent-btn-accept:focus,
.cookie-consent-btn-accept:hover {
    background-color: #EF6957;
    color: #fff
}

@media (max-width: 768px) {
    .cookie-consent-body {
        max-width: 100%;
        display: block;
    }
    .cookie-consent-desc {
        font-size: 14px;
    }
    .cookie-consent-desc {
        padding-right: 0;
        padding-bottom: 1em;
    }
    .cookie-consent-btn-bar {
        text-align: center;
    }

    .cookie-consent-btn {
        font-size: 11px;
        line-height: 6px;
        width: 136px;
        padding-left: 0;
        padding-right: 0px;
    }
}