.cookieConsentContainer {	font-family: 'Poppins' !important;	font-weight: 300;	width: 100%;	height: 100%;	z-index: 9999;	background: #232323;	display: flex !important;	flex-direction: row;	flex-wrap: wrap;	justify-content: space-between;	-webkit-justify-content: space-between;	padding: 15px 10vw 15px 10vw;}.cookieConsentContainer .cookieTitle a {	color: #FFFFFF;	font-size: 22px;	line-height: 20px;	display: block;}.cookieConsentContainer .cookieDesc{	order: 1;	vertical-align: middle;	/*display: inline-block;*/	display: flex;	align-items: center;}.cookieConsentContainer .cookieDesc p {	margin: 0;	padding: 9px;	color: hsla(0, 0%, 100%, 0.8);	font-size: 16px;	display: block;} .cookieConsentContainer .cookieDesc a {	color: #FFFFFF;	text-decoration: underline;}.cookieConsentContainer .cookieButton{	order: 2;}.cookieConsentContainer .cookieButton a {	display: block;	padding: 9px;	color: white;	line-height: inherit;	text-decoration: none;	cursor: pointer;	min-width: 150px;	border: 2px solid #1fa06e;	border-radius: 20px;	background-color: transparent;	font-size: 14px;	text-align: center;	letter-spacing: 1px;}.cookieConsentContainer .cookieButton a:hover {	cursor: pointer;	background: #3E9B67;}@media (max-width: 480px) {	.cookieConsentContainer {		padding-left: 10vw;	}}