<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #092b3b;
}
header,article,footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
h1 {
	margin: 0;
	padding: 1em;
	font-size: 60px;
	text-decoration: none;
}
#logo {
	text-decoration: none;
}
#perex h2 {
	margin-top: 0;
	font-size:2em;
}
#perex ul {
	font-size: 1em;
	list-style-image: url('img/listimg.png');
}
#perex.center {
	text-align: center;
}
#coopinfo {
	float: right;
	color: #587c92;
	font-size: 0.66em;
	text-align: right;
}
#hclogo {
	position: relative;
	top: 1em;
	right: 2.5em;
}
article {
	background: white url(img/articlegradient.png) repeat-x;
	background-position: 0px 366px; /*zacina tak vysoko, jak vysoky je obrazek #pereximg (pokud musi byt #pereximg zarovnany dolu na linku)
	min-height: 66em; */
}
.container {
	margin: 0 auto;
	padding: 0;
	width: 47em;
	display: block;
	text-align: left;
	border: 1 px solid gray;
}
#pereximg {
	margin: 0;
	padding: 0;
}
#perex {
	width: 50%;
	float: right;
}
#form {
	float: right;
	width: 580px;
	min-height: 800px;
	background: white url('img/formtoplines.png') top center no-repeat;
}
#forminside {
	width: 580px;
	height: auto;
	margin-top: 50px;
	padding-bottom: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	overflow: hidden;
}
#forminside h3 {
	margin: 1em;
	padding-top: 0;
	font-size: 1.75em;
	color: #1485cc;
}
#forminside p {
	color: #999;
}
#forminside iframe {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
#formbuttona {
	display: inline-block;
	padding: 0.99em;
	padding-bottom: 1.53em;
	font-size: 0.75em;
	color: white;
	background: red url('img/formbtn-bg1.png') bottom right no-repeat;
	text-decoration: none;
}
#formbuttona:hover {
	text-decoration: underline;
}
#formbuttonb {
	display: inline-block;
	padding: 0.99em;
	padding-bottom: 1.53em;
	font-size: 0.75em;
	color: white;
	background: #608a9f url('img/formbtn-bg2.png') bottom right no-repeat;
	text-decoration: none;
}
#formbuttonb:hover {
	text-decoration: underline;
}
#reasons {
	width: 45%;
}
#reasons h3 {
	font-size: 1.5em;
	background: url(img/arrow.png) bottom right no-repeat;
}
#loanablevalue {
	color:red;
	font-size:2em;
	font-weight:700;
}
#indexvideo {
	width: 100%;
	height: auto;
}









@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		color: #092b3b;
	}
	header,article,footer {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	h1 {
		margin: 0;
		padding: 0;
		font-size: 60px;
		text-decoration: none;
	}
	#logo {
		text-decoration: none;
	}
	#perex h2 {
		margin-top: 0;
		font-size:1.75em;
	}
	#perex ul {
		font-size: 1em;
		list-style-image: url('img/listimg.png');
	}
	#perex p {
		font-size: 0.79em;
	}
	#coopinfo {
		float: right;
		color: #587c92;
		font-size: 0.66em;
		text-align: right;
	}
	#hclogo {
		position: relative;
		top: 1em;
		right: 2.5em;
	}
	article {
		background: white url(img/articlegradient.png) repeat-x;
		background-position: 0px 494px; /*zacina tak vysoko, jak vysoky je obrazek #pereximg (pokud musi byt #pereximg zarovnany dolu na linku)
		min-height: 66em; */
	}
	.container {
		margin: 0 auto;
		padding: 0;
		width: 19.5em;
		display: block;
		text-align: left;
		border: 1 px solid gray;
	}
	#pereximg {
		max-width: 100%;
		margin: 0;
		margin-top: 1em;
		padding: 0;
	}
	#perex {
		width: 100%;
		margin-bottom: 3em;
	}
	#form {
		display: none;
		width: 100%;
		min-height: 800px;
		background: url('img/formtoplines.png') top center no-repeat;
	}
	form.display {
		display: unset;
	}
	#forminside {
		width: 100%;
		height: auto;
		margin-top: 50px;
		padding-bottom: 50px;
		background-color: white;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		text-align: center;
		overflow: hidden;
	}
	#forminside h3 {
		margin: 1em;
		padding-top: 0;
		font-size: 1.75em;
		color: #1485cc;
	}
	#forminside p {
		color: #999;
	}
	#forminside iframe {
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}
	#formbuttona {
		display: inline-block;
		padding: 0.99em;
		padding-bottom: 1.53em;
		font-size: 0.75em;
		color: white;
		background: red url('img/formbtn-bg1.png') bottom right no-repeat;
		text-decoration: none;
	}
	#formbuttona:hover {
		text-decoration: underline;
	}
	#formbuttonb {
		display: inline-block;
		padding: 0.99em;
		padding-bottom: 1.53em;
		font-size: 0.75em;
		color: white;
		background: #608a9f url('img/formbtn-bg2.png') bottom right no-repeat;
		text-decoration: none;
	}
	#formbuttonb:hover {
		text-decoration: underline;
	}
	#reasons {
		width: 100%;
	}
	#reasons h3 {
		font-size: 1.5em;
		background: url(img/arrow.png) bottom right no-repeat;
	}
	#loanablevalue {
		color:red;
		font-size:1.5em;
		font-weight:700;
	}
	#videoplayer {
		width: 469px;
		height: 263px;
	}
	#indexvideo {
		width: 100%;
		height: auto;
	}
}










