*{
	font-family: "Mulish", sans-serif;
}

:root {
	--bs-body-font-family: 'Karla', sans-serif;
	--bs-body-font-size: 18px;
	--bs-body-line-height: 23px;
	--bs-body-color: #2D2926;
	
	--grigio: #EAEDF2;
	--color1: #29B7DC;
	--bg-sezione-2:#253885;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: calc(36px * 2);
}
.row {
	--bs-gutter-x: 30px;
}
@media (min-width: 1700px) {
	.container { max-width: 1640px; }
}

html, body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.h100 {
	height: 100%;
}

.c1 {
	color: var(--color1);
}

.f-bold {
	font-weight: 700;
}

.f-33 { font-size: 22px; line-height: 27px; }
.f-30 { font-size: 22px; line-height: 27px; }
.f-28 { font-size: 22px; line-height: 27px; }
.f-21 { font-size: 18px; line-height: 27px; }
@media (min-width: 1200px) {
	.f-33 { font-size: 33px; line-height: 42px; }
	.f-30 { font-size: 30px; line-height: 40px; }
	.f-28 { font-size: 28px; line-height: 40px; }
	.f-21 { font-size: 21px; line-height: 30px; }
}

.bg1 {
	background-color: var(--bg-sezione-2);
	color: #fff;
}

.cta {
	display: inline-flex;
	align-items: center;
	font-weight: 800;
	color: var(--color1);
	text-decoration: none;
	text-transform: uppercase;
}
.cta.cta-w {
	color: #fff;
}
.cta:hover {
	text-decoration: underline;
}

.cta svg,
.cta img {
	max-height: 23px;
	margin-right: 10px;
}
.cta svg circle { fill: var(--color1); }
.cta.cta-w svg circle { fill: #fff; }
.cta.cta-w svg path { stroke: var(--color1); }


.img-shadow {
	--img-shadow-offset: 16px;
	box-shadow: calc(var(--img-shadow-offset)*-1) var(--img-shadow-offset) 0 var(--color1);
	margin-left: var(--img-shadow-offset);
	max-width: calc( 100% - var(--img-shadow-offset) );
}
@media (min-width: 1200px) {
	.img-shadow { --img-shadow-offset: 35px; }
}



#sezione1 {
	position: relative;
	background-image: url("../img/header-on-code.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background: var(--grigio);*/
	/*overflow: hidden;*/
}
.logo {
	/*max-height: 50px;*/
	position: relative;
	margin-top: -42px;
}
#sezione1 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 430px;
	position: relative;
	z-index: 10;
	color: white;
}
@media (min-width: 992px) {
	#sezione1 .content { margin-top: 155px; }
	#sezione1 .sfondo {
		position: absolute;
		top: 100px;
		left: 0;
		max-height: calc(100% - 100px);
		width: auto;
	}
}



#form {
	position: relative;
}
#form > .row { position: relative; z-index: 0; }
#form:before {
	content: '';
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	right: -15px;
	z-index: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
	#form {
		margin: 0 30px;
		width: calc(100% - 60px);
	}
}
@media (min-width: 992px) {
	#form:before {
		left: 0;
		right: -10vw;
		width: unset;
		transform: unset;
	}
}
@media (min-width: 1600px) {
	#form:before {
		right: -17vw;
	}
}

#form label {
	display: block;
	width: 100%;
}
#form label .required {
	color: var(--color1);
}

#form input:not([type="checkbox"], [type="radio"]),
#form select,
#form textarea {
	display: block;
	background: #f1f1f1;
	width: 100% !important;
	border: 0;
	height: 56px;
	margin-top: 5px;
	padding: 0 15px;
	margin-bottom: 20px;
}

#form input[type="checkbox"] {
	margin: 7px 0 0 0;
}

#form a {
	color: inherit;
}

#form .errore {
	background: #FF0046;
	color: #fff;
	padding: 5px 15px;
}

.btn, input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 56px;
	border: 0;
	background: var(--color1);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
}
.btn:hover, input[type="submit"]:hover {
	background: #000;
	color: white;
	text-decoration: none;
}



