.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 { position:relative;display:block; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 { background-color: transparent; background-image: none; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container > .video-iframe-container { display: none; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row > .video-iframe-container { display: none; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .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); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 { border-width: 0; border-radius: 0; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:46px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50e4eb8b-bd1c-49a4-a2fa-2da8a311a121/LETTINO3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n.adaptive-delivery-prevent-bg, #AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n.lazyload, #AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n.lazyloading { background-image: none; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container { background-color: transparent; background-image: none; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.23); }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container > .video-iframe-container { display: none; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.23); }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row > .video-iframe-container { display: none; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .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); }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container { border-width: 0; border-radius: 0; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container { font-size:14px;font-family:arial;height:762px;width:1200px;overflow:visible;position:relative;display:block; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg { border-top:2px solid #f9cac4;border-left:2px solid #f9cac4;border-right:2px solid #f9cac4;border-bottom:2px solid #f9cac4;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row .container { background-color: transparent; background-image: none; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row .container > .video-iframe-container { display: none; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row > .video-iframe-container { display: none; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .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); }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row .container { border-width: 0; border-radius: 0; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row .container { font-size:14px;font-family:arial;height:111px;width:1200px;position:relative;display:block; }#GgTrtPEwDTGUiH73vXfMxeB76QXafbR8 { border-top:2px solid #f9cac4;border-left:2px solid #f9cac4;border-right:2px solid #f9cac4;border-bottom:2px solid #f9cac4;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GgTrtPEwDTGUiH73vXfMxeB76QXafbR8 > .row .container { border-width: 0; border-radius: 0; }#GgTrtPEwDTGUiH73vXfMxeB76QXafbR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GgTrtPEwDTGUiH73vXfMxeB76QXafbR8 > .row .container { font-size:14px;font-family:arial;height:111px;width:1200px;position:relative;display:none; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row .container { background-color: transparent; background-image: none; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row .container > .video-iframe-container { display: none; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row > .video-iframe-container { display: none; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .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); }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row .container { border-width: 0; border-radius: 0; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row .container { font-size:14px;font-family:arial;height:580px;width:1200px;position:relative;display:block; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9772ba4-8d5e-4521-93c7-3a18347cb7ea/MarcoPostVarese285.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl.adaptive-delivery-prevent-bg, #ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl.lazyload, #ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl.lazyloading { background-image: none; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container { background-color: transparent; background-image: none; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.23); }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container > .video-iframe-container { display: none; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.23); }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row > .video-iframe-container { display: none; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .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); }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container { border-width: 0; border-radius: 0; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container { font-size:14px;font-family:arial;height:451px;width:1200px;overflow:visible;position:relative;display:block; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row .container { background-color: transparent; background-image: none; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row .container > .video-iframe-container { display: none; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row > .video-iframe-container { display: none; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .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); }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row .container { border-width: 0; border-radius: 0; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row .container { font-size:14px;font-family:arial;height:1011px;width:1200px;position:relative;display:block; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6e9e924-f1df-45ff-9edd-3a9fd4035319/MarcoPostVarese157.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL.adaptive-delivery-prevent-bg, #cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL.lazyload, #cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL.lazyloading { background-image: none; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container { background-color: transparent; background-image: none; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.61); }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container > .video-iframe-container { display: none; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.61); }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row > .video-iframe-container { display: none; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .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); }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container { border-width: 0; border-radius: 0; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container { font-size:14px;font-family:arial;height:394px;width:1200px;overflow:visible;position:relative;display:block; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row .container { background-color: transparent; background-image: none; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row .container > .video-iframe-container { display: none; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row > .video-iframe-container { display: none; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .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); }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row .container { border-width: 0; border-radius: 0; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row .container { font-size:14px;font-family:arial;height:1392px;width:1200px;position:relative;display:block; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/04c64ac6-97b1-45c4-bc49-37cd0a9a92f8/MarcoPostVarese272.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm.adaptive-delivery-prevent-bg, #myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm.lazyload, #myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm.lazyloading { background-image: none; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container { background-color: transparent; background-image: none; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.38); }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container > .video-iframe-container { display: none; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.38); }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row > .video-iframe-container { display: none; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .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); }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container { border-width: 0; border-radius: 0; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container { font-size:14px;font-family:arial;height:394px;width:1200px;overflow:visible;position:relative;display:block; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row .container { background-color: transparent; background-image: none; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row .container > .video-iframe-container { display: none; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row > .video-iframe-container { display: none; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .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); }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row .container { border-width: 0; border-radius: 0; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row .container { font-size:14px;font-family:arial;height:2247px;width:1200px;position:relative;display:block; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b { border-top:5px solid #f9cac4;border-left:5px solid #f9cac4;border-right:5px solid #f9cac4;border-bottom:5px solid #f9cac4;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row .container { background-color: transparent; background-image: none; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row .container > .video-iframe-container { display: none; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row > .video-iframe-container { display: none; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .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); }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row .container { border-width: 0; border-radius: 0; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row .container { font-size:14px;font-family:arial;height:536px;width:1200px;position:relative;display:block; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL { position:relative;display:block; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL { background-color: transparent; background-image: none; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container > .video-iframe-container { display: none; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row > .video-iframe-container { display: none; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .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); }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL { border-width: 0; border-radius: 0; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:819px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6388863-e06c-4ca8-ace8-fb340573c20c/MarcoPostVarese331.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a.adaptive-delivery-prevent-bg, #VLi9AiEDaUynbftuM44UAqSTvHHexR4a.lazyload, #VLi9AiEDaUynbftuM44UAqSTvHHexR4a.lazyloading { background-image: none; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container { background-color: transparent; background-image: none; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.38); }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container > .video-iframe-container { display: none; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.38); }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row > .video-iframe-container { display: none; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .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); }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container { border-width: 0; border-radius: 0; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container { font-size:14px;font-family:arial;height:394px;width:1200px;overflow:visible;position:relative;display:block; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row .container { background-color: transparent; background-image: none; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row .container > .video-iframe-container { display: none; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row > .video-iframe-container { display: none; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .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); }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row .container { border-width: 0; border-radius: 0; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row .container { font-size:14px;font-family:arial;height:2902px;width:1200px;position:relative;display:block; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2301c065-4dcc-4062-83cd-ea5ae14ae17a/MarcoPostVarese248.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb.adaptive-delivery-prevent-bg, #XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb.lazyload, #XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb.lazyloading { background-image: none; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container { background-color: transparent; background-image: none; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.38); }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container > .video-iframe-container { display: none; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.38); }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row > .video-iframe-container { display: none; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .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); }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container { border-width: 0; border-radius: 0; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container { font-size:14px;font-family:arial;height:394px;width:1200px;overflow:visible;position:relative;display:block; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row .container { background-color: transparent; background-image: none; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row .container > .video-iframe-container { display: none; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row > .video-iframe-container { display: none; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .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); }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row .container { border-width: 0; border-radius: 0; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row .container { font-size:14px;font-family:arial;height:1162px;width:1200px;position:relative;display:block; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d1042d3-b28c-4010-b886-2f58e145d355/MarcoPostVarese62.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy.adaptive-delivery-prevent-bg, #UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy.lazyload, #UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy.lazyloading { background-image: none; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container { background-color: transparent; background-image: none; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.67); }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container > .video-iframe-container { display: none; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.67); }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row > .video-iframe-container { display: none; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .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); }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container { border-width: 0; border-radius: 0; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container { font-size:14px;font-family:arial;height:356px;width:1200px;overflow:visible;position:relative;display:block; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd { position:relative;display:block; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd { background-color: transparent; background-image: none; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container > .video-iframe-container { display: none; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row > .video-iframe-container { display: none; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .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); }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd { border-width: 0; border-radius: 0; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:557px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl { border-top:5px solid #f9cac4;border-left:5px solid #f9cac4;border-right:5px solid #f9cac4;border-bottom:5px solid #f9cac4;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container { background-color: transparent; background-image: none; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container > .video-iframe-container { display: none; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row > .video-iframe-container { display: none; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .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); }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container { border-width: 0; border-radius: 0; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container { font-size:14px;font-family:arial;height:826px;width:1200px;position:relative;display:block; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC { position:relative;display:block; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC { background-color: transparent; background-image: none; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container > .video-iframe-container { display: none; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row > .video-iframe-container { display: none; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .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); }#kULH5iLoBn3QurClROSlpWrgxikmhFwC { border-width: 0; border-radius: 0; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:199px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19011e8a-41e1-4415-b851-596bd2f0b24d/MarcoPostVarese48.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My.adaptive-delivery-prevent-bg, #D4D1x0nxIEon3NtRNWugp60e4aeBe0My.lazyload, #D4D1x0nxIEon3NtRNWugp60e4aeBe0My.lazyloading { background-image: none; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row .container { background-color: transparent; background-image: none; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.67); }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row .container > .video-iframe-container { display: none; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.67); }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row > .video-iframe-container { display: none; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .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); }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row .container { border-width: 0; border-radius: 0; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row .container { font-size:14px;font-family:arial;height:538px;width:1200px;overflow:visible;position:relative;display:block; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19011e8a-41e1-4415-b851-596bd2f0b24d/MarcoPostVarese48.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh.adaptive-delivery-prevent-bg, #N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh.lazyload, #N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh.lazyloading { background-image: none; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row .container { border-width: 0; border-radius: 0; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row .container { font-size:14px;font-family:arial;height:538px;width:1200px;overflow:visible;position:relative;display:none; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry { position:relative;display:block; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry { background-color: transparent; background-image: none; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container > .video-iframe-container { display: none; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row > .video-iframe-container { display: none; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .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); }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry { border-width: 0; border-radius: 0; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1085px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9cac4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row .container { background-color: transparent; background-image: none; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row .container > .video-iframe-container { display: none; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row > .video-iframe-container { display: none; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .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); }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row .container { border-width: 0; border-radius: 0; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row .container { font-size:14px;font-family:arial;height:828px;width:1200px;position:relative;display:block; }#iIlfISNFxdbvTQOKi2adIeoXdVTAUykT { color:#000000;display:block;width:851px;position:absolute;font-family:"dm serif text";font-size:30px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18px;left:-0.5px;height:0;text-align:left;text-align-last:left;display:none; }
#C76ShyZW8F74JcP8SfSoPW3R0UAZaoz2 { color:#000000;display:block;width:615px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34px;left:585px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#W81TzCdLEOQfbi1P5E0ar9Ah3R8VayyK { color:#000000;display:block;width:615px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34px;left:41.5px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iOiP9ABo0zICdxAboHRpAbvRPDZAlwiC { color:#f9cac4;display:block;width:406px;position:absolute;font-family:"dm serif text";font-size:32px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:101px;left:42px;height:105.562px;text-align:left;text-align-last:left;display:block; }
#azEha3qkT7AsH2zClAkAhSLe58TVoQcP { color:#354458;display:block;width:494px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:497px;left:42px;height:273px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VUvR2pBQXgZhPhpT7n7v0tJa5ALz3J50 { color:#f9cac4;display:block;width:402px;position:absolute;font-family:"dm serif text";font-size:26px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:456px;left:44px;height:28.5938px;text-align:left;text-align-last:left;display:block; }
#ocp0nHxKo6X2tXDnySRSvuH1VyuThV7w { color:#f9cac4;display:block;width:402px;position:absolute;font-family:"dm serif text";font-size:40px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:295px;left:44px;height:132px;text-align:left;text-align-last:left;display:block; }
#AMuApcmFVFxI3VUZsQCcx5Z1sZlChQAd { color:#354458;display:block;width:494px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:511px;left:80px;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nQ2xTqAPVJvnMWS40JIyk2SCmRZOnN7G { color:#354458;display:block;width:409px;position:absolute;font-family:roboto;font-size:21px;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:220px;left:42px;height:54.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C23ZaSE8pKzeu99zaFbps8bvxwwXCeFz { position:absolute;display:block;z-index:15009;height:16px;width:29px;top:18px;left:42px;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-form-header {  }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:14px;font-weight:400;color:#000000;width:582px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:582px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:582px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:582px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#354458;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:582px;height:55px;font-family:"open sans";overflow:hidden; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .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:12px;font-weight:300;color:#000000;vertical-align:top;width:560px;overflow:hidden;font-style:normal; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-container:first-of-type{padding-top:0;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-container:last-of-type{padding-bottom:0;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:582px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15003;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:absolute;top:85px;left:542.5px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:582px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 {display:block;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:582px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15003;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:absolute;top:85px;left:542.5px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #Z2PdLVefv3yq3tHr8lfcyp9xoq73nhlE { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #x8PnyJqApG9xAiWvBhTMDmy17qMHHBrb { position:relative;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #FTHPq8lRCtAKU9VlHs4T2p89gTxbcJxB { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #RWULW9Sk5Kid6TpV9nFiobR1CR2uV26X { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #ByJhFVHTCBqXi5P6dhzLxqwcwKGXsk67 { position:relative;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #lV63rsRpBMZLX0qwlCfrXSA2Dvwhs9gI { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #fzJSul2fV3T7RrDqLS4PuVwbCpSFWKkA { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #iurOBdAKPEz6ehiWJV2uLE8TnbzVdg5R { position:relative;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #ETxuKKequk61ZxkcmkACRFDKcpSK5gFB { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #m0JtLznwcW79sPS6zTqgcT34ZIxHUlNI { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #gEB3EfbOrTKJpXiBnhHGBPbglpbf82ZC { position:relative;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #Q2PypSB1NGuZPHhD1aXBKoiLLDCtEFET { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #OeFTn6G3REKtRsH2NnmcJXtEEiZTO1nZ { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #TpSlZOPXNy9wr1hv66BOdyknTxMWBiZC { position:relative;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #egIcZpPykUNwXvKkS9mEXcDQL8ahUEml { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #pvZyN6vv6WOvpWiuUsq9EOAMQmcz0t5w { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #pvZyN6vv6WOvpWiuUsq9EOAMQmcz0t5w .container-column{width:50%;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #vMLISz4eJqvzfSpGoJiEeK0xtQ1GsCT6 { position:relative;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #hHtGw5bAx0ZvQ9TxF8TBPMO3TzJnMRsq { position:relative;z-index:2; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #GHurQfB9r9UfQREAhMIVMc2yKTsW6f0r { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #REGAgWVtpvAlJagXfqawJ9uMQJUeQbqn { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #REGAgWVtpvAlJagXfqawJ9uMQJUeQbqn .container-column{width:50%;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #hNehgPsq3FlCxTX9ZFKIFln2z9aJQ7We { position:relative;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #sOSWfZMabgNdv4Bo2xQDGOxfCoqpv18I { position:relative;z-index:2; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #xWTNEb5CSb39bos4iGQ4ODZse3GyV1Gm { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #oe8kkSMSIPWHz7T2E5bQMKVuwM2t4VOI { position:relative;z-index:2; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #JCWLqJh6mCLUIn04LsTyNFB4bS7HrcyT { position:relative; }
#Cy2tJoR067PftAHSTtKx8qGHvhVh5qyO { position:relative;display:block; }
#k9KMi2H857nCWvLTMDv7eriohxd2KhV6 { position:relative;display:block; }
#QMKQqNk9UGCU55UAJ3KAVO20BM7v1bAL { position:relative;display:block; }
#yWx5PVGTmFGrCe3pKWZ9S8hmTnfivUtG { position:relative;display:block; }
#W3snGtwFeqDrGqkpsMdohb9zFThTeU41 { position:relative;display:block; }
#VRekQyWxpEu6L6QJt7DgTor5yNtvOhyR { position:relative;display:block; }
#Wom8WkeLT5UXyg6Zu4SZzHheCVdC1eQr { position:relative;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #TxnuXxolRWMrb1TfDzPRNAXo4ph4WPad { position:relative; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #AhMWOTnKqRxcBXOniel5UwRDCmeSTSFt { position:relative; }
#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row .container { background-color: transparent; background-image: none; }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row .container > .video-iframe-container { display: none; }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row > .video-iframe-container { display: none; }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .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); }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row .container { border-width: 0; border-radius: 0; }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#yO7I4H2b1l1KH1lrTmTC8SQHS0wIVuHr { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:52px;left:185px;display:block; }
#T94l4Q8nhwe40HtgFP6tWKeti8soK7Ba { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:52px;left:585px;display:block; }
#SM9e6oQPayS4iaHAbRthqgb4EsLEL9Vr { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:52px;left:985px;display:block; }
#vDsSuR8gCShaWliSeFPaBWPzBMEqNPll { color:#ffffff;display:block;width:240px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:81.96875px;left:86px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#HdF5mk7SHpTo85pTxrhghCwGa64cU3Gv { color:#ffffff;display:block;width:301px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:81.96875px;left:451px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#atO2r8mWRr6OZQUcp3Mu65VWWS6UH4tL { color:#ffffff;display:block;width:186px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:82px;left:907px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row .container { background-color: transparent; background-image: none; }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row .container > .video-iframe-container { display: none; }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row > .video-iframe-container { display: none; }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .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); }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row .container { border-width: 0; border-radius: 0; }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row .container { font-size:14px;font-family:arial;height:150px;width:1200px;position:relative;display:block; }#TDMkmumn0iDuIHTpDuB7XJ8IwLTEueTy { color:#000000;display:block;width:233.993px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37px;left:482px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#tTaLaAC4n2CoIxx8iB8vl1WZOWBSJTGy { color:#000000;display:block;width:316.997px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:85px;left:441px;height:26px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b2QaX7pGU78qBga0fECwA7weOk1JMFs5 { display:block; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n { display:block; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg { display:block; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgTrtPEwDTGUiH73vXfMxeB76QXafbR8 { display:none; }#GgTrtPEwDTGUiH73vXfMxeB76QXafbR8 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh { display:block; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl { display:block; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC { display:block; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL { display:block; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd { display:block; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm { display:block; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBr3zivAyLNcMQl9ngQs9x5laTxquwJc { display:block; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGGRTKPpp4px5NUF1CyA9gKDLuAo617b { display:block; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHaT63QusTShkKPT3RWtTHhBDGVGyzhL { display:block; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLi9AiEDaUynbftuM44UAqSTvHHexR4a { display:block; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr { display:block; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb { display:block; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCWa2vF1QbBSmDsmskVgimyLle2rKl1f { display:block; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy { display:block; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ8AmkxItJO10SIKhit6z3WouCQNTkMd { display:block; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl { display:block; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULH5iLoBn3QurClROSlpWrgxikmhFwC { display:block; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4D1x0nxIEon3NtRNWugp60e4aeBe0My { display:block; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh { display:none; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry { display:block; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt { display:block; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIlfISNFxdbvTQOKi2adIeoXdVTAUykT { width:764px;height:78px;top:18px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #C76ShyZW8F74JcP8SfSoPW3R0UAZaoz2 { width:615px;height:30px;top:34px;left:149px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #W81TzCdLEOQfbi1P5E0ar9Ah3R8VayyK { width:615px;height:61px;top:34px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #iOiP9ABo0zICdxAboHRpAbvRPDZAlwiC { width:406px;height:106px;top:101px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #azEha3qkT7AsH2zClAkAhSLe58TVoQcP { width:494px;height:273px;top:497px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VUvR2pBQXgZhPhpT7n7v0tJa5ALz3J50 { width:402px;height:28px;top:456px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ocp0nHxKo6X2tXDnySRSvuH1VyuThV7w { width:402px;height:132px;top:295px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AMuApcmFVFxI3VUZsQCcx5Z1sZlChQAd { width:320px;height:374px;top:352px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #nQ2xTqAPVJvnMWS40JIyk2SCmRZOnN7G { width:409px;height:54px;top:220px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #C23ZaSE8pKzeu99zaFbps8bvxwwXCeFz { width:29px;height:16px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-regular-label { width:389px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-text { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-textarea { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-select { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-button { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-checkbox-label { width:366px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0  { width:389px;height:auto;top:142.15286254883px;left:335.01738739014px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .radio-container { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 {display:block;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 { width:389px;height:auto;top:142.15286254883px;left:335.01738739014px; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #Z2PdLVefv3yq3tHr8lfcyp9xoq73nhlE {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #x8PnyJqApG9xAiWvBhTMDmy17qMHHBrb { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #FTHPq8lRCtAKU9VlHs4T2p89gTxbcJxB {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #RWULW9Sk5Kid6TpV9nFiobR1CR2uV26X {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #ByJhFVHTCBqXi5P6dhzLxqwcwKGXsk67 { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #lV63rsRpBMZLX0qwlCfrXSA2Dvwhs9gI {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #fzJSul2fV3T7RrDqLS4PuVwbCpSFWKkA {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #iurOBdAKPEz6ehiWJV2uLE8TnbzVdg5R { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #ETxuKKequk61ZxkcmkACRFDKcpSK5gFB {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #m0JtLznwcW79sPS6zTqgcT34ZIxHUlNI {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #gEB3EfbOrTKJpXiBnhHGBPbglpbf82ZC { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #Q2PypSB1NGuZPHhD1aXBKoiLLDCtEFET {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #OeFTn6G3REKtRsH2NnmcJXtEEiZTO1nZ {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #TpSlZOPXNy9wr1hv66BOdyknTxMWBiZC { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #egIcZpPykUNwXvKkS9mEXcDQL8ahUEml {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #pvZyN6vv6WOvpWiuUsq9EOAMQmcz0t5w {  }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #pvZyN6vv6WOvpWiuUsq9EOAMQmcz0t5w .container-column{width:50%;} }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #vMLISz4eJqvzfSpGoJiEeK0xtQ1GsCT6 { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #hHtGw5bAx0ZvQ9TxF8TBPMO3TzJnMRsq {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #GHurQfB9r9UfQREAhMIVMc2yKTsW6f0r {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #REGAgWVtpvAlJagXfqawJ9uMQJUeQbqn {  }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #REGAgWVtpvAlJagXfqawJ9uMQJUeQbqn .container-column{width:50%;} }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #hNehgPsq3FlCxTX9ZFKIFln2z9aJQ7We { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #sOSWfZMabgNdv4Bo2xQDGOxfCoqpv18I {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #xWTNEb5CSb39bos4iGQ4ODZse3GyV1Gm {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #oe8kkSMSIPWHz7T2E5bQMKVuwM2t4VOI {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #JCWLqJh6mCLUIn04LsTyNFB4bS7HrcyT {  }
 }@media only screen and (max-width: 763px) { #Cy2tJoR067PftAHSTtKx8qGHvhVh5qyO { display:block; }
 }@media only screen and (max-width: 763px) { #k9KMi2H857nCWvLTMDv7eriohxd2KhV6 { display:block; }
 }@media only screen and (max-width: 763px) { #QMKQqNk9UGCU55UAJ3KAVO20BM7v1bAL { display:block; }
 }@media only screen and (max-width: 763px) { #yWx5PVGTmFGrCe3pKWZ9S8hmTnfivUtG { display:block; }
 }@media only screen and (max-width: 763px) { #W3snGtwFeqDrGqkpsMdohb9zFThTeU41 { display:block; }
 }@media only screen and (max-width: 763px) { #VRekQyWxpEu6L6QJt7DgTor5yNtvOhyR { display:block; }
 }@media only screen and (max-width: 763px) { #Wom8WkeLT5UXyg6Zu4SZzHheCVdC1eQr { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #TxnuXxolRWMrb1TfDzPRNAXo4ph4WPad {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #AhMWOTnKqRxcBXOniel5UwRDCmeSTSFt {  }
 }@media only screen and (max-width: 763px) { #r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d { display:block; }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yO7I4H2b1l1KH1lrTmTC8SQHS0wIVuHr { top:52px;left:112px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #T94l4Q8nhwe40HtgFP6tWKeti8soK7Ba { top:52px;left:366px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SM9e6oQPayS4iaHAbRthqgb4EsLEL9Vr { top:52px;left:620px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #vDsSuR8gCShaWliSeFPaBWPzBMEqNPll { top:81.944458007812px;left:7.309027671814px;width:240px;height:36.375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HdF5mk7SHpTo85pTxrhghCwGa64cU3Gv { top:81.944458007812px;left:262.98613739014px;width:237.986px;height:18.1875px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #atO2r8mWRr6OZQUcp3Mu65VWWS6UH4tL { top:82px;left:542px;width:185px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 { display:block; }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDMkmumn0iDuIHTpDuB7XJ8IwLTEueTy { top:37px;left:264px;width:233px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tTaLaAC4n2CoIxx8iB8vl1WZOWBSJTGy { top:85px;left:223px;width:316px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;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); } }@media only screen and (max-width: 763px) { #b2QaX7pGU78qBga0fECwA7weOk1JMFs5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container { background-color: transparent; background-image: none; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container > .video-iframe-container { display: none; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row > .video-iframe-container { display: none; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .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); }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container { border-width: 0; border-radius: 0; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2QaX7pGU78qBga0fECwA7weOk1JMFs5 > .row .container { width:320px;height:61px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50e4eb8b-bd1c-49a4-a2fa-2da8a311a121/LETTINO3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n.adaptive-delivery-prevent-bg, #AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n.lazyload, #AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n.lazyloading { background-image: none; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container { background-color: transparent; background-image: none; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.8); }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container > .video-iframe-container { display: none; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.8); }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row > .video-iframe-container { display: none; }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .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); }#AUAU2VHIRWJOn6JwamMfzO6wJ5IMr02n > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg { display:none; }#MaqmeTrpTVTM0qZypwH5MfMrfH4RqgEg > .row .container { width:320px;height:209px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GgTrtPEwDTGUiH73vXfMxeB76QXafbR8 { display:block; }#GgTrtPEwDTGUiH73vXfMxeB76QXafbR8 > .row .container { width:320px;height:102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh { display:block; }#Tafc2QqISzaLPVE4qCTo1hfVyHaiLTPh > .row .container { width:320px;height:854px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9772ba4-8d5e-4521-93c7-3a18347cb7ea/MarcoPostVarese285.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl.adaptive-delivery-prevent-bg, #ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl.lazyload, #ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl.lazyloading { background-image: none; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container { background-color: transparent; background-image: none; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.73); }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container > .video-iframe-container { display: none; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.73); }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row > .video-iframe-container { display: none; }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .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); }#ouCp5wMlLQXUKaVM8Rqe8DGbtpg7hGDl > .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC { display:block; }#VUKFIAUwWZE0aB6IPqcN4FTxRSkXt7cC > .row .container { width:320px;height:2292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6e9e924-f1df-45ff-9edd-3a9fd4035319/MarcoPostVarese157.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL.adaptive-delivery-prevent-bg, #cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL.lazyload, #cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL.lazyloading { background-image: none; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container { background-color: transparent; background-image: none; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.78); }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container > .video-iframe-container { display: none; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.78); }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row > .video-iframe-container { display: none; }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .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); }#cg8i82RS4mcgzIphCbiAhTiuKdM4K4QL > .row .container { width:320px;height:347px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd { display:block; }#fPyAllPCUEcu4gPqTmsDeVH3dSlX4awd > .row .container { width:320px;height:2443px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e200f65f-3e5f-4850-bff9-686eac87af36/2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm.adaptive-delivery-prevent-bg, #myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm.lazyload, #myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm.lazyloading { background-image: none; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container { background-color: transparent; background-image: none; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.79); }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container > .video-iframe-container { display: none; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.79); }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row > .video-iframe-container { display: none; }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .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); }#myQmiBEeSrfTT4DrzUCfWpQZ3t6iDGtm > .row .container { width:320px;height:412px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBr3zivAyLNcMQl9ngQs9x5laTxquwJc { display:block; }#DBr3zivAyLNcMQl9ngQs9x5laTxquwJc > .row .container { width:320px;height:3465px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGGRTKPpp4px5NUF1CyA9gKDLuAo617b { display:block; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b { border-width: 0; border-radius: 0; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row .container > .video-iframe-container { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px; }#vGGRTKPpp4px5NUF1CyA9gKDLuAo617b > .row .container { width:320px;height:676px;border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;border-top:2px solid #f9cac4;border-left:2px solid #f9cac4;border-right:2px solid #f9cac4;border-bottom:2px solid #f9cac4;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHaT63QusTShkKPT3RWtTHhBDGVGyzhL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container { background-color: transparent; background-image: none; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container > .video-iframe-container { display: none; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row > .video-iframe-container { display: none; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .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); }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container { border-width: 0; border-radius: 0; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHaT63QusTShkKPT3RWtTHhBDGVGyzhL > .row .container { width:320px;height:698px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLi9AiEDaUynbftuM44UAqSTvHHexR4a { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6903f2a-2580-42d2-9d47-19d9a0df5576/MarcoPostVarese332.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a.adaptive-delivery-prevent-bg, #VLi9AiEDaUynbftuM44UAqSTvHHexR4a.lazyload, #VLi9AiEDaUynbftuM44UAqSTvHHexR4a.lazyloading { background-image: none; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container { background-color: transparent; background-image: none; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.74); }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container > .video-iframe-container { display: none; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.74); }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row > .video-iframe-container { display: none; }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .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); }#VLi9AiEDaUynbftuM44UAqSTvHHexR4a > .row .container { width:320px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr { display:block; }#mNMJDJpiWZcxCqyPxRQzpub0KMuFgvfr > .row .container { width:320px;height:3506px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2301c065-4dcc-4062-83cd-ea5ae14ae17a/MarcoPostVarese248.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb.adaptive-delivery-prevent-bg, #XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb.lazyload, #XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb.lazyloading { background-image: none; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container { background-color: transparent; background-image: none; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.63); }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container > .video-iframe-container { display: none; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,68,88,0.63); }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row > .video-iframe-container { display: none; }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .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); }#XAfRmgl1kmS2h3Lbu9r6NRNw9omnWkSb > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCWa2vF1QbBSmDsmskVgimyLle2rKl1f { display:block; }#fCWa2vF1QbBSmDsmskVgimyLle2rKl1f > .row .container { width:320px;height:1611px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3cd5bb52-d5d3-4207-ad40-b911dc777edd/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy.adaptive-delivery-prevent-bg, #UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy.lazyload, #UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy.lazyloading { background-image: none; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container { background-color: transparent; background-image: none; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #354458; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container > .video-iframe-container { display: none; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #354458; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row > .video-iframe-container { display: none; }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .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); }#UGS4aA4HeA8gLrK0WG02rcndiQ7cMdwy > .row .container { width:320px;height:839px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ8AmkxItJO10SIKhit6z3WouCQNTkMd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container { background-color: transparent; background-image: none; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container > .video-iframe-container { display: none; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row > .video-iframe-container { display: none; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .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); }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container { border-width: 0; border-radius: 0; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZ8AmkxItJO10SIKhit6z3WouCQNTkMd > .row .container { width:320px;height:918px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;border-top:2px solid #f9cac4;border-left:2px solid #f9cac4;border-right:2px solid #f9cac4;border-bottom:2px solid #f9cac4;background-color:#ffffff;background-image:none;display:block; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container { background-color: transparent; background-image: none; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container > .video-iframe-container { display: none; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row > .video-iframe-container { display: none; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .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); }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container { border-width: 0; border-radius: 0; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row > .video-iframe-container { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px; }#SUvFJMNC9Qfbn1oimlIla8JgX3OJJwNl > .row .container { width:320px;height:1665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULH5iLoBn3QurClROSlpWrgxikmhFwC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container { background-color: transparent; background-image: none; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container > .video-iframe-container { display: none; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row > .video-iframe-container { display: none; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .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); }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container { border-width: 0; border-radius: 0; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kULH5iLoBn3QurClROSlpWrgxikmhFwC > .row .container { width:320px;height:223px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4D1x0nxIEon3NtRNWugp60e4aeBe0My { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b44a2d1-0f3c-4794-8aca-d23cedbe010d/ragazzasutunno2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My.adaptive-delivery-prevent-bg, #D4D1x0nxIEon3NtRNWugp60e4aeBe0My.lazyload, #D4D1x0nxIEon3NtRNWugp60e4aeBe0My.lazyloading { background-image: none; }#D4D1x0nxIEon3NtRNWugp60e4aeBe0My > .row .container { width:320px;height:1607px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e200f65f-3e5f-4850-bff9-686eac87af36/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh.adaptive-delivery-prevent-bg, #N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh.lazyload, #N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh.lazyloading { background-image: none; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row .container { background-color: transparent; background-image: none; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9cac4; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row .container > .video-iframe-container { display: none; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9cac4; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row > .video-iframe-container { display: none; }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .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); }#N7AhOVwTxiEn6tJ9LdnxoEG1zK2umTyh > .row .container { width:320px;height:949px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container { background-color: transparent; background-image: none; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container > .video-iframe-container { display: none; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row > .video-iframe-container { display: none; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .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); }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container { border-width: 0; border-radius: 0; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EaW9x4kDIXhHnuTLqg2CSVEp2kdmLPry > .row .container { width:320px;height:1480px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt { display:block; }#KRLSQxgk2oodiczvJ1oVX1bEWhFJtzDt > .row .container { width:320px;height:1742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIlfISNFxdbvTQOKi2adIeoXdVTAUykT { width:320px;height:0;top:20px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C76ShyZW8F74JcP8SfSoPW3R0UAZaoz2 { width:320px;height:0;top:274px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W81TzCdLEOQfbi1P5E0ar9Ah3R8VayyK { width:320px;height:50.3906px;top:899px;left:0px;font-size:18px;text-align:center;text-align-last:center;color:#354458;display:block; }
 }@media only screen and (max-width: 763px) { #iOiP9ABo0zICdxAboHRpAbvRPDZAlwiC { width:320px;height:85.7812px;top:75px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azEha3qkT7AsH2zClAkAhSLe58TVoQcP { width:320px;height:280.781px;top:357.9453125px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VUvR2pBQXgZhPhpT7n7v0tJa5ALz3J50 { width:320px;height:28.5938px;top:432px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocp0nHxKo6X2tXDnySRSvuH1VyuThV7w { width:320px;height:105.5859px;top:297px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMuApcmFVFxI3VUZsQCcx5Z1sZlChQAd { width:320px;height:374.3746px;top:488px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQ2xTqAPVJvnMWS40JIyk2SCmRZOnN7G { width:320px;height:81.8906px;top:188px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C23ZaSE8pKzeu99zaFbps8bvxwwXCeFz { width:29px;height:16px;top:11.1875px;left:145.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0  { width:280px;height:auto;top:969.3828px;left:0px; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 {display:block;}#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 { width:280px;height:auto;top:969.3828px;left:0px; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #Z2PdLVefv3yq3tHr8lfcyp9xoq73nhlE {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #x8PnyJqApG9xAiWvBhTMDmy17qMHHBrb { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #FTHPq8lRCtAKU9VlHs4T2p89gTxbcJxB {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #RWULW9Sk5Kid6TpV9nFiobR1CR2uV26X {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #ByJhFVHTCBqXi5P6dhzLxqwcwKGXsk67 { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #lV63rsRpBMZLX0qwlCfrXSA2Dvwhs9gI {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #fzJSul2fV3T7RrDqLS4PuVwbCpSFWKkA {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #iurOBdAKPEz6ehiWJV2uLE8TnbzVdg5R { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #ETxuKKequk61ZxkcmkACRFDKcpSK5gFB {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #m0JtLznwcW79sPS6zTqgcT34ZIxHUlNI {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #gEB3EfbOrTKJpXiBnhHGBPbglpbf82ZC { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #Q2PypSB1NGuZPHhD1aXBKoiLLDCtEFET {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #OeFTn6G3REKtRsH2NnmcJXtEEiZTO1nZ {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #TpSlZOPXNy9wr1hv66BOdyknTxMWBiZC { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #egIcZpPykUNwXvKkS9mEXcDQL8ahUEml {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #pvZyN6vv6WOvpWiuUsq9EOAMQmcz0t5w {  }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #pvZyN6vv6WOvpWiuUsq9EOAMQmcz0t5w .container-column{width:50%;} }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #vMLISz4eJqvzfSpGoJiEeK0xtQ1GsCT6 { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #hHtGw5bAx0ZvQ9TxF8TBPMO3TzJnMRsq {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #GHurQfB9r9UfQREAhMIVMc2yKTsW6f0r {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #REGAgWVtpvAlJagXfqawJ9uMQJUeQbqn {  }
#tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #REGAgWVtpvAlJagXfqawJ9uMQJUeQbqn .container-column{width:50%;} }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #hNehgPsq3FlCxTX9ZFKIFln2z9aJQ7We { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #sOSWfZMabgNdv4Bo2xQDGOxfCoqpv18I {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #xWTNEb5CSb39bos4iGQ4ODZse3GyV1Gm {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #oe8kkSMSIPWHz7T2E5bQMKVuwM2t4VOI {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #JCWLqJh6mCLUIn04LsTyNFB4bS7HrcyT {  }
 }@media only screen and (max-width: 763px) { #Cy2tJoR067PftAHSTtKx8qGHvhVh5qyO { display:block; }
 }@media only screen and (max-width: 763px) { #k9KMi2H857nCWvLTMDv7eriohxd2KhV6 { display:block; }
 }@media only screen and (max-width: 763px) { #QMKQqNk9UGCU55UAJ3KAVO20BM7v1bAL { display:block; }
 }@media only screen and (max-width: 763px) { #yWx5PVGTmFGrCe3pKWZ9S8hmTnfivUtG { display:block; }
 }@media only screen and (max-width: 763px) { #W3snGtwFeqDrGqkpsMdohb9zFThTeU41 { display:block; }
 }@media only screen and (max-width: 763px) { #VRekQyWxpEu6L6QJt7DgTor5yNtvOhyR { display:block; }
 }@media only screen and (max-width: 763px) { #Wom8WkeLT5UXyg6Zu4SZzHheCVdC1eQr { display:block; }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #TxnuXxolRWMrb1TfDzPRNAXo4ph4WPad {  }
 }@media only screen and (max-width: 763px) { #tdHxompxaIFnP9zoa6T3LlP4MpLJpow0 #AhMWOTnKqRxcBXOniel5UwRDCmeSTSFt {  }
 }@media only screen and (max-width: 763px) { #r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d { display:block; }#r20BQdW1lEpPyFFRgLtsXhlaNagkGe4d > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yO7I4H2b1l1KH1lrTmTC8SQHS0wIVuHr { width:30px;height:30px;top:32px;left:145px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #T94l4Q8nhwe40HtgFP6tWKeti8soK7Ba { width:30px;height:30px;top:105px;left:145px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SM9e6oQPayS4iaHAbRthqgb4EsLEL9Vr { width:30px;height:30px;top:179px;left:145px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #vDsSuR8gCShaWliSeFPaBWPzBMEqNPll { width:186px;height:36.3906px;top:62px;left:67px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HdF5mk7SHpTo85pTxrhghCwGa64cU3Gv { width:234px;height:18.1953px;top:141px;left:43px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #atO2r8mWRr6OZQUcp3Mu65VWWS6UH4tL { width:186px;height:18.1953px;top:209px;left:67px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 { display:block; }#EpUAnsqvO8elSHb5GfRo2LmV0O8FSdQ6 > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDMkmumn0iDuIHTpDuB7XJ8IwLTEueTy { width:232.986px;height:18.1953px;top:26px;left:44px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tTaLaAC4n2CoIxx8iB8vl1WZOWBSJTGy { width:315.99px;height:20.7969px;top:62.986145019531px;left:1.9791669845581px;font-size:16px;display:block; }
 }