@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		color: #092b3b;
	}
	header,article,footer {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	h1 {
		margin: 0;
		padding: 1em;
		font-size: 60px;
		text-decoration: none;
	}
	#logo {
		text-decoration: none;
	}
	#perex h2 {
		margin-top: 0;
		font-size:2em;
	}
	#perex ul {
		font-size: 1em;
		list-style-image: url('img/listimg.png');
	}
	#coopinfo {
		float: right;
		color: #587c92;
		font-size: 0.66em;
		text-align: right;
	}
	#hclogo {
		position: relative;
		top: 1em;
		right: 2.5em;
	}
	article {
		background: white url(img/articlegradient.png) repeat-x;
		background-position: 0px 494px; /*zacina tak vysoko, jak vysoky je obrazek #pereximg (pokud musi byt #pereximg zarovnany dolu na linku)
		min-height: 66em; */
	}
	.container {
		margin: 0 auto;
		padding: 0;
		width: 26em;
		display: block;
		text-align: left;
		border: 1 px solid gray;
	}
	#pereximg {
		max-width: 40%;
		margin: 0;
		padding: 0;
	}
	#perex {
		width: 100%;
		margin-bottom: 3em;
	}
	#form {
		display: unset;
		float: right;
		width: 55%;
		max-width: 55%;
		min-height: 800px;
		background: url('img/formtoplines.png') top center no-repeat;
	}
	form.display {
		width: 60%;
		display: unset;
		float: none;
	}
	#forminside {
		width: 100%;
		height: auto;
		margin-top: 50px;
		padding-bottom: 50px;
		background-color: white;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		text-align: center;
		overflow: hidden;
	}
	#forminside h3 {
		margin: 1em;
		padding-top: 0;
		font-size: 1.75em;
		color: #1485cc;
	}
	#forminside p {
		color: #999;
	}
	#forminside iframe {
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}
	#formbuttona {
		display: inline-block;
		padding: 0.99em;
		padding-bottom: 1.53em;
		font-size: 0.75em;
		color: white;
		background: red url('img/formbtn-bg1.png') bottom right no-repeat;
		text-decoration: none;
	}
	#formbuttona:hover {
		text-decoration: underline;
	}
	#formbuttonb {
		display: inline-block;
		padding: 0.99em;
		padding-bottom: 1.53em;
		font-size: 0.75em;
		color: white;
		background: #608a9f url('img/formbtn-bg2.png') bottom right no-repeat;
		text-decoration: none;
	}
	#formbuttonb:hover {
		text-decoration: underline;
	}
	#reasons {
		width: 40%;
	}
	#reasons h3 {
		font-size: 1.5em;
		background: url(img/arrow.png) bottom right no-repeat;
	}
	#loanablevalue {
		color:red;
		font-size:1.5em;
		font-weight:700;
	}
	#videoplayer {
		width: 256px;
		height: 143px;
	}
	#indexvideo {
		width: 100%;
		height: auto;
	}
}










