<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
::-webkit-scrollbar {
	background: #FEFEFE;
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: #FEFEFE;
}
::-webkit-scrollbar-thumb {
	background: #D9D9D9;
}
:-moz-placeholder {
	opacity: 1;
	color: #C9C9C9;
	position: relative;
	left: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	visibility: visible;
}
::-moz-placeholder {
	opacity: 1;
	color: #C9C9C9;
	position: relative;
	left: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	visibility: visible;
}
::-webkit-input-placeholder {
	opacity: 1;
	color: #C9C9C9;
	position: relative;
	left: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	visibility: visible;
}
:focus:not(:read-only):not(:disabled):-moz-placeholder {
	opacity: 0;
    left: 5%;
	visibility: hidden;
}
.number:focus:not(:read-only):not(:disabled):-moz-placeholder,
.price:focus:not(:read-only):not(:disabled):-moz-placeholder {
    left: -5%;
}
:focus:not(:read-only):not(:disabled)::-moz-placeholder {
	opacity: 0;
    left: 5%;
	visibility: hidden;
}
.number:focus:not(:read-only):not(:disabled)::-moz-placeholder,
.price:focus:not(:read-only):not(:disabled)::-moz-placeholder {
    left: -5%;
}
:focus:not(:disabled):not(:read-only)::-webkit-input-placeholder {
	opacity: 0;
    left: 5%;
	visibility: hidden;
}
.number:focus:not(:disabled):not(:read-only)::-webkit-input-placeholder,
.price:focus:not(:disabled):not(:read-only)::-webkit-input-placeholder {
    left: -5%;
}
input:disabled,
input:read-only,
textarea:disabled,
textarea:read-only {
	cursor: not-allowed;
	background: #F6F6F6 !important;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	color: #010101;
	font-size: 12px;
	font-weight: 300;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	line-height: 1.428571429;
	background: #FEFEFE;
	overflow: hidden;
	overflow-y: auto;
}
a {
	color: inherit;
	text-decoration: none;
}
input,
select,
button,
textarea {
	padding: 1px 0;
	color: #909090;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	background: #FEFEFE;
	border: 1px solid #CACACA;
	outline: none;
	resize: none;
}
textarea,
input[type=text],
input[type=button],
input[type=submit] {
	color: #B9B9B9;
	border: 1px solid #D6D6D6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition:
		color .15s,
		border-color .15s ease-in-out,
		background .15s ease-in-out;
	-moz-transition:
		color .15s,
		border-color .15s ease-in-out,
		background .15s ease-in-out;
	-webkit-transition:
		color .15s,
		border-color .15s ease-in-out,
		background .15s ease-in-out;
}
img {
	border: none;
	position: relative;
}
img:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	/* position: absolute; */
}
ul {
	zoom: 1;
}
.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.clr {
	clear: both;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}
.clear {
}
ul:after,
.clr:before,
.clr:after,
.clear:after {
	content: "";
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}</pre></body></html>