.cookie-notice{position:fixed;bottom:0;left:0;right:0;background-color:#003595;color:#fff;padding:20px;z-index:9999;box-shadow:0 -2px 10px rgba(0,0,0,.1);display:none;-webkit-animation:slideUp .4s ease-out;animation:slideUp .4s ease-out}.cookie-notice.show{display:block}.cookie-notice .cookie-notice-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}@media only screen and (max-width:768px){.cookie-notice .cookie-notice-inner{flex-direction:column;align-items:flex-start;gap:15px}}.cookie-notice .cookie-notice-text{flex:1;font-size:14px;line-height:1.6}@media only screen and (max-width:768px){.cookie-notice .cookie-notice-text{font-size:13px}}.cookie-notice .cookie-notice-text a{color:#fff;text-decoration:underline}.cookie-notice .cookie-notice-text a:hover{text-decoration:none}.cookie-notice .cookie-notice-actions{display:flex;align-items:center;gap:15px;flex-shrink:0}@media only screen and (max-width:768px){.cookie-notice .cookie-notice-actions{width:100%;flex-direction:column;gap:10px}}.cookie-notice .cookie-notice-btn{padding:10px 24px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;border:2px solid #fff;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;white-space:nowrap}@media only screen and (max-width:768px){.cookie-notice .cookie-notice-btn{width:100%;padding:12px 20px}}.cookie-notice .cookie-notice-btn.accept{background-color:#fff;color:#003595}.cookie-notice .cookie-notice-btn.accept:hover{background-color:#f0f0f0}.cookie-notice .cookie-notice-btn.more-info{background-color:transparent;color:#fff}.cookie-notice .cookie-notice-btn.more-info:hover{background-color:hsla(0,0%,100%,.1)}.cookie-notice .cookie-notice-close{position:absolute;top:10px;right:10px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:5px;line-height:1;width:30px;height:30px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .3s ease}.cookie-notice .cookie-notice-close:hover{opacity:1}@media only screen and (max-width:768px){.cookie-notice .cookie-notice-close{top:5px;right:5px}}@-webkit-keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}