<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: -apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #17425C;
	background: #F7F7F7;
	margin: 0;
	padding: 0;
}
/* Perche registrarsi */
.registra &gt; h3 {
	padding: 15px;
	margin: 0;
}
.registra &gt; p {
	padding: 40px 15px;
	margin: 0;
	border-bottom: 1px solid #C8C7CC;
}
.registra &gt; div {
	padding: 15px 20px 0 20px;
	background: #fff;
	text-align: center;
}
.registra &gt; div &gt; h4 {
	text-transform: uppercase;
	font-size: 18px;
}
.registra &gt; div &gt; p {
	color: #7791A2;
	border-bottom: 1px solid #C8C7CC;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.registra &gt; div &gt; img {
	max-width: 290px;
}

/* Dati societari */
.dati h4 {
	padding: 15px;
	margin: 0;
	color: #AEAEAE;
	border-bottom: 1px solid #C8C7CC;
	font-size: 14px;
	text-transform: uppercase;
}
.dati p {
	background: #fff;
	padding: 15px;
	border-bottom: 1px solid #C8C7CC;
	margin: 0;
	color: #7791A2;
	font-size: 14px;
}

/* Regolamento */
.regolamento h4 {
	padding: 15px;
	margin: 0;
	color: #AEAEAE;
	border-bottom: 1px solid #C8C7CC;
	font-size: 14px;
	text-transform: uppercase;
}
.regolamento div {
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #C8C7CC;
}
.regolamento p.title {
	padding: 15px 15px 15px 0;
	border-bottom: 1px solid #C8C7CC;
	margin: 0;
	margin-bottom: 15px;
	color: #17425C;
	font-size: 14px;
}
.regolamento p,
.regolamento ol {
	background: #fff;
	color: #7791A2;
	font-size: 14px;
	margin-top: 0;
}

/* Privacy */
.privacy {
	padding: 15px;
}

.txt-chiaro {
	color: #7791A2;
}
.txt-grigio {
	color: #AEAEAE;
}

a.bottone {
	background: #19425b; 
	border: 1px solid #19425b; 
	border-radius: 4px; 
	display: inline-block; 
	font-size: 1em !important; 
	text-align: center; 
	color: #fff; 
	text-decoration: none; 
	padding: 5px 30px;"
}
</pre></body></html>