<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-bar {
    background: #90c95a;
    height:auto;
    line-height:24px;
    color:#eeeeee;
    text-align:center;
    padding:22px 0;
    -webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.45);
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 9999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar .container{
	position: relative;
}
#cookie-bar .primary-btn{
	position: absolute;
    right: 10px;
    top: 5px;
}
#cookie-bar span:first-child p{
    padding-top: 0px
}
#cookie-bar p{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 100;
	max-width:70%;
	text-align: left;
}
#cookie-bar .container{
	max-width:77%;
}
@media only screen and (max-width: 1550px){
	#cookie-bar .container{
		max-width: 92%;
	}
}

#cookie-bar p a {
    position: relative;
    color: #1b5e88 ;
    /*transition: all 0.3s ease 0.1s;
    -webkit-transition: all 0.3s ease 0.1s;
    display: inline;*/
	font-weight: 100;
	text-decoration: underline;
}


@media only screen and (max-width: 1180px) {
	#cookie-bar span{
		max-width:100%!important;
	}
}
@media only screen and (max-width: 990px) {
	#cookie-bar p{
		text-align: center
	}
	#cookie-bar span:nth-child(1){
		padding-bottom: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
	#cookie-bar p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 500px) {
	#cookie-bar span:last-child {
		display:inline-block;
		float: none;
		text-align: center;
	}
	#cookie-bar .cb-enable{
		margin-left: 0;
		font-size: 18px;
		line-height: auto;
		padding: 9px 30px;
	}
}




</pre></body></html>