<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	font-family: sans-serif;
	background-color: #fff;
	color: #666666;
	font-weight: 100;
}

header {
	text-align: center;
}

.page-wrapper {
	border-bottom: 1px solid #cdcdcd;
	padding: 22px 0 64px 0;
	margin-bottom: 22px;
}
a {
	color: #3f91d2;
	text-decoration: none;
}
a, input, label, .btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h1, h2 {
	font-weight: 100;
	letter-spacing: -0.04em;
}
h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.3em;
	font-weight: 100;
	color: #f15b51;
}

p {
	margin: 0 0 1.5em;
	line-height: 1.8;
}

li {
	line-height: 1.8;
	padding: 0 15px;
}

strong {
	font-weight: 300;
}

ul, ol {
	margin: 0 2em 1.5em;
}

li p {
	margin: 0 0 0.5em;
	line-height: 1.8;
}

.p2 {
	font-weight: 100;
	font-size: larger;
	line-height: 1.38889;
	line-height: 1.8;
	color: #818181;
}

.breadcrumb-text {
	text-transform: uppercase;
	font-size: smaller;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

/**************************************************************************************************************
		* HEADER
		************************************************************************************************************/
.title-header {
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-image: url("../../../../images/header_bg.png");
	background-repeat: repeat;
	background-size: 20% auto;
	background-position: bottom center;
}
.page-overlay {
	background-color:#000;
  opacity:0.75;
	padding: 3.38462% 0;
	height: 9.48718%;
}

.title-header h1 {
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 2.7em;
}
.title-header h2 {
	letter-spacing: -0.02em;
	color: #cbb677;
}

footer {
	padding: 22px 5px;
	text-align: center;
}

.footer-sitemap {
	margin: 64px 0;
}



.translator-text {
	font-family: 'Gentium Basic', serif;
	font-weight: 400;
	font-size: 1.188em;
	line-height: 1.8;
	padding: 5px 15px;
	border: 1px solid #f2f2f2;
}

.right {
	text-align: right;
}</pre></body></html>