<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family:"Avenir LT Std Book";
	src:url('/static/assets/price-drop/fonts/AvenirLTStd-Book.ttf') format("truetype")
}

body {
	background-color:#3f7b7c;
}
.layout-newsletter {
	/* width: 99%; */
	width:100%;
}
.main-content {
	background-color:#3f7b7c;
	min-height:unset;
}
.site-content {
	background-color:#3f7b7c;
	min-height:unset;
}
.container-newsletter {
	background-color:#3f7b7c;
	box-shadow:unset;
}
.title {
	font-family: "Avenir LT Std Book",sans-serif;
	font-size: 34px;
	line-height: 54px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	chrome-offset: 36px;
	position: relative;
	top: 0;
	letter-spacing: 12px;
	color: #fff;
	text-transform: uppercase;
	-webkit-animation: animationFrames cubic-bezier(.4,0,.2,1) 1s;
	animation: animationFrames cubic-bezier(.4,0,.2,1) 1s;
	font-weight:500;
	text-align:center;
	padding-bottom:60px;
}
.sign-up {
	margin-bottom: 54px;
	max-width: unset;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sign-up .placeholder-container {
	width: 100%;
	height: 46px;
}
.sign-up .placeholder-container.email-input {
	display: inline-block;
	box-shadow: none;
	margin-right: 24px;
	margin-bottom: 20px;
	max-width: 240px;
}
.sign-up .placeholder-container .help-text {
	font-family: "Avenir LT Std Book",sans-serif;
	font-size: 12px;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	chrome-offset: 12px;
	left: -1px;
	height: 12px;
	opacity: 0;
	position: absolute;
	top: unset;
	bottom: -18px;
	color: #51b1e7;
	transition: opacity .2s ease-out,color .2s ease-out;
}
.sign-up .placeholder-container.email-input .placeholder {
	color: rgba(214,214,214,.8);
	margin-top: 12px;
	border-bottom: 1px solid rgba(195,195,195,.5);
	border-radius: 0;
	font-family: "Avenir LT Std Book",sans-serif;
	font-size: 20px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sign-up .placeholder-container .placeholder {
	width: 100%;
	background: 0 0;
	border: none;
    	border-bottom-color: currentcolor;
    	border-bottom-style: none;
    	border-bottom-width: medium;
	outline: 0;
	color: #fff;
	padding: 0;
	font-size: 20px;
	chrome-offset: 26px;
	position: relative;
	top: 4px;
}
.sign-up .button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	height: calc(7 * 6px + 3px);
	margin: 1px 0 2px;
	padding: 0 28px;
	text-align: center;
	white-space: nowrap;
	outline: 0;
	background: #51b1e7;
	border-radius: 2px;
	box-shadow: 0 14px 34px -10px rgba(0,0,0,.15),0 14px 34px -10px rgba(0,0,0,.15);
	transition: .5s;
	width: 240px;
	height: 54px;
	margin: 0;
	text-transform: uppercase;
}
.sign-up .button div {
	font-family: "Avenir LT Std Book",sans-serif;
	font-size: 20px;
	line-height: 54px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	chrome-offset: 32px;
	position: relative;
	top: 4px;
	margin: 0;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
}
.newsletter-logo {
	text-align:center;
}
.newsletter-logo-img {
	padding-right:25px;
}
#manymore p{
	text-align:center;
	font-family: "Avenir LT Std Book",sans-serif;
	color:#c8c4c4;
	font-style:italic;
	padding-top:10px;
}
.newsletter-main-image {
	background-repeat:no-repeat;
	height:800px;
}
input {
	text-transform: lowercase
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: uppercase;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: uppercase;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: uppercase;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: uppercase;
}

@media (max-width: 992px) {
	.newsletter-logo-img {
		display:block;
		margin:0 auto;
		padding-right:unset;
		padding-bottom:15px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.newsletter-logo-img {
		display:unset;
		padding-right:20px;
	}
	.sign-up .placeholder-container.email-input {
		margin-right:unset;
		max-width:265px;
	}
	.navbar {
		display:block
	}
	/* .main-content {
		margin-top:50px;
	} */
}

@media (min-width: 320px) and (max-width: 768px) {
	.navbar {
		display:block;
	}
	.navbar-nav {
		display:none;
	}
	/* .site-content {
		margin-top:20%;
	} */
	.logo {
	font-size:1.3rem;
	}
	.title {
		font-size: 18px;
	}
}
.footer {
	font-size: 16px;
	color: rgba(0,0,0,.44);
	/* border-top: 1px solid rgba(0,0,0,.05) !important; */
	padding-top: 15px;
	padding-bottom: 10px;
	/* margin-top: 20px; */
	background: #fff;
	bottom: 0;
	width: 100%;
	font-family: quicksand,sans-serif;
}
</pre></body></html>