* {
	box-sizing: border-box
}
html, body {
	min-height: 100%;
	margin: 0
}
body {
	background: linear-gradient(135deg,#0d2b57,#1457b9)
}
.lp-preview-shell {
	width: min(100%,1044px);
	margin: auto;
	padding: clamp(12px,4vw,40px)
}
.lp-page-wrapper {
	width: 100%;
	background: #fff;
	padding: clamp(20px,5vw,54px);
	border-radius: 18px;
	overflow: hidden
}
.lp-preview-frame {
	display: block;
	width: 100%;
	min-height: 6800px;
	border: 0
}
@media (max-width: 640px) {
	.lp-preview-shell {
		padding: 0
	}
	.lp-page-wrapper {
		border-radius: 0;
		padding: 20px
	}
	.lp-preview-frame {
		min-height: 13000px
	}
}

:root {
	--lp-ink: #12233d;
	--lp-muted: #52637a;
	--lp-blue: #1457b9;
	--lp-navy: #0d2b57;
	--lp-cyan: #35add6;
	--lp-sky: #eaf7fc;
	--lp-warm: #e06a28;
	--lp-line: #d9e4ef;
	--lp-soft: #f6f9fc;
	--lp-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.lp-content {
	width: 100%;
	overflow-x: hidden;
	color: var(--lp-ink);
	font: 16px/1.62 var(--lp-font) !important
}
.lp-content * {
	box-sizing: border-box;
	min-width: 0;
	font-family: var(--lp-font) !important
}
.lp-content h1, .lp-content h2, .lp-content p, .lp-content ul, .lp-content ol {
	width: 100%;
	margin-top: 0
}
.otherProduct strong {
    vertical-align: unset!important;
    font-size:15px!important;
}
.LPcheckboxTitle{
	vertical-align: unset !important;
    line-height: 1.4 !important;
        margin: 16px 0px 0px 0px !important;
}

.lp-content h1 {
	margin-bottom: 18px;
	color: var(--lp-navy);
	font-size: clamp(29px,4vw,43px);
	line-height: 1.12;
	letter-spacing: -.03em
}
.lp-content h2 {
	margin-bottom: 18px;
	color: var(--lp-navy);
	font-size: clamp(24px,3vw,27px);
	line-height: 1.25;
	letter-spacing: -.015em
}
.lp-hero {
	padding: clamp(10px,2vw,22px) 0 42px;
	border-bottom: 1px solid var(--lp-line)
}
.lp-kicker {
	display: inline-block;
	width: fit-content !important;
	margin: 0 0 18px;
	padding: 7px 12px;
	border: 1px solid #b7dff0;
	border-radius: 999px;
	background: #eaf7fc;
	box-shadow: 0 4px 10px rgba(20,87,185,.08);
	color: var(--lp-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase
}
.lp-kicker::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 7px 1px 0;
	border-radius: 50%;
	background: var(--lp-cyan)
}
.lp-hero-grid {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(180px,260px);
	align-items: center;
	gap: 30px
}
.lp-lead {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5
}
.lp-image--product {
	width: 100%;
	max-height: 315px;
	object-fit: contain;
	background: #fff
}
.lp-section {
	padding: 30px 0
}
.lp-section+ .lp-section {
	border-top: 1px solid var(--lp-line)
}
.lp-access-note {
	margin: 22px 0 0;
	color: var(--lp-muted);
	font-size: 15px
}
.lp-check-list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none
}
.lp-check-list li {
	position: relative;
	padding: 7px 0 7px 30px
}
.lp-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 13px;
	height: 7px;
	border-bottom: 3px solid var(--lp-cyan);
	border-left: 3px solid var(--lp-cyan);
	transform: rotate(-45deg)
}
.lp-check-list--two {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 2px 34px
}
.lp-benefits {
	margin-inline: calc(clamp(18px,4vw,34px) * -1);
	padding-inline: clamp(18px,4vw,51px);
	border-radius: 12px;
	background: linear-gradient(100deg,var(--lp-sky),#fff 72%)
}
.lp-topic-list {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 9px 20px;
	padding: 0;
	list-style: none
}
.lp-topic-list li {
	position: relative;
	padding: 0 0 8px 22px;
	border-bottom: 1px solid var(--lp-line)
}
.lp-topic-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .63em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lp-blue)
}
.lp-cta-wrap {
	margin-bottom: 0;
	padding: 30px 0;
	text-align: center
}
.lp-cta-link {
	display: inline-block;
	text-decoration: none
}
.btn-cta {
	width: min(100%,410px);
	min-height: 56px;
	padding: 13px 24px;
	border: 0;
	border-radius: 8px;
	background: #282583;
	color: #fff;
	font: 700 17px/1.18 var(--lp-font) !important;
	box-shadow: 0 5px 12px rgba(29,78,216,.22);
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease
}
.btn-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 7px 15px rgba(29,78,216,.28)
}
.btn-cta:focus-visible {
	outline: 3px solid var(--lp-cyan);
	outline-offset: 4px
}
.lp-cases {
	padding-top: 50px
}
.lp-case-list {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	counter-reset: case
}
.lp-case-list li {
	position: relative;
	overflow-wrap: anywhere;
	margin: 0 0 8px;
	padding: 17px 18px 17px 45px;
	border: 1px solid transparent;
	border-left: 3px solid transparent;
	border-radius: 9px;
	counter-increment: case;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
	animation: lp-case-enter .22s ease both
}
.lp-case-list li:hover {
	border-color: #d6e8f4;
	border-left-color: var(--lp-cyan);
	background: #f4f9fd;
	transform: translateX(3px)
}
.lp-case-list li::before {
	content: counter(case);
    position: absolute;
    left: 0px;
    top: 17px;
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 50%;
    background: var(--lp-sky);
    color: var(--lp-blue);
    font-size: 16px;
    font-weight: 700;
}
.lp-case-list strong, .lp-case-list span {
	display: block
}
.lp-case-list strong {
	line-height: 1.4
}
.lp-case-list span {
	margin-top: 4px;
	color: var(--lp-muted);
	font-size: 15px
}
.lp-main-offer {
	margin-top: 22px;
	padding: clamp(25px,4vw,42px);
	border: 1px solid #eadca8;
	border-radius: 14px;
	background: linear-gradient(135deg,#fffdf5 0%,#fff3c4 48%,#eaf7fc 100%);
	color: var(--lp-ink)
}
.lp-offer-heading {
	max-width: 720px
}
.lp-offer-heading p {
	margin-bottom: 8px;
	color: #9a4d18;
	font-size: clamp(20px,2.3vw,25px);
	font-weight: 800;
	line-height: 1.25
}
.lp-offer-heading h2 {
	margin-bottom: 28px;
	color: var(--lp-navy)
}
.lp-offer-grid {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(240px,330px);
	align-items: start;
	gap: clamp(24px,4vw,46px)
}
.lp-offer-copy {
	padding-top: 6px
}
.lp-offer-price {
	padding: 0 0 18px;
	border-bottom: 1px solid #d8cfae
}
.lp-offer-price p {
	margin-bottom: 8px
}
.lp-offer-price p:last-child {
	margin-bottom: 0;
	color: var(--lp-muted)
}
.lp-offer-price strong, .lp-bundle-price strong {
	color: #b84f18;
	font-size: clamp(20px,2.1vw,26px)
}
.lp-product-meta {
	margin-top: 17px
}
.lp-product-meta p {
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid #e3dcbc
}
.lp-image--offer {
	justify-self: center;
	width: 100%;
	max-height: 390px;
	object-fit: contain
}
.lp-cta-wrap--offer {
	padding: 30px 0 0
}
.lp-bundle {
	padding: 42px 0
}
.lp-bundle-intro {
	font-size: 18px;
	font-weight: 700
}
.lp-bundle-products {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 16px;
	margin: 20px 0
}
.lp-bundle-products p {
	margin: 0;
	padding: 20px;
	border-top: 4px solid var(--lp-cyan);
	background: var(--lp-soft);
	font-weight: 700
}
.lp-image--bundle {
	display: block;
	margin: 8px auto 26px;
	object-fit: contain
}
.lp-bundle-price {
	padding: 4px 0 4px 20px;
	border-left: 4px solid var(--lp-warm)
}
.lp-bundle-price p {
	margin-bottom: 8px
}
.lp-bundle-price p:last-child {
	margin-bottom: 0;
	color: var(--lp-muted)
}
.lp-urgency {
	margin: 23px 0 0;
	color: #a84213;
	font-weight: 700
}
.lp-signoff {
	padding-top: 35px;
	border-top: 1px solid var(--lp-line);
	color: var(--lp-muted);
	text-align: right
}
.lp-signoff p:last-child {
	color: var(--lp-ink);
	font-weight: 700
}@keyframes lp-case-enter{
from {
	transform: translateY(5px)
}
to {
	transform: translateY(0)
}}
@media (max-width: 640px) {
	.lp-content {
		font-size: 16px
	}
	.lp-hero {
		padding-bottom: 30px
	}
	.lp-hero-grid, .lp-offer-grid, .lp-check-list--two, .lp-topic-list, .lp-bundle-products {
		grid-template-columns: 1fr
	}
	.lp-image--product {
		max-width: 270px;
		order: 2;
		margin: 0 auto
	}
	.lp-image--offer {
		max-width: 290px;
		max-height: 380px;
		order: 2;
		margin: 0 auto
	}
	.lp-benefits {
		margin-inline: 0;
		padding-inline: 20px
	}
	.lp-cta-wrap {
		padding: 25px 0
	}
	.lp-main-offer {
		margin-inline: 0;
		border-radius: 10px
	}
	.lp-case-list li {
		padding-left: 49px
	}
	.lp-case-list li::before {
		left: 12px
	}
	.lp-signoff {
		text-align: left
	}
}
@media (prefers-reduced-motion: reduce) {
	.btn-cta, .lp-case-list li {
		animation: none;
		transition: none
	}
}

.containers{
    margin-top: 10px;
  width:100%;
  margin:0 auto;
  position:relative;
  padding-bottom:10px;
  overflow:hidden;
}

.container {
	    max-width: 1040px !important;
    width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 60px;
	font-size: 13px;
	line-height: 20px;
	background-color: #FFFFFF;
	border: 0px solid #CC0000;
	text-align: left;
	z-index:999;
	position:relative;
	box-shadow: 0px 2px 6px 0px #d2d2d2;
}


.footer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	text-align: left;
	color: #000000;
	background-color: #FFF;
	padding: 10px;
	margin: 0px 0px 30px 0px;
	border: 1px solid #015daa;
	border-top: 1px solid #CCCCCC;
}
.copy {
	font-size: 10px !important;
	line-height: 140% !important;
}
.copy * {
	font-size: 10px
}
.container-testimonial-lt {
	width: 100%;
	float: none;
	margin:0 auto;
}
.container-testimonial-rt {
	width: 50%;
	float: right;
	text-align: left;
}
.container-testimonial-lt22 {
	width: 30%;
	float: left;
	text-align: center !important;
}
.container-testimonial-rt22 {
	width: 68%;
	float: right;
	padding: 5px;
}
.container-testimonial-lt33 {
	width: 45%;
	float: left;
	text-align: center !important;
}
.container-testimonial-rt33 {
	width: 45%;
	float: right;
	padding: 5px;
}
.container-testimonial-lt22 img {
	margin-top: 22%;
}
.container-testimonial-rt22 h4 {
	font-size: 20px;
}                   
blockquote {
    font-size: 16px !important;
    margin: 0;
    padding: 30px;
    width: 95%;
    background-image: linear-gradient(to bottom, #f8f8f8b8 , #d8d8d8ed) !important;
    color: #000;
    box-shadow: 0 5px 2px rgb(0 0 0 / 10%);
    position: relative;
    transition: background-color 0.6s linear;
}
blockquote:after { 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	top: 100%; 
	border: solid transparent; 
	border-top-color: #dbdbdc;
	border-left-color: #dbdcdc;
	border-width: 10px; 
	left: 10%; 
  } 
 /* blockquote:before,  blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #00A3A0;
	font-style: normal;
} */

 /* blockquote:before {
	top: 0;
	left: 10px;
}
 
 blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -0.5em;
} */
.quotes{
	position:absolute;
	color:rgba(135, 161, 183, 0.6);
	font-size:5em;
  } 
  .leftq{
	top:-22px;
	left:5px;
  }
  .rightq{
	bottom:-10px;
	right:5px;
  }
  .name {
    text-align: left;
    color: #000080;
    margin: 15px 0 5px!important;
    text-shadow: 0 1px rgb(255 255 255 / 50%);
    font-size: 16px !important;
}
 /* div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #efefef;
	margin: 0 0 0 60px;
}

 p {
	margin: 8px 0 0 20px;
	text-align: left;
	color: #000;
	font-weight:bold;
} */

form * {font-family:verdana;font-size:12px;vertical-align:top;line-height:14px;}
.culoare {background-color:#FBFBEA;}
sup {color:#FF0000;font-weight:bold}
#sup {color:#000000;position:relative;font-size:10px;top:-2px}
#t_form {width:120px;float:left;position:relative;top:2px;font-weight:bold;text-align:right;margin-right:5px}
.contur {
	border: 1px solid #000000;
	padding: 1px 2px;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 2px;
}
.tip_buton {
	    border: none !important;
    font-size: 20px !important;
    color: #FFFFFF;
    font-weight: 600;
    padding: 20px 15px !important;
	background-color: #7070a3!important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 11px 10px -9px #222;
    -moz-box-shadow: 0 11px 10px -9px #222;
    box-shadow: 0 11px 10px -9px #222 !important
}
.tip_radio {
	width: 12px;
	height: 12px;
	line-height: 14px;
	border-width: 0px;
	margin: 3px 5px 1px
}
.tip_checkbox {
	width: 12px;
	height: 12px;
	line-height: 14px;
	border: 1px solid #000000;
	margin: 3px 5px 1px
}
.radio {
	font-weight: bold;
	position: relative;
	top: 2px;
	font-style: italic;
	font-size: 12px
}
table.first {
	border: 1px solid #333;
	background-color: #ffffff;
	width: 700px;
	text-align: left;
	font-size: 12px;
}
table.first td {
	padding: 2px 10px 2px 10px;
	text-align: left;
}

body, div, p {
	font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;;
	font-weight: 400;
}




.containerLeft {
	float: left;
	width: 510px;
}
.containerRight {
	float: left;
	width: 250px;
	margin-left: 10px;
	font-size: 11px;
	background-color: #FAFAFA;
	border: 1px dotted #CCC;
	padding: 0px 5px 10px 5px;
}
.containerRight p {
	font-size: 11px;
}
.containerRight strong {
	font-size: 10px;
}
.boxRight {
	float: right;
	text-align: left;
	margin: 0px 0px 20px 20px;
	width: 260px;
	padding: 5px;
	line-height: 21px;
	background-color: #f0f0f0;
	z-index: 99;
}
.boxLeft {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 280px;
	padding: 5px;
	line-height: 21px;
}

a:link {color:#CC0000;}
a:visited {color: #CC0000;}
a:hover {color: #990000;}
a:active {color: #CC0000;}

h1{
	color:#7438b5;
	font-size:26px;
	margin-left:11px;
	margin-right:11px;
	margin:20px 0px 20px 0px;
	padding:20px 0px 30px 0px;
	line-height:38px;
}
h2{
	color:#008000;
	font-size:15px;
	padding:10px;
	padding-left:0px;
	font-weight:bold;
	margin:20px 0px 20px 0px;
	line-height:28px;
	border-bottom:0px solid #CCC;
	text-align:left;
}
h3{
	color:#849bcd;
	font-size:15px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
}


.call2action {margin:20px 0px 20px 0px;text-align:center;font-size:16px;color:#FF0000;font-weight:bold;}
.comForm {margin:30px 0px 30px 0px;}

.copy {font-size:10px}
.copy * {font-size:10px}
.lstNumRom {list-style:upper-roman;font-size:13px;}
.lstNum {font-size:13px;list-style:decimal;}
.lstNone {font-size:13px;list-style:none;}
.lstNormal {font-size:13px;list-style:disc;}
.lstA {font-size:13px;list-style-image:url(img/bullet_a.gif);}
.lstB {font-size:13px;list-style-image:url(img/bullet_b.gif);}
.lstC {font-size:13px;list-style-image:url(img/bullet_c.gif);}
.lstD {font-size:13px;list-style-image:url(img/bullet_d.gif);}
.lstE {font-size:13px;list-style-image:url(img/bullet_e.gif);}
.lstF {font-size:13px;list-style-image:url(img/bullet_f.gif);}
.lstG {font-size:13px;list-style-image:url(img/bullet_g.gif);font-weight:bold;}
.lstH {font-size:13px;list-style-image:url(img/bullet_h.gif);}
.lstI {font-size:13px;list-style-image:url(img/bullet_i.gif);}
.green {color:#008000;}
.red {color:#FF0000;}
.blue {color:#000099;}
.yellow {color:#ff9900;}
#right_div{ float:right; margin:0px 0px 10px 10px; }

#right_div ul{ margin:5px 5px 5px 25px; padding:0;}

.visible-xs{
	display:none;
}

@media only screen and (max-width: 600px) {
	.hidden-xs{
		display:none !important;
	}
	.visible-xs{
		display:block!important;
	}
	.quotes{
		display: none!important;
	}
	blockquote{
		width:80%!important;
	}
	#sub_h1{
		font-size:18px!important;
	}
	
}
@media only screen and (max-width: 999px){
.container {
    max-width: 100%!important;
    margin: 0px;
    width: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}
@media only screen and (max-width: 600px) {
    .div-mobile {width:80% !important;margin:0 auto; }
    .quotes{display:none!important;}
    .visible-xs {display:block !important;}
    .hidden-xs {display:none !important;}
    .btn-3, .btn-3a {  padding: 10px 0px 15px 50px !important;
                       margin: 30px 0px !important;
                       font-size: 14px!important;
                       width: 100%!important;}

    table {width: 100%!important;
           max-width: 100%!important;}

    table td{text-align: left !important;}
    .sigla{visibility:hidden !important;}
    .hidden-xs{
        display:none !important;
    }
    #hide-img{display:none !important;}
    #hidden-img{display:block;}
    img.vrm {
        float:none !important;
        padding-bottom:15px !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .box {
        margin-bottom: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 87% !important;
    }
    #c-sz {
        font-size: 28px !important;
        font-weight: bold;
        line-height: 140%;
    }
    #lp_h1 {
        font-size: 34px !important;
    }

    h1, h3{line-height: 1.2 !important;}
    .container-testimonial-lt {
        width: 100% !important;
        float: none !important;
    }
    .container-testimonial-rt {
        width: 100% !important;

    }
    .container-testimonial-lt22 {
        width: 100% !important;
        float: none !important;
    }
    .container-testimonial-rt22 {
        width: 100% !important;
        float: none !important;
    }
    .container-testimonial-lt33 {
        width: 100% !important;
        float: none !important;
    }
    .container-testimonial-rt33 {
        width: 100% !important;
        float: none !important;
    }
}
@media only screen and (max-width: 400px) {
    #sub_h1{font-size:30px !important;}
    .btn-3b {
        width: 100% !important;
        margin-bottom:15px !important;
        margin-top: 15px !important;
    }
}