#pageMeta {
    position: fixed;
    z-index: 2100;
    top: 0;
    right: 0;
    left: 0;
}
#pageMeta .cookieNotification {
    overflow: hidden;
    max-height: 100%;
}
#pageMeta .-ghost {
    color: #fff;
}
#pageMeta .bg-scorpion {
    background-color: #5f5f5f;
}
#pageMeta .cookieNotification p.be-paragraphUppercase {
    margin-bottom: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
#pageMeta .cookieNotification p:not(.be-paragraphUppercase) {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-wrap: break-word;
}
#pageMeta .-ghost a:not(.btn) {
    color: #fff;
}
#pageMeta .cookieNotification p a {
    background: transparent;
    text-decoration: underline;
}
#pageMeta a:focus, a:visited, a:active, a:hover, #pageMeta button:focus, #pageMeta button:visited, #pageMeta button:active, #pageMeta button:hover {
    outline: none!important;
}
#pageMeta .btn {
    display: inline-block;
    height: 50px;
    font-weight: 700;
    letter-spacing: .05em;
    font-family: "Source Sans Pro";
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 3rem;
    font-size: 16px;
    line-height: 48px;
    border-radius: 0;
}
#pageMeta .btn-primary, #pageMeta .btn-secondary, #pageMeta .btn-info {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 700ms ease;
    transition: 700ms ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform , -webkit-transform;
}
#pageMeta .btn-sm {
    border-width: 1px;
    height: 30px;
    padding: 0 .5rem;
    line-height: 28px;
    border-radius: 0;
}
#pageMeta .btn-secondary {
    border-width: 2px;
    border-color: #f07662;
    color: #f07662;
    background-color: transparent;
}
#pageMeta .-ghost .btn-secondary {
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
#pageMeta .cookieNotification .btn {
    width: 100%;
}
#pageMeta a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
#pageMeta a:not([href]):not([tabindex]) {
    cursor: pointer;
}
#pageMeta .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
#pageMeta .-ghost .btn-secondary.btn-sm {
    border-width: 1px;
}