 html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #265B92;
  image-rendering: auto;
 
}
body::-webkit-scrollbar {
  width: 1rem;
  background-color: #36393C;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: none
}
body::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border-radius: .5rem
}
.nomobile {
	visibility: visible;
}
.nodesktop {
	visibility: hidden;
	display: none;
}
.container{
	position: relative;
	overflow: hidden;
}
.pinkgrad{
	position: absolute;
	left: -90%;
	top: 8%;
	width: 150%;
	/* background-color: #ed78c3; */
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(237, 120, 195, 0.00)), to(rgba(237, 120, 195, 1.00)));
	background-image: -webkit-radial-gradient(50% 50%, rgba(237, 120, 195, 1.00), rgba(237, 120, 195, 0.00));
	background-image: -moz-radial-gradient(50% 50%, rgba(237, 120, 195, 1.00), rgba(237, 120, 195, 0.00));
	background-image: -o-radial-gradient(50% 50%, rgba(237, 120, 195, 1.00), rgba(237, 120, 195, 0.00));
	background-image: -ms-radial-gradient(50% 50%, rgba(237, 120, 195, 1.00), rgba(237, 120, 195, 0.00));
	background-image: radial-gradient(50% 50%, rgba(237, 120, 195, 1.00), rgba(237, 120, 195, 0.00));
}
.pinkgrad:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.yellowgrad{
	position: absolute;
	right: -90%;
	top: 20%;
	width: 150%;
	/*background-color: #ffe400;*/
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(255, 228, 0, 0.00)), to(rgba(255, 228, 0, 1.00)));
	background-image: -webkit-radial-gradient(50% 50%, rgba(255, 228, 0, 1.00), rgba(255, 228, 0, 0.00));
	background-image: -moz-radial-gradient(50% 50%, rgba(255, 228, 0, 1.00), rgba(255, 228, 0, 0.00));
	background-image: -o-radial-gradient(50% 50%, rgba(255, 228, 0, 1.00), rgba(255, 228, 0, 0.00));
	background-image: -ms-radial-gradient(50% 50%, rgba(255, 228, 0, 1.00), rgba(255, 228, 0, 0.00));
	background-image: radial-gradient(50% 50%, rgba(255, 228, 0, 1.00), rgba(255, 228, 0, 0.00));
}
.yellowgrad:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.purplegrad{
	position: absolute;
	left: 0%;
	top: 15%;
	width: 100%;
	/*background-color: #220075;*/
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(34, 0, 117, 0.00)), to(rgba(34, 0, 117, 1.00)));
	background-image: -webkit-radial-gradient(50% 50%, rgba(34, 0, 117, 1.00), rgba(34, 0, 117, 0.00));
	background-image: -moz-radial-gradient(50% 50%, rgba(34, 0, 117, 1.00), rgba(34, 0, 117, 0.00));
	background-image: -o-radial-gradient(50% 50%, rgba(34, 0, 117, 1.00), rgba(34, 0, 117, 0.00));
	background-image: -ms-radial-gradient(50% 50%, rgba(34, 0, 117, 1.00), rgba(34, 0, 117, 0.00));
	background-image: radial-gradient(50% 50%, rgba(34, 0, 117, 1.00), rgba(34, 0, 117, 0.00));
}
.purplegrad:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.greengrad{
	position: absolute;
	right: -100%;
	top: 40%;
	width: 150%;
	/*background-color: #b1ff20;*/
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(177, 255, 32, 0.00)), to(rgba(177, 255, 32, 1.00)));
	background-image: -webkit-radial-gradient(50% 50%, rgba(177, 255, 32, 1.00), rgba(177, 255, 32, 0.00));
	background-image: -moz-radial-gradient(50% 50%, rgba(177, 255, 32, 1.00), rgba(177, 255, 32, 0.00));
	background-image: -o-radial-gradient(50% 50%, rgba(177, 255, 32, 1.00), rgba(177, 255, 32, 0.00));
	background-image: -ms-radial-gradient(50% 50%, rgba(177, 255, 32, 1.00), rgba(177, 255, 32, 0.00));
	background-image: radial-gradient(50% 50%, rgba(177, 255, 32, 1.00), rgba(177, 255, 32, 0.00));
}
.greengrad:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.condomhome{
	position: absolute;
	right: -12%;
	top: 2%;
	width: 48%;
	height: auto;
	text-align: right;
	/* background-image: url(images/condomhome.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat; */
}
.condomhome video {
  width: 100%
}