@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 

	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		color: #092b3b;
	}
	header,article,footer {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	h1 {
		margin: 0;
		padding: 1em;
		font-size: 60px;
		text-decoration: none;
	}
	#logo {
		text-decoration: none;
	}
	#perex h2 {
		margin-top: 0;
		font-size:2em;
	}
	#perex ul {
		font-size: 1em;
		list-style-image: url('img/listimg.png');
	}
	#coopinfo {
		float: right;
		color: #587c92;
		font-size: 0.66em;
		text-align: right;
	}
	#hclogo {
		position: relative;
		top: 1em;
		right: 2.5em;
	}
	article {
		background: white url(img/articlegradient.png) repeat-x;
		background-position: 0px 494px; /*zacina tak vysoko, jak vysoky je obrazek #pereximg (pokud musi byt #pereximg zarovnany dolu na linku)
		min-height: 66em; */
	}
	.container {
		margin: 0 auto;
		padding: 0;
		width: 39em;
		display: block;
		text-align: left;
		border: 1 px solid gray;
	}
	#pereximg {
		max-width: 40%;
		margin: 0;
		padding: 0;
	}
	#perex {
		width: 100%;
		margin-bottom: 3em;
	}
	#form {
		display: unset;
		float: right;
		width: 55%;
		max-width: 55%;
		min-height: 800px;
		background: url('img/formtoplines.png') top center no-repeat;
	}
	form.display {
		width: 60%;
		display: unset;
		float: none;
	}
	#forminside {
		width: 100%;
		height: auto;
		margin-top: 50px;
		padding-bottom: 50px;
		background-color: white;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		text-align: center;
		overflow: hidden;
	}
	#forminside h3 {
		margin: 1em;
		padding-top: 0;
		font-size: 1.75em;
		color: #1485cc;
	}
	#forminside p {
		color: #999;
	}
	#forminside iframe {
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}
	#formbuttona {
		display: inline-block;
		padding: 0.99em;
		padding-bottom: 1.53em;
		font-size: 0.75em;
		color: white;
		background: red url('img/formbtn-bg1.png') bottom right no-repeat;
		text-decoration: none;
	}
	#formbuttona:hover {
		text-decoration: underline;
	}
	#formbuttonb {
		display: inline-block;
		padding: 0.99em;
		padding-bottom: 1.53em;
		font-size: 0.75em;
		color: white;
		background: #608a9f url('img/formbtn-bg2.png') bottom right no-repeat;
		text-decoration: none;
	}
	#formbuttonb:hover {
		text-decoration: underline;
	}
	#reasons {
		width: 40%;
	}
	#reasons h3 {
		font-size: 1.5em;
		background: url(img/arrow.png) bottom right no-repeat;
	}
	#loanablevalue {
		color:red;
		font-size:2em;
		font-weight:700;
	}	
	#videoplayer {
		width: 400px;
		height: 224px;
	}
	#indexvideo {
		width: 100%;
		height: auto;
	}
}










