@charset "UTF-8";

:root {
    --first: #8FC9C7;
    --second: #3C8B88;
    --third: #4C5358;
    --gray: #e5e5e5;
    --light-gray: #e9e9e9;
}

.cookie-consent__container {
    width: 90vw;
    background: var(--second);
    position: fixed;
    bottom: 0vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999;
}

.cookie-consent__container--hidden {
    display: none;
}

.cookie-consent__container p,
.cookie-consent__container h3,
.cookie-consent__container a {
    color: #ffffff;
    font-size: 9px;
    font-size: 0.65rem;
}

.cookie-consent__container h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.cookie-consent__container p {
    line-height: 0.75rem;
    margin: 0 0 0.625rem;
}

.cookie-consent__container p a {
    color: #fff !important;
}

.cookie-consent__container--fixed {
    top: 10vh;
    max-height: 87vh;
}

@media (min-width: 48em) {
    .cookie-consent__container--fixed {
        bottom: auto;
        top: 30vh;
        max-height: none;
    }
}

@media (min-width: 375px) and (max-height: 415px) and (orientation: landscape) {
    .cookie-consent__container--fixed {
        bottom: 5vh;
        top: auto;
    }
}

@media (min-width: 48em) {
    .cookie-consent__container {
        width: 100%;
        max-width: 100%;
    }
}

.cookie-consent__settings--hidden {
    display: none;
}

.cookie-consent__banner {
    padding: 0.75rem;
}

@media (min-width: 64em) {
    .cookie-consent__banner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cookie-consent__banner--hidden {
    display: none;
}

.cookie-consent__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 48em) {
    .cookie-consent__tabs {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.cookie-consent__tabs-nav {
    background-color: var(--second);
    padding: 0.625rem 1.25rem;
}

@media (min-width: 20em) and (max-width: 47.9375em) {
    .cookie-consent__tabs-nav {
        position: absolute;
        width: 100%;
        z-index: 10;
    }
}

@media (min-width: 48em) {
    .cookie-consent__tabs-nav {
        padding: 3.125rem 1.875rem;
        min-width: 10.625rem;
    }
}

.cookie-consent__tabs-nav a {
    display: inline-block;
    color: #cec9c9;
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.2s ease-in;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 0.70rem;
}

.cookie-consent__tabs-nav a.active {
    opacity: 1;
    color: #fff !important;
    position: relative;
}

@media (min-width: 48em) {
    .cookie-consent__tabs-nav a {
        line-height: 0.75rem;
    }
}

.cookie-consent__tabs-links {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.875rem;
}

.cookie-consent__tabs-link {
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: bottom;
    background-color: var(--second);
}

.cookie-consent__tabs-link a {
    color: #cec9c9;
}

@media (max-width: 767px) {
    .cookie-consent__tabs-links {
        border-bottom-color: transparent;
        overflow: hidden;
        position: relative;
    }

    .cookie-consent__tabs-links::after {
        content: "☰";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        pointer-events: none;
        color: #fff;
    }

    .cookie-consent__tabs-links.open a {
        position: relative;
        display: block;
    }

    .cookie-consent__tabs-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie-consent__tabs a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .cookie-consent__tabs a.active {
        border: 0;
        z-index: 1;
        background-color: var(--second);
    }
}

.cookie-consent__tab {
    display: none;
}

.cookie-consent__tab hr {
    border-color: #4a4c59;
}

.cookie-consent__tab.active {
    display: block;
}

.cookie-consent__tab-container {
    padding: 3.75rem 1.25rem 1.25rem;
}

@media (min-width: 375px) and (max-height: 415px) and (orientation: landscape) {
    .cookie-consent__tab-container {
        padding-bottom: 1.25rem !important;
    }
}

@media (min-width: 48em) {
    .cookie-consent__tab-container {
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding: 3.125rem 1.875rem;
    }
}

/* .cookie-consent__msg {
    position: relative;
    max-height: 80px;
    overflow: hidden;
    overflow-y: scroll;
}

.cookie-consent__msg--fixed {
    max-height: 16.875rem;
    overflow-x: hidden;
    overflow-y: scroll;
} */

@media (orientation: landscape) {
    .cookie-consent__msg--fixed {
        max-height: 100px;
    }
}

@media (min-width: 375px) and (max-height: 812px) and (orientation: portrait) {
    .cookie-consent__msg--fixed {
        max-height: 40vh;
    }
}

@media (min-width: 375px) and (max-height: 415px) and (orientation: landscape) {
    .cookie-consent__msg--fixed {
        max-height: 28vh;
    }
}

@media (max-width: 640px) and (max-height: 360px) and (orientation: landscape) {
    .cookie-consent__msg--fixed {
        max-height: 100px;
    }
}

@media (min-width: 64em) {
    .cookie-consent__msg--fixed {
        max-height: 200px;
    }
}

@media (min-width: 64em) {
    .cookie-consent__msg {
        padding-right: 2%;
    }
}

@media (min-width: 120em) {
    .cookie-consent__msg {
        width: auto;
    }
}

.cookie-consent__msg a {
    text-decoration: underline;
}

@media (min-width: 64em) {
    .cookie-consent__atc {
        white-space: nowrap;
    }
}

.cookie-consent__btn {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #AFB0B4;
    border-radius: 0px;
    line-height: normal;
    text-transform: uppercase;
    padding: 0.375rem 0.625rem;
    letter-spacing: 0.075rem;
    transition-duration: 300ms;
    transition-property: color, border-color, background-color;
    font-size: 9px;
    font-size: 0.60rem;
    margin: 0.625rem 0 0;
}

@media (min-width: 48em) {
    .cookie-consent__btn {
        margin: 0;
    }
}

.cookie-consent__btn--dark {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.68);
    border-color: #AFB0B4;
}

.cookie-consent__btn--silent {
    border: none;
    padding: 0.3125rem 0.625rem 0.3125rem 0;
    background-color: transparent;
}

@media (min-width: 64em) {
    .cookie-consent__btn--silent {
        padding: 0.3125rem 0.625rem;
    }
}

.cookie-consent__tab .cookie-consent__btn {
    float: right;
}

.cookie-consent__cb-label {
    position: relative;
    display: inline-block;
    margin: 1.25rem 0 0;
    cursor: pointer;
    color: #fff;
    font-size: 9px;
    font-size: 01rem;
}

.cookie-consent__cb-label input {
    width: 17px;
    height: 17px;
    display: none;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
}

@media (min-width: 48em) {
    .cookie-consent__cb-label {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 375px) and (max-height: 375px) and (orientation: landscape) {
    .cookie-consent__cb-label {
        margin-bottom: 0;
    }
}

.cookie-consent__cb-input {
    position: relative;
    z-index: 5;
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 1px solid #ffffff;
    background-color: transparent;
    margin-right: 0.625rem;
    top: 5px;
    margin-bottom: 0.1rem;
}

input:checked+.cookie-consent__cb-input {
    background-color: var(--second);
    border-color: #ffffff;
    position: relative;
}

input:checked+.cookie-consent__cb-input:before {
    content: '';
    width: 2px;
    height: 7px;
    transform: rotate(-50deg);
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 3px;
}

input:checked+.cookie-consent__cb-input:after {
    content: '';
    width: 2px;
    height: 9px;
    transform: rotate(40deg);
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 8px;
}