@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&amp;display=swap');
.cookie-consent{position: fixed; max-width: 337px; background: #fff; border: 2px solid #0A495D; -moz-box-shadow: 0px 2px 8px 1px rgba(26, 26, 26, 0.2); -webkit-box-shadow: 0px 2px 8px 1px rgba(26, 26, 26, 0.2); box-shadow: 0px 2px 8px 1px rgba(26, 26, 26, 0.2); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 18px 18px 20px 24px; font-size: 16px; line-height: 24px; color: #1A1A1A; font-family: 'IBM Plex Serif', serif; bottom: 40px; left: 50px; z-index: 9999;}
.cookie-consent__message{display: block;}
.cookie-consent__message a{color: #339fd8; text-decoration: underline !important;}
.cookie-consent__message a:hover{color:#2c6075; }
.cookie-consent__agree{background: #339fd8; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-transform: uppercase; color: #fff; font-weight: 700; margin-top: 15px; float: right; font-size: 16px; line-height: 22px; letter-spacing: 0.5px; font-family: 'Open Sans', sans-serif; border: 0; padding: 9px 32px;}
.cookie-consent__agree:hover, .cookie-consent__agree:focus{background: #2c6075; color: #fff;}
@media (max-width: 767px) {
	.cookie-consent{left: 15px !important; right: 15px; bottom: 20px; width: auto; max-width: inherit;}
}