.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/beb1427e-4d44-41a3-9229-791d8ac418e6/FWLP2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:56rem;width:75rem;position:relative;display:none; }#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-form-header { font-size:0.75rem; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#232323;width:25.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(228,236,236,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5b52cf;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:3.875rem;color:#2e244a;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(228,236,236,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5b52cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:4.375rem;color:#2e244a;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#41c50d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#ffffff;width:25.375rem;height:4.375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc [class*="-text"]:-moz-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc [class*="-text"]::-moz-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc [class*="-text"]:-ms-input-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc [class*="-text"]::-webkit-input-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .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:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:400;color:#0b0b0b;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none;text-align:left;text-align-last:left; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-container:first-of-type{padding-top:0;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-container:last-of-type{padding-bottom:0;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:45.186630249024rem;top:25.214410781861rem;z-index:100029;position:absolute; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.375rem;display:block;vertical-align:top; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc {display:block;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:45.186630249024rem;top:25.214410781861rem;z-index:100029;position:absolute; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #ywG7wApTcBtsv8zDnKgSg5qTf1vrqlyW { position:relative; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #wSAHTdqRsV9FGqL1wILVk5oTMHS9fxlv { position:relative; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #SMOH1bxLuT74M4eyzyMvXvEkEGbVubDK { position:relative; }
#KK9pDKtErQRMMB8fA5KTA0VZCMH3eZb0 { position:relative;display:block; }
#AGXMu6WAGwEtI36XsTPbWrZ5NDxLcGLy { position:relative;display:block; }
#WcqFgyKN5ZNS2VyakVESIRhSJUgmkCFd { position:relative;display:block; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #MqkNTVgo7NUNxBgR9wR4k9nsxoqTMATP { position:relative; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #fLTbOGJEJBsBTQblyKTOWIzzG2XvNgKl { position:relative;z-index:2; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #g2ZKq76IpyTSEOidQdSvX2WNzNmA19Qg { position:relative; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #yTPzzEwyfpNIVnDUfTwxW4wzTXQER1O0 { position:relative; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #FU5nFwRHDyNBT39O9CmvTXpzwlv9GFFx { position:relative;z-index:2; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #p9KPQtHc2nG9QggWUMk39Wy7rZgCHBNs { position:relative; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #veQVFK3fIeoLeI2mIbVKNLTEJLCwtRZp { position:relative; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #x4ZSgxJsKhe1S7e8ZKUlWUvsGdMqdG4V { position:relative; }
#SycKFRgA2Tog4zZwT2CZZ57I3KUnSfX1 { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:21.375rem;left:46.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EC3vbBsbpN7zfNBzQeXfGHX36Tf30n2T { color:#fecb00;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:9.8125rem;left:1.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KdL6nozt4rwt3HvkNZPoE7cG2JFHoTPv { position:absolute;display:block;z-index:100042;background-color:#0c0b0b;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;height:2.5625rem;width:17.6875rem;top:41rem;left:0.625rem;display:block; }
#ZOfbmQNH49N811TTRnCT196u6FJkmIfw { color:#fdc400;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:100043;line-height:1.3;letter-spacing:0;top:41.124134063721rem;left:1.0622825622559rem;height:2.27430625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L7AIH2dlxNS44WqVTKmtsv2LgEldZhkq { color:#fecb00;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:30.25rem;left:0.8125rem;height:7.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NrVwSGPHO5gONE8KCXBrhTSWHVCWTTH6 { color:#fecb00;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:36.1875rem;left:1.25rem;height:1.13715rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Z4Tfm6Lm8LKqBWUUs1wScRzfB5WZ9Iog { color:#fecb00;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:33rem;left:7.5rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UwSZ4mmpUtAO1JXXuzSqHuvkJP6RhOPT { color:#fecb00;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:35.1875rem;left:25.3125rem;height:1.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ngUCHVmedp1lLSu3h3bdGXCpk6Huzy4r { color:#232323;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qZNWZqUFokeza1PsWcqzmFVOgOJb62Ao { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:12.749567031861rem;left:15.9375rem;overflow:hidden;display:block; }
#qTP6icyhINFP7xPpuR5zDpovhyBRqV89 { color:#000000;display:block;width:24.561625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:44.877388000488rem;left:47.631294250488rem;height:0.974825rem;font-style:normal;display:block; }
#O4lGHF5wciAR1iyxEAvASBJV4IKBg7G3 { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:44.374351501465rem;left:45.874568939209rem;overflow:hidden;display:block; }
#oZWBabhMlxn1FeIO1KyaSEHT5Ra4Q6DH { position:absolute;display:block;z-index:100003;background-color:#ffffff;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.5625rem;width:28.0625rem;top:19.561632156372rem;left:45.061851501465rem;display:block; }
#eILhrJ4y7pCLE33mNtMUFiy8KTfvKhDk { color:#fecb00;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:29.5rem;left:1.6875rem;height:2.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zaiLZMO91LnwJg4QHJAmoCeB37USwHBu { color:#5b52cf;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem rgba(91,82,207,0.54);top:30.25rem;left:0.6875rem;height:7.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dsMT6LK4ZfeyKdc7zHogNNBiMaR9GSTK { color:#5b52cf;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(91,82,207,0.7);top:33rem;left:7.4375rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iQ0ORhG0dvs88gPTzN5mJqvpFDmGgZPc { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:9.0625rem;top:2.15625rem;left:0.625rem;overflow:hidden;display:block; }
#o4xwJlyuIbTfI1WUOIIt9RHBioTglFQu { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:32.9375rem;left:18.9375rem;height:4.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zENOPbZTENVcEI6i5J1AVVOaZRQ6MoeL { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:34.625rem;left:21.125rem;height:1.787325rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qT69oRzc21GTCoxwsOTR0hqKeebVHegH { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:32.65625rem;left:15.5625rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#URuJekJZ3NdFd8yvrMzkUqWwvW1Pft6a { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:17.625rem;left:15.8125rem;overflow:hidden;display:block; }
#eloOFBChwiTtQZSNzMd3yIqbelItIJLd { color:#232323;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.25rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aqk64A3Vc7ryS62auVogkQT8ZSTq10E1 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:31.9375rem;left:18.9375rem;height:1.46180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sm4lSLOXgBJFKdnmNWyuZSUet4wz6bH5 { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:35.4375rem;left:14rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xu2DqlbcK3tW6yLRBGDuyARnXN7AGWRM { position:absolute;display:block;z-index:100064;background-color:#5b52cf;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-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.9375rem;width:6.9375rem;top:21.375rem;left:17.9375rem;display:block; }
#M5ZyaD6TVeRrA3lvxU5qlyFmLiQLZ5H8 { background-color:#007d02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.74975rem;height:2.5rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:51.6875rem;left:38.9375rem;display:block; }
#C1bqzcV3tF3ND9CdtzrgW1kUpFJg47Ex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R3PQ8BBOaJAccFPAlmvcdTb2gypy88AX { color:#232323;display:block;width:19.4995rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:49.9375rem;left:36.5625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9365rem;width:10.061625rem;top:43.397827148438rem;left:14.9365234375rem;overflow:hidden;display:block; }
#bKa9zbPNxbUFEF3O2teC5rRJltWMGFm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1d;background-image:none;position:relative;display:none; }#bKa9zbPNxbUFEF3O2teC5rRJltWMGFm1 > .row .container { border-width: 0; border-radius: 0; }#bKa9zbPNxbUFEF3O2teC5rRJltWMGFm1 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#ncGz0Art2TwT7Sp3Z4ypsyVshL3T2wUV { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:10.125rem;top:1.15625rem;left:0.875rem;overflow:hidden;display:block; }
#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/beb1427e-4d44-41a3-9229-791d8ac418e6/FWLP2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.adaptive-delivery-prevent-bg, #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.lazyload, #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.lazyloading { background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { background-color: transparent; background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .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); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { border-width: 0; border-radius: 0; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { font-size:0.875rem;font-family:"open sans";height:35.125rem;width:75rem;position:relative;display:block; }#AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { color:#fecb00;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:4.185791015625rem;left:1.0614013671875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#chT7929gNS4NmohnwFO1O8PClV4hVu5f { color:#fdc400;display:block;width:20.249625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100043;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.25rem;height:1.2182625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { color:#fecb00;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.25rem;height:7.312rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#t8yR9261uo0sxzmeaX0199XBUEXFOLhV { color:#fecb00;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:20.3125rem;left:7.9375rem;height:3.65600625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:4.6795654296875rem;left:27.247924804688rem;overflow:hidden;display:block; }
#BZ2NJRUhWf7EGO3EWm3K5cT9EiyU3c4x { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:30.0625rem;left:45.75rem;height:0.97473125rem;font-style:normal;display:block; }
#J1a6A9IRnndgTw4qraG0M79Ek27m7P91 { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.81213125rem;width:1.81213125rem;top:29.642333984375rem;left:43.999633789062rem;overflow:hidden;display:block; }
#C7zl487UZ4VsSsZNPPXRKTnUiaQK20BZ { color:#5b52cf;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem rgba(91,82,207,0.54);top:17.625rem;left:1.0625rem;height:7.312rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d2ycNZ7aS3xZftOGLthrAT1P4OOZMxbc { color:#5b52cf;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(91,82,207,0.7);top:20.375rem;left:7.8125rem;height:3.65600625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#huQ2pEFlMWzxozlrH8e097KL18eu1HyF { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:9.0625rem;top:2.6551694869995rem;left:1.0590267181396rem;overflow:hidden;display:none; }
#tAJh5nRp5Wu9rDalyhoByRJXSCfJtNR9 { position:absolute;display:block;z-index:100064;background-color:#5b52cf;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-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:10rem;width:10.0625rem;top:16.75rem;left:25.25rem;display:block; }
#isiuqpExxFuQKqd09yTC1RkVUG5RxDFr { position:absolute;display:block;z-index:100004;background-color:#ffffff;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:31.25rem;width:28.0625rem;top:1.125rem;left:43.0625rem;display:block; }
#zoeVoCiWHRIq9lg16Ks9X6TWSsRHQbKw { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:2.4375rem;left:44.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-form-header { font-size:0.75rem; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#232323;width:25.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(228,236,236,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5b52cf;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:3.875rem;color:#2e244a;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(228,236,236,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5b52cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:4.375rem;color:#2e244a;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#41c50d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#ffffff;width:25.375rem;height:4.375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt [class*="-text"]:-moz-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt [class*="-text"]::-moz-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt [class*="-text"]:-ms-input-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt [class*="-text"]::-webkit-input-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .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:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:400;color:#0b0b0b;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none;text-align:left;text-align-last:left; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-container:first-of-type{padding-top:0;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-container:last-of-type{padding-bottom:0;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:43.125rem;top:6rem;z-index:100030;position:absolute; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.375rem;display:block;vertical-align:top; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt {display:block;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:43.125rem;top:6rem;z-index:100030;position:absolute; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #K2FiDTBFiNAmb5enaWtl7WhAiGU9lqtS { position:relative; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #TevCbwwEIWE1WocgfdONkTt6ouM6MGQL { position:relative; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #xTJTvZVzhdXTO5pXFISP4dD8kBe71Ciy { position:relative; }
#wEcuhwix9xPimv8hlzBB7VJUG6v9whfS { position:relative;display:block; }
#bPVaJrno3UCPNbsTukU1wVt4H2HFsQUE { position:relative;display:block; }
#obBEPhXs1PING85oWkoSJDwh1OTWBzXo { position:relative;display:block; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #NVW7p1wqM7z23HFlXz3Vad5mMzaoqgD6 { position:relative; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #RFuBPCcAgklW0OioDMEni9qzagno9TrD { position:relative;z-index:2; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #rDSoUbdDu7K587ZWNr6FJ4PTwDnBmeTb { position:relative; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #PSAtTXvB72PN7z67HaxPMhx1orkelckk { position:relative; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #p3hQSIVlxbW6tXhtANQpwTUXtBctgf09 { position:relative;z-index:2; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #FrIMUMofJB3ACxsIItDcHxldBdZzAZie { position:relative; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #vCBwWqWxgThti5FTWoV8CcyFfw5k2mXG { position:relative; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #CsMs1BFeXp81xlEIM2cUZFHbKiwN0kPm { position:relative; }
#Ze7wWqDLrDCfBfP5o1tUCwgc6CTb2HMd { color:#fdc400;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:100043;line-height:1.3;letter-spacing:0;top:34.125rem;left:1.5rem;height:2.33680625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#r7bRJVn7GiLop1qyJhpLpTX4yGU1W5C4 { color:#232323;display:block;width:25.9985625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100066;line-height:1.2;letter-spacing:0;top:25.8125rem;left:44.4375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gTRu75dPsyZxU1btTvNUan6gusvZewaB { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:11.5625rem;top:14.6875rem;left:24.25rem;overflow:hidden;display:block; }
#zouDTm1XBwm9rFlCWWD8kid0xJyEIrAw { color:#fdc400;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:19.0625rem;left:8.8125rem;height:1.2182625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ba5VW6Kn9vwTvxhPSJkdlM22Hi0egsGM { color:#fdc400;display:block;width:20.249625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:23.0625rem;left:30.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w48rnnOiHTIUz1eErPx2iuOwhL1FCEd9 { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:13.125rem;left:1.0625rem;display:block; }
#D50A8EFTTPx4zLGMuOc1Qx9VHZDLhkvT { color:#211e1f;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.1875rem;height:1.2994375rem;text-align:justify;text-align-last:initial;display:block; }
#gIgJ9UWWG5JvLfllsewZypgiP44R2lcf { color:#211e1f;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.0625rem;height:1.2994375rem;text-align:justify;text-align-last:initial;display:block; }
#BM3uTDZxmVxCw247OGTHRXnmteDwpUCL { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93725625rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:10.1875rem;left:1.0625rem;display:block; }
#diJwgpMowHO8gM0qWwNL3DoAz5i8sg5F { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100062;top:7.375rem;left:1.0625rem;display:block; }
#igmWQ1tV9v5U5NGPq6IeWQgWMm3SyEt2 { color:#211e1f;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100038;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.125rem;height:1.381225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GZSzoZHlLRe51os65EaAzCL7LxFl1bQ0 { color:#211e1f;display:block;width:27.312rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.125rem;height:1.2994375rem;text-align:justify;text-align-last:initial;display:block; }
#HPDDlKiQdsUFAx9QgLNIxvPf34hxpxcy { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93725625rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:15.9375rem;left:1.0625rem;display:block; }
#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:none; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { border-width: 0; border-radius: 0; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:none; }#yHsnqhEH6XIfIGcX2cmbFyeJOQvyH8Ro { color:#f6f6f6;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:0.68684768676756rem;left:0.81163024902344rem;height:1.055775rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x3nQJ25ve05U91nKTJi4nmTT3IKCMuCB { color:#ffffff;display:block;width:6.312125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.74956512451175rem;left:20.749347686767rem;height:1.13606875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MT3z0pteflt4Zd5CPHBMsMnbW2JfLuRd { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.311875rem;height:1.81206875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.46636199951172rem;left:27.187065124512rem;display:block; }
#rdD9T2qlff8dbEZEZOLtkIztq1KgufRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/c3492628-2e05-4b96-b87e-ae40ae789723/FWLP3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.adaptive-delivery-prevent-bg, #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.lazyload, #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.lazyloading { background-image: none; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row .container { border-width: 0; border-radius: 0; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row .container { font-size:0.875rem;font-family:"open sans";height:38.3125rem;width:75rem;position:relative;display:none; }#VudDhc52uzgGRW8CTQLoSw5r1ykUhebT { color:#211e1f;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:13.625rem;left:27.3125rem;height:1.381075rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nvSv0PBdtkgbgiATMTLZsKfnmhm9IUMf { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:13.3125rem;left:25.25rem;display:block; }
#HHaJzG4qFbE29uxT4nsMSTINLoKgTh8W { color:#211e1f;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:16.3125rem;left:27.3125rem;height:1.381075rem;text-align:justify;text-align-last:initial;display:block; }
#HyyoHNh9rHBpBzI9JsPE2WOg6sTCSRqM { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:16rem;left:25.25rem;display:block; }
#M5KrnqeqtUaK78mqKTUHMW8ok6zyEUwh { color:#211e1f;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:19.125rem;left:27.3125rem;height:1.2999125rem;text-align:justify;text-align-last:initial;display:block; }
#Z78dDe38PfOG6xTnEiG4Id5o0lTgVVn3 { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100059;top:18.6875rem;left:25.1875rem;display:block; }
#gTAT28uF9QokXpCsTq6RZFatJQhMCZ7z { color:#2f2f2f;display:block;width:53.8105625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:4.6875rem;left:11.3125rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kycg0td3zWlePK5D022oDUqmPgWIGasN { position:absolute;display:block;z-index:100041;background-color:#dfe4e7;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;height:1.5625rem;width:17.24975rem;top:25.875rem;left:27.5rem;display:block; }
#LWHRRmA6NRfg8CGPZpvSN7wUoT5xpXff { color:#2f2f2f;display:block;width:16.62475rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:26rem;left:27.8125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuEZSu3ooNDcfUmgXH0KvphuPentG2p2 { position:absolute;display:block;z-index:100005;background-color:#5b52cf;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;height:4.6875rem;width:17.1875rem;top:27.4375rem;left:27.5rem;display:block; }
#qID7HEvNArdEXEtdld8eXnn3ec4a0AuE { color:#ffffff;display:block;width:7.5598125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:28.25rem;left:36rem;height:0.89323125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASeslThVeK1nBgIFcZV7yzKvw9TEIL0F { color:#ffffff;display:block;width:9.184875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:28.8125rem;left:35.625rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZPfFKq9eZwvwEeH1yMqCx3fX2z3ggUX { color:#ffbe00;display:block;width:8.8733125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:28.8125rem;left:27.3125rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5sLVo8muMGX6HCTfa3bAEWE7Fcxb0Hu { position:absolute;display:block;z-index:100002;background-color:#ffffff;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;height:2.8125rem;width:17.1875rem;top:31.4375rem;left:27.5rem;display:block; }
#UWweQ1BgadQxFX333bi8GIATHVPGE9Uv { color:#252525;display:block;width:13.5608125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:32.625rem;left:28.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onKnvtvFitn3b6iJRokqFKTN0TBDEF8w { color:#232323;display:block;width:31.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drHQThEnwMmV2HLZb4PC1qtRPcaJmxKC { color:#211e1f;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.375rem;height:1.29948125rem;text-align:justify;text-align-last:initial;display:block; }
#WvovlcpbyHitPRiNQDDmFzMAIk2vSBXT { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100061;top:21.3125rem;left:25.25rem;display:block; }
#RMkwFHsgaDEDTkrD0feUTL14fDKT3iyO { color:#5b52cf;display:block;width:4.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:21.8125rem;left:37.6875rem;height:1.2999125rem;text-align:justify;text-align-last:initial;display:block; }
#luwACvpm05QvaLRgD6q2m5OLulsABamq { position:absolute;display:block;z-index:99999;background-color:#eae8e9;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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.75rem;width:3.5625rem;top:21.5rem;left:37.1875rem;display:block; }
#kJsCtWypJhatsTUHH20T4xVFsJtrD0dF { color:#313131;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100036;line-height:1.4;letter-spacing:0;top:7.6875rem;left:19.0625rem;height:1.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/c3492628-2e05-4b96-b87e-ae40ae789723/FWLP3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.adaptive-delivery-prevent-bg, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyload, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyloading { background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { background-color: transparent; background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container > .video-iframe-container { display: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container { display: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .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); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { border-width: 0; border-radius: 0; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { font-size:0.875rem;font-family:"open sans";height:26.75rem;width:75rem;position:relative;display:block; }#ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { color:#211e1f;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:13.624877929688rem;left:25.43701171875rem;height:1.381225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:13.312377929688rem;left:23.374633789062rem;display:block; }
#nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { color:#211e1f;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:16.44287109375rem;left:25.374145507812rem;height:1.2994375rem;text-align:justify;text-align-last:initial;display:block; }
#V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93725625rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100059;top:16.124267578125rem;left:23.3740234375rem;display:block; }
#Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { color:#2f2f2f;display:block;width:53.8105625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:4.6875rem;left:11.3125rem;height:2.374875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { color:#232323;display:block;width:31.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:19.0625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { color:#211e1f;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:19.312133789062rem;left:25.499877929688rem;height:1.2994375rem;text-align:justify;text-align-last:initial;display:block; }
#NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100061;top:19.0625rem;left:23.374633789062rem;display:block; }
#A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { color:#313131;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100036;line-height:1.4;letter-spacing:0;top:7.6875rem;left:19.0625rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i9egfXJLgfDrC4XuPQmeDXIxilTWL6MF { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:11.5625rem;top:14.6875rem;left:24.25rem;overflow:hidden;display:none; }
#J3IgkAkSkMhp6BmOFRcfRUZZL5NKbNEv { position:absolute;display:block;z-index:100064;background-color:#5b52cf;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-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:10rem;width:10.0625rem;top:16.75rem;left:25.25rem;display:none; }
#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecb00;background-image:url("https://images.assets-landingi.com/ZvQMKqXL/Progetto_senza_titolo_5_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn.adaptive-delivery-prevent-bg, #g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn.lazyload, #g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn.lazyloading { background-image: none; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { background-color: transparent; background-image: none; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container > .video-iframe-container { display: none; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row > .video-iframe-container { display: none; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .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); }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { border-width: 0; border-radius: 0; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { font-size:0.875rem;font-family:"open sans";height:32.375rem;width:75rem;position:relative;display:block; }#r15rb2VrlS2oJkBoVzhaxUEsIfX8TAJS { position:absolute;display:block;z-index:100000;background-color:#ffffff;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.5rem;width:22.0625rem;top:2.9364349842071rem;left:1.2189273834229rem;display:block; }
#td8V8ofQAKl5yNZgXS8bcoU2GDZs6T6r { color:#2f2f2f;display:block;width:14.8739375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:14.999106407166rem;left:5.0612564086914rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twAlBXn4oXnNSO58WJbzdaC6dNk41Zal { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.75rem;top:6.375rem;left:8.375rem;overflow:hidden;display:block; }
#D0mCpst0I5ukIFkZPktr0ngTZ8tVSVl7 { position:absolute;display:block;z-index:100003;background-color:#ffffff;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.1875rem;width:22.0625rem;top:3.25rem;left:26.4375rem;display:block; }
#Tkaou5TOcG8IIk4mBZulzclix24Px1uJ { color:#2f2f2f;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:15rem;left:30.0625rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuXZE4OSCrVEHUiKPCHx0Eo3yoIVk0Nc { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.75rem;top:6.37340259552rem;left:34.123756408691rem;overflow:hidden;display:block; }
#MvnkOVep1tdEHqEqVJdIDX58hyHH18he { position:absolute;display:block;z-index:100006;background-color:#ffffff;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.5rem;width:22.0625rem;top:3.1875rem;left:51.5rem;display:block; }
#bqeisBTImrkBxNLfle9mNbKFA45adJSt { color:#2f2f2f;display:block;width:14.8739375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:14.93714427948rem;left:55.062141418457rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fG9vxKzTtVT7InDHex1Rcwftt4a6puSh { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:6.6875rem;top:6.375rem;left:59.125rem;overflow:hidden;display:block; }
#gmdD8Akrhxz0UoKri2HtQfik9VcVT7O3 { color:#2f2f2f;display:block;width:14.8118125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:19.439806938171rem;left:4.3394870758057rem;height:3.6547875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChO3GrgRde8EXvoSxyVfDPt8pTiVPhSU { color:#2f2f2f;display:block;width:14.8118125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.438920021057rem;left:30.093215942382rem;height:6.09130625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVBhXm9TRW8UT7UDFkmReTuiJ8PLx2V4 { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.438033103943rem;left:52.780715942382rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:block; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { background-color: transparent; background-image: none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container > .video-iframe-container { display: none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row > .video-iframe-container { display: none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .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); }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { border-width: 0; border-radius: 0; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { color:#f6f6f6;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:0.68684768676756rem;left:0.81163024902344rem;height:1.0563125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { color:#ffffff;display:block;width:6.312125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.62456512451172rem;left:20.749347686767rem;height:1.13769375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.311875rem;height:1.81206875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.34136199951172rem;left:27.187065124512rem;display:block; }
#DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ndGlQyQAoOdPtnFPiL0l5bbVk7yhnPBU { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.12475rem;height:1.811525rem;text-decoration:none;z-index:100008;text-align:left;text-align-last:left;top:0.343017578125rem;left:33.905029296875rem;display:block; }
#tv26eFqQhfaS62rdtZANPgu3V7ZTEDmZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { border-width: 0; border-radius: 0; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecb00;background-image:url("https://images.assets-landingi.com/cma2fTq6/pattern_white.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:5.125rem;width:75rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;position:relative;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.adaptive-delivery-prevent-bg, #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.lazyload, #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.lazyloading { background-image: none; }#HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { background-color:#ffffff;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.6875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.21875rem;left:35.375rem;display:block; }
#VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:0.5625rem;left:7.3125rem;overflow:hidden;display:block; }
#LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { color:#2f2f2f;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2rem;left:9.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiVM8Rp6x9o3aLtRL08Qr6NBzFufo8fd { position:relative;display:none; }#LiVM8Rp6x9o3aLtRL08Qr6NBzFufo8fd { border-width: 0; border-radius: 0; }#LiVM8Rp6x9o3aLtRL08Qr6NBzFufo8fd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Ip0GcG94QcUhQfxZlD8VhvqmAphHJZR7 { background-color:#41c50d;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-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:2.125rem;left:57.562503814698rem;display:none; }
#l6lnCe5LcEJGaPn0ACaxhUZREK5V8zC0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XmoQ6yIQDaKTclBpAMvsHts1CDRQVnOF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-regular-label { width:25.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-text { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-textarea { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-select { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-button { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc  { width:25.375rem;height:auto;top:25.1875rem;left:19.875rem; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .radio-container { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc {display:block;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc { width:25.375rem;height:auto;top:25.1875rem;left:19.875rem; }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #ywG7wApTcBtsv8zDnKgSg5qTf1vrqlyW {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #wSAHTdqRsV9FGqL1wILVk5oTMHS9fxlv {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #SMOH1bxLuT74M4eyzyMvXvEkEGbVubDK {  }
 }@media only screen and (max-width: 763px) { #KK9pDKtErQRMMB8fA5KTA0VZCMH3eZb0 { display:block; }
 }@media only screen and (max-width: 763px) { #AGXMu6WAGwEtI36XsTPbWrZ5NDxLcGLy { display:block; }
 }@media only screen and (max-width: 763px) { #WcqFgyKN5ZNS2VyakVESIRhSJUgmkCFd { display:block; }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #MqkNTVgo7NUNxBgR9wR4k9nsxoqTMATP {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #fLTbOGJEJBsBTQblyKTOWIzzG2XvNgKl {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #g2ZKq76IpyTSEOidQdSvX2WNzNmA19Qg {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #yTPzzEwyfpNIVnDUfTwxW4wzTXQER1O0 {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #FU5nFwRHDyNBT39O9CmvTXpzwlv9GFFx { z-index:2; }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #p9KPQtHc2nG9QggWUMk39Wy7rZgCHBNs {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #veQVFK3fIeoLeI2mIbVKNLTEJLCwtRZp {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #x4ZSgxJsKhe1S7e8ZKUlWUvsGdMqdG4V {  }
 }@media only screen and (max-width: 763px) { #SycKFRgA2Tog4zZwT2CZZ57I3KUnSfX1 { top:21.375rem;left:21.75rem;width:26rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC3vbBsbpN7zfNBzQeXfGHX36Tf30n2T { top:9.8125rem;left:0rem;width:33.9375rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdL6nozt4rwt3HvkNZPoE7cG2JFHoTPv { top:41rem;left:0rem;width:17.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOfbmQNH49N811TTRnCT196u6FJkmIfw { top:41.0625rem;left:0rem;width:16.9375rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7AIH2dlxNS44WqVTKmtsv2LgEldZhkq { top:30.25rem;left:0rem;width:15rem;height:7.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrVwSGPHO5gONE8KCXBrhTSWHVCWTTH6 { top:36.1875rem;left:0rem;width:11.25rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Tfm6Lm8LKqBWUUs1wScRzfB5WZ9Iog { top:33rem;left:0rem;width:7.4375rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSZ4mmpUtAO1JXXuzSqHuvkJP6RhOPT { top:35.1875rem;left:11.6875rem;width:11.25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngUCHVmedp1lLSu3h3bdGXCpk6Huzy4r { top:12.3125rem;left:0rem;width:29.875rem;height:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZNWZqUFokeza1PsWcqzmFVOgOJb62Ao { top:12.6875rem;left:2.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTP6icyhINFP7xPpuR5zDpovhyBRqV89 { top:44.875rem;left:23.1875rem;width:24.5rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4lGHF5wciAR1iyxEAvASBJV4IKBg7G3 { top:44.3125rem;left:32.249568939209rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWBabhMlxn1FeIO1KyaSEHT5Ra4Q6DH { top:19.5rem;left:19.6875rem;width:28.0625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eILhrJ4y7pCLE33mNtMUFiy8KTfvKhDk { top:29.5rem;left:0rem;width:6.3125rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaiLZMO91LnwJg4QHJAmoCeB37USwHBu { top:30.25rem;left:0rem;width:15rem;height:7.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMT6LK4ZfeyKdc7zHogNNBiMaR9GSTK { top:33rem;left:0rem;width:7.875rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ0ORhG0dvs88gPTzN5mJqvpFDmGgZPc { top:2.125rem;left:0rem;width:9.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4xwJlyuIbTfI1WUOIIt9RHBioTglFQu { top:32.9375rem;left:5.3125rem;width:15rem;height:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENOPbZTENVcEI6i5J1AVVOaZRQ6MoeL { top:34.625rem;left:7.5rem;width:4.875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT69oRzc21GTCoxwsOTR0hqKeebVHegH { top:32.625rem;left:1.9375rem;width:1.8125rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URuJekJZ3NdFd8yvrMzkUqWwvW1Pft6a { top:17.625rem;left:2.1875rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eloOFBChwiTtQZSNzMd3yIqbelItIJLd { top:19.75rem;left:0rem;width:15.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqk64A3Vc7ryS62auVogkQT8ZSTq10E1 { top:31.9375rem;left:5.3125rem;width:11.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm4lSLOXgBJFKdnmNWyuZSUet4wz6bH5 { top:35.4375rem;left:0.375rem;width:4.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu2DqlbcK3tW6yLRBGDuyARnXN7AGWRM { top:21.375rem;left:4.3125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ZyaD6TVeRrA3lvxU5qlyFmLiQLZ5H8 { width:14.6875rem;height:2.5rem;top:51.6875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1bqzcV3tF3ND9CdtzrgW1kUpFJg47Ex { display:block; }
 }@media only screen and (max-width: 763px) { #R3PQ8BBOaJAccFPAlmvcdTb2gypy88AX { top:49.9375rem;left:22.9375rem;width:19.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { top:43.375rem;left:1.3115234375rem;width:10rem;height:9.8756413601181rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKa9zbPNxbUFEF3O2teC5rRJltWMGFm1 { display:block; }#bKa9zbPNxbUFEF3O2teC5rRJltWMGFm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncGz0Art2TwT7Sp3Z4ypsyVshL3T2wUV { top:1.125rem;left:0rem;width:10.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { top:4.125rem;left:0rem;width:26.1875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chT7929gNS4NmohnwFO1O8PClV4hVu5f { top:24.25rem;left:0rem;width:20.1875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { top:17.5625rem;left:0rem;width:15rem;height:7.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yR9261uo0sxzmeaX0199XBUEXFOLhV { top:20.3125rem;left:0rem;width:7.375rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { top:4.625rem;left:13.622924804688rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2NJRUhWf7EGO3EWm3K5cT9EiyU3c4x { top:30.0625rem;left:23.25rem;width:24.5rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1a6A9IRnndgTw4qraG0M79Ek27m7P91 { top:29.625rem;left:30.374633789062rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7zl487UZ4VsSsZNPPXRKTnUiaQK20BZ { top:17.625rem;left:0rem;width:15rem;height:7.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ycNZ7aS3xZftOGLthrAT1P4OOZMxbc { top:20.375rem;left:0rem;width:7.8125rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQ2pEFlMWzxozlrH8e097KL18eu1HyF { top:2.625rem;left:0rem;width:9.0625rem;height:3.18685rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJh5nRp5Wu9rDalyhoByRJXSCfJtNR9 { top:16.75rem;left:11.625rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #isiuqpExxFuQKqd09yTC1RkVUG5RxDFr { top:1.125rem;left:19.6875rem;width:28rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoeVoCiWHRIq9lg16Ks9X6TWSsRHQbKw { top:2.4375rem;left:21.75rem;width:25.9375rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt  { width:25.3125rem;height:18.1875rem;top:6rem;left:19.875rem; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt {display:block;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt { width:25.3125rem;height:18.1875rem;top:6rem;left:19.875rem; }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #K2FiDTBFiNAmb5enaWtl7WhAiGU9lqtS {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #TevCbwwEIWE1WocgfdONkTt6ouM6MGQL {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #xTJTvZVzhdXTO5pXFISP4dD8kBe71Ciy {  }
 }@media only screen and (max-width: 763px) { #wEcuhwix9xPimv8hlzBB7VJUG6v9whfS { display:block; }
 }@media only screen and (max-width: 763px) { #bPVaJrno3UCPNbsTukU1wVt4H2HFsQUE { display:block; }
 }@media only screen and (max-width: 763px) { #obBEPhXs1PING85oWkoSJDwh1OTWBzXo { display:block; }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #NVW7p1wqM7z23HFlXz3Vad5mMzaoqgD6 {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #RFuBPCcAgklW0OioDMEni9qzagno9TrD {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #rDSoUbdDu7K587ZWNr6FJ4PTwDnBmeTb {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #PSAtTXvB72PN7z67HaxPMhx1orkelckk {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #p3hQSIVlxbW6tXhtANQpwTUXtBctgf09 {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #FrIMUMofJB3ACxsIItDcHxldBdZzAZie {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #vCBwWqWxgThti5FTWoV8CcyFfw5k2mXG {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #CsMs1BFeXp81xlEIM2cUZFHbKiwN0kPm {  }
 }@media only screen and (max-width: 763px) { #Ze7wWqDLrDCfBfP5o1tUCwgc6CTb2HMd { top:27.625rem;left:0rem;width:20rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7bRJVn7GiLop1qyJhpLpTX4yGU1W5C4 { top:25.8125rem;left:21.8125rem;width:25.9375rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRu75dPsyZxU1btTvNUan6gusvZewaB { top:14.6875rem;left:10.625rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zouDTm1XBwm9rFlCWWD8kid0xJyEIrAw { top:19.0625rem;left:0rem;width:3.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba5VW6Kn9vwTvxhPSJkdlM22Hi0egsGM { top:23.0625rem;left:16.875rem;width:20.1875rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w48rnnOiHTIUz1eErPx2iuOwhL1FCEd9 { top:13.125rem;left:0rem;width:2rem;height:1.878665373659rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D50A8EFTTPx4zLGMuOc1Qx9VHZDLhkvT { top:13.375rem;left:0rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIgJ9UWWG5JvLfllsewZypgiP44R2lcf { top:10.5rem;left:0rem;width:23.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM3uTDZxmVxCw247OGTHRXnmteDwpUCL { top:10.1875rem;left:0rem;width:2rem;height:1.8792177832747rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diJwgpMowHO8gM0qWwNL3DoAz5i8sg5F { top:7.375rem;left:0rem;width:2rem;height:1.878665373659rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igmWQ1tV9v5U5NGPq6IeWQgWMm3SyEt2 { top:7.6875rem;left:0rem;width:23.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZSzoZHlLRe51os65EaAzCL7LxFl1bQ0 { top:16.25rem;left:0rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPDDlKiQdsUFAx9QgLNIxvPf34hxpxcy { top:15.9375rem;left:0rem;width:2rem;height:1.878665373659rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT { display:block; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHsnqhEH6XIfIGcX2cmbFyeJOQvyH8Ro { top:0.625rem;left:0rem;width:19.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3nQJ25ve05U91nKTJi4nmTT3IKCMuCB { top:0.6875rem;left:7.1243476867675rem;width:6.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT3z0pteflt4Zd5CPHBMsMnbW2JfLuRd { width:6.25rem;height:1.75rem;top:0.4375rem;left:13.562065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdD9T2qlff8dbEZEZOLtkIztq1KgufRL { display:block; }
 }@media only screen and (max-width: 763px) { #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ { display:block; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VudDhc52uzgGRW8CTQLoSw5r1ykUhebT { top:13.625rem;left:13.1875rem;width:34.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvSv0PBdtkgbgiATMTLZsKfnmhm9IUMf { top:13.3125rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHaJzG4qFbE29uxT4nsMSTINLoKgTh8W { top:16.3125rem;left:13.6875rem;width:31.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyyoHNh9rHBpBzI9JsPE2WOg6sTCSRqM { top:16rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KrnqeqtUaK78mqKTUHMW8ok6zyEUwh { top:19.125rem;left:13.6875rem;width:23.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z78dDe38PfOG6xTnEiG4Id5o0lTgVVn3 { top:18.6875rem;left:11.5625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAT28uF9QokXpCsTq6RZFatJQhMCZ7z { top:4.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kycg0td3zWlePK5D022oDUqmPgWIGasN { top:25.875rem;left:13.875rem;width:17.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWHRRmA6NRfg8CGPZpvSN7wUoT5xpXff { top:26rem;left:14.1875rem;width:16.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuEZSu3ooNDcfUmgXH0KvphuPentG2p2 { top:27.4375rem;left:13.875rem;width:17.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qID7HEvNArdEXEtdld8eXnn3ec4a0AuE { top:28.25rem;left:22.375rem;width:7.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASeslThVeK1nBgIFcZV7yzKvw9TEIL0F { top:28.8125rem;left:22rem;width:9.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZPfFKq9eZwvwEeH1yMqCx3fX2z3ggUX { top:28.8125rem;left:13.6875rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5sLVo8muMGX6HCTfa3bAEWE7Fcxb0Hu { top:31.4375rem;left:13.875rem;width:17.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWweQ1BgadQxFX333bi8GIATHVPGE9Uv { top:32.625rem;left:15.25rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKnvtvFitn3b6iJRokqFKTN0TBDEF8w { top:10.4375rem;left:5.4375rem;width:31.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHQThEnwMmV2HLZb4PC1qtRPcaJmxKC { top:21.75rem;left:13.75rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvovlcpbyHitPRiNQDDmFzMAIk2vSBXT { top:21.3125rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMkwFHsgaDEDTkrD0feUTL14fDKT3iyO { top:21.8125rem;left:24.0625rem;width:4.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luwACvpm05QvaLRgD6q2m5OLulsABamq { top:21.5rem;left:23.5625rem;width:3.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJsCtWypJhatsTUHH20T4xVFsJtrD0dF { top:7.6875rem;left:5.4375rem;width:38.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { display:block; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { top:13.5625rem;left:11.81201171875rem;width:34.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { top:13.25rem;left:9.7496337890625rem;width:2.0625rem;height:1.9373736665859rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { top:16.4375rem;left:11.749145507812rem;width:23.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { top:16.0625rem;left:9.7490234375rem;width:2rem;height:1.8792177832747rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { top:4.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { top:10.4375rem;left:5.4375rem;width:31.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { top:19.25rem;left:11.874877929688rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { top:19.0625rem;left:9.7496337890625rem;width:2rem;height:1.878665373659rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { top:7.6875rem;left:5.4375rem;width:38.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9egfXJLgfDrC4XuPQmeDXIxilTWL6MF { top:14.6875rem;left:10.625rem;width:11.5625rem;height:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3IgkAkSkMhp6BmOFRcfRUZZL5NKbNEv { top:16.75rem;left:11.625rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn { display:block; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r15rb2VrlS2oJkBoVzhaxUEsIfX8TAJS { top:2.875rem;left:0rem;width:22.0625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #td8V8ofQAKl5yNZgXS8bcoU2GDZs6T6r { top:14.9375rem;left:0.49875640869141rem;width:14.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twAlBXn4oXnNSO58WJbzdaC6dNk41Zal { top:6.375rem;left:3.8125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mCpst0I5ukIFkZPktr0ngTZ8tVSVl7 { top:3.25rem;left:9.6875rem;width:22.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkaou5TOcG8IIk4mBZulzclix24Px1uJ { top:15rem;left:16.375rem;width:15.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuXZE4OSCrVEHUiKPCHx0Eo3yoIVk0Nc { top:6.3125rem;left:20.436256408691rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnkOVep1tdEHqEqVJdIDX58hyHH18he { top:3.1875rem;left:25.5625rem;width:22.0625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqeisBTImrkBxNLfle9mNbKFA45adJSt { top:14.875rem;left:32.249641418457rem;width:14.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG9vxKzTtVT7InDHex1Rcwftt4a6puSh { top:6.375rem;left:36.3125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdD8Akrhxz0UoKri2HtQfik9VcVT7O3 { top:19.4375rem;left:0rem;width:14.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChO3GrgRde8EXvoSxyVfDPt8pTiVPhSU { top:19.4375rem;left:16.405715942382rem;width:14.75rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBhXm9TRW8UT7UDFkmReTuiJ8PLx2V4 { top:19.4375rem;left:28.1875rem;width:19.4375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { display:block; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { top:0.625rem;left:0rem;width:19.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { top:0.5625rem;left:7.1243476867675rem;width:6.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { width:6.25rem;height:1.75rem;top:0.3125rem;left:13.562065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block; }
 }@media only screen and (max-width: 763px) { #ndGlQyQAoOdPtnFPiL0l5bbVk7yhnPBU { width:14.0625rem;height:1.75rem;top:0.3125rem;left:20.280029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv26eFqQhfaS62rdtZANPgu3V7ZTEDmZ { display:block; }
 }@media only screen and (max-width: 763px) { #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { display:block; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { width:13.625rem;height:2.6875rem;top:1.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block; }
 }@media only screen and (max-width: 763px) { #Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { top:0.5625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { top:2rem;left:0rem;width:26rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVM8Rp6x9o3aLtRL08Qr6NBzFufo8fd { display:none; }#LiVM8Rp6x9o3aLtRL08Qr6NBzFufo8fd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ip0GcG94QcUhQfxZlD8VhvqmAphHJZR7 { width:15.5625rem;height:3rem;top:2.125rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6lnCe5LcEJGaPn0ACaxhUZREK5V8zC0 { display:block; }
 }@media only screen and (max-width: 763px) { #XmoQ6yIQDaKTclBpAMvsHts1CDRQVnOF { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e9c0ff38-8037-447b-9122-fd9c38c67709/Progettosenzatitolo9.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:68.651042938231rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc  { width:17.5rem;height:auto;top:37.0625rem;left:0rem; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc {display:block;}#vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc { width:17.5rem;height:auto;top:37.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #ywG7wApTcBtsv8zDnKgSg5qTf1vrqlyW {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #wSAHTdqRsV9FGqL1wILVk5oTMHS9fxlv {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #SMOH1bxLuT74M4eyzyMvXvEkEGbVubDK {  }
 }@media only screen and (max-width: 763px) { #KK9pDKtErQRMMB8fA5KTA0VZCMH3eZb0 { display:block; }
 }@media only screen and (max-width: 763px) { #AGXMu6WAGwEtI36XsTPbWrZ5NDxLcGLy { display:block; }
 }@media only screen and (max-width: 763px) { #WcqFgyKN5ZNS2VyakVESIRhSJUgmkCFd { display:block; }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #MqkNTVgo7NUNxBgR9wR4k9nsxoqTMATP {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #fLTbOGJEJBsBTQblyKTOWIzzG2XvNgKl {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #g2ZKq76IpyTSEOidQdSvX2WNzNmA19Qg {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #yTPzzEwyfpNIVnDUfTwxW4wzTXQER1O0 {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #FU5nFwRHDyNBT39O9CmvTXpzwlv9GFFx { z-index:2; }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #p9KPQtHc2nG9QggWUMk39Wy7rZgCHBNs {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #veQVFK3fIeoLeI2mIbVKNLTEJLCwtRZp {  }
 }@media only screen and (max-width: 763px) { #vesQqT5LXX6KZHTgeDdcQKvM4JBEFgtc #x4ZSgxJsKhe1S7e8ZKUlWUvsGdMqdG4V {  }
 }@media only screen and (max-width: 763px) { #SycKFRgA2Tog4zZwT2CZZ57I3KUnSfX1 { width:19.25rem;height:2.39930625rem;top:34.5625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EC3vbBsbpN7zfNBzQeXfGHX36Tf30n2T { width:20rem;height:4.26215rem;top:5.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdL6nozt4rwt3HvkNZPoE7cG2JFHoTPv { width:12.8125rem;height:1.4375rem;top:30.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOfbmQNH49N811TTRnCT196u6FJkmIfw { width:20rem;height:1.01215rem;top:30.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #L7AIH2dlxNS44WqVTKmtsv2LgEldZhkq { width:6.9375rem;height:4.0625rem;top:25.25rem;left:1.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrVwSGPHO5gONE8KCXBrhTSWHVCWTTH6 { width:11.25rem;height:0;top:58.6875rem;left:4.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:.9;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Z4Tfm6Lm8LKqBWUUs1wScRzfB5WZ9Iog { width:5.1875rem;height:1.787325rem;top:27rem;left:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSZ4mmpUtAO1JXXuzSqHuvkJP6RhOPT { width:3.375rem;height:0.7313375rem;top:27.53125rem;left:16.625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:.9;color:#fecb00;display:block; }
 }@media only screen and (max-width: 763px) { #ngUCHVmedp1lLSu3h3bdGXCpk6Huzy4r { width:20rem;height:5.3984375rem;top:10.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qZNWZqUFokeza1PsWcqzmFVOgOJb62Ao { width:1.6875rem;height:1.6875rem;top:10.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTP6icyhINFP7xPpuR5zDpovhyBRqV89 { width:15.186625rem;height:1.78645625rem;top:58.428821563721rem;left:2.8819444775581rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O4lGHF5wciAR1iyxEAvASBJV4IKBg7G3 { width:1.5625rem;height:1.5625rem;top:58.428821563721rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWBabhMlxn1FeIO1KyaSEHT5Ra4Q6DH { width:20rem;height:28.875rem;top:32.686634063721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eILhrJ4y7pCLE33mNtMUFiy8KTfvKhDk { width:6.3125rem;height:1.5434rem;top:24.5625rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaiLZMO91LnwJg4QHJAmoCeB37USwHBu { width:15rem;height:0;top:32.875rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsMT6LK4ZfeyKdc7zHogNNBiMaR9GSTK { width:15rem;height:0;top:60.5rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQ0ORhG0dvs88gPTzN5mJqvpFDmGgZPc { width:9.0625rem;height:3.1875rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4xwJlyuIbTfI1WUOIIt9RHBioTglFQu { width:1.5625rem;height:3.006075rem;top:25.8125rem;left:12.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENOPbZTENVcEI6i5J1AVVOaZRQ6MoeL { width:4.875rem;height:1.5434rem;top:26.8125rem;left:13.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT69oRzc21GTCoxwsOTR0hqKeebVHegH { width:1.8125rem;height:2.599825rem;top:26.34375rem;left:9.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URuJekJZ3NdFd8yvrMzkUqWwvW1Pft6a { width:8.1875rem;height:8.1875rem;top:14.521484375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eloOFBChwiTtQZSNzMd3yIqbelItIJLd { width:9.6875rem;height:6.497375rem;top:16.1484375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqk64A3Vc7ryS62auVogkQT8ZSTq10E1 { width:7.8125rem;height:0.787325rem;top:25.625rem;left:12.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sm4lSLOXgBJFKdnmNWyuZSUet4wz6bH5 { width:3.875rem;height:0.67480625rem;top:28.375rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xu2DqlbcK3tW6yLRBGDuyARnXN7AGWRM { width:5.75rem;height:5.5625rem;top:17.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ZyaD6TVeRrA3lvxU5qlyFmLiQLZ5H8 { width:17.5rem;height:3.4375rem;top:65.213542938231rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1bqzcV3tF3ND9CdtzrgW1kUpFJg47Ex { display:block; }
 }@media only screen and (max-width: 763px) { #R3PQ8BBOaJAccFPAlmvcdTb2gypy88AX { width:19.4375rem;height:auto;top:49.9375rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { width:8.125rem;height:8.125rem;top:12.646484375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKa9zbPNxbUFEF3O2teC5rRJltWMGFm1 { display:none; }#bKa9zbPNxbUFEF3O2teC5rRJltWMGFm1 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ncGz0Art2TwT7Sp3Z4ypsyVshL3T2wUV { width:10.125rem;height:3.4375rem;top:1.125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { background-color:#000000;background-image:none;display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { background-color: transparent; background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .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); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { width:20rem;height:1.799925rem;top:4.437255859375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #chT7929gNS4NmohnwFO1O8PClV4hVu5f { width:20rem;height:0.67505rem;top:23.937377929688rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { width:6.9375rem;height:4.0625rem;top:20.12451171875rem;left:4.5623779296875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yR9261uo0sxzmeaX0199XBUEXFOLhV { width:5.1875rem;height:1.7871125rem;top:21.875rem;left:8.3123779296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { width:1.18713125rem;height:1.18713125rem;top:4.804931640625rem;left:18.312866210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2NJRUhWf7EGO3EWm3K5cT9EiyU3c4x { width:16.3745rem;height:1.7858875rem;top:56.048583984375rem;left:2.71728515625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1a6A9IRnndgTw4qraG0M79Ek27m7P91 { width:1.5625rem;height:1.5625rem;top:56.173583984375rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7zl487UZ4VsSsZNPPXRKTnUiaQK20BZ { width:15rem;height:0;top:32.875rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2ycNZ7aS3xZftOGLthrAT1P4OOZMxbc { width:15rem;height:0;top:60.5rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #huQ2pEFlMWzxozlrH8e097KL18eu1HyF { width:9.0625rem;height:3.1875rem;top:0.625rem;left:5.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJh5nRp5Wu9rDalyhoByRJXSCfJtNR9 { width:5.75rem;height:5.5625rem;top:15.9375rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #isiuqpExxFuQKqd09yTC1RkVUG5RxDFr { width:20rem;height:31.625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoeVoCiWHRIq9lg16Ks9X6TWSsRHQbKw { width:20rem;height:2.39868125rem;top:27.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt  { width:17.5rem;height:auto;top:30.375rem;left:0rem; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt {display:block;}#Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt { width:17.5rem;height:auto;top:30.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #K2FiDTBFiNAmb5enaWtl7WhAiGU9lqtS {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #TevCbwwEIWE1WocgfdONkTt6ouM6MGQL {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #xTJTvZVzhdXTO5pXFISP4dD8kBe71Ciy {  }
 }@media only screen and (max-width: 763px) { #wEcuhwix9xPimv8hlzBB7VJUG6v9whfS { display:block; }
 }@media only screen and (max-width: 763px) { #bPVaJrno3UCPNbsTukU1wVt4H2HFsQUE { display:block; }
 }@media only screen and (max-width: 763px) { #obBEPhXs1PING85oWkoSJDwh1OTWBzXo { display:block; }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #NVW7p1wqM7z23HFlXz3Vad5mMzaoqgD6 {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #RFuBPCcAgklW0OioDMEni9qzagno9TrD {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #rDSoUbdDu7K587ZWNr6FJ4PTwDnBmeTb {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #PSAtTXvB72PN7z67HaxPMhx1orkelckk {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #p3hQSIVlxbW6tXhtANQpwTUXtBctgf09 {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #FrIMUMofJB3ACxsIItDcHxldBdZzAZie {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #vCBwWqWxgThti5FTWoV8CcyFfw5k2mXG {  }
 }@media only screen and (max-width: 763px) { #Ve8b6I2ERlq7Hy2q2L3Pg5mtF8KR19Xt #CsMs1BFeXp81xlEIM2cUZFHbKiwN0kPm {  }
 }@media only screen and (max-width: 763px) { #Ze7wWqDLrDCfBfP5o1tUCwgc6CTb2HMd { width:4.125rem;height:0.84350625rem;top:22.628784179688rem;left:11.624755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:.9;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #r7bRJVn7GiLop1qyJhpLpTX4yGU1W5C4 { width:18.62425rem;height:3.2983375rem;top:50.625rem;left:0.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTRu75dPsyZxU1btTvNUan6gusvZewaB { width:8.31175rem;height:8.31175rem;top:17.737426757812rem;left:11.249389648438rem;display:none; }
 }@media only screen and (max-width: 763px) { #zouDTm1XBwm9rFlCWWD8kid0xJyEIrAw { width:3.75rem;height:0;top:28.3837890625rem;left:4.5623779296875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #ba5VW6Kn9vwTvxhPSJkdlM22Hi0egsGM { width:20rem;height:0;top:90.621338085937rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #w48rnnOiHTIUz1eErPx2iuOwhL1FCEd9 { width:2rem;height:1.878665373659rem;top:14.124755859375rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D50A8EFTTPx4zLGMuOc1Qx9VHZDLhkvT { width:15.249625rem;height:2.598875rem;top:13.75rem;left:2.6873779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIgJ9UWWG5JvLfllsewZypgiP44R2lcf { width:15.437rem;height:2.598875rem;top:10.625rem;left:2.7496337890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM3uTDZxmVxCw247OGTHRXnmteDwpUCL { width:2rem;height:1.8792177832747rem;top:10.999755859375rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diJwgpMowHO8gM0qWwNL3DoAz5i8sg5F { width:2rem;height:1.878665373659rem;top:7.62451171875rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igmWQ1tV9v5U5NGPq6IeWQgWMm3SyEt2 { width:16.25rem;height:2.598875rem;top:7.249755859375rem;left:2.874755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZSzoZHlLRe51os65EaAzCL7LxFl1bQ0 { width:15.9375rem;height:2.598875rem;top:16.827392578125rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPDDlKiQdsUFAx9QgLNIxvPf34hxpxcy { width:2rem;height:1.878665373659rem;top:17.1875rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT { display:none; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yHsnqhEH6XIfIGcX2cmbFyeJOQvyH8Ro { width:19.749375rem;height:1.2182625rem;top:3rem;left:0.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x3nQJ25ve05U91nKTJi4nmTT3IKCMuCB { width:6.5625rem;height:1.31286875rem;top:1.5rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MT3z0pteflt4Zd5CPHBMsMnbW2JfLuRd { width:6.25rem;height:1.75rem;top:1.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdD9T2qlff8dbEZEZOLtkIztq1KgufRL { display:block; }
 }@media only screen and (max-width: 763px) { #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/419cb00b-818c-4ede-8a88-25df5ebfec75/Progettosenzatitolo10.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.adaptive-delivery-prevent-bg, #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.lazyload, #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.lazyloading { background-image: none; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VudDhc52uzgGRW8CTQLoSw5r1ykUhebT { width:15.5rem;height:2.598875rem;top:13.3125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvSv0PBdtkgbgiATMTLZsKfnmhm9IUMf { width:2.0625rem;height:1.9375rem;top:13rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHaJzG4qFbE29uxT4nsMSTINLoKgTh8W { width:15.5rem;height:2.599825rem;top:17.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyyoHNh9rHBpBzI9JsPE2WOg6sTCSRqM { width:2.0625rem;height:1.9375rem;top:16.6875rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KrnqeqtUaK78mqKTUHMW8ok6zyEUwh { width:15.5rem;height:1.2999125rem;top:20.5rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z78dDe38PfOG6xTnEiG4Id5o0lTgVVn3 { width:2.0625rem;height:1.9375rem;top:19.9375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAT28uF9QokXpCsTq6RZFatJQhMCZ7z { width:19.25rem;height:4.26215rem;top:4.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kycg0td3zWlePK5D022oDUqmPgWIGasN { width:15.3125rem;height:1.1875rem;top:26.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWHRRmA6NRfg8CGPZpvSN7wUoT5xpXff { width:14.3125rem;height:0.7313375rem;top:27.1875rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #QuEZSu3ooNDcfUmgXH0KvphuPentG2p2 { width:15.3125rem;height:4.3125rem;top:28rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qID7HEvNArdEXEtdld8eXnn3ec4a0AuE { width:7.5625rem;height:0.8125rem;top:28.9375rem;left:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASeslThVeK1nBgIFcZV7yzKvw9TEIL0F { width:9.1875rem;height:1.787325rem;top:29.6875rem;left:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZPfFKq9eZwvwEeH1yMqCx3fX2z3ggUX { width:7.56225rem;height:1.787325rem;top:29.6875rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5sLVo8muMGX6HCTfa3bAEWE7Fcxb0Hu { width:15.3125rem;height:1.9375rem;top:32.3125rem;left:2.1875rem;background-color:#ffffff;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) { #UWweQ1BgadQxFX333bi8GIATHVPGE9Uv { width:13.5618125rem;height:1.2999125rem;top:32.6875rem;left:2.8125rem;font-size:1rem;font-weight:400;font-style:normal;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #onKnvtvFitn3b6iJRokqFKTN0TBDEF8w { width:19.5625rem;height:1.12521875rem;top:10.8125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #drHQThEnwMmV2HLZb4PC1qtRPcaJmxKC { width:11.625rem;height:1.2999125rem;top:23.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvovlcpbyHitPRiNQDDmFzMAIk2vSBXT { width:2.0625rem;height:1.9375rem;top:22.84375rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMkwFHsgaDEDTkrD0feUTL14fDKT3iyO { width:4.125rem;height:1.055775rem;top:23.3125rem;left:13.75rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #luwACvpm05QvaLRgD6q2m5OLulsABamq { width:3.0625rem;height:1.5rem;top:23rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJsCtWypJhatsTUHH20T4xVFsJtrD0dF { width:20rem;height:0;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/419cb00b-818c-4ede-8a88-25df5ebfec75/Progettosenzatitolo10.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.adaptive-delivery-prevent-bg, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyload, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyloading { background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { background-color: transparent; background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container > .video-iframe-container { display: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container { display: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .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); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { width:15.5rem;height:2.598875rem;top:9.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { width:2.0625rem;height:1.9375rem;top:9.3125rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { width:15.5rem;height:1.2994375rem;top:13.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { width:2.0625rem;height:1.9375rem;top:12.75rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { width:19.25rem;height:4.19921875rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { width:19.562375rem;height:1.124875rem;top:6.8743896484375rem;left:0.21728515625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { width:16.1875rem;height:2.598875rem;top:16rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { width:2.0625rem;height:1.9375rem;top:15.6875rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { width:20rem;height:0;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #i9egfXJLgfDrC4XuPQmeDXIxilTWL6MF { width:8.3111875rem;height:8.3111875rem;top:19.375rem;left:5.5rem;z-index:100067;display:block; }
 }@media only screen and (max-width: 763px) { #J3IgkAkSkMhp6BmOFRcfRUZZL5NKbNEv { width:6.93725rem;height:6.687rem;top:21.5625rem;left:6.125rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn { display:block; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r15rb2VrlS2oJkBoVzhaxUEsIfX8TAJS { width:20rem;height:25.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #td8V8ofQAKl5yNZgXS8bcoU2GDZs6T6r { width:14.8118125rem;height:2.8503375rem;top:14.6875rem;left:3.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #twAlBXn4oXnNSO58WJbzdaC6dNk41Zal { width:6.7498125rem;height:6.7498125rem;top:5.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mCpst0I5ukIFkZPktr0ngTZ8tVSVl7 { width:20rem;height:25.1875rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkaou5TOcG8IIk4mBZulzclix24Px1uJ { width:15.1243125rem;height:2.85034375rem;top:41.3125rem;left:2.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nuXZE4OSCrVEHUiKPCHx0Eo3yoIVk0Nc { width:6.7498125rem;height:6.7498125rem;top:32.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnkOVep1tdEHqEqVJdIDX58hyHH18he { width:20rem;height:25.5rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqeisBTImrkBxNLfle9mNbKFA45adJSt { width:14.8118125rem;height:2.8503375rem;top:68.375rem;left:2.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fG9vxKzTtVT7InDHex1Rcwftt4a6puSh { width:6.6868125rem;height:6.6868125rem;top:58.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdD8Akrhxz0UoKri2HtQfik9VcVT7O3 { width:14.74875rem;height:3.375rem;top:18.4375rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ChO3GrgRde8EXvoSxyVfDPt8pTiVPhSU { width:14.74875rem;height:5.6243875rem;top:45.5625rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SVBhXm9TRW8UT7UDFkmReTuiJ8PLx2V4 { width:19.43625rem;height:4.5rem;top:72.875rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { display:block; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { width:19.749375rem;height:1.21875rem;top:0.87239456176756rem;left:0.12451171875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { width:6.5625rem;height:1.31286875rem;top:2.3125rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { width:6.25rem;height:1.749675rem;top:2.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block; }
 }@media only screen and (max-width: 763px) { #ndGlQyQAoOdPtnFPiL0l5bbVk7yhnPBU { width:14.125rem;height:1.8125rem;top:3.525390625rem;left:2.9370116591454rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tv26eFqQhfaS62rdtZANPgu3V7ZTEDmZ { display:block; }
 }@media only screen and (max-width: 763px) { #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { position:relative;z-index:auto;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { width:7.75rem;height:1.8125rem;top:0.75rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block; }
 }@media only screen and (max-width: 763px) { #Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { width:3.25rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { width:8.6875rem;height:1.5rem;top:0.9375rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LiVM8Rp6x9o3aLtRL08Qr6NBzFufo8fd { background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:none; }#LiVM8Rp6x9o3aLtRL08Qr6NBzFufo8fd > .row .container { border-width: 0; border-radius: 0; }#LiVM8Rp6x9o3aLtRL08Qr6NBzFufo8fd > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ip0GcG94QcUhQfxZlD8VhvqmAphHJZR7 { width:7.4375rem;height:1.1875rem;top:2.375rem;left:0rem;font-size:0.625rem;z-index:100065;background-color:#259d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #l6lnCe5LcEJGaPn0ACaxhUZREK5V8zC0 { display:block; }
 }@media only screen and (max-width: 763px) { #XmoQ6yIQDaKTclBpAMvsHts1CDRQVnOF { top:0.4375rem;left:2.5625rem;width:2.3125rem;height:2.3125rem;z-index:100004;color:#ff0000;font-size:1.5625rem;display:block; }
 }