@charset "UTF-8";

#cookie_law_notification {
    font-family: "Barlow Condensed", sans-serif;
    transition: all .5s;
    padding: 15px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .5);
    line-height: 1.5;
    box-sizing: border-box;
}

#cookie_law_notification blockquote {
    padding: 0;
    margin: 0 0 15px;
}

#cookie_accept_button {
    cursor: pointer;
}

#cookie_personalize_button {
    cursor: pointer;
}

#cookie_save_personalize_button {
    cursor: pointer;
}

#cookie_refuse_personalize_button {
    cursor: pointer;
}

#cookie_law_notification.cookielaw1 {
    font-size: 13px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #262626;
    z-index: 9999999;

}

#no, #yes {
    cursor: pointer;
}

#no.selected, #yes.selected {
    font-weight: bold;
}

#cookie_law_notification a {
    color: #E4002C;
}

#cookie_close_button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
}

.cookielaw2 #cookie_message strong {
    font-size: 16px;
}

.cookielaw1 #cookie_message {
    width: calc(100% - 130px);
    color: #D9D9D9;
    font-size: 16px;
    text-align: justify;
}

.cookielaw1 #cookie_accept_button {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    width: 100px;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    border-radius: 4px;
    color: #000;
    text-align: center;
}

#container {
    margin: 0 auto;
}

#cookie_law_notification.cookielaw2 {
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #2F2483;
    z-index: 99999;
    padding: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

#cookie_law_notification.cookielaw2 .title {
    font-size: 40px;
    color: #1F1F1F;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}


.cookielaw2 #cookie_message {
    width: 100%;
    color: #1F1F1F;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
    text-align: left;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}

.cookielaw2 #cookie_accept_button {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    width: 190px;
    line-height: 36px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    color: #2F2483;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.cookielaw2 #cookie_personalize_button {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    line-height: 36px;
    height: 40px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    color: #2F2483;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.cookielaw2 #cookie_save_personalize_button {
    border-color: #FFFFFF;
    line-height: 36px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    color: #2F2483;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    width: 100%;
    background: #E6E5F0;
    padding: 20px;
}

#yes, #no {
    color: #E4002C;
}

.cookielaw2 #cookie_refuse_personalize_button {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    line-height: 36px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    color: #2F2483;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}


#cookie_law_notification.cookielaw3 {
    transition: all .5s;
    position: fixed;
    width: 400px;
    background-color: #fff;
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    padding: 25px;
}

.cookielaw3 #cookie_message {
    width: 100%;
    color: #000;
    font-size: 15px;
    padding: 0;
    display: block;
    padding-bottom: 25px;
}

.cookielaw3 #cookie_accept_button {
    background-color: #f67000;
    border-color: #FFFFFF;
    float: right;
    padding: 0 15px;
    margin-right: 15px;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    display: block;
}

#cookie_law_notification.cookielaw4 {
    font-size: 13px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #c64444;
    z-index: 9999999;

}

#cookie_law_notification.cookielaw4 a {
    color: #fff;
    text-decoration: underline;
}

.cookielaw4 #cookie_message {
    width: calc(100% - 140px);
    color: #fff;
    font-size: 15px;
    text-align: justify;
}

.cookielaw4 #cookie_accept_button {
    background-color: #fff;
    border-color: #c64444;
    width: 110px;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    color: #c64444;
    text-align: center;

}

#cookie_law_notification.cookielaw5 {
    font-size: 13px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #237AFC;
    z-index: 9999999;

}

#cookie_law_notification.cookielaw5 a {
    color: #fff;
    text-decoration: underline overline;
}

.cookielaw5 #cookie_message {
    width: calc(100% - 140px);
    color: #fff;
    font-size: 15px;
    text-align: justify;
}

.cookielaw5 #cookie_accept_button {
    border: 2px solid #fff;
    width: 110px;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    color: #fff;
    text-align: center;

}

.cookie_bottom_left {
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
    top: auto !important;
}

.cookie_bottom_right {
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
}

.cookie_top_left {
    top: 20px !important;
    left: 20px !important;
    bottom: auto !important;
    right: auto !important;
}

.cookie_top_right {
    top: 20px !important;
    right: 20px !important;
    bottom: auto !important;
    left: auto !important;
}

.cookie_top {
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
}

.cookie_bottom {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

#cookie_actions {
    width: 578px;
    margin: 0 auto;
    text-align: left;
    display: flex;
}

#cookie_law_notification.shake {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

#cookie_law_notification.shake2 {
    animation: shake2 0.5s;
}

@keyframes shake2 {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@media (max-width: 767px) {
    #cookie_law_notification {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }

    #cookie_law_notification.cookielaw2, #cookie_law_notification.cookielaw3 {
        width: auto !important;
    }

    #cookie_law_notification.cookielaw2 {
        width: 100%;
    }
}

#cookie_law_notification {
    visibility: visible !important;
    text-align: center;
}

.Notice .Notice-content {
    display: none !important;
}

#cookie_law_notification.cookielaw2 {
    width: 100%;
    left: 0;
    right: 0;
    font-family: 'Barlow', sans-serif;
    background-color: rgba(47, 36, 131, 0.8);
    z-index: 99999;
}

.cookielaw2 #cookie_message, #btn_cookies {
    width: 578px;
    background: #FFF;
    margin: auto;
    padding: 40px 60px 40px 60px;
    height: fit-content;
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.cookielaw2 #cookie_personalize_button, .cookielaw2 #cookie_accept_button, .cookielaw2 #cookie_refuse_personalize_button {
    font-size: 16px;
    line-height: 16px;
    height: auto;
    padding: 20px;
    width: 100%;
    background: #E6E5F0;
    border-right: 1px solid #FFF;
}

.cookielaw2 #cookie_accept_button {
    border-right: 0;
}

@media (max-width: 1365px) {
    .cookielaw2 #cookie_message, #btn_cookies {
        width: calc(100% );
        margin: 0;
        padding: 20px 30px 20px 30px;
        font-size: 14px;
        max-height: 500px;
        overflow: scroll;
    }
    .cookielaw2  #cookie_actions {
        width: calc(100% - 0px);
        margin: 0;
    }
}

@media (max-width: 663px) {
    #btn_cookies {
        display: flex;
    }

    .cookielaw2 #cookie_personalize_button, .cookielaw2 #cookie_accept_button, .cookielaw2 #cookie_refuse_personalize_button {
        font-size: 16px;
        line-height: 16px;
        height: auto;
        padding: 10px;
        display: block;
        margin: 0 0 0 0;
    }

    .cookielaw2 #cookie_save_personalize_button {
        font-size: 16px;
        line-height: 16px;
        height: auto;
        padding: 10px;
        display: block;
        margin: 0 0 0 0;
    }
}

