/* ----------------------------------------------------------------------------------------------------------- *//* HEADER */@import "header_screen.css";
/* FOOTER */@import "footer_screen.css";
/* COOKIE */@import "cookie.css";
/* FONTS */@import "fonts.css";/* ----------------------------------------------------------------------------------------------------------- */
html{	margin:0;	padding:0;}
body{	margin:0;	padding:0;	font-family: textfont;	font-size: 15pt;	background: #F5F5F5;}
a{	color: white;	text-decoration: none;}
.grid {	width: 800px;	margin: auto;	padding-top: 130px;}
.title{	font-family: popfont;	font-size: 50pt;	color: #02AAAC;	text-align: center;}
.content_just{	font-family: textfont;	font-size: 15pt;	text-align: justify;}.content_center{	font-family: textfont;	font-size: 15pt;	text-align: center;}.content_left{	font-family: textfont;	font-size: 15pt;	text-align: left;}
.cell{	margin-bottom: 10px;	padding: 10px;	background-color: white;}
.cell_text{	margin-bottom: 10px;	padding: 20px;	background-color: white;}
.spessore_finale{	width: 100%;	height: 35px;}.video{	text-align: center;	position: relative;    width: 100%;    height: 0;    padding-bottom: 56.25%;}.video iframe{	position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}.video_2{	text-align: center;	position: relative;    width: 100%;    height: 0;    padding-bottom: 43.75%;}.video_2 img{	position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}.video_title{	margin-top:10px;	color: #FF305B;}.subtitle{	font-size: 12pt;	color: grey;}.date{	text-align: right;	font-size: 10pt;	color: grey;}