<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> #wow-modal-overlay-24 {	  
	 z-index: 999999; 
	 background-color: rgba(0, 0, 0, 0.7); 	 	  
} 
#wow-modal-overclose-24 {	 
	z-index: 999999; 	 
} 
#wow-modal-window-24{
	width:720px; 
	padding:10px; 
	border: 0px solid #eeeeee; 
	z-index:999999; 
	position: absolute; 
	top:10%;		left:0%;	right:0%;	border-radius:5px; 
		
	height: auto;
	margin-bottom:40px;	background: #ffffff;
	}
#wow-modal-close-24 {
	position: absolute; 
	top: -10px; 
	right: -10px;	 
	font-size: 14px; 	
	font-weight: bold; 
	cursor:pointer; 
	display: none; 
} 
#close-text-24{
	border: 1px solid #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
	-ms-border-radius: 15px; 
	-o-border-radius: 15px;
	border-radius: 15px;
	background-color: #000000;
	color: #ffffff; 
	padding:6px 9px; 	
}
#close-circle-24{
	color: #000000;
}
#close-times-24{
	color: #ffffff;
}

.wow-modal-botton-24 {
	top:50%;right:-4px;		
	font-size: 1.2em;
	text-decoration: none;	
	float: none;
	text-shadow: none;
	cursor:pointer;
	z-index: 9999;
	
}

	.wow-modal-botton-24 {
		color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
  -ms-border-radius: 4px;
	border-radius: 4px;
	padding: 14px 14px;
	line-height: 14px;
	background: #383838; 
	}
	.wow-modal-botton-24:hover {	
	background: #797979; 
	color: #ffffff;
}
		
		
.wow-animated-24 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;    
}
@media only screen and (max-width: 1024px){
#wow-modal-window-24 {
    width:85%;
}
}</pre></body></html>