#sezione2 {
	padding: 11rem 0;
}
#sezione2 .icon-container {
	border-bottom: 5px solid var(--color1);
	padding-bottom: 10px;
}
#sezione2 .icon-container, 
#sezione2 .icon-container > div {
	height: 100%;
}
@media (max-width: 991px) {
	#form { margin-bottom: -150px; }
	#sezione2 { padding-top: 200px !important; }
}


#sezione3 {
	text-align: center;
}

.card-vantaggi{
	min-height: 340px;
}

.owl-carousel .owl-item .card-vantaggi img {
	display: block;
	width: auto; 
	/*margin: auto;*/
}
.card-vantaggi hr {
	display: block;
	width: 70px;
	border: 0;
	border-top: 10px solid var(--color1);
	/*margin: 25px auto;*/
	opacity: 1;
}


#sezione4 {
	
}


#sezione5 {
	/*background: rgb(229,225,230);
	background: linear-gradient(90deg, rgba(229,225,230,1) 0%, rgba(255,255,255,1) 100%);*/
	position: relative;
	color: white;
}
#sezione5 .container {
	position: relative;
	z-index: 10;
}
#sezione5 ul {
	padding: 0;
	list-style: none;
	--bs-gutter-x: 30px;
}
#sezione5 ul li {
	position: relative;
	padding: 0 25px;
}
#sezione5 ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--color1);
}
@media (min-width: 1200px) {
	#sezione5 .sfondo {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media (min-width: 1700px) {
	#sezione5 .sfondo { max-height: 130%; }
}


#sezione6 {
	text-align: left;
}


#footer {
	background-image: url("../img/shutterstock_footer.png");
	background-repeat: no-repeat;
	/*background-position: right 0 top -50%;*/
	color: #fff;
	--bs-link-color-rgb: #fff;
	--bs-link-hover-color-rgb: #fff;
}


#footer a:not(:hover) { text-decoration: none; }

#footer .social {
	display: flex;
	flex-wrap: wrap;
	--social-bg: #fff;
	--social-color: var(--color1);
}
#footer .social a {
	width: 37px;
	height: 37px;
	background: var(--social-bg);
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .social svg { width: 19px; height: 19px; }
#footer .social path { fill: var(--social-color); }
#footer .social a:hover { background: var(--social-color); }
#footer .social a:hover path { fill: var(--social-bg); }

.inputs-list {
	list-style: none;
	padding: 0;
}

.inputs-list p, .hs-richtext p {
	font-size: 14px;
	line-height: 18px;
}


.btn.download {
	display: inline-flex;
	padding: 0 30px;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
}


.owl-carousel {}
.owl-carousel.owl-overflow-visible .owl-stage-outer {
	overflow: visible;
}

.owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}
.owl-carousel .owl-dots .owl-dot {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid var(--color1);
	background: #fff;
	border-radius: 50%;
	margin: 0 7px;
	flex-shrink: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
	background: var(--color1);
}

/*CSS AGGIUNTIVO*/
.layer{
	background-color: #262828;
	opacity: 0.9;
	z-index: 1;
}

/*.layer-sm{
	background-color: #233538;
	opacity: 0.9;
	z-index: -1;
	@media(max-width: 390px){
		display: block;
	}
}*/

.logo-hero{
	width: 316px;
	height:90px;
	@media(max-width: 390px){
		height:60px;
	}
}

.sotto-titolo-sez1{
	font-size: 22px;
	line-height: 28px;
	@media(min-width: 1900px){
		width: 557px;
	}
}

.titolo-fs30{
	font-size: 30px;
	line-height: 38px;
}

.p-fs30{
	font-size: 20px;
	line-height: 26px;
}


.titolo-hero{
	font-size: 40px;
	line-height: 46px;
}

.resize-btn-sez-1{
	width: 324px;
	height: 56px;
	@media(min-width: 305px){


	}

}
.btn-up-form{
	@media(min-width: 360px){
		width: 100%;
	}
	@media(min-width: 375px){
		width: 100%;
	}
	@media(min-width: 390px){
		width: 100%;
	}
}

@media(max-width: 414px){
	.btn-up-form{
		width: 100%;
	}
}


