<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.remodal-wrapper {
	padding: 0px 0px 0;
}

.remodal-close:before{
	left:10px;
}

.remodal{
	background: white;
	padding: 5px;  
	max-width: 970px;			
}

/* change icon align to left */
.remodal-close{
	right: 0px;
	left: auto;
}

.video-carousel-container { 
	position: relative;  
	overflow: hidden; 
	height: 540px; 
	width: 960px;
} 

.video-carousel-container iframe, .video-carousel-container object, .video-carousel-container embed { 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.remodal-close {
	position: absolute;
	top: -20px;
	left: -70px;
	right: -7.5px;
	display: block;
	width: 44px;
	margin: 20px 0 0 20px;
	height: 44px;
	text-indent: 200%;
	white-space: nowrap;
	background-color: #ffbb00;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #000000;
	border: 0;
	outline: 0;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
	overflow: hidden;
}

.remodal-close:before {
	background: url(/_resources/images/icons-tu.svgz) no-repeat -260px -100px;
	width: 14px;
	height: 14px;
	content: "";
	left: 15px;
	top: 15px;
}		

@media only screen and (max-width: 1069px){
	.remodal{ 
		max-width: 730px;			
	}			
	.video-carousel-container { 
		height: 405px; 
		width: 720px;
	} 			
}

@media only screen and (max-width: 829px){
	.remodal{ 
		max-width: 586px;			
	}			
	.video-carousel-container { 
		height: 324px; 
		width: 576px;
	} 			
}			

@media only screen and (max-width: 641px){
	.remodal {
		padding: 4px!important;
		width: 70%;
	}
	/* align close menu on mobile */
	.remodal-close{
		top: -20px;  
	}
	.video-carousel-container { 
		height: auto; 
		width: 100%;
	} 			
}</pre></body></html>