<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*========== RESET ==========*/
*
    {
    box-sizing: border-box;
    }

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	/*content: '';
	content: none;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*========== STYLES ==========*/
html {
    font-size: 100%;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: white;
    cursor: default;
}
body {
    background: black;
    color: white;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.125em;
    -webkit-font-smoothing: antialiased;
		-webkit-overflow-scrolling: touch;
}
#main
    {
    width: 100%;
    height: 100%;
}

#main .free-html {
}
#lp-product-listing {
	font-family: 'Lucas', "Trebuchet MS", Helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 60px;
	padding-bottom: 60px;
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#lp-product-listing *+h1,
#lp-product-listing *+h2,
#lp-product-listing *+h3,
#lp-product-listing *+h4,
#lp-product-listing *+p,
#lp-product-listing *+img {margin-top: 17px}

#lp-product-listing h1,
#lp-product-listing h2,
#lp-product-listing h3,
#lp-product-listing h4,
#lp-product-listing h5,
#lp-product-listing h6 { 
	font-weight:800;
	line-height:normal;
}

#lp-product-listing h1 {
	font-size: 45px;
	text-transform: uppercase;
}
#lp-product-listing h2 {
	font-size: 35px;
	text-transform: uppercase;
}

#lp-product-listing p {
}

#lp-product-listing b, 
#lp-product-listing strong {font-weight: 700;}
#lp-product-listing em,
#lp-product-listing i { font-style:italic;}
#lp-product-listing img {
	width: 100%;
	display: block;
}
#lp-product-listing a {
	color: rgba(138,114,71,1);
	font-weight: 400;
	font-size: 16px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

#lp-product-listing a:hover,
#lp-product-listing a:focus {
	color: rgba(148,116,44,1);
	text-decoration: none ;
	outline: none;
}
#lp-product-listing .page-scroll {
	display: block;
}
#lp-product-listing span.arrow {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-left: none;
  border-top: none;
  border-right: 2px rgba(138,114,71,1) solid;
  border-bottom: 2px rgba(138,114,71,1) solid;
  background: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lp-product-listing span.more {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-left: none;
  border-top: none;
  border-right: 2px rgba(138,114,71,1) solid;
  border-bottom: 2px rgba(138,114,71,1) solid;
  background: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*========== LAYOUT ==========*/
#lp-product-listing .container-fluid {max-width: 996px;}
#lp-product-listing section + section {margin-top: 20px;}

#lp-product-listing .lp-header {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	color: #000;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 70%;
	background-image: rgb(230,230,230);
	background-image: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 49%, rgba(255,255,255,1) 51%, rgba(246,242,239,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(230,230,230,1) 49%,rgba(255,255,255,1) 51%,rgba(246,242,239,1) 100%);
	background-image: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(230,230,230,1) 49%,rgba(255,255,255,1) 51%,rgba(246,242,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f6f2ef',GradientType=0 );
	
}
#lp-product-listing .lp-header .background {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	background: rgba(255,255,255,1);
  -webkit-box-shadow: 0px 0px 100px 100px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 100px 100px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 100px 100px rgba(255, 255, 255, 1);
}
#lp-product-listing .lp-header .parallax {
	position: absolute;
	z-index: 2;
	top: -130px;
	width: 1600px;
	left: 50%;
	margin-left: -800px;
	
}
#lp-product-listing .lp-header .foreground {
	text-align: center;
	position: absolute;
	z-index: 3;
	top: 125px;
	left: 0;
	right: 0;
}
#lp-product-listing .lp-header .foreground p {
	margin-left: 15%;
	margin-right: 15%;
}
#lp-product-listing .product-list li:before {
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 15px;
	right: 15px;
	height: 1px;
	background: rgba(138,114,71,1);
}

#lp-product-listing .product-list li:after {
	content: " ";
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: 0px;
	width: 1px;
	background: rgba(138,114,71,1);
}
#lp-product-listing .product-list li:nth-child(3n):after {
	display: none;
}
#lp-product-listing .product-list .product {
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: default;
}
#lp-product-listing .product-list .product img {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#lp-product-listing .product-list .product:hover img {
	opacity: 0;
}
#lp-product-listing .product-list .product .product-name {
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	opacity: 1;
	margin-top: -50px;
	margin-bottom: 50px;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#lp-product-listing .product-list .product:hover .product-name {
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#lp-product-listing .product-list .product .overlay {
  top: 50%;
  left: 20px;
  right: 20px;
	width: inherit;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
#lp-product-listing .product-list .product:after {
  background-color: rgba(138,114,71,.6);
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
#lp-product-listing .product-list .product .overlay img {
	width: 200px;
	height: auto;
	margin: 0 auto 25%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#lp-product-listing .product-list .product:hover .overlay img {
	margin: 45% auto 15%;
	opacity: 1;
}
#lp-product-listing .product-list .product .overlay .product-link {
	color:rgba(138,114,71,1);
}
#lp-product-listing .product-list .product a {
	text-indent: -999999px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#lp-product-listing .product-list .product:hover .overlay,
#lp-product-listing .product-list .product.hover .overlay {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#lp-product-listing .product-list .product:hover:after,
#lp-product-listing .product-list .product.hover:after {
	background-color: rgba(255,255,255,1);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}


#lp-product-listing .present .text-center h2 {
	margin-top: calc(100% - 70%);
}
#lp-product-listing .product-text {
	text-align: center;
	color: rgba(115,115,115,1);
	font-size: 14px;
}

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