/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2024 | 04:08:10 */
#cookie-notice.cookie-notice-hidden {
    display: none
}

#cookie-notice .cookie-notice-container {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 142rem;
    margin: 0 auto;
    padding: 1.5rem 4rem
}

@media (max-width: 1023px) {
    #cookie-notice .cookie-notice-container {
        display:block!important
    }
}

@media (max-width: 767px) {
    #cookie-notice .cookie-notice-container {
        padding:4rem 2rem 2rem
    }
}

#cookie-notice .cn-text-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3rem;
    text-align: left
}
#cookie-notice .cn-text-container a {
  color: #ca0821;
  text-decoration: underline;
}


@media (max-width: 1023px) {
    #cookie-notice .cn-text-container {
        padding-right:0
    }
}

#cookie-notice .cn-buttons-container {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    #cookie-notice .cn-buttons-container {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.5rem
    }
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
    display: none!important
}

#cookie-notice .cn-button {
    font-size: 15px;
    width: 20rem;
    padding: 1rem;
    color: #fff;
    background-color: #ca0821
}

#cookie-notice .cn-button:hover {
    color: #fff
}

@media (max-width: 1023px) {
    #cookie-notice .cn-button {
        font-size:14px;
        padding: 0.6rem 1rem
    }
}

@media (max-width: 767px) {
    #cookie-notice .cn-button {
        width:50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    #cookie-notice .cn-close-icon {
        top:1rem;
        margin-top: 0
    }
}

#cookie-notice .cn-close-icon:before,.cn-close-icon:after {
    background-color: rgba(255,255,255,0.8)!important
}