.condomquiz{
	position: absolute;
	left: -15%;
	top: 64%;
	width: 50vw;
	/* background-image: url(images/condomhome.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat; */
}
.condomquiz video {
  width: 100%
}

.lamphome{
	position: absolute;
	left: 0%;
	top: 2%;
	width: 32%;
	/* background-image: url(images/lamphome.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat; */
}
.lamphome video {
  width: 100%
}
/* .lamphome:before {
  content: "";
  display: block;
  padding-top: 100%;
} */

.lemon{
	position: absolute;
	left: -4%;
	top: -2%;
	width: 35%;
	/* background-image: url(images/lemon.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat; */
}
.lemon video {
  width: 100%
}
/* .lemon:before {
  content: "";
  display: block;
  padding-top: 100%;
} */
.peach{
	position: absolute;
	right: -5%;
	top: -32%;
	width: 30%;
	/* mix-blend-mode: lighten; */
}
.peach:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.peach video {
  width: 100%
}

.header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 60vh;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.introduction {
  position: relative;
  left: 0;
  top: 0;
  width: 75%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  
  font-family: 'Oswald', sans-serif;
  font-size: calc(1em + 0.6vmin);
  color: #fff;
  font-weight: 300;
  line-height: 140%;
  
  margin: 0 auto;
  padding: 4em 0 4em 0;
  max-width: 1050px;
  text-align: center;
}
.introduction strong{
  font-weight: 600;
}
.introduction img{
  width: 90%;
}
.aluciaccesse_section {
  position: relative;
  left: 0;
  top: 0;
  width: 75%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  
  font-family: 'Oswald', sans-serif;
  font-size: calc(1em + 0.4vmin);
  color: #fff;
  font-weight: 300;
  line-height: 140%;
  
  margin: 0 auto;
  padding: 0em 0 4em 0;
  max-width: 1050px;
  text-align: center;
}
.aluciaccesse_section img{
  width: 60%;
}
.aluciaccesse_section_text{
	text-align: left;
	column-count: 2;
	break-inside: avoid-column;
	column-gap: 3%;
	padding: 1em 0 3em 0;
	
}
.aluciaccesse_section_text li{
	-webkit-column-break-inside: avoid;
	  page-break-inside: avoid;
		   break-inside: avoid;
		   list-style-type: none;
		   
}

