#next-gdpr-popup{opacity:0;width:100%;font-family:var(--font-sans);z-index:40;background-color:#202020;justify-content:center;transition:opacity .3s ease-in-out;display:flex;position:fixed;bottom:0}#next-gdpr-popup.opened{opacity:1}#next-gdpr-popup.hidden{display:none}#next-gdpr-popup>div{flex-wrap:wrap;align-items:center;gap:1rem 2rem;margin:1rem;display:flex}#next-gdpr-popup p{color:#fff;text-wrap:wrap;margin:0;padding-bottom:0;font-size:14px;font-weight:700;line-height:18px}#next-gdpr-popup a{color:#fff;transition:all .3s}#next-gdpr-popup a:hover{color:#0c4da2}#next-gdpr-popup button{color:#fff;background-color:#0c4da2;border:none;border-radius:9999px;padding:.75rem 2rem;font-size:14px;font-weight:700;line-height:18px;transition:all .3s}#next-gdpr-popup button:hover{cursor:pointer;color:#0c4da2;background-color:#fff;border-radius:9999px}
