<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 762px) {
.homepage-hero-content-wrapper .A-Spot-Main{
	color:#fff;
}
}
#countDown-Reveal {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	top: 0;
	left: 0;
	display:none;
}

#countDown-Wrapper {
	display:none;
	position: absolute;
    top: 180px;
    left: calc(50% - 294px);
    font-size: 0;
    z-index: 1;
}
@media screen and (max-width: 1023px) {
#countDown-Wrapper {
	left: 35%;
    transform: translateX(-50%);
	top:40%;
}
}
@media only screen and (max-width:761px) {
	#countDown-Wrapper {
	  left: 50%;
	  top: 25%;
	  transform: translateX(-50%)  scale(0.75);
	  width: 340px;
	}
}

.Aspot-Block .Wrapper article .BoxContent p.BtnLink a:hover {
	background-color:#fff;
}


@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper article .BoxContent p.BtnLink a {
	min-width: 160px;
}
}
#countDown-Wrapper  .countDown-Group {
	display: inline-block;
	font-size: 0;
	margin: 0px;
	position: relative;
	width: 72px;
	text-align:center;
	padding-bottom:25px;
	line-height: 82px;
}
#countDown-Wrapper .countDown-Group::after {
	content: " ";
	width: 72px;
	height: 82px;
	border: 1px solid #FFF;
	border-right: 0px solid #FFF;
	top: 0px;
	left: 0px;
	position: absolute;
}
#countDown-Wrapper .countDown-Group:last-child::after {
	border-right: 1px solid #FFF;
}
#countDown-Wrapper .countDown-Label {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-family:"Gotham SSm medium A","Gotham SSm medium B","Gotham Medium", Helvetica,Arial,sans-serif;
	font-weight:normal;
	color: #FFF;
	display: block;
	font-size: 16px;
	text-align: center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	line-height: 16px;
}
#countDown-Wrapper .countDown-Digit {
	display: inline-block;
	height: 65px;
	overflow: hidden;
	width: 30px;
	position: relative;
	text-shadow:2px 2px 4px rgba(0,0,0,0.3);
	text-align:right;
	vertical-align:middle;
}


#countDown-Wrapper .countDown-Digit ul {
	display: block;
	margin: 0;
	padding: 0;
	font-family:"Gotham SSm medium A","Gotham SSm medium B","Gotham Medium", Helvetica,Arial,sans-serif;
	font-size:44px;
	position: absolute;
	top: 0;
	left: 0;
	transition: none;
	color: #FFF;
}
#countDown-Wrapper .countDown-Digit.Anim ul {
	transition: top 0.5s ease-in-out;
}
#countDown-Wrapper .countDown-Digit ul li {
	display: block;
	height: 65px;
	line-height: 65px;
	text-align: center;
	margin-top: 0;
	margin: 0;
	padding: 0;
	border:0px solid;
	max-width:none;
	width: 30px;
	box-sizing:content-box;
	float:none;
}
</pre></body></html>