.statson_section {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  
  font-family: 'Oswald', sans-serif;
  font-size: calc(1em + 0.4vmin);
  color: #fff;
  font-weight: 300;
  line-height: 140%;
  
  margin: 0 auto;
  padding: 5em 0 2em 0;
  text-align: center;
}
.statson_section img{
  width: 100%;
}
.statsonline{
	position: absolute;
	top: 5%;
	width: 100%;
	height: 8%;
	background-image: url(images/statsonline.png);
	background-size: contain;
	background-position: left center;
	background-repeat: repeat-x;
}
.seguici_section {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 10em 0;
  margin: 0;
  
  font-family: 'Oswald', sans-serif;
  font-size: calc(1em + 0.4vmin);
  color: #fff;
  font-weight: 300;
  line-height: 140%;
  
  margin: 0 auto;
  padding: 2em 0 4em 0;
  text-align: center;
}
.seguici_section img{
  width: 30%;
}
.skuola {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 100%;
  height: 110px;
  background-image: url(images/skuola.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.btnyellow{
	background-color: #FEDF00;
	display: inline-block;
	padding: 0.5em 2em;
	border-radius: 10px;
	color: #000569;
	font-weight: 500;
	
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	
	cursor: pointer;
	transition: all 300ms ease-in-out;
}
.btnyellow:hover{
	background-color: #000569;
	display: inline-block;
	padding: 0.5em 2em;
	border-radius: 10px;
	color: #FEDF00;
	font-weight: 500;
	
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	
	cursor: pointer;
}
.btncookie{
	width: 100%;
	background-color: #FEDF00;
	display: inline-block;
	padding: 0.5em 0em;
	border-radius: 5px;
	color: #000569;
	font-weight: 500;
	text-align: center;
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.18);
	margin-top: 0.5em;
	cursor: pointer;
	border: 1px solid rgba(40, 40, 40, 0.148);
	
}
.btnprosegui{
	position: absolute;
	left: 50%;
	bottom: 5%;
	font-family: 'Oswald', sans-serif;
	background-color: #FEDF00;
	padding: 0.5em 2em;
	border-radius: 10px;
	color: #000569;
	font-weight: 500;
	font-size: calc(1em + 0.3vmin);
	
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	
	cursor: pointer;
}
.logo {
  position: absolute;
  left: 10%;
  top: 25%;
  width: 80%;
  height: 70%;
  background-image: url(images/logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.arrowdown{
  position: absolute;
  width: 30%;
  height: 2vh;
  left: 50%;
  bottom: 4%;
  text-align: center;

  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);

  cursor: pointer;
  transition: all 300ms ease-in-out;

  opacity: 1;
}
.spotlights{
  position: fixed;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 180%;
  background-image: url(images/spotlights.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.2;
  mix-blend-mode: soft-light;
}
.homespotlight{
  position: absolute;
  left: 0%;
  top: -9%;
  width: 100%;
  height: 200vh;
  background-image: url(images/homespotlight.png);
  background-size: cover;
  background-size: 115%;
  background-position: center center;
  background-repeat: no-repeat;
}
.arrowdown:hover{
  opacity: 0.5;
}
.onlyfactscontainer {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  
  font-family: 'Oswald', sans-serif;
  font-size: calc(1em + 0.6vmin);
  color: #fff;
  font-weight: 300;
  line-height: 140%;
  
  margin: 0 auto;
  padding: 0em 0 4em 0;
  text-align: center;
}
.onlyfactscontainer strong{
  font-weight: 600;
}
.onlyfactscontainer img{
  width: 90%;
}
.onlyfacts_grid {
	position: relative;
	left: 0%;
	width: 90%;
	display: inline-grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 1.5em;
	grid-row-gap: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	max-width: 1600px;
}
.onlyfacts_grid_single {
	grid-column: span 2;
	position: relative;
	height: auto;
	top: 0;
	opacity: 1;
	text-align: center;
	/*min-width: 220px;*/
	transition: transform 0.2s ease-out;
	min-width: 0;
	/*background-color: #76c2f6;*/
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(118, 194, 246, 0.60)), to(rgba(243, 235, 178, 0.60)));
	background-image: -webkit-linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
	background-image: -moz-linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
	background-image: -o-linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
	background-image: -ms-linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
	background-image: linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));

	border-radius: 15px;
	
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
}
.onlyfacts_grid_single:last-child:nth-child(3n - 1) {
  grid-column-end: -2;
}

