<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************
    - Reset -
****************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/*************************
    - Basic settings -
*************************/
html {
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important;
}

ol, ul {  
	list-style:none; 
}

a {	
	text-decoration:none;
	-webkit-transition:all .2s linear;
	   -moz-transition:all .2s linear;
			transition:all .2s linear;
}

a:hover {
	text-decoration:none;	
}

body {
	font-family:"Open Sans", sans-serif;
	font-weight:300;
	font-size:16px;
    line-height:28px;
	color:#444;
	background:#fff;
	height:100%;
}

article, aside, details, dialog, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}

.clearfix:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

.left-float {
	float:left;
}

.right-float {
	float:right;
}

.align-center {
	text-align:center;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

hr {
    border:0;
    clear:both;
    margin:25px 0;
    height:1px;
    border-bottom:1px solid #d4d4d4;
}

img {
    max-width:100%;
    vertical-align:middle;
    border:0;
    -ms-interpolation-mode:bicubic;
    opacity:1;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight:300;	
}

/* Paragraph */
p {
	margin-bottom:20px;
    color:#656565;
    font-weight:300;
}

/*****************
    - Header -
*****************/
header {
	position:relative;
	left:0;
	top:0;
	width:100%;
	min-height:120px;
	padding:60px 0;
	color:#fff;
	background:#383838 url(../image/bg.jpg) no-repeat center center;
    background-size:cover;
}

/* Logo */
header .logo {
	clear:both;
    display:block;
	text-align:center;
    padding-bottom:10px;
}

/* Title */
header h1 {
    font-weight:300;
    font-size:24px;
    color:#eee;	
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	margin:0 !important;
	padding-bottom:30px;
}

/* Button */
a.btn-buy {
	clear:both;
	display:inline-block;
	color:#fff !important;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	padding:10px 30px;
	border:1px solid #fff;
	background:transparent;
	text-decoration:none;
	-webkit-border-radius:36px;
	   -moz-border-radius:36px;
			border-radius:36px;
}

a.btn-buy:hover {
	color:#f72c7e !important;
	background:#fff;
	text-decoration:none;
}

/******************
    - Section -
******************/
section {
	position:relative;	
	padding:50px 0;
	background-color:#fff;
}

section:nth-child(even) {
    background:#f0f0f0;
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
}

section h2 {
    position:relative;
	clear:both;
	margin-bottom:30px;
	color:#222;
	font-size:38px;
	line-height:38px;
	font-family:"Poppins", sans-serif;
	font-weight:700;
	text-align:center;
}

.state {
	clear:both;
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
	letter-spacing:-0.5px;
	text-transform:uppercase;
}

/* Footer */
footer {
	font-family:"Open Sans", sans-serif;
	background-color:#111;
	text-align:center;
	padding:50px 0;
}

footer span.copyright {
    color:#777;
    margin-top:0;
    margin-bottom:0;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:19px;
    font-weight:400;
}

footer span.copyright a {
	color:#f72c7e;
	text-align:center;
}
	
footer span.copyright a:hover {
	color:#fff; 
}

footer .social {
	display:block;
	clear:both;
	cursor:default;
	line-height:1;
	margin-top:10px;
}

footer .social a {
	padding:0 5px;
}

footer .social a i {
	font-size:16px;
	color:#999;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

footer .social a:hover i {
	color:#fff;
}

/* Small Devices, Tablets */
@media (max-width:767px) {
	/* Margin */
	.res-margin {
		margin-bottom:20px;
	}
}

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