@charset "UTF-8";#cookieConsentPopup{position:fixed;bottom:0;left:0;right:0;z-index:91000;background:rgba(30,31,34,.95);backdrop-filter:blur(4px);color:#99aaae;padding:15px 20px 10px;font-size:12px;line-height:16px}#cookieConsentPopup .m{padding:0}#cookieConsentPopup .caption{font-size:14px;margin:0 auto 8px;color:#fff}#cookieConsentPopup .caption span{display:inline-block;vertical-align:top;margin-top:4px}#cookieConsentPopup svg{display:inline-block;vertical-align:top;margin-right:10px}#cookieConsentPopup a{color:#d3e2e5}#cookieConsentPopup a:hover{text-decoration:underline;color:#fff}#cookieConsentPopup .buttons{margin-top:15px}#cookieConsentPopup button{display:inline-block;position:relative;border:1px solid transparent;padding:6px 13px 6px;border-radius:6px;outline:0;background:transparent;margin-right:10px;margin-bottom:10px;cursor:pointer;transition:opacity .25s ease;font-size:12px;line-height:14px}#cookieConsentPopup.saving button,#cookieConsentPopup button.pending{pointer-events:none;opacity:.5}#cookieConsentPopup.saving button span,#cookieConsentPopup button.pending span{opacity:.25}#cookieConsentPopup button.pending:after{content:"";width:18px;height:18px;position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-9px;background:url(../i/loader2.svg) 50% 50% no-repeat;background-size:contain}#cookieConsentPopup button.accept{background:rgba(255,255,255,.9);color:#28292b}#cookieConsentPopup button.accept:hover{background:rgba(255,255,255,1)}#cookieConsentPopup button.accept:after{background-image:url('../i/loader4.svg')}#cookieConsentPopup button.decline{border-color:rgba(255,255,255,.5);color:#fff;margin-right:auto}#cookieConsentPopup button.decline:hover{border-color:rgba(255,255,255,.75)}