.onlyfacts_grid_single:nth-last-child(2):nth-child(3n + 1) {
  grid-column-end: 4;
}
.onlyfacts_grid_single:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.factnum{
	padding: 1em 0 0em 0;
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 0.2vmin);
	color: #fff;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.3em;
}
.facthas{
	padding: 0em 0 0em 0;
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 0.2vmin);
	color: #FEDF00;
	font-weight: 600;
	line-height: 140%;
}
.factperc{
	padding: 0em 0 0em 0;
	font-family: 'Oswald', sans-serif;
	font-size: calc(4em + 6vmin);
	color: #F1F3FF;
	font-weight: 600;
	line-height: 140%;
	text-shadow: rgba(0, 0, 0, 0.2) 2px 5px;
}
.facttext{
	padding: 0em 1.5em 2em 1.5em;
	font-family: 'Oswald', sans-serif;
	font-size: calc(0.8em + 0.2vmin);
	color: #ffffff;
	font-weight: 400;
	line-height: 120%;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 2px;
}
.factframe{
	position: absolute;
	left: 2%;
	top: -2%;
	width: 96%;
	height: 100%;
	border: 2px solid white;
	border-radius: 15px;
	
	box-sizing: border-box;
	
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
}
.statsoneframe{
	position: absolute;
	left: 50%;
	top: 52%;
	width: 19.6%;
	height: 74%;
	border: 3px solid white;
	border-radius: 15px;
	
	box-sizing: border-box;
	
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.qandarepeat{
	position: relative;
	margin-left: -200%;
	width: 300%;
	height: 22vh;
	background-image: url(images/qanda.png);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
}
.continfocard{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.qatitle{
	position: absolute;
	left: 50%;
	top: 8%;
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 1.5vmin);
	color: #FEDF00;
	font-weight: 600;
	line-height: 100%;
	text-align: center;
	
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.qatitle span{
	font-size: 0.6em;
}
.qaquestion{
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 1.2vmin);
	color: #ffffff;
	font-weight: 600;
	line-height: 125%;
	text-align: center;
	margin-bottom: 0.4em;
}




.qaanswer{
	position: absolute;
	width: 80%;
	left: 50%;
	top: 55%;
	font-family: 'Oswald', sans-serif;
	font-size: calc(0.8em + 0.5vmin);
	color: #ffffff;
	font-weight: 300;
	line-height: 135%;
	text-align: center;
	
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.quizpattern{
	position: absolute;
	right: 0;
	margin-right: -50%;
	bottom: -20vh;
	width: 300%;
	height: 35vh;
	background-image: url(images/quizpattern.png);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
}

.contquiz {
  	position: relative;
  	/* left: calc(17% - 67% - 67% - 67% - 67% - 67%); */
  	left: calc(17%);
  	top: 0;
  	width: calc(67vw * 9);
  	height: auto;
  	display: inline-block;
  	padding: 24vh 0 10vh 0;
  	text-align: center;
}
.quiz_single{
	position: relative;
	left: 0%;
	top: 0%;
	width: 66vw;
	height: auto;
	min-height: 100%;
	margin-right: 1vw;
	/*background-color: #76c2f6;*/
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(118, 194, 246, 0.35)), to(rgba(243, 235, 178, 0.35)));
	background-image: -webkit-linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
	background-image: -moz-linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
	background-image: -o-linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
	background-image: -ms-linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
	background-image: linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
	float: left;
	border-radius: 15px;
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	display: inline-block;
}
.qatitlequiz{
	position: relative;
	left: 50%;
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 1.5vmin);
	color: #FEDF00;
	font-weight: 600;
	line-height: 100%;
	text-align: center;
	padding-top: 8%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.qaquestionquiz{
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 1.8vmin);
	color: #ffffff;
	font-weight: 600;
	line-height: 125%;
	text-align: center;
	margin-bottom: 0.4em;
	padding: 1em 3em;
	min-height: 2.5em;
}
.contbottoniquiz{
	position: relative;
	left: 0%;
	width: auto;
	display: inline-flex;
	  justify-content: center;
	  align-items: stretch;
	  flex-direction: column;
	padding-bottom: 14vh;
}
.btnrisposta{
	width: auto;
	display: block;
	background-color: #DBEBFF;
	padding: 0.3em 1.5em;
	border-radius: 15px;
	color: #2D5B92;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 1vmin);
	
	margin-bottom: 0.3em;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	
}
.btnrisposta:hover{
	opacity: 0.8;
	transition: all 300ms ease-in-out;
}
.quizanswer{
	position: absolute;
	width: 60%;
	height: auto;
	left: 50%;
	top: 50%;
	background-color: rgba(15, 14, 110, 0.9);
	background-image: url(images/bgcard.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 1vmin);
	color: #fff;
	padding: 2.5em 3em;
	border-radius: 25px;
	box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	-webkit-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	-moz-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	border: 3px solid #fff;
}


