:root {
	--purple: #eaf4fc;
	--red: #d7003a;
	--text: #302833;
	--hover: #640125;
	--overlay: rgba(31,49,52,0.9);
	--closebtn: #16160e
}
#gdpr-cookie-message {
	position: fixed;
	right: 30px;
	bottom: 30px;
	max-width: 375px;
	background-color: var(--purple);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	font-family: system-ui;
	z-index: 9102
}
#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: 9100;
	width: 100vw;
	height: 100vh;
	visibility: visible;
	background: var(--overlay);
	transition: all .5s ease-out;
	display: flex;
	justify-content: center;
	padding: 1em 1em
}
#gdpr-policy-close {
	position: fixed;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	visibility: visible;
	margin: 1em 1em;
	z-index: 9101;
	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
}
#gdpr-reset-button {
	position: absolute;
	bottom: 20px;
	right: 200px;
	font-size: .8em;
	background-color: var(--purple);
	padding: 4px 5px
}
.gg-undo {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 14px;
	height: 14px;
	border: 2px solid var(--red);
	border-left-color: transparent;
	border-radius: 100px;
	float: left;
	margin: 3px 6px
}
.gg-undo::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--red);
	border-left: 2px solid var(--red);
	top: -3px;
	left: -1px;
	transform: rotate(-68deg)
}
