<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sequence-theme {
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: 50px auto;
	position: relative;
	z-index: 15;
	background: #003da5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; 
	border-radius: 10px;
}
.sequence-theme div.contain {
	width: 50%;
	height: 400px;
	margin: auto;
	padding: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 25;
	background: rgba(0, 65, 165, .6);
	text-align: left;
	border-radius: 0 10px 10px 0;
}
.sequence-theme div.contain &gt; h2 {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 25px;
	display: inline-block;
	z-index: 9005;
	border-bottom: 2px solid rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
	font-family: ptserif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
.sequence-theme div.contain &gt; h2 strong {
	padding: 5px 10px;
	font-weight: 900;
	line-height: 30px;
	background: #da342f;
	display: inline-block;
	vertical-align: top;
	border-radius: 1px;
	transform: rotate(-1.5deg);
}
.sequence-theme div.contain div.bottom {
	max-width: 1280px;
	margin: 0 auto;
}
.sequence-theme div.contain div.bottom &gt; p {
	padding: 0;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}
.sequence-theme div.contain a.button {
	margin: 35px 0 0;
	padding: 20px 80px 16px 40px;
	display: inline-block;
	vertical-align: top;
	background: rgba(253, 133, 37, .9) url('../img/icons/icon-arrow-right.svg') no-repeat 95% center / 26px;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	-webkit-transition: opacity 1s ease 1s, bottom 1s ease 1s, background 300ms ease, color 300ms ease;
	transition: opacity 1s ease 1s, bottom 1s ease 1s, background 300ms ease, color 300ms ease;
}

.sequence-theme div.contain a.button:hover { 
	background-color: rgba(255, 255, 255, .3); 
	background-position: 97% center;
	color: #fff;
}
.sequence-theme #sequence {
	width: 100%;
	height: 400px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 5;
	overflow: hidden;
}
.sequence-theme #sequence-preloader { 
	background: #000; 
}
.sequence-theme #sequence &gt; ul {
	height: 100%;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.sequence-theme #sequence &gt; ul &gt; li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7999;
}
.sequence-theme #sequence video {
	width: 100%;
	height: 100%;
	opacity: 1;
	object-fit: cover;
	display: block;
	-border-radius: 10px;
	border-radius: 10px;
}
.sequence-theme #sequence .bg_img {
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
	display: block;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-border-radius: 10px;
	border-radius: 10px;
}
.sequence-theme #sequence .bg_img.img_01 { 
	background: url('../img/sequence-1.jpg') no-repeat center / cover;
}
.sequence-theme #sequence .bg_img.img_02 { 
	background: url('../img/sequence-2.jpg') no-repeat center / cover;
}
.sequence-theme #sequence .animate-in .bg_img {
	opacity: 1;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.sequence-theme #sequence .animate-out .bg_img {
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.sequence-theme.sequenceSubpage {
	width: 100%;
}
.sequence-theme.sequenceSubpage #sequence {
	width: 100%;
	height: 150px;
}	
.sequence-theme.sequenceSubpage .bg_img {
	background-position: center;
}
.sequence-theme.sequenceSubpage div.contain {
	display: none;
}
/*  MEDIA QUERIES
--------------------------------------------- */

@media only screen and (min-width: 0) and (max-width: 1620px) {
	
	.sequence-theme {
		margin-top: 0;
		height: auto;
		border-radius: 0;
	}
	
	.sequence-theme #sequence {
		height: 400px;
	}
	
	.sequence-theme #sequence .bg_img {
		border-radius: 0;
	}
	
	.sequence-theme div.contain {
		width: 100%;
		height: 400px;
		border-radius: 0;
	}

}

@media only screen and (min-width: 0) and (max-width: 1024px) {
	
	.sequence-theme #sequence {
		height: 500px;
	}
	
	.sequence-theme div.contain {
		height: 500px;
	}

}

@media only screen and (min-width: 0) and (max-width: 640px) {  

	.sequence-theme #sequence {
		height: 620px;
	}
	
	.sequence-theme div.contain {
		height: 620px;
	}
	
	.sequence-theme div.contain a.button {
		font-size: 15px;
	}

}  

@media only screen and (min-width: 0) and (max-width: 414px) { 

	.sequence-theme #sequence {
		height: 700px;
	}
	
	.sequence-theme div.contain {
		height: 700px;
	} 

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