<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** basic default styles **/
html { margin: 0; padding: 0; font-family: "Fira Sans" , Tahoma, Arial, Helvetica , sans-serif; }

h2 
{ 
	border-bottom: 1px solid #ddd; 
	border-top: 1px solid #ddd; 
	color: #363636;
	font-size: 2.6em; 
	line-height: 1.8em; 
	font-weight: 500; 
	margin-top: 25px; 
	margin-bottom: 25px; 
	padding: 10px 0; 
	text-align: center; 
}

.titolo_grande
{
    font-size: 24px;
    font-weight: bold;
    margin: 0px 5px 0px 5px;
    color: #555555;	
}

.sottotitolo
{
    font-size: 16px;
    font-weight: bold;
    margin: 0px 5px 0px 5px;
    color: navy;	
}

/** main blocks **/

#container_responsive 
{ 
	display: block;
	max-width: 1600px;
	margin: 0 auto; 
	margin-top: 0px; 
	margin-bottom: 0px;
	padding: 0px 0px; 
	background: transparent; 
	border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;  
}

/** the form elements **/

.responsive-form 
{ 
	box-sizing: border-box; 
	background-color: transparent; 
}

.logo { width:250px; }

select.selmenu 
{
	border-radius:7px;
	
	font-size: 15px;
	color: #676767;
	padding: 5px; 
	border: 1px solid #aaa;
	width:95%;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 9px;	
	display: block;	
}

.txtinput 
{ 
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 11px 25px;
	padding-left: 55px;
	width: 170px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

.txtinput:focus 
{ 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

.txtinput_icon 
{ 
	font-size: 15px;
    padding: 6px 5px;
    padding-left: 10px;
    width: 75%;
    float:left;
	    	
	border-radius:3px;
    	
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	color: #777;
}

.field_label
{
	float:left; 
	margin-left:4px; 
	margin-bottom:4px;
	text-align:left;
	width: 95%;	
}

.txtinput_noicon 
{ 
	font-size: 15px;
    padding: 6px 5px;
    padding-left: 10px;
    width: 95%;
	    	
	border-radius:3px;
    	
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	color: #777;
	
	/*
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	*/
}

.txtinput_noicon:focus 
{ 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

.txtblock_noicon 
{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	font-size: 18px;
	padding: 11px 25px;
	padding-left: 10px;
	width: 92%;
	height: 120px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.txtblock_noicon:focus 
{
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	outline: 0 none; 
}

.txtblock_noicon_wide 
{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	font-size: 18px;
	padding: 11px 25px;
	padding-left: 10px;
	width:95%;
	height: 120px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.txtblock_noicon_wide:focus 
{
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	outline: 0 none; 
}

.txtblock 
{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	font-size: 18px;
	padding: 11px 25px;
	padding-left: 55px;
	width: 130px;
	height: 120px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.txtblock:focus 
{
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	outline: 0 none; 
}
.txtblock { background: #fff url('images/speech.png') 5px 4px no-repeat; }

#responsive-form #slider { width: 60%; background-color: transparent;}

.aside {float: left;
	width: 280px;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;	
}

.aside_p {
    float: left;
    width: 262px;
    padding: 0px;
    box-sizing: border-box;
    margin: 10px 5px 10px 5px;
    border-radius: 0.25rem;
    /*border: 1px solid rgba(39, 76, 147, 0.21);*/
    min-height: 150px;
    /*box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);*/
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.aside_p:hover{
   transform: scale(1.0);
   box-shadow: 0 5px 10px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.06);
   background-image: linear-gradient(135deg, #f5f7fa 0%, #e7e7e775 100%);
   color: navy;
}

.aside_p1 {
    float: left;
    width: 24%;
    padding: 0px;
    box-sizing: border-box;
    margin: 10px 5px 10px 5px;
    border-radius: 0.25rem;
    /*border: 1px solid rgba(39, 76, 147, 0.21);*/
    min-height: 150px;
    /*box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);*/
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.aside_p1:hover{
   transform: scale(1.0);
   box-shadow: 0 5px 10px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.06);
   background-image: linear-gradient(135deg, #f5f7fa 0%, #e7e7e775 100%);
   color: navy;
}

.aside_c {
    float: left;
    width: 550px;
    min-height: 80px;
    margin: 10px 5px 10px 5px;
    border-radius: 0.15rem;
    box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.aside_d {
    float: left;
    width: 546px;
    min-height: 80px;
    margin: 10px 5px 20px 6px;
    border: 1px solid #ccc;
    border-radius: 0.15rem;
    /*box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);*/
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.aside_e {
    float: left;
    width: 99%;
    min-height: 80px;
    margin: 0px 5px 20px 6px;
    border: 1px solid #ccc;
    border-radius: 0.15rem;
    /*box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);*/
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}


.clear {float: left;
	width: 280px;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
	clear:left;
}

.clear_p { float: left; width: 280px; padding: 0px; box-sizing: border-box; margin: 10px 5px 10px 5px; clear: left; }

.clear_nofloat {
	width: 280px;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
	clear:left;
}

.wide {	float: left;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
}

.wide_3 { clear:left;
	padding: 8px;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
}


.wide_center {	float: center;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
}

.aside_flex {float: left;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
}

.clear_flex {float: left;
	padding: 2px;
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
	clear:left;
}

.clear_one {float: left;
	width: 500px;
	padding: 4px;
	box-sizing: border-box;
	margin: 5px 5px 5px 5px;
	clear:left;
	font-weight:normal;
	text-align:center;
}

.clear_one_nofloat {
	clear:left;
	padding: 4px;
	box-sizing: border-box;
	margin: 5px 5px 5px 5px;
	font-weight:normal;
}

.clear_one_blank {
	clear:left;
	width: 500px;
	padding: 4px;
	box-sizing: border-box;
	margin: 5px 5px 5px 5px;
	font-weight:normal;
}

.clear_three {float: left;
	width: 900px;
	padding: 4px;
	box-sizing: border-box;
	margin: 5px 5px 5px 5px;
	clear:left;
	font-weight:normal;
	text-align:center;
}

.clear_one_100 {float: left;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
	
	font-weight:normal;
	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;	
}

.help_text { display: block; 
			width: 300px; 
			text-align: center; 
			font-weight: bold; 
			font-size:14px; 
			background-color: rgb(244, 244, 244);
    		border-radius: 8px; 	
    		padding: 6px;}

.help_text_35 { display: block; 
			height:35px; 
			text-align: center; 
			font-weight: bold; 
			font-size:14px; 
			background-color: rgb(244, 244, 244);
    		border-radius: 8px; 	
    		padding: 2px;}

#wrapping {  box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

/** custom buttons **/

.buttons { display: block; padding-top: 10px; text-align: center;  /* border-bottom: 3px solid #f6f6f6; */}

.resetbtn 
{
display: block;
float: left;
color: #515151;
text-shadow: -1px 1px 0px #fff;
margin-left: 10px;
margin-right: 10px;
height: 2em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1.3em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);    background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
border: 1px solid #969696;
box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.resetbtn:hover {
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
color: #818181;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border-color: #aeaeae;
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}

.submitbtn {
display: block;
float: left;
height: 2em;
padding: 0 1em;
margin-left: 10px;
margin-right: 10px;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 1.3em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}

.submitbtn:hover, .submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
</pre></body></html>