.nf-cookie-consent--fixed{position:fixed;bottom:0;left:0;transform:translateY(100%);width:100%;z-index:99999;background-color:#f5d84a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:1.5rem 2.5rem 1.5rem 8.75rem;opacity:0;visibility:hidden;animation-duration:1s;animation-name:a;transition:all 1s ease}.nf-cookie-consent--fixed.visible{opacity:1;transform:none;visibility:visible;transition:all 1s ease}@keyframes a{0%{transform:translateY(100%)}to{opacity:1}}.nf-cookie-consent--fixed .cookie-consent__text p{font-weight:600}.nf-cookie-consent--fixed .cookie-consent__action #accept-cookies-btn{width:auto;font-size:.75rem;padding:.5rem 3rem}.nf-cookie-consent--fixed .cookie-consent__action #accept-cookies-btn:hover{color:#fff;background-color:#000}@media only screen and (max-width:1466px){.nf-cookie-consent--fixed{padding:1.5rem 2.5rem}}@media only screen and (max-width:992px){.nf-cookie-consent--fixed{padding:1.5rem}.nf-cookie-consent--fixed .cookie-consent__text{max-width:432px}.nf-cookie-consent--fixed .cookie-consent__text p{font-size:1rem}}@media only screen and (max-width:650px){.nf-cookie-consent--fixed{-ms-flex-direction:column;flex-direction:column;padding:1rem}.nf-cookie-consent--fixed .cookie-consent__text{max-width:280px}.nf-cookie-consent--fixed .cookie-consent__text p{text-align:center;font-size:14px}.nf-cookie-consent--fixed .cookie-consent__action{width:100%;padding:1rem 2rem 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.nf-cookie-consent--fixed .cookie-consent__action .btn-transparent--with-border{width:225px!important}}.nf-cookie-consent.is-hidden{transform:translateY(100%);transition:1s ease-in-out;will-change:bottom}