.resize-btn-form{
	width: 526px;
	height: 56px;
}

.btn-reverse{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 0;
	background-color: white;
	color: black;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	@media(min-width: 340px){
		width: unset;
	}
	@media(min-width: 350px){
		width: unset;
	}
	@media(min-width: 375px){
		width: unset;
	}
	@media(min-width: 390px){
		width: unset;
	}
	@media(min-width: 768px){
		width: 324px;
		height: 56px;
	}
	@media(min-width: 800px){
		width: 324px;
		height: 56px;
	}
}

.new-over:hover{
	background-color: var(--color1);
}

.pos-relative{
	position: relative;
}

.set-bg{
	background-image: url("../img/sfera-blu-banner.png");
	background-repeat: no-repeat;
	background-position: right -15% bottom 90%;
	@media(max-width: 390px){
		background-image: unset;
	}
	@media(max-width: 430px){
		background-image: unset;
	}

}

.sez3-bg{
	background-image: url("../img/bg-section-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.titolo-sez-blu{
	font-size: 28px;
	line-height: 30px;
}

.align-text{
	text-align: left;
	font-size: 30px;
	line-height: 38px;
	width: 734px;
	color: white;
	@media(min-width: 350px){
		width: unset;
	}
	@media(min-width: 1000px){
		width: 743px;
	}
	@media(min-width: 1900px){
		width: 743px;
	}

}

@media(max-width: 414px){
	.align-text{
		width: unset;
	}
}

.neg-margin{
	margin-left: -533px;
	@media(min-width: 400px){
		margin-left: unset;
	}
	@media(min-width: 700px){
		margin-left: unset;
	}
	@media(min-width: 1000px){
		margin-left: 40px;
	}
	@media(min-width: 1200px){
		margin-left: 50px;
	}
	@media(min-width: 1400px){
		margin-left: -200px;
	}
	@media(min-width: 1900px){
		margin-left: -533px;
	}
}

@media(max-width: 414px){
	.neg-margin{
		margin-left: unset;
	}
}

.circle{
	width: 15px;
	height: 15px;
	background-color:var(--color1) ;
	aspect-ratio: 1;
	border-radius: 50%;
}

.card-vantaggi{
	background-color: rgba(41, 183, 220, 0.4);
	border-radius: 21px;
	z-index:2;
}

.reset-font{
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
}

.titolo-card-sez3{
	font-size: 22px;
	line-height: 28px;
}

.titolo-rivolgersi{
	font-size: 30px;
	line-height: 38px;
}

.titolo-scelto{
	font-size: 30px;
	line-height: 38px;
}

.descrizione-scelto{
	font-size: 20px;
	line-height: 26px;
}

.ms_margin{
	margin-left: 34px;
	margin-right: 34px;
	@media(min-width: 360px){
		margin: unset;
	}
	@media(min-width: 390px){
		margin: unset;
	}
	@media(min-width: 540px){
		margin-left: 50px;
		margin-right: 34px;
	}
	@media(min-width: 643px){
		margin-left: 50px;
	}
	@media(min-width: 730px){
		margin-left: 50px;
	}
	@media(min-width: 1900px){
		margin-left: 34px;
		margin-right: 34px;
	}


}

@media(max-width: 414px){
	.ms_margin{
		margin-left: unset;
		margin-right: unset;

	}
}




.text-left{
	text-align: left;
}

.sotto-titolo-sez4{
	font-size: 20px;
	line-height: 26px;
	width: 943px;
	height: 58px;
	@media(min-width: 340px){
		width: unset;
		height: unset;
	}
	@media(min-width: 370px){
		width: unset;
		height: unset;
	}
	@media(min-width: 1900px){
		width: 943px;

	}

}

@media(min-width: 390px){
	.sotto-titolo-sez4{
		width: unset;
		height: unset;
	}

}

.titolo-carousel-sez4{
	font-size: 22px;
	line-height: 28px;
}

.descrizione-carouselTitle-sez4{
	font-size: 17px;
	font-weight: 300;
	line-height: 23px;
}

.col-sez4 hr {
	display: block;
	width: 70px;
	border: 0;
	border-top: 10px solid var(--color1);
	/*margin: 25px auto;*/
	opacity: 1;
}


.card-vantaggi-section4 hr {
	display: block;
	width: 70px;
	border: 0;
	border-top: 10px solid var(--color1);
	/*margin: 25px auto;*/
	opacity: 1;
}

.rimpicciolisci-fs{
	font-size: 14px;
	line-height: 18px;
}

.big-card{
	background-color: rgba(41, 183, 220, 0.4);
	border-radius: 21px;
	@media(max-width: 390px){
		padding: 20px 0;
	}
	@media(max-width: 414px){
		padding: 20px 0;
	}
	@media(max-width: 430px){
		padding: 20px 0;
	}
}

.titolo-big-card{
	font-size: 40px;
	line-height: 46px;
	font-weight: bold;
	@media(min-width: 340px){
		font-size: 30px;
	}
	@media(min-width: 360px){
		font-size: 32px;
	}
	@media(min-width: 370px){
		font-size: 32px;
	}
	@media(min-width: 430px){
		font-size: 40px;
	}
}

@media(max-width: 395px){
	.titolo-big-card{
		font-size: 34px;
	}
}


.btn-footer{
	@media(min-width: 380px){
		width: unset;
	}
	@media(min-width: 390px){
		width: unset;
	}
	@media(min-width: 700px){
		width: 324px;
		height: 56px;
	}
	@media(min-width: 900px){
		width: 324px;
		height: 56px;
	}
	@media(min-width: 1400px){
		width: 324px;
		height: 56px;
	}
	@media(min-width: 1500px){
		width: 324px;
		height: 56px;
	}

}


@media(max-width: 414px){
	.btn-footer{
		width: unset;
	}
}

.margin-left{
	margin-left: 680px;
	@media(max-width: 390px){
		margin-left: unset;
	}
	@media(max-width: 430px){
		margin-left: unset;
	}
	@media(min-width: 700px){
		margin-left: unset;
	}
	@media(min-width: 1247px){
		margin-left: 206px;
	}
	@media(min-width: 1400px){
		margin-left: 357px;
	}
	@media(min-width: 1900px){
		margin-left: 668px;
	}
}

@media(max-width: 414px){
	.margin-left{
		margin-left: unset;
	}
}

.btn-sm-margin{
	margin-left: 10px;
	@media(max-width: 375px){
		margin: unset;
	}
	@media(max-width: 390px){
		margin-left: unset;
	}
	@media(max-width: 412px){
		margin-left: unset;
	}
	@media(min-width: 414px){
		margin-left: 14px;
	}
	@media(min-width: 461px){
		margin-left: 22px;
	}
	@media(min-width: 1000px){
		margin-left: unset;
	}
	@media(min-width: 1500px){
		margin-left: unset;
	}
	@media(min-width: 1600px){
		margin-left: unset;
	}
	@media(min-width: 1900px){
		margin-left: unset;
	}

}

.btn-sez3{
	@media(max-width: 360px){
		width: unset;
	}
	@media(max-width: 382px){
		width: unset;
	}
	@media(min-width: 412px){
		width: 343px;
	}
	@media(min-width: 430px){
		width: 335px;
	}
}

.btn-sez4{
	@media(min-width: 344px){
		width: 260px;
	}
	@media(max-width: 360px){
		width: 280px;
	}
	@media(min-width: 375px){
		width: 290px;
	}
	@media(min-width: 382px){
		width: 300px;
	}
	@media(min-width: 412px){
		width: 330px;
	}
	@media(min-width: 430px){
		width: 340px;
	}
}

.btn-sez6{
	@media(max-width: 382px){
		width: unset;
	}
	@media(max-width: 430px){
		width: 100%;
	}
}

.ms_bg-dark{
	background-color: #262828;
}

.text-wihte{
	color: white;
}

.btn-sezFooter{
	@media(max-width: 382px){
		width: unset;
	}
}

body.thank-you-page #footer{
	background-image: none;
}

.to-upper,
.to-upper-titolo{
	text-transform: uppercase;
}

.logo-oncode-small{
	image-rendering: high-quality;
	max-width: 145px;
	height: auto;
}