.blackoverlay{
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.595);

}
.notametodo{
	position: fixed;
	width: 60%;
	height: auto;
	left: 50%;
	top: 50%;
	background-color: rgba(15, 14, 110, 0.9);
	background-image: url(images/bgcard.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'Oswald', sans-serif;
	font-size: calc(1em + 0vmin);
	line-height: 120%;
	color: #fff;
	padding: 2.5em 3em;
	border-radius: 25px;
	box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	-webkit-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	-moz-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	border: 3px solid #fff;
	overflow: hidden;
}
.closebtnpress{
	position: absolute;
	right: 15px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px 2px 5px 5px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: flex;
	  justify-content: center;
}
.closebtnpress img{
	width: 40%;
	margin: auto;
	display: block;
}

.cookieoverlay{
	position: fixed;
	width: 10%;
	height: auto;
	left: 1%;
	bottom: 2%;
	background-color: rgba(235, 235, 235, 0.98);

	font-family: 'Oswald', sans-serif;
	font-size: calc(0.8em + 0vmin);
	line-height: 120%;
	color: #222;
	padding: 1em 0.8em;
	border-radius: 10px;
	box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	-webkit-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	-moz-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	border: 3px solid #fff;
	overflow: hidden;
	text-align: center;
	
	min-width: 110px;
}


.quiztemp{
	position: absolute;
	left: 20%;
	top: 0%;
	width: 60%;
	height: 100%;

	background-image: url(images/quiztemp.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.quizframe{
	position: absolute;
	left: 1%;
	top: -2%;
	width: 98%;
	height: 100%;
	border: 2px solid white;
	border-radius: 15px;
	
	box-sizing: border-box;
	
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
}
.cookies{
	padding: 3em 0;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 130%;
}
.cookies a{
	color: #FEDF00;
	text-decoration: none;
}
.cookies a:hover{
	color: #B19FDA;
	text-decoration: none;
}
.slickdiv{
	padding: 0;
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
}
.slick-prev:before, .slick-next:before { 
	color:rgb(255, 255, 255) !important;
}
.statson_section .slick-slide {
transform: scale(0.9);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.statson_section .slick-center {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.slick-dots li button:before {
	color: rgb(255, 255, 255)!important;
 }
.slick-dots li.slick-active button:before {
 color: #FEDF00 !important;
 }
 .slick-dots li {
 	position: relative;
 	display: inline-block;
 	width: 10px!important;
 	height: 20px;
 	margin: 0 5px;
 	padding: 0;
 	cursor: pointer;
 }

.slickprev {
   position: absolute;
   /* z-index: 3; */
   display: block;
   left: 2%;
   bottom: 0%;
   color: #ffffff;
   transform: translateY(-50%);
   width: 6%;
   
   background-image: url(images/arrowleft.png);
   background-size: contain;
   background-position: center center;
   background-repeat: no-repeat;
   
   cursor: pointer;
 }
 .slickprev:before {
   content: "";
   display: block;
   padding-top: 50%;
 }
 .slicknext {
   position: absolute;
   /* z-index: 3; */
   display: block;
   right: 2%;
   bottom: 0%;
   color: #ffffff;
   transform: translateY(-50%);
   width: 6%;
   
   background-image: url(images/arrowright.png);
   background-size: contain;
   background-position: center center;
   background-repeat: no-repeat;
   
   cursor: pointer;
 }
 .slicknext:before {
   content: "";
   display: block;
   padding-top: 50%;
 }
 .slickcarousel{
	 padding: 2em 0;
	 overflow: visible;
 }
.hashtags{
	position: absolute;
	width: auto;
	left: 4%;
	top: 2%;
	font-size: calc(0.6em + 0.5vmin);
	font-weight: 600;
}
.hashtags a{
	color: #fff;
	text-decoration: none;
}
.hashtags a:hover{
	color: #FEDF00;
	text-decoration: none;
}




















































@media (max-width: 1000px) {
	.onlyfacts_grid {
	  position: relative;
	  left: 5%;
	  width: 90%;
	  display: grid;
	  grid-template-columns: 1fr;
	  grid-column-gap: 0em;
	  grid-row-gap: 2em;
	  padding-top: 2em;
	  padding-bottom: 2em;
	  max-width: 3500px;
	}
	.onlyfacts_grid_single {
		grid-column: 1;
		position: relative;
		height: auto;
		top: 0;
		opacity: 1;
		text-align: center;
		/*min-width: 220px;*/
		transition: transform 0.2s ease-out;
		min-width: 0;
		/*background-color: #76c2f6;*/
		background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(118, 194, 246, 0.60)), to(rgba(243, 235, 178, 0.60)));
		background-image: -webkit-linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
		background-image: -moz-linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
		background-image: -o-linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
		background-image: -ms-linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
		background-image: linear-gradient(left top, rgba(118, 194, 246, 0.60), rgba(243, 235, 178, 0.60));
	
		border-radius: 15px;
		
		box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
		-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
		-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
	}
	.onlyfacts_grid_single:last-child:nth-child(3n - 1) {
	  grid-column-end: -2;
	}
	
	.onlyfacts_grid_single:nth-last-child(2):nth-child(3n + 1) {
	  grid-column-end: 4;
	}
	.onlyfacts_grid_single:hover {
	  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}
	.facthas{
		padding: 0em 0 0em 0;
		font-family: 'Oswald', sans-serif;
		font-size: calc(1.5em + 1vmin);
		color: #FEDF00;
		font-weight: 600;
		line-height: 140%;
	}
	.factperc{
		padding: 0em 0 0em 0;
		font-family: 'Oswald', sans-serif;
		font-size: calc(6em + 6vmin);
		color: #F1F3FF;
		font-weight: 600;
		line-height: 140%;
		text-shadow: rgba(0, 0, 0, 0.2) 2px 5px;
	}
	.facttext{
		padding: 0em 1.5em 2em 1.5em;
		font-family: 'Oswald', sans-serif;
		font-size: calc(2em + 0.6vmin);
		color: #ffffff;
		font-weight: 400;
		line-height: 120%;
		text-shadow: rgba(0, 0, 0, 0.2) 0px 2px;
	}
	.introduction {
	  position: relative;
	  left: 0%;
	  top: 0;
	  width: 90%;
	  height: auto;
	  justify-content: center;
	  align-items: center;
	  padding: 0;
	  margin: 0;
	  
	  font-family: 'Oswald', sans-serif;
	  font-size: calc(3em + 0.8vmin);
	  color: #fff;
	  font-weight: 300;
	  line-height: 140%;
	  
	  margin: 0 auto;
	  padding: 4em 0 4em 0;
	  max-width: 10050px;
	  text-align: left;
	}
	.introduction strong{
	  font-weight: 600;
	}
	.introduction img{
	  width: 98%;
	}
	.logo {
	  position: absolute;
	  left: 1%;
	  top: 25%;
	  width: 98%;
	  height: 70%;
	  background-image: url(images/logo.png);
	  background-size: contain;
	  background-position: center center;
	  background-repeat: no-repeat;
	}
	.homespotlight{
	  position: absolute;
	  left: -30%;
	  top: -10%;
	  width: 160%;
	  height: 250vh;
	  background-image: url(images/homespotlight.png);
	  background-size: cover;
	  background-size: 115%;
	  background-position: center center;
	  background-repeat: no-repeat;
	}
	.qaanswer{
		position: absolute;
		width: 80%;
		left: 50%;
		top: 55%;
		font-family: 'Oswald', sans-serif;
		font-size: 2.8em;
		color: #ffffff;
		font-weight: 300;
		line-height: 125%;
		text-align: left;
		
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.qatitle{
		position: absolute;
		left: 10%;
		top: 5%;
		font-family: 'Oswald', sans-serif;
		font-size: 5em;
		color: #FEDF00;
		font-weight: 600;
		line-height: 100%;
		text-align: left;
		
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		
		/* display: none; */
	}
	.qatitle span{
		font-size: 0.6em;
	}
	.qaquestion{
		position: relative;
		font-family: 'Oswald', sans-serif;
		font-size: 1.3em;
		color: #ffffff;
		font-weight: 600;
		line-height: 110%;
		text-align: left;
		margin-bottom: 0.4em;
	}
	.quizpattern{
		position: absolute;
		right: 0;
		margin-right: -100%;
		bottom: -20vh;
		width: 300%;
		height: 35vh;
		background-image: url(images/quizpattern.png);
		background-size: contain;
		background-position: center center;
		background-repeat: repeat-x;
	}
	.condomhome{
		position: absolute;
		right: -12%;
		top: 4%;
		width: 70%;
		height: auto;
		text-align: right;
		/* background-image: url(images/condomhome.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat; */
	}
	.skuola {
	  position: absolute;
	  left: 0px;
	  top: 20px;
	  width: 100%;
	  height: 150px;
	  background-image: url(images/skuola.png);
	  background-size: contain;
	  background-position: center center;
	  background-repeat: no-repeat;
	}
	.lamphome{
		position: absolute;
		left: -5%;
		top: 0.2%;
		width: 46%;
		/* background-image: url(images/lamphome.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat; */
	}
	.lemon{
		position: absolute;
		left: 2%;
		top: -20%;
		width: 28%;
		/* background-image: url(images/lemon.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat; */
		display: none;
	}
	.peach{
		position: absolute;
		right: 0%;
		top: -10%;
		width: 60%;
		/* mix-blend-mode: lighten; */
	}
	.condomquiz{
		position: absolute;
		left: -15%;
		top: 64%;
		width: 50vw;
		/* background-image: url(images/condomhome.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat; */
		display: none;
	}
	.aluciaccesse_section_text{
		text-align: left;
		column-count: 1;
		break-inside: avoid-column;
		column-gap: 3%;
		padding: 1em 0 3em 0;
		
	}
	.aluciaccesse_section_text li{
		-webkit-column-break-inside: avoid;
		  page-break-inside: avoid;
			   break-inside: avoid;
			   list-style-type: none;
			   
	}
	.aluciaccesse_section {
	  position: relative;
	  left: 0;
	  top: 0;
	  width: 90%;
	  height: auto;
	  justify-content: center;
	  align-items: center;
	  padding: 0;
	  margin: 0;
	  
	  font-family: 'Oswald', sans-serif;
	  font-size: 3.5em;
	  color: #fff;
	  font-weight: 300;
	  line-height: 140%;
	  
	  margin: 0 auto;
	  padding: 0em 0 4em 0;
	  max-width: 1050px;
	  text-align: center;
	}
	.aluciaccesse_section img{
	  width: 90%;
	}
	.nodesktop {
		visibility: visible;
		display: block;
	}
	.nomobile {
		visibility: hidden;
		display: none;
	}
	.seguici_section img{
	  width: 80%;
	}
	.notametodo{
		position: fixed;
		width: 70%;
		height: auto;
		left: 50%;
		top: 50%;
		background-color: rgba(15, 14, 110, 0.9);
		background-image: url(images/bgcard.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-family: 'Oswald', sans-serif;
		font-size: 2.5em;
		line-height: 120%;
		color: #fff;
		padding: 2.5em 2em;
		border-radius: 25px;
		box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
		-webkit-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
		-moz-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
		border: 3px solid #fff;
		overflow: hidden;
	}
	.closebtnpress{
		position: absolute;
		right: 15px;
		top: 0px;
		width: 60px;
		height: 60px;
		background-color: rgba(255, 255, 255, 1);
		border-radius: 2px 2px 5px 5px;
		box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
		cursor: pointer;
		display: flex;
		  justify-content: center;
	}
	.closebtnpress img{
		width: 40%;
		margin: auto;
		display: block;
	}
	.quiz_single{
		position: relative;
		left: 0%;
		top: 0%;
		width: 90vw;
		height: auto;
		min-height: 100%;
		margin-right: 1vw;
		/*background-color: #76c2f6;*/
		background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(118, 194, 246, 0.35)), to(rgba(243, 235, 178, 0.35)));
		background-image: -webkit-linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
		background-image: -moz-linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
		background-image: -o-linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
		background-image: -ms-linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
		background-image: linear-gradient(left top, rgba(118, 194, 246, 0.30), rgba(243, 235, 178, 0.30));
		float: left;
		border-radius: 15px;
		box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
		-webkit-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
		-moz-box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.18);
		display: inline-block;
		font-size: 2em;
	}
	.contquiz {
		  position: relative;
		  /* left: calc(17% - 67% - 67% - 67% - 67% - 67%); */
		  left: calc(5%);
		  top: 0;
		  width: calc(91vw * 8);
		  height: auto;
		  display: inline-block;
		  padding: 24vh 0 10vh 0;
		  text-align: center;
	}
	.qaquestionquiz{
		position: relative;
		font-family: 'Oswald', sans-serif;
		font-size: calc(1.2em + 1.8vmin);
		color: #ffffff;
		font-weight: 600;
		line-height: 125%;
		text-align: center;
		margin-bottom: 0.4em;
		padding: 1em 0.5em;
		min-height: 5em;
	}
	.quizanswer{
		position: absolute;
		width: 90%;
		height: auto;
		left: 50%;
		top: 50%;
		background-color: rgba(15, 14, 110, 0.9);
		background-image: url(images/bgcard.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-family: 'Oswald', sans-serif;
		font-size: calc(1.1em + 1vmin);
		color: #fff;
		padding: 1.5em 1em;
		line-height: 125%;
		border-radius: 25px;
		box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
		-webkit-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
		-moz-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
		border: 3px solid #fff;
		box-sizing: border-box;
		text-align: left;
	}
	.contbottoniquiz{
		position: relative;
		left: 0%;
		width: auto;
		display: inline-flex;
		  justify-content: center;
		  align-items: stretch;
		  flex-direction: column;
		padding-bottom: 18vh;
	}
	.qatitlequiz{
		position: relative;
		left: 50%;
		font-family: 'Oswald', sans-serif;
		font-size: calc(1em + 1.5vmin);
		color: #FEDF00;
		font-weight: 600;
		line-height: 100%;
		text-align: center;
		padding-top: 12%;
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
	.statsonline{
		position: absolute;
		top: 0%;
		width: 100%;
		height: 8%;
		background-image: url(images/statsonline.png);
		background-size: cover;
		background-position: center center;
		background-repeat: repeat-x;
	}
}






















/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('slick/fonts/slick.eot');
    src: url('slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('slick/fonts/slick.woff') format('woff'), url('slick/fonts/slick.ttf') format('truetype'), url('slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
