:root{--purple:#eaf4fc;--red:#d7003a;--text:#302833;--hover:#640125;--overlay:rgba(31,49,52,0.8);--closebtn:#16160e}
#gdpr-cookie-message {
	 position: fixed;
	 right: 2.5em;
	 bottom: 2.5em;
	 max-width: 45em;
	 background-color: var(--purple);
	 padding: 2em;
	 border-radius: 5px;
	 box-shadow: 0 6px 6px rgba(0,0,0,0.5);
	 margin-left: 30px;
	 font-family: system-ui;
	 z-index: 10102;
	 padding: 1em;
}
 #gdpr-cookie-message h4 {
	 color: var(--red);
	 font-family: 'Quicksand', sans-serif;
	 font-size: 18px;
	 font-weight: bolder;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: auto;
	 margin-bottom: 10px;
}
 #gdpr-cookie-message h5 {
	 color: var(--red);
	 font-family: 'Quicksand', sans-serif;
	 font-size: 15px;
	 font-weight: 500;
	 margin-bottom: 10px;
}
 #gdpr-cookie-message p, #gdpr-cookie-message ul {
	 color: var(--text);
	 font-size: 15px;
	 line-height: 1.5em;
}
 #gdpr-cookie-message p:last-child {
	 margin-bottom: 0;
	 text-align: right;
}
 #gdpr-cookie-message li {
	 width: 49%;
	 display: inline-block;
}
 #gdpr-cookie-message a {
	 color: var(--red);
	 text-decoration: none;
	 font-size: 15px;
	 padding-bottom: 2px;
	 border-bottom: 1px dotted rgba(255,255,255,0.75);
	 transition: all .3s ease-in;
}
 #gdpr-cookie-message a:hover {
	 color: var(--hover);
	 border-bottom-color: var(--red);
	 transition: all .3s ease-in;
}
 #gdpr-cookie-message button, button#ihavecookiesBtn {
	 border: 0;
	 background: var(--red);
	 color: white;
	 font-size: 15px;
	 padding: 7px;
	 border-radius: 3px;
	 margin-left: 15px;
	 cursor: pointer;
	 transition: all .3s ease-in;
}
 #gdpr-cookie-message button:hover {
	 background: white;
	 color: var(--red);
	 transition: all .3s ease-in;
}
 button#gdpr-cookie-advanced {
	 background: white;
	 color: var(--red);
}
 #gdpr-cookie-message button:disabled {
	 opacity: .3;
}
 #gdpr-cookie-message input[type="checkbox"] {
	 float: none;
	 margin-top: 0;
	 margin-right: 5px;
}
 #gdpr-overlay {
	 position: fixed;
	 top: 0;
	 z-index: 10100;
	 width: 100vw;
	 height: 100vh;
	 visibility: visible;
	 background: var(--overlay);
	 transition: all .5s ease-out;
	 display: flex;
	 margin: 2em;
	 justify-content: center;
	 padding: 3em 3em;
}
 #gdpr-policy-close {
	 position: fixed;
	 top: 0;
	 right: 0;
	 width: 48px;
	 height: 48px;
	 visibility: visible;
	 margin: 1em 1em;
	 z-index: 10101;
	 display: block;
	 border-radius: 50%;
	 background: var(--purple);
	 display: none;
}
 #gdpr-policy-close::before, #gdpr-policy-close::after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 3px;
	 height: 27px;
	 background: var(--closebtn);
}
 #gdpr-policy-close::before {
	 transform: translate(-50%,-50%) rotate(45deg);
}
 #gdpr-policy-close::after {
	 transform: translate(-50%,-50%) rotate(-45deg);
}
 #gdpr-overlay iframe {
	 display: none;
}
 