<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0 !important;
}
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&amp;display=swap');
img { 
	vertical-align: top; 
}
body {
	margin: 0;
	font-family: Rubik;
}
.sno-maintenance-wrap {
	height: 100vh;
	width: 100%;
	position: relative;
}
.sno-maintenance-immersive-image {
	width: 100%;
	height: 100vh;
}
.sno-maintenance-immersive-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sno-maintenance-inner {
	width: 700px;
	max-height: calc(100% - 50px);
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 25px 25px 50px 25px;
	max-width: 100%;
}
.sno-maintenance-header h1 {
	color: #fff;
	text-align: center;
	font-size: 60px;
}
.sno-maintenance-header {
	width: 100%;
	margin: 0 auto 50px;
}
.sno-maintenance-header img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sno-maintenance-header-image {
	max-width: 100%;
	max-height: 200px;
}
.sno-maintenance-message {
	text-align: center;
	font-size: 22px;
	margin-bottom: 25px;
}
.sno-maintenance-wrap p {
	padding-bottom: 15px;
}
.countdown {
	width: 100%;
}
.countdown-component {
	text-align: center;
	float: left;
	margin: 10px;
}
.countdown-component-header {
	font-size: 26px;
}
.countdown-component-number {
	font-size: 70px;
	background: #ffffff44;
	padding: 3px 5px;
	width: 50px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	float: left;
	margin: 3px;
}
#countdown {
	bottom: 50px;
	width: 624px;
	margin: 0 auto;
}
.maintenance-login {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #000;
	background: #ffffff66;
	font-size:16px;
	transition: .3s all ease-in-out;
	cursor: pointer;
}
.maintenance-login:hover {
	background: #ffffffaa;
	color: #000;
	border-color: #ffffff;
}
@media only screen and (max-width: 800px) { 
	.sno-maintenace-inner { 
		width: calc(100% - 100px); 
		height: calc(100vh - 100px);
		padding: 50px;
	} 
}
@media only screen and (max-width: 750px) { 
	#countdown {
		width: 314px;
		margin: 0 auto;
		max-width: 100%;
	}
	.sno-maintenance-inner {
		top: 0;
		bottom: 0;
		transform: unset;
		left: 0;
		right: 0;
		box-shadow: unset !important;
		max-width: calc(100% - 50px);
	}
	.sno-maintenance-inner h1 {
		font-size: 30px;
	}
	.countdown-component-number {
		font-size: 40px;
		width: 30px;
	}
}
</pre></body></html>