.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1290e193-eb65-4ca6-8184-731e5d677b97/Progettosenzatitolo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:640px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#ff1278tGVpPT6R0fNLr1UTvklmUfRtRc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42px;width:261px;top:20px;left:21px;overflow:hidden;display:block; }
#XnpMz6iNaJa17DxrT1JW8zTsT66T9uqB { color:#fdc400;display:block;width:441px;position:absolute;font-family:arial;font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:104px;left:41.387512207031px;height:39px;display:block; }
#GSXMWxOazDiQNihskWZX69VTt9VF7DNg { color:#000000;display:block;width:354px;position:absolute;font-family:arial;font-size:100px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:192.5px;left:41.387512207031px;height:130px;font-style:normal;display:block; }
#QcG8UHe0571alUtMPNrFAhSd5N0RLzpw { color:#000000;display:block;width:354px;position:absolute;font-family:arial;font-size:49px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:335.14999389648px;left:47px;height:63.7px;font-style:normal;display:block; }
#t6eR7LiwHLohLKhqPL9HNQcN5hqlNcs4 { color:#ffffff;display:block;width:89px;position:absolute;font-family:arial;font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:143px;left:41.387512207031px;height:28.6px;font-style:normal;display:block; }
#Z8DP6eQsO9wISSEHbgbcqtIUJV54cOA0 { position:absolute;display:block;z-index:14999;background-color:#fdc400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:105px;width:353px;top:205px;left:41.387512207031px;display:block; }
#ALdD8HX9JCEhVVzc5WHkJ8TsfLxZpgIN { position:absolute;display:block;z-index:15000;background-color:#fdc400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:66px;width:353px;top:334px;left:41.387512207031px;display:block; }
#yMrc9gdCKEEpd3AMWvEU93bSecnZuhuh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:21px;width:45px;top:146px;left:159.38751220703px;overflow:hidden;display:block; }
#MLWXll75bzKNkm19fFQLcXnaJ4GLyMGe { position:absolute;display:block;z-index:15001;background-color:#fdc400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:46px;width:353px;top:422px;left:41.387512207031px;display:block; }
#H1nWUEQh6Usc3UitiPQrmkcp4Ldr4w7T { color:#000000;display:block;width:385px;position:absolute;font-family:arial;font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:425.5px;left:47.387512207031px;height:39px;font-style:normal;display:block; }
#liLFobA8gdf8JWwZXX6C0TwrK4KpFhDv { color:#fdc400;display:block;width:146px;position:absolute;font-family:arial;font-size:220px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:7px 2px 8px rgba(255,255,255,0.5);top:50px;left:641px;height:286px;font-style:normal;display:block; }
#L4I45tEBTizPraKgfUAguCdbgZWuhTwI { color:#fdc400;display:block;width:86px;position:absolute;font-family:arial;font-size:37px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:7px 2px 8px rgba(255,255,255,0.5);top:107px;left:766px;height:48.1px;font-style:normal;display:block; }
#a7RtrlECZpla6Iqv74mS2NZUNomtTRKm { color:#fdc400;display:block;width:140px;position:absolute;font-family:arial;font-size:37px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:7px 2px 8px rgba(255,255,255,0.5);top:232px;left:722px;height:48.1px;font-style:normal;display:block; }
#EfoOZCRrhHBXEssNTnG6ITguTkdf1K0t { color:#ffffff;display:block;width:428px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:512.70001220703px;left:41.387512207031px;height:65px;font-style:normal;display:block; }
#wIvTTodqap2sLVL4MaQziZwTF1scdI4Q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:160px;width:167px;top:465.20001220703px;left:352.17501831055px;overflow:hidden;display:block; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-form-header { font-size:22px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-regular-label { height:auto;display:block;font-family:arial;font-size:22px;font-weight:bold;color:#fdc400;width:356px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:356px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:arial;vertical-align:top; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-text {padding-top: 0; padding-bottom: 0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:356px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:arial;vertical-align:top; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:356px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden;vertical-align:top; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-select {padding-top: 0; padding-bottom: 0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fdc400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:29px;font-weight:bold;color:#000000;width:356px;height:62px;font-family:arial;overflow:hidden; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch [class*="-text"]:-moz-placeholder { color:#979393;font-family:arial;font-size:19px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch [class*="-text"]::-moz-placeholder { color:#979393;font-family:arial;font-size:19px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch [class*="-text"]:-ms-input-placeholder { color:#979393;font-family:arial;font-size:19px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch [class*="-text"]::-webkit-input-placeholder { color:#979393;font-family:arial;font-size:19px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:336px;overflow:hidden;font-style:normal;float:none; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-container:first-of-type{padding-top:0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-container:last-of-type{padding-bottom:0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:356px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:310px;left:554px;font-size:22px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:356px;display:block;vertical-align:top; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch {display:block;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:356px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:310px;left:554px;font-size:22px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch #UIMQ0TShF05nUE71nGR3TpbSqDXwEu15 { position:relative; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch #n8zZ0HSsm0q4CgcsS7vARfWgJTQr0Vef { position:relative;display:block; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch #Hyi8qLiTDDlbgXkwZpE6MDgF7E76SopG { position:relative; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch #d4rQzGMcxHxHLT3BeQAcJTyFPKeNPzcD { position:relative; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch #vTTz1gz2ecaRGmDmdO5iC68HGgHtsBGS { position:relative;z-index:2; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch #BuS1BoRi6IVkghLuh978ZTy9qd3J1dSu { position:relative; }
#KxeQVoOnHZnUkaXRZp1fX3eAGRVwrtqi { position:relative;display:block; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch #fq3TFmh97w4qaw9eFCbHK3Q3D0ftdLoy { position:relative; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch #B45QHV3k6hzIA2IKAFNGL4XlCFTxP47C { position:relative; }
#lNfpeR4ok4cKp7EgZEa5qXoW6L3vbw4A { color:#ffffff;display:block;width:320px;position:absolute;font-family:arial;font-size:29px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:61px;left:615px;height:37.7px;font-style:normal;display:block; }
#NvSTqWpRMEwGFid49KQ3oRQgbTQFU2HF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#b8Sbv4QKgb2rLIraa0dQ9zdNEAeXh6ko { position:absolute;display:block;z-index:14999;background-color:#fdc400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:105px;width:353px;top:205px;left:41.387512207031px;display:none; }
#SPPubVymwbRJWzLuJTWoZl1LM6ouF8ml { position:absolute;display:block;z-index:15000;background-color:#fdc400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:66px;width:353px;top:334px;left:41.387512207031px;display:none; }
#H0BkT6RGw41pkh4pNXMPao5QKoqWOcFT { color:#ffffff;display:block;width:428px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:512.70001220703px;left:41.387512207031px;height:65px;font-style:normal;display:none; }
#TkQ7UdsNwAssfHfRBcd5lf45fnxazBu9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#LR7kTsKiGTTorG8DsOw6M69K13gp6W9T { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dztzvlvud9hI02SaoqaGnW29RTcApfke { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#tUCqNDBSsc0inIPgmlJBBsSTJM3m6F7r { color:#000000;display:block;width:354px;position:absolute;font-family:arial;font-size:100px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:192.5px;left:41.387512207031px;height:130px;font-style:normal;display:none; }
#StNwZBAkuKaBUwz6fkLbZ2H6Bn0rgH2S { color:#ffffff;display:block;width:428px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:512.70001220703px;left:41.387512207031px;height:65px;font-style:normal;display:none; }
#lKqvbLeDVpr6oHCAz2y3WTAbHbNK9sEz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#bA4aJoUHb7TJT1EhxOBeBQn6V4CRc5Vu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TCPoT4HD5ROAk9bOeqcgUgPpiWZDNPeD { color:#ffffff;display:block;width:428px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:512.70001220703px;left:41.387512207031px;height:65px;font-style:normal;display:none; }
#oo6NWpaokqoMGOTLkgtlT5bbFWfdMgVu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#OX3MF3yhfJZdqsGl5a9im2BGWXz2N3w4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lHG5gzNXGIw99sBLah5ENmwVgIunXpbZ { color:#ffffff;display:block;width:428px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:512.70001220703px;left:41.387512207031px;height:65px;font-style:normal;display:none; }
#NfkxqKGkqzZQ4dDyvzmh7DnnsLrOBUUx { color:#ffffff;display:block;width:347px;position:absolute;font-family:arial;font-size:10px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:565.40002441406px;left:578.50003051758px;height:39px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff1278tGVpPT6R0fNLr1UTvklmUfRtRc { top:20px;left:0px;width:261px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #XnpMz6iNaJa17DxrT1JW8zTsT66T9uqB { top:104px;left:0px;width:441px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #GSXMWxOazDiQNihskWZX69VTt9VF7DNg { top:192px;left:0px;width:354px;height:130px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #QcG8UHe0571alUtMPNrFAhSd5N0RLzpw { top:335px;left:0px;width:354px;height:63px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #t6eR7LiwHLohLKhqPL9HNQcN5hqlNcs4 { top:143px;left:0px;width:89px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8DP6eQsO9wISSEHbgbcqtIUJV54cOA0 { top:205px;left:0px;width:353px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #ALdD8HX9JCEhVVzc5WHkJ8TsfLxZpgIN { top:334px;left:0px;width:353px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #yMrc9gdCKEEpd3AMWvEU93bSecnZuhuh { top:146px;left:61.387512207031px;width:45px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #MLWXll75bzKNkm19fFQLcXnaJ4GLyMGe { top:422px;left:0px;width:353px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #H1nWUEQh6Usc3UitiPQrmkcp4Ldr4w7T { top:425px;left:0px;width:385px;height:39px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #liLFobA8gdf8JWwZXX6C0TwrK4KpFhDv { top:50px;left:543px;width:146px;height:286px;font-size:98px;display:block; }
 }@media only screen and (max-width: 763px) { #L4I45tEBTizPraKgfUAguCdbgZWuhTwI { top:107px;left:668px;width:86px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #a7RtrlECZpla6Iqv74mS2NZUNomtTRKm { top:232px;left:624px;width:140px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #EfoOZCRrhHBXEssNTnG6ITguTkdf1K0t { top:512px;left:0px;width:428px;height:65px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wIvTTodqap2sLVL4MaQziZwTF1scdI4Q { top:465px;left:254.17501831055px;width:167px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-regular-label { width:356px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-text { width:356px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-text {padding-top: 0; padding-bottom: 0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-textarea { width:356px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-select { width:356px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-select {padding-top: 0; padding-bottom: 0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-button { width:356px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-checkbox-label { width:337px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch  { width:356px;height:auto;top:310px;left:368px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .radio-container { width:356px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch {display:block;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch { width:356px;height:auto;top:310px;left:368px; }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #UIMQ0TShF05nUE71nGR3TpbSqDXwEu15 {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #n8zZ0HSsm0q4CgcsS7vARfWgJTQr0Vef {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #Hyi8qLiTDDlbgXkwZpE6MDgF7E76SopG {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #d4rQzGMcxHxHLT3BeQAcJTyFPKeNPzcD {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #vTTz1gz2ecaRGmDmdO5iC68HGgHtsBGS {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #BuS1BoRi6IVkghLuh978ZTy9qd3J1dSu {  }
 }@media only screen and (max-width: 763px) { #KxeQVoOnHZnUkaXRZp1fX3eAGRVwrtqi { display:block; }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #fq3TFmh97w4qaw9eFCbHK3Q3D0ftdLoy {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #B45QHV3k6hzIA2IKAFNGL4XlCFTxP47C {  }
 }@media only screen and (max-width: 763px) { #lNfpeR4ok4cKp7EgZEa5qXoW6L3vbw4A { top:61px;left:444px;width:320px;height:37px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NvSTqWpRMEwGFid49KQ3oRQgbTQFU2HF { display:none; }
 }@media only screen and (max-width: 763px) { #b8Sbv4QKgb2rLIraa0dQ9zdNEAeXh6ko { top:205px;left:0px;width:353px;height:105px;display:none; }
 }@media only screen and (max-width: 763px) { #SPPubVymwbRJWzLuJTWoZl1LM6ouF8ml { top:334px;left:0px;width:353px;height:66px;display:none; }
 }@media only screen and (max-width: 763px) { #H0BkT6RGw41pkh4pNXMPao5QKoqWOcFT { top:1054px;left:0px;width:297px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #TkQ7UdsNwAssfHfRBcd5lf45fnxazBu9 { display:none; }
 }@media only screen and (max-width: 763px) { #LR7kTsKiGTTorG8DsOw6M69K13gp6W9T { display:none; }
 }@media only screen and (max-width: 763px) { #dztzvlvud9hI02SaoqaGnW29RTcApfke { display:none; }
 }@media only screen and (max-width: 763px) { #tUCqNDBSsc0inIPgmlJBBsSTJM3m6F7r { top:192px;left:0px;width:354px;height:130px;font-size:80px;display:none; }
 }@media only screen and (max-width: 763px) { #StNwZBAkuKaBUwz6fkLbZ2H6Bn0rgH2S { top:1280px;left:0px;width:297px;height:26px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #lKqvbLeDVpr6oHCAz2y3WTAbHbNK9sEz { display:none; }
 }@media only screen and (max-width: 763px) { #bA4aJoUHb7TJT1EhxOBeBQn6V4CRc5Vu { display:none; }
 }@media only screen and (max-width: 763px) { #TCPoT4HD5ROAk9bOeqcgUgPpiWZDNPeD { top:1561px;left:0px;width:297px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #oo6NWpaokqoMGOTLkgtlT5bbFWfdMgVu { display:none; }
 }@media only screen and (max-width: 763px) { #OX3MF3yhfJZdqsGl5a9im2BGWXz2N3w4 { display:none; }
 }@media only screen and (max-width: 763px) { #lHG5gzNXGIw99sBLah5ENmwVgIunXpbZ { top:1767px;left:0px;width:297px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #NfkxqKGkqzZQ4dDyvzmh7DnnsLrOBUUx { top:565px;left:417px;width:347px;height:39px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1919px;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1290e193-eb65-4ca6-8184-731e5d677b97/Progettosenzatitolo2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ff1278tGVpPT6R0fNLr1UTvklmUfRtRc { width:286px;height:46px;top:9px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XnpMz6iNaJa17DxrT1JW8zTsT66T9uqB { width:232px;height:39px;top:62.6875px;left:11px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #GSXMWxOazDiQNihskWZX69VTt9VF7DNg { width:121px;height:33.8px;top:272.20001220703px;left:17px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #QcG8UHe0571alUtMPNrFAhSd5N0RLzpw { width:235px;height:33.8px;top:318.25px;left:17px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #t6eR7LiwHLohLKhqPL9HNQcN5hqlNcs4 { width:89px;height:28.6px;top:107.6875px;left:9px;font-size:22px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Z8DP6eQsO9wISSEHbgbcqtIUJV54cOA0 { width:320px;height:40px;top:267px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ALdD8HX9JCEhVVzc5WHkJ8TsfLxZpgIN { width:320px;height:41px;top:314.64999389648px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yMrc9gdCKEEpd3AMWvEU93bSecnZuhuh { width:45px;height:21px;top:110.48750305176px;left:125.00000572205px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MLWXll75bzKNkm19fFQLcXnaJ4GLyMGe { width:251px;height:25px;top:273.60000610352px;left:68.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #H1nWUEQh6Usc3UitiPQrmkcp4Ldr4w7T { width:296px;height:33.8px;top:369.20001220703px;left:15px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #liLFobA8gdf8JWwZXX6C0TwrK4KpFhDv { width:146px;height:127.4px;top:152.30000305176px;left:86.999998092651px;font-size:98px;text-shadow:7px 2px 8px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #L4I45tEBTizPraKgfUAguCdbgZWuhTwI { width:86px;height:41.6px;top:173.69999694824px;left:147.8000087738px;font-size:32px;text-shadow:7px 2px 8px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #a7RtrlECZpla6Iqv74mS2NZUNomtTRKm { width:140px;height:41.6px;top:219.30000305176px;left:135.8000087738px;font-size:32px;text-shadow:7px 2px 8px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #EfoOZCRrhHBXEssNTnG6ITguTkdf1K0t { width:300px;height:54.6px;top:643px;left:9px;font-size:21px;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wIvTTodqap2sLVL4MaQziZwTF1scdI4Q { width:133px;height:128px;top:697.60000610352px;left:93.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:17px;overflow:hidden;height:auto; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-text {padding-top: 0; padding-bottom: 0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-select {padding-top: 0; padding-bottom: 0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:24px;overflow:hidden; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-container:first-of-type{padding-top:0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .widget-container:last-of-type{padding-bottom:0;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch  { width:280px;height:auto;top:395px;left:0px; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#L676ghhiuEUzJ19BvFGGlsesaIi1NJch {display:block;}#L676ghhiuEUzJ19BvFGGlsesaIi1NJch { width:280px;height:auto;top:395px;left:0px; }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #UIMQ0TShF05nUE71nGR3TpbSqDXwEu15 {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #n8zZ0HSsm0q4CgcsS7vARfWgJTQr0Vef {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #Hyi8qLiTDDlbgXkwZpE6MDgF7E76SopG {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #d4rQzGMcxHxHLT3BeQAcJTyFPKeNPzcD {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #vTTz1gz2ecaRGmDmdO5iC68HGgHtsBGS {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #BuS1BoRi6IVkghLuh978ZTy9qd3J1dSu {  }
 }@media only screen and (max-width: 763px) { #KxeQVoOnHZnUkaXRZp1fX3eAGRVwrtqi { display:block; }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #fq3TFmh97w4qaw9eFCbHK3Q3D0ftdLoy {  }
 }@media only screen and (max-width: 763px) { #L676ghhiuEUzJ19BvFGGlsesaIi1NJch #B45QHV3k6hzIA2IKAFNGL4XlCFTxP47C {  }
 }@media only screen and (max-width: 763px) { #lNfpeR4ok4cKp7EgZEa5qXoW6L3vbw4A { width:292px;height:35.1px;top:138.28750610352px;left:17px;font-size:27px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NvSTqWpRMEwGFid49KQ3oRQgbTQFU2HF { top:107.6875px;left:0px;width:320px;height:28px;z-index:15008;background-color:#fdc400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b8Sbv4QKgb2rLIraa0dQ9zdNEAeXh6ko { width:320px;height:113px;top:0px;left:0px;z-index:14998;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SPPubVymwbRJWzLuJTWoZl1LM6ouF8ml { width:320px;height:41px;top:365.60000610352px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #H0BkT6RGw41pkh4pNXMPao5QKoqWOcFT { width:297px;height:52px;top:1052.0000228882px;left:11.5px;font-size:20px;color:#000000;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TkQ7UdsNwAssfHfRBcd5lf45fnxazBu9 { top:914.00001525879px;left:0px;width:320px;height:926px;z-index:14997;background-color:#fdc400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LR7kTsKiGTTorG8DsOw6M69K13gp6W9T { display:flex;top:905.00001525879px;left:80.499998092651px;width:159px;height:159px;z-index:15012; }
 }@media only screen and (max-width: 763px) { #dztzvlvud9hI02SaoqaGnW29RTcApfke { top:1130.0000244081px;left:14px;width:292px;height:6px;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tUCqNDBSsc0inIPgmlJBBsSTJM3m6F7r { width:277px;height:104px;top:1144.2000236511px;left:17px;font-size:80px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #StNwZBAkuKaBUwz6fkLbZ2H6Bn0rgH2S { width:297px;height:26px;top:1255.0000305176px;left:11.5px;font-size:20px;color:#000000;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lKqvbLeDVpr6oHCAz2y3WTAbHbNK9sEz { top:1311.0000305176px;left:14px;width:292px;height:6px;z-index:15014;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bA4aJoUHb7TJT1EhxOBeBQn6V4CRc5Vu { display:flex;top:1327px;left:78px;width:164px;height:164px;z-index:15015; }
 }@media only screen and (max-width: 763px) { #TCPoT4HD5ROAk9bOeqcgUgPpiWZDNPeD { width:297px;height:52px;top:1497px;left:12px;font-size:20px;color:#000000;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #oo6NWpaokqoMGOTLkgtlT5bbFWfdMgVu { top:1575px;left:14px;width:292px;height:6px;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OX3MF3yhfJZdqsGl5a9im2BGWXz2N3w4 { display:flex;top:1583.0000915527px;left:72.999998092651px;width:174px;height:174px;z-index:15016; }
 }@media only screen and (max-width: 763px) { #lHG5gzNXGIw99sBLah5ENmwVgIunXpbZ { width:297px;height:52px;top:1762.0000610352px;left:11.5px;font-size:20px;color:#000000;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NfkxqKGkqzZQ4dDyvzmh7DnnsLrOBUUx { width:320px;height:0;top:1860px;left:0px;font-size:10px;display:block; }
 }