@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #092b3b;
}
header,article,footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
h1 {
	margin: 0;
	padding: 1em;
	font-size: 60px;
	text-decoration: none;
}
#logo {
	text-decoration: none;
}
#perex h2 {
	margin-top: 0;
	font-size:2em;
}
#perex ul {
	font-size: 1em;
	list-style-image: url('img/listimg.png');
}
#coopinfo {
	float: right;
	color: #587c92;
	font-size: 0.66em;
	text-align: right;
}
#hclogo {
	position: relative;
	top: 1em;
	right: 2.5em;
}
article {
	background: white url(img/articlegradient.png) repeat-x;
	background-position: 0px 494px; /*zacina tak vysoko, jak vysoky je obrazek #pereximg (pokud musi byt #pereximg zarovnany dolu na linku)
	min-height: 66em; */
}
.container {
	margin: 0 auto;
	padding: 0;
	width: 42em;
	display: block;
	text-align: left;
	border: 1 px solid gray;
}
#pereximg {
	max-width: 40%;
	margin: 0;
	padding: 0;
}
#perex {
	width: 100%;
	margin-bottom: 3em;
}
#form {
	display: unset;
	float: right;
	width: 55%;
	max-width: 55%;
	min-height: 800px;
	background: url('img/formtoplines.png') top center no-repeat;
}
form.display {
	width: 60%;
	display: unset;
	float: none;
}
#forminside {
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding-bottom: 50px;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	overflow: hidden;
}
#forminside h3 {
	margin: 1em;
	padding-top: 0;
	font-size: 1.75em;
	color: #1485cc;
}
#forminside p {
	color: #999;
}
#forminside iframe {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
#formbuttona {
	display: inline-block;
	padding: 0.99em;
	padding-bottom: 1.53em;
	font-size: 0.75em;
	color: white;
	background: red url('img/formbtn-bg1.png') bottom right no-repeat;
	text-decoration: none;
}
#formbuttona:hover {
	text-decoration: underline;
}
#formbuttonb {
	display: inline-block;
	padding: 0.99em;
	padding-bottom: 1.53em;
	font-size: 0.75em;
	color: white;
	background: #608a9f url('img/formbtn-bg2.png') bottom right no-repeat;
	text-decoration: none;
}
#formbuttonb:hover {
	text-decoration: underline;
}
#reasons {
	width: 40%;
}
#reasons h3 {
	font-size: 1.5em;
	background: url(img/arrow.png) bottom right no-repeat;
}
#loanablevalue {
	color:red;
	font-size:2em;
	font-weight:700;
}
#videoplayer {
	width: 400px;
	height: 224px;
}
#indexvideo {
	width: 100%;
	height: auto;
}
}










@media (min-width:1281px) { /* hi-res laptops and desktops */ 

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #092b3b;
}
header,article,footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
h1 {
	margin: 0;
	padding: 1em;
	font-size: 60px;
	text-decoration: none;
}
#logo {
	text-decoration: none;
}
#perex h2 {
	margin-top: 0;
	font-size: 2em;
}
#perex ul {
	font-size: 1em;
	list-style-image: url('img/listimg.png');
}
#coopinfo {
	float: right;
	color: #587c92;
	font-size: 0.66em;
	text-align: right;
}
#hclogo {
	position: relative;
	top: 1em;
	right: 2.5em;
}
article {
	background: white url(img/articlegradient.png) repeat-x;
	background-position: 0px 20em; /*zacina tak vysoko, jak vysoky je obrazek #pereximg (pokud musi byt #pereximg zarovnany dolu na linku)
	min-height: 66em; */
}
.container {
	margin: 0 auto;
	padding: 0;
	width: 50em;
	display: block;
	text-align: left;
	border: 1 px solid gray;
}
#pereximg {
	max-width: 50%;
	margin: 0;
	padding: 0;
}
#perex {
	width: 100%;
	margin-bottom: 3em;
}
#perex p {
	color: gray;
	text-align: center;
}
#form {
	display: unset;
	float: right;
	width: 55%;
	max-width: 55%;
	min-height: 800px;
	background:  url('img/formtoplines.png') top center no-repeat;
}
form.display {
	width: 60%;
	display: unset;
	float: none;
	margin: 0 auto;
}
#forminside {
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding-bottom: 50px;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	overflow: hidden;
}
#forminside h3 {
	margin: 1em;
	padding-top: 0;
	font-size: 1.75em;
	color: #1485cc;
}
#forminside p {
	color: #999;
}
#forminside iframe {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
#formbuttona {
	display: inline-block;
	padding: 0.99em;
	padding-bottom: 1.53em;
	font-size: 0.75em;
	color: white;
	background: red url('img/formbtn-bg1.png') bottom right no-repeat;
	text-decoration: none;
}
#formbuttona:hover {
	text-decoration: underline;
}
#formbuttonb {
	display: inline-block;
	padding: 0.99em;
	padding-bottom: 1.53em;
	font-size: 0.75em;
	color: white;
	background: #608a9f url('img/formbtn-bg2.png') bottom right no-repeat;
	text-decoration: none;
}
#formbuttonb:hover {
	text-decoration: underline;
}
#reasons {
	width: 40%;
}
#reasons h3 {
	font-size: 1.5em;
	background: url(img/arrow.png) bottom right no-repeat;
}
#loanablevalue {
	color:red;
	font-size:2em;
	font-weight:700;
}
#videoplayer {
	width: 500px;
	height: 281px;
}
#indexvideo {
	width: 100%;
	height: auto;
}
}</pre></body></html>