.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1QixvJSG/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 { position:relative;display:block; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 { background-color: transparent; background-image: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container > .video-iframe-container { display: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row > .video-iframe-container { display: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .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); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 { border-width: 0; border-radius: 0; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/7xjxEwsh/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:680px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container.adaptive-delivery-prevent-bg, #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container.lazyload, #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container.lazyloading { background-image: none; }#GmqSpc6tmxyK5NfNKZyfTPfCnIQ4kH3m { position:absolute;display:block;z-index:15000;border-top:3px solid #055600;border-left:3px solid #055600;border-right:3px solid #055600;border-bottom:3px solid #055600;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:426px;width:474px;top:0px;left:0px;overflow:hidden;display:block; }
#eXWatltAttU0hTAKoQwXtnR7RyPbmhdO { color:#f8f8f8;display:block;width:413px;position:absolute;font-family:exo;font-size:51px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:186.5px;left:127.80001831055px;height:66.3px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DlQs1iLyReCkDtomtZbeS0rlJxg5zU57 { color:#f8f8f8;display:block;width:319px;position:absolute;font-family:exo;font-size:23px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:266.20001220703px;left:34px;height:110.4px;text-align:left;text-align-last:left;display:block; }
#ai4xr6lPzXusowNb4AGol7HRZyomSrH7 { color:#f8f8f8;display:block;width:582.975px;position:absolute;font-family:exo;font-size:29px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:140.90000915527px;left:20px;height:46.4px;text-align:left;text-align-last:left;display:block; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-form-header {  }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:358px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-color:transparent;background-image:none;border-top:3px solid #f8f8f8;border-left:3px solid #f8f8f8;border-right:3px solid #f8f8f8;border-bottom:3px solid #f8f8f8;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:358px;box-sizing:border-box;height:45px;color:#ffffff;font-size:14px;overflow:hidden;font-family:exo;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-textarea { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-color:transparent;background-image:none;border-top:3px solid #f8f8f8;border-left:3px solid #f8f8f8;border-right:3px solid #f8f8f8;border-bottom:3px solid #f8f8f8;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:358px;box-sizing:border-box;height:70px;color:#ffffff;font-size:14px;overflow:hidden;font-family:exo;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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:358px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ff4400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:3px solid #ffffff;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;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:27px;font-weight:bold;color:#f2f9ff;width:358px;height:57px;font-family:exo;overflow:hidden;box-shadow: none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:exo;font-size:14px; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:exo;font-size:14px; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:exo;font-size:14px; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:exo;font-size:14px; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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:#ffffff;vertical-align:top;width:338px;overflow:hidden;font-style:normal;float:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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;float:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-container:first-of-type{padding-top:0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-container:last-of-type{padding-bottom:0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:358px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:304.79998779297px;left:522px; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:358px;display:block;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT {display:block;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:358px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:304.79998779297px;left:522px; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #sVXRd2G0DUf1rGl7m3t4pXZT8TiRS2BN { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #CLX677HC5F1q3o4dNo1MLDRPxe73KWeD { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lAn78JdxPHXCw05wq27ZxT1hKqLIpKCi { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lO5bIPDsOqkAmgAsU0u7eOvHkV57UCc0 { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #eo3V0fKGqCMuLLtU0sspSQx9k1vKfiJ4 { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #dRo5T6GLZ11ydI70I4N4RmNauxFOxKCL { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iIrOkFTx6cAx800kDoF88klBNc11ASTH { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #M7zzrNIpAMvoX2ircksoqBFidIsxZSdn { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iHTy8HqisyM7BqDcEfFD0zxalq4EwndE { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #cDFErgVBZ9q7vJS0DgiTuTgBNvO2lNrp { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #itSOA3xEIToe68s9wmp13LlO1rnZVmtc { position:relative;z-index:2; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #PRXUSbs5yXwJFrJA3nAO93rcGm7slfFc { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #EwlAcsadirJ9WLUTmCmJF7vJxgnnI7fw { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #Nr77wXS0fT0UZ1qa8P7PD4XAqDAMdA9I { position:relative; }
#zfXomEJ8mBwmFTBpaXTyJvrga2l0n94Z { position:absolute;display:block;z-index:15009;background-color:#141417;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:688px;width:478px;top:-8px;left:482px;display:block; }
#SV3BL9EPaTgx81TzktehTydfFc7UdxEk { color:#f8f8f8;display:block;width:432px;position:absolute;font-family:exo;font-size:30px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:91px;left:505.00003051758px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#reQOeKdTZq8ZQuPrVfVyUUORL1gdfmPu { color:#f8f8f8;display:block;width:363px;position:absolute;font-family:exo;font-size:20px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:140.90000915527px;left:540.80001831055px;height:150px;text-align:left;text-align-last:left;display:block; }
#SyTNw8VxAtLdQB1hAX3EwuD89OVTuBHT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:172px;width:179px;top:455px;left:0px;overflow:hidden;display:none; }
#cLkol9lTLbpwII9NIbGFP8I9cmG8lf0k { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:91px;width:91px;top:0px;left:850px;overflow:hidden;display:block; }
#lCt6wCUBx8FtdP6dLnqvDXO54lWuBdKf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54px;width:54px;top:18.5px;left:655.00003051758px;overflow:hidden;display:block; }
#WyAWSXU5TdHGlf5CylekhixzSPlGI7Kl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:55px;top:18px;left:540.80001831055px;overflow:hidden;display:block; }
#spA1oxqliBGdPZEq0tR2bRG1ZVOeqm21 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89px;width:160px;top:0px;left:0px;overflow:hidden;display:block; }
#Vb38LJC4Opp9OWIHfPu46AUhh0W5FElX { background-color:#005112;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:365px;height:70px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:535.60000610352px;left:56.900024414062px;display:block; }
#Uwx2JiwQ716flFapecxv1MU0vSpUO7hW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lLaeaxhra8DgglPWvNCDkTDpFr0DZfGG { color:#f8f8f8;display:block;width:582.975px;position:absolute;font-family:exo;font-size:29px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:140.90000915527px;left:20px;height:46.4px;text-align:left;text-align-last:left;display:none; }
#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141417;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; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container { background-color: transparent; background-image: none; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container > .video-iframe-container { display: none; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row > .video-iframe-container { display: none; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .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); }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container { border-width: 0; border-radius: 0; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container { font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#voTyziDONrskLL4EPi12QtT5AZGiDfne { color:#f8f8f8;display:block;width:413px;position:absolute;font-family:exo;font-size:38px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:90px;left:273.5px;height:49.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HM08U2BehpdpTLgpmCV35BaV2aC1ezxX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:862px;width:485px;display:none; }
#NGrwOqgsvTL72JFO9xxMUde50AkGetod { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gCmUXn2x7iXUzQGTB35fxeL0PsnRSSvc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141417;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; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container { background-color: transparent; background-image: none; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container > .video-iframe-container { display: none; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row > .video-iframe-container { display: none; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .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); }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container { border-width: 0; border-radius: 0; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container { font-size:14px;font-family:arial;height:399px;width:960px;position:relative;display:block; }#AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f23c70bc-239f-41f2-a8bc-2b92db860ddb/PiscinaLatoMonte.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:275px;width:275px;top:88.5px;left:140px;display:block; }#AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD.adaptive-delivery-prevent-bg, #AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD.lazyload, #AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD.lazyloading { background-image: none; }
#tCBPU6rT5gb4CXErEVsgsh4xBuEcSkrP { color:#f8f8f8;display:block;width:363px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:146.5px;left:503px;height:76.5px;text-align:left;text-align-last:left;display:block; }
#wF0ey28p2STqwqtQRzdnTFxMIofofxZx { color:#f8f8f8;display:block;width:363px;position:absolute;font-family:exo;font-size:20px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:108.5px;left:501px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o1e5T2inQiqqgUn895KOF5ZqcxQM7P6x { color:#f8f8f8;display:block;width:112px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:320.5px;left:500px;height:25.5px;text-align:center;text-align-last:center;display:block; }
#TkyXTodyT9Cdc85rtepzThL0fZfXiGKu { color:#f8f8f8;display:block;width:112px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:320.5px;left:748px;height:25.5px;text-align:center;text-align-last:center;display:block; }
#gcCLAsI31MErGVAGKqXhKVOWvUO0RP8U { color:#f8f8f8;display:block;width:112px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:320.5px;left:625px;height:25.5px;text-align:center;text-align-last:center;display:block; }
#xn35v6ABHvHVhRoXA9UGeCWU3nEdJnFK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:53px;top:260.5px;left:652px;overflow:hidden;display:block; }
#IONfuG2yTMXdhlOa1QqzmDcHsmH9ZEwt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:142px;width:148px;top:50px;left:92px;overflow:hidden;display:block; }
#h35MghpvI8rfvqZsdBfNESoBdJOk5BQp { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:1px;top:264.5px;left:615px;display:block; }
#udrvWZHlHQdNuuCAPqWaLEpv9AcGxzOy { position:absolute;display:block;z-index:15020;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:1px;top:264.5px;left:746px;display:block; }
#J1KDiUgg4CIla28p9ZGRATaTCmExTy35 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:267.30001831055px;left:777.00003051758px; }
#oGTVfo7Uz5KEcUaAgkh7DIgTXNTFcwax { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:262px;left:531.00003051758px; }
#SWgUTmG7laTJ6qomkhB7gyPTFkZVLTpD { color:#f8f8f8;display:block;width:363px;position:absolute;font-family:exo;font-size:20px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:108.5px;left:501px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ENaaTT6t/tlo_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc.adaptive-delivery-prevent-bg, #IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc.lazyload, #IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc.lazyloading { background-image: none; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container { background-color: transparent; background-image: none; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container > .video-iframe-container { display: none; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row > .video-iframe-container { display: none; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .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); }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container { border-width: 0; border-radius: 0; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container { font-size:14px;font-family:arial;height:424px;width:960px;position:relative;display:block; }#NAlbroEIgD5A5QOFpSM3TS6Utv3M44kh { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2274cdd0-803c-4514-87ee-077eed00635f/FotoLagoTramonto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:180px;width:180px;top:25px;left:0px;display:block; }#NAlbroEIgD5A5QOFpSM3TS6Utv3M44kh.adaptive-delivery-prevent-bg, #NAlbroEIgD5A5QOFpSM3TS6Utv3M44kh.lazyload, #NAlbroEIgD5A5QOFpSM3TS6Utv3M44kh.lazyloading { background-image: none; }
#MXDeAmETNwAXAMz8uqHCNQVOzCPiKreC { color:#f8f8f8;display:block;width:363px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:55px;left:500px;height:25.5px;text-align:left;text-align-last:left;display:block; }
#rqKDa8LOadak89vHNZsqx6eEMdHsAJOC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:143px;width:149px;top:259px;left:750.78260869565px;overflow:hidden;display:block; }
#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 { 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; }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row .container { background-color: transparent; background-image: none; }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row .container > .video-iframe-container { display: none; }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row > .video-iframe-container { display: none; }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .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); }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row .container { border-width: 0; border-radius: 0; }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row .container { font-size:14px;font-family:arial;height:282px;width:960px;position:relative;display:block; }#d32Uf4iiUGFxR3mSsTnkPgIUdvxo42C1 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8773a814-ed3d-4bee-9b79-5c3e7263c22f/Prugnoli.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:275px;width:275px;top:3.5px;left:543.00003051758px;display:block; }#d32Uf4iiUGFxR3mSsTnkPgIUdvxo42C1.adaptive-delivery-prevent-bg, #d32Uf4iiUGFxR3mSsTnkPgIUdvxo42C1.lazyload, #d32Uf4iiUGFxR3mSsTnkPgIUdvxo42C1.lazyloading { background-image: none; }
#re2qKz0hkOsHeVNBvCNhlba2UlWXcL66 { color:#141417;display:block;width:363px;position:absolute;font-family:exo;font-size:20px;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:20px;left:98px;height:30px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fO7B9C2pmfCktsCoh5ubcftubZ8q9n5G { color:#141417;display:block;width:363px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:60px;left:96px;height:76.5px;text-align:right;text-align-last:right;display:block; }
#tdipScxV4FULVTAGV4R4hnsgidrmfC4c { color:#141417;display:block;width:112px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:230px;left:81px;height:51px;text-align:center;text-align-last:center;display:block; }
#hzqxyvdIqNQxxLCMV8rdXQbKmTPOifrh { color:#141417;display:block;width:112px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:230px;left:205px;height:25.5px;text-align:center;text-align-last:center;display:block; }
#iyThqChSaaDi9xsQTZoLsch47KZCsMow { color:#141417;display:block;width:112px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:231px;left:329px;height:51px;text-align:center;text-align-last:center;display:block; }
#D7IOVUZ29azTTrT4EHscuBFCPC7ud5lh { position:absolute;display:block;z-index:15022;background-color:#191919;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:1px;top:174px;left:326px;display:block; }
#CPiJ3PhEQCXfCQuFgyAGtFnFiXSoM6E9 { position:absolute;display:block;z-index:15021;background-color:#191919;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:1px;top:174px;left:195px;display:block; }
#buXINxG7JnOA2MFr5QgHSECBni7epCbX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:143px;width:149px;top:259px;left:750.78260869565px;overflow:hidden;display:none; }
#MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/h1OINbBN/interior_of_an_empty_restaurant_2225577.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:180px;width:180px;top:37px;left:780px;display:none; }#MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au.adaptive-delivery-prevent-bg, #MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au.lazyload, #MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au.lazyloading { background-image: none; }
#FEyTWCt5L66T8Epq9QKnbkzWrNwlDu1B { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:169.5px;left:236.00003051758px; }
#OgZnHxmeEd81wtAvHghPrJzHRIbJVRdV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:173.5px;left:112px; }
#m983JnUXmZ8OghtWgfmWT8W4MskzuCU9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:180.80001831055px;left:360.00003051758px; }
#TMlL5tUTdtIXIfFDEE7mKOobnI5aMQp1 { color:#141417;display:block;width:363px;position:absolute;font-family:exo;font-size:20px;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:20px;left:98px;height:30px;text-align:right;text-align-last:right;font-style:normal;display:none; }
#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb { 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; }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row .container { background-color: transparent; background-image: none; }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row .container > .video-iframe-container { display: none; }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row > .video-iframe-container { display: none; }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .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); }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row .container { border-width: 0; border-radius: 0; }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row .container { font-size:14px;font-family:arial;height:240px;width:960px;position:relative;display:block; }#n47r86LIrpxQtT4pSgGFaS6h3wM3rqTX { color:#141417;display:block;width:363px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:58px;left:118px;height:;text-align:left;text-align-last:left;display:block; }
#vzKLBx2FrKUB60drFO4bIi8GuKEHzNvV { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1608228-f790-476f-8d6e-ccdacb714e0e/Stridoli.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:180px;width:180px;top:37px;left:780px;display:block; }#vzKLBx2FrKUB60drFO4bIi8GuKEHzNvV.adaptive-delivery-prevent-bg, #vzKLBx2FrKUB60drFO4bIi8GuKEHzNvV.lazyload, #vzKLBx2FrKUB60drFO4bIi8GuKEHzNvV.lazyloading { background-image: none; }
#exCTiE489bwqG4gOgabfiDeu9OKk40Ut { 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; }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row .container { background-color: transparent; background-image: none; }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row .container > .video-iframe-container { display: none; }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row > .video-iframe-container { display: none; }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .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); }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row .container { border-width: 0; border-radius: 0; }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row .container { font-size:14px;font-family:arial;height:163px;width:960px;position:relative;display:block; }#UoyK8JruukzMAdgqJhPNPmgenXKkkpOG { color:#f8f8f8;display:block;width:960px;position:absolute;font-family:exo;font-size:38px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53px;left:-1px;height:49.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7qZStlOQVdLxrDm8i7q1lTyeAO2Kf9T { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:83px;top:0px;left:437px;overflow:hidden;display:block; }
#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg { border-top:10px solid #000d76;border-left:10px solid #000d76;border-right:10px solid #000d76;border-bottom:10px solid #000d76;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; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row .container { background-color: transparent; background-image: none; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row .container > .video-iframe-container { display: none; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row > .video-iframe-container { display: none; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .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); }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row .container { border-width: 0; border-radius: 0; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row .container { font-size:14px;font-family:arial;height:296px;width:960px;position:relative;display:block; }#g4UqnNn14xtnSzhsdAiia4TupzdVc5A4 { position:absolute;display:block;z-index:15000;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 16px 1px 3px rgba(0,0,0,0.5) ;height:164px;width:294px;top:86px;left:320.00003051758px;overflow:hidden;display:block; }
#oPTC4eItzC6Kd5M7vZPTniE4yvUOx0pX { color:#141417;display:block;width:318px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:106px;left:640px;height:76.5px;text-align:left;text-align-last:left;display:block; }
#dKTt8JqB4RQTCrPNOPJztRD7Td0TpF4X { color:#141417;display:block;width:318px;position:absolute;font-family:exo;font-size:20px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:56px;left:640px;height:30px;text-align:left;text-align-last:left;display:block; }
#HyPMF7amp6epf1DQTolaU5HztB2PxXRU { color:#141417;display:block;width:318px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:232px;left:641px;height:24px;text-align:left;text-align-last:left;display:block; }
#HbzJphK7nn2ruzRd4qdg6yLafi5iH3bb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:60px;top:3px;left:800px;overflow:hidden;display:block; }
#BExhfcy1o0K3QieTs91ndyaCOKSHK9bD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:172px;width:172px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:70.987499237061px;left:86.600006103516px; }
#BExhfcy1o0K3QieTs91ndyaCOKSHK9bD > img { max-width: 100%;max-height:100%; width:172px; height:172px; }#vrlTO1CABqQALqyQ3Hdalh163n6cIZMi { color:#141417;display:block;width:318px;position:absolute;font-family:exo;font-size:20px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:56px;left:640px;height:30px;text-align:left;text-align-last:left;display:none; }
#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q { 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; }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row .container { background-color: transparent; background-image: none; }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row .container > .video-iframe-container { display: none; }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row > .video-iframe-container { display: none; }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .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); }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row .container { border-width: 0; border-radius: 0; }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row .container { font-size:14px;font-family:arial;height:296px;width:960px;position:relative;display:block; }#Jlr83St4qtpNKXrxJgzWeTQaTTyyqoLt { position:absolute;display:block;z-index:15000;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 16px 1px 3px rgba(0,0,0,0.5) ;height:166px;width:302px;top:75.5px;left:336.00003051758px;overflow:hidden;display:block; }
#k6geOHLkfmP44N4SHbJEC7CvUw5Ezz2S { color:#141417;display:block;width:318px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:109px;left:0px;height:76.5px;text-align:right;text-align-last:right;display:block; }
#cZAU6F7IfNhv7KZ8MEfzn7ykwDZVdcIq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74px;width:74px;top:3px;left:100px;overflow:hidden;display:block; }
#HO9UH8sBhCdS4I4RgWALcSt9hhH6Fasl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:.3;top:162.9999961853px;left:695.80001831055px; }
#qLTDftMKiCpKZtRTL3neWfWyotXaUoBX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:88px;width:88px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:.3;top:75.500003814697px;left:818.60000610352px; }
#ZX9xDd9vZUu0ewhpwQ1LUwxJAStnUnoA { color:#141417;display:block;width:318px;position:absolute;font-family:exo;font-size:20px;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:64.600006103516px;left:78px;height:30px;text-align:left;text-align-last:left;display:block; }
#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT { 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; }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row .container { background-color: transparent; background-image: none; }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row .container > .video-iframe-container { display: none; }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row > .video-iframe-container { display: none; }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .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); }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row .container { border-width: 0; border-radius: 0; }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row .container { font-size:14px;font-family:arial;height:169px;width:960px;position:relative;display:block; }#KWEiiq198tEK2mk8dvrWGCCTHdtsAkoi { background-color:#e45c2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:exo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:358px;height:58px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28px;left:299px;display:block; }
#kzGLfkzbnbETwvSJarkJ2eixyMrSdlH7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/7xjxEwsh/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw.adaptive-delivery-prevent-bg, #U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw.lazyload, #U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw.lazyloading { background-image: none; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container { background-color: transparent; background-image: none; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container > .video-iframe-container { display: none; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row > .video-iframe-container { display: none; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .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); }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container { border-width: 0; border-radius: 0; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container { font-size:14px;font-family:arial;height:163px;width:960px;position:relative;display:block; }#Gn5P1h91Rb49ZldyPCuJCT0bRXwwO4B4 { color:#f8f8f8;display:block;width:960px;position:absolute;font-family:exo;font-size:38px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:82px;left:1px;height:49.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7xjxEwsh/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN.adaptive-delivery-prevent-bg, #p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN.lazyload, #p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN.lazyloading { background-image: none; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container { background-color: transparent; background-image: none; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container > .video-iframe-container { display: none; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row > .video-iframe-container { display: none; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .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); }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container { border-width: 0; border-radius: 0; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container { font-size:14px;font-family:arial;height:381px;width:960px;position:relative;display:block; }#NTPNt7P9wnRg70K4JX4AVwv6beZXMG9T { position:absolute;display:block;z-index:15000;border-top:4px solid #5b9e50;border-left:4px solid #5b9e50;border-right:4px solid #5b9e50;border-bottom:4px solid #5b9e50;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:230px;width:307px;top:71.487495422363px;left:322.50003051758px;overflow:hidden;display:block; }
#Dfohm3EQ17KBaW9V5eas9KvPRNXd0GPp { position:absolute;display:block;z-index:15001;border-top:4px solid #5b9e50;border-left:4px solid #5b9e50;border-right:4px solid #5b9e50;border-bottom:4px solid #5b9e50;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:287px;width:159px;top:42.987495422363px;left:76.5px;overflow:hidden;display:block; }
#sly1TfyHTP1Jm0z8e27iKV8nffKGaQLz { position:absolute;display:block;z-index:15002;border-top:4px solid #5b9e50;border-left:4px solid #5b9e50;border-right:4px solid #5b9e50;border-bottom:4px solid #5b9e50;border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;height:281px;width:159px;top:45.987495422363px;left:716.50003051758px;overflow:hidden;display:block; }
#XrQ7QHfO2iwNzcnOmNdl9hZnQWHeSeIa { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74px;width:76px;top:0px;left:641px;overflow:hidden;display:block; }
#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7xjxEwsh/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x.adaptive-delivery-prevent-bg, #Te9pqEsv3TSLnUErR8Puxz0cconR5n4x.lazyload, #Te9pqEsv3TSLnUErR8Puxz0cconR5n4x.lazyloading { background-image: none; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row .container { background-color: transparent; background-image: none; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row .container > .video-iframe-container { display: none; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row > .video-iframe-container { display: none; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .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); }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row .container { border-width: 0; border-radius: 0; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row .container { font-size:14px;font-family:arial;height:291px;width:960px;position:relative;display:block; }#pwbi5BVmp2OsyDTJFIFCBzpcy3hhnV70 { color:#f8f8f8;display:block;width:758px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:81px;left:100px;height:81.6px;text-align:center;text-align-last:center;display:block; }
#TmAbeE9wZrOwNl771r0KA2i1STb3yqR6 { color:#f8f8f8;display:block;width:957px;position:absolute;font-family:exo;font-size:20px;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:20px;left:1px;height:30px;text-align:center;text-align-last:center;display:block; }
#towSv2mOTfPB08PtIkd9Q8H6V27zKMmK { color:#f8f8f8;display:block;width:758px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:243.00000572205px;left:101px;height:108.8px;text-align:center;text-align-last:center;display:block; }
#ix8T83LVC1geetTgOEnAR3NncRfCNQpA { color:#f8f8f8;display:block;width:758px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:186px;left:100px;height:54.4px;text-align:center;text-align-last:center;display:none; }
#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EJMfqx9u/tlo_4_dol.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf.adaptive-delivery-prevent-bg, #avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf.lazyload, #avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf.lazyloading { background-image: none; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container { background-color: transparent; background-image: none; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container > .video-iframe-container { display: none; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row > .video-iframe-container { display: none; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .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); }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container { border-width: 0; border-radius: 0; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container { font-size:14px;font-family:arial;height:332px;width:960px;position:relative;display:block; }#W1KMTMOO3pvpT7TUseTFksQUof6h0VkP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:187px;width:195px;top:95px;left:27.5px;overflow:hidden;display:block; }
#TeJDWCKXKqzToTxiEey8I4a7iRn7PEWo { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:58.799987792969px;left:462.60000610352px;height:;display:block; }
#nkQX9koW39rmiXAc8dp9DCDo6T1yvIiB { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:81.799987792969px;left:474.60000610352px;height:;display:block; }
#kySMPeLzRV6OSqN3S7qgbegMaOQXvS7Z { color:#f8f8f8;display:block;width:758px;position:absolute;font-family:exo;font-size:17px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:31.587493896484px;left:101px;height:27.2px;text-align:center;text-align-last:center;display:block; }
#JRK7WVowE0Sv2ZSaUqTQacqlO1SPm13C { color:#141417;display:block;width:432px;position:absolute;font-family:exo;font-size:30px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:243.80009460449px;left:264.00003051758px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FF56mocfW7zd8fdZVEK4F9JRUpTGM126 { color:#141417;display:block;width:363px;position:absolute;font-family:exo;font-size:20px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:298.00009155273px;left:298.50003051758px;height:60px;text-align:center;text-align-last:center;display:block; }
#JvLNcvtxAGQTJ1RAiysQw8J2Lm7LTo66 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:109px;width:114px;top:169px;left:34px;overflow:hidden;display:none; }
#irD4fmaSiLqmWHDAxTzAcSdmJlSvipLt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32px;width:83px;top:362px;left:438.5px;overflow:hidden;display:none; }
#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 { 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; }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row .container { background-color: transparent; background-image: none; }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row .container > .video-iframe-container { display: none; }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row > .video-iframe-container { display: none; }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .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); }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row .container { border-width: 0; border-radius: 0; }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row .container { font-size:14px;font-family:arial;height:429px;width:960px;position:relative;display:block; }#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-form-header {  }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:358px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-text { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #141417;border-left:1px solid #141417;border-right:1px solid #141417;border-bottom:1px solid #141417;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:358px;box-sizing:border-box;height:45px;color:#141417;font-size:14px;overflow:hidden;font-family:exo;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-text {padding-top: 0; padding-bottom: 0;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-textarea { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #141417;border-left:1px solid #141417;border-right:1px solid #141417;border-bottom:1px solid #141417;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:358px;box-sizing:border-box;height:70px;color:#141417;font-size:14px;overflow:hidden;font-family:exo;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .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:358px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-select {padding-top: 0; padding-bottom: 0;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#e45c2a;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:27px;font-weight:bold;color:#f2f9ff;width:358px;height:57px;font-family:exo;overflow:hidden; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU [class*="-text"]:-moz-placeholder { color:#141417;font-family:exo;font-size:14px; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU [class*="-text"]::-moz-placeholder { color:#141417;font-family:exo;font-size:14px; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU [class*="-text"]:-ms-input-placeholder { color:#141417;font-family:exo;font-size:14px; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU [class*="-text"]::-webkit-input-placeholder { color:#141417;font-family:exo;font-size:14px; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .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:338px;overflow:hidden;font-style:normal;float:none; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .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; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .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;float:none; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-container:first-of-type{padding-top:0;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-container:last-of-type{padding-bottom:0;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:358px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:44px;left:281px; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:358px;display:block;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .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; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU {display:block;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:358px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:44px;left:281px; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #Eip6DH6vizDBGi6cAVODKyTTI6QgpEKi { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #G1KKfvbhe1apyhAD5c0qXGSpHTEcS8JR { position:relative;display:none; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #T0psitLwXXWxfCx38iIutEwD6yxThUNy { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #J48Qs2rsxCkNWtu03JGfGrSll7PbfAo3 { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #sL7AVfRAkDWPbu6xx4ULTlHhRzo8tUmM { position:relative;display:none; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #Hqpwve1QksJ9biQfc4sqeOnTx0rA0nIo { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #QQ8ZMJ0OnCwxlR0LAvEvTTPZT7erVbSa { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #NQPEU6yPJPwGBup4SkolU4g0hA58LIwM { position:relative;display:none; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #ovso1GGU426oxEFA0Ttmhzm0cbAKpqKC { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #UVO40K1FJMeP1KfvEcJgIqIbmKShlVlu { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #J6SRhTUtnpqT2xLsFPFQtzPg8zMunWhZ { position:relative;z-index:2; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #CDUMHlN9eKnyG39lvmJJq87TsGkHOvEX { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #alVbKkTWM7JAsPfZK2MuUoGvpJP0vsvr { position:relative; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #TwEFmpqaJdfp1T0nDTSQJXfQq9i23fEf { position:relative; }
#KdvHA9EK2evRdleg4cZt4qiCcVQO2aQT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:109px;width:114px;top:169px;left:34px;overflow:hidden;display:block; }
#AG0nnxkGMXRRocF0x9LBTC09Po0snpDu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:143px;width:149px;top:44px;left:770.5px;overflow:hidden;display:block; }
#My0unmin2kaJn57I9XQZ4eSkKEqeREUQ { color:#000000;display:block;width:297px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:350px;left:11px;display:none; }
#w7FXpBzUxKPUt6twDCzxPuH5csUf17Ff { position:absolute;display:block;z-index:15017;height:348px;width:620px;top:421px;left:400px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 { display:block; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmqSpc6tmxyK5NfNKZyfTPfCnIQ4kH3m { top:0px;left:0px;width:474px;height:426px;display:block; }
 }@media only screen and (max-width: 763px) { #eXWatltAttU0hTAKoQwXtnR7RyPbmhdO { top:186px;left:29.800018310547px;width:413px;height:66px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #DlQs1iLyReCkDtomtZbeS0rlJxg5zU57 { top:266px;left:0px;width:319px;height:147px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ai4xr6lPzXusowNb4AGol7HRZyomSrH7 { top:140px;left:0px;width:582px;height:46px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-regular-label { width:358px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-textarea { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-button { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-checkbox-label { width:339px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT  { width:358px;height:auto;top:304px;left:366px; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .radio-container { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT {display:block;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT { width:358px;height:auto;top:304px;left:366px; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #sVXRd2G0DUf1rGl7m3t4pXZT8TiRS2BN {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #CLX677HC5F1q3o4dNo1MLDRPxe73KWeD { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lAn78JdxPHXCw05wq27ZxT1hKqLIpKCi {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lO5bIPDsOqkAmgAsU0u7eOvHkV57UCc0 {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #eo3V0fKGqCMuLLtU0sspSQx9k1vKfiJ4 { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #dRo5T6GLZ11ydI70I4N4RmNauxFOxKCL {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iIrOkFTx6cAx800kDoF88klBNc11ASTH {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #M7zzrNIpAMvoX2ircksoqBFidIsxZSdn { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iHTy8HqisyM7BqDcEfFD0zxalq4EwndE {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #cDFErgVBZ9q7vJS0DgiTuTgBNvO2lNrp {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #itSOA3xEIToe68s9wmp13LlO1rnZVmtc {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #PRXUSbs5yXwJFrJA3nAO93rcGm7slfFc {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #EwlAcsadirJ9WLUTmCmJF7vJxgnnI7fw {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #Nr77wXS0fT0UZ1qa8P7PD4XAqDAMdA9I {  }
 }@media only screen and (max-width: 763px) { #zfXomEJ8mBwmFTBpaXTyJvrga2l0n94Z { top:-8px;left:286px;width:478px;height:688px;display:block; }
 }@media only screen and (max-width: 763px) { #SV3BL9EPaTgx81TzktehTydfFc7UdxEk { top:91px;left:332px;width:432px;height:39px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #reQOeKdTZq8ZQuPrVfVyUUORL1gdfmPu { top:140px;left:401px;width:363px;height:180px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SyTNw8VxAtLdQB1hAX3EwuD89OVTuBHT { top:455px;left:0px;width:179px;height:172px;display:block; }
 }@media only screen and (max-width: 763px) { #cLkol9lTLbpwII9NIbGFP8I9cmG8lf0k { top:0px;left:673px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #lCt6wCUBx8FtdP6dLnqvDXO54lWuBdKf { top:18px;left:557.00003051758px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #WyAWSXU5TdHGlf5CylekhixzSPlGI7Kl { top:18px;left:442.80001831055px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #spA1oxqliBGdPZEq0tR2bRG1ZVOeqm21 { top:0px;left:0px;width:160px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #Vb38LJC4Opp9OWIHfPu46AUhh0W5FElX { width:365px;height:70px;top:535px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Uwx2JiwQ716flFapecxv1MU0vSpUO7hW { display:block; }
 }@media only screen and (max-width: 763px) { #lLaeaxhra8DgglPWvNCDkTDpFr0DZfGG { top:61px;left:0px;width:320px;height:38px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu { display:block; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voTyziDONrskLL4EPi12QtT5AZGiDfne { top:90px;left:175.50003051758px;width:413px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #HM08U2BehpdpTLgpmCV35BaV2aC1ezxX { width:385px;height:686px;display:none; }
 }@media only screen and (max-width: 763px) { #NGrwOqgsvTL72JFO9xxMUde50AkGetod { display:none; }
 }@media only screen and (max-width: 763px) { #gCmUXn2x7iXUzQGTB35fxeL0PsnRSSvc { display:none; }
 }@media only screen and (max-width: 763px) { #Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 { display:block; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD { top:88px;left:91px;width:275px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #tCBPU6rT5gb4CXErEVsgsh4xBuEcSkrP { top:146px;left:382px;width:363px;height:76px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wF0ey28p2STqwqtQRzdnTFxMIofofxZx { top:108px;left:382px;width:363px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #o1e5T2inQiqqgUn895KOF5ZqcxQM7P6x { top:320px;left:382px;width:112px;height:25px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TkyXTodyT9Cdc85rtepzThL0fZfXiGKu { top:320px;left:601.00003051758px;width:112px;height:25px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gcCLAsI31MErGVAGKqXhKVOWvUO0RP8U { top:320px;left:478.00003051758px;width:112px;height:25px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xn35v6ABHvHVhRoXA9UGeCWU3nEdJnFK { top:260px;left:505px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #IONfuG2yTMXdhlOa1QqzmDcHsmH9ZEwt { top:50px;left:43px;width:148px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #h35MghpvI8rfvqZsdBfNESoBdJOk5BQp { top:264px;left:468px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #udrvWZHlHQdNuuCAPqWaLEpv9AcGxzOy { top:264px;left:599px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #J1KDiUgg4CIla28p9ZGRATaTCmExTy35 { top:267px;left:630.00003051758px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #oGTVfo7Uz5KEcUaAgkh7DIgTXNTFcwax { top:262px;left:384.00003051758px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #SWgUTmG7laTJ6qomkhB7gyPTFkZVLTpD { top:493px;left:0px;width:320px;height:30px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc { display:block; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAlbroEIgD5A5QOFpSM3TS6Utv3M44kh { top:25px;left:0px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #MXDeAmETNwAXAMz8uqHCNQVOzCPiKreC { top:55px;left:382px;width:363px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rqKDa8LOadak89vHNZsqx6eEMdHsAJOC { top:259px;left:603.78260869565px;width:149px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 { display:block; }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d32Uf4iiUGFxR3mSsTnkPgIUdvxo42C1 { top:3px;left:396.00003051758px;width:275px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #re2qKz0hkOsHeVNBvCNhlba2UlWXcL66 { top:20px;left:19px;width:363px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fO7B9C2pmfCktsCoh5ubcftubZ8q9n5G { top:60px;left:19px;width:363px;height:76px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tdipScxV4FULVTAGV4R4hnsgidrmfC4c { top:230px;left:32px;width:112px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hzqxyvdIqNQxxLCMV8rdXQbKmTPOifrh { top:230px;left:156px;width:112px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iyThqChSaaDi9xsQTZoLsch47KZCsMow { top:231px;left:270px;width:112px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #D7IOVUZ29azTTrT4EHscuBFCPC7ud5lh { top:174px;left:277px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #CPiJ3PhEQCXfCQuFgyAGtFnFiXSoM6E9 { top:174px;left:146px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #buXINxG7JnOA2MFr5QgHSECBni7epCbX { top:259px;left:603.78260869565px;width:149px;height:143px;display:none; }
 }@media only screen and (max-width: 763px) { #MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au { top:37px;left:584px;width:180px;height:180px;display:none; }
 }@media only screen and (max-width: 763px) { #FEyTWCt5L66T8Epq9QKnbkzWrNwlDu1B { top:169px;left:187.00003051758px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #OgZnHxmeEd81wtAvHghPrJzHRIbJVRdV { top:173px;left:63px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #m983JnUXmZ8OghtWgfmWT8W4MskzuCU9 { top:180px;left:311.00003051758px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TMlL5tUTdtIXIfFDEE7mKOobnI5aMQp1 { top:20px;left:19px;width:363px;height:30px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb { display:block; }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n47r86LIrpxQtT4pSgGFaS6h3wM3rqTX { top:58px;left:19px;width:363px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vzKLBx2FrKUB60drFO4bIi8GuKEHzNvV { top:37px;left:584px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #exCTiE489bwqG4gOgabfiDeu9OKk40Ut { display:block; }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoyK8JruukzMAdgqJhPNPmgenXKkkpOG { top:53px;left:0px;width:764px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #o7qZStlOQVdLxrDm8i7q1lTyeAO2Kf9T { top:0px;left:339px;width:83px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #h5sd2N7a3TMvusI4T34yr2bcXelCXsKg { display:block; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4UqnNn14xtnSzhsdAiia4TupzdVc5A4 { top:86px;left:212px;width:294px;height:164px;display:block; }
 }@media only screen and (max-width: 763px) { #oPTC4eItzC6Kd5M7vZPTniE4yvUOx0pX { top:106px;left:444px;width:318px;height:76px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dKTt8JqB4RQTCrPNOPJztRD7Td0TpF4X { top:56px;left:444px;width:318px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HyPMF7amp6epf1DQTolaU5HztB2PxXRU { top:232px;left:444px;width:318px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HbzJphK7nn2ruzRd4qdg6yLafi5iH3bb { top:3px;left:635px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #BExhfcy1o0K3QieTs91ndyaCOKSHK9bD { top:70px;left:53.600006103516px;width:172px;height:172px;display:block; }
#BExhfcy1o0K3QieTs91ndyaCOKSHK9bD > img { max-width: 100%;max-height:100%; width:172px; height:172px; } }@media only screen and (max-width: 763px) { #vrlTO1CABqQALqyQ3Hdalh163n6cIZMi { top:403px;left:0px;width:318px;height:;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q { display:block; }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jlr83St4qtpNKXrxJgzWeTQaTTyyqoLt { top:75px;left:188px;width:302px;height:166px;display:block; }
 }@media only screen and (max-width: 763px) { #k6geOHLkfmP44N4SHbJEC7CvUw5Ezz2S { top:109px;left:0px;width:318px;height:76px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cZAU6F7IfNhv7KZ8MEfzn7ykwDZVdcIq { top:3px;left:67px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #HO9UH8sBhCdS4I4RgWALcSt9hhH6Fasl { top:162px;left:530.80001831055px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #qLTDftMKiCpKZtRTL3neWfWyotXaUoBX { top:75px;left:653.60000610352px;width:88px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9xDd9vZUu0ewhpwQ1LUwxJAStnUnoA { top:64px;left:0px;width:318px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT { display:block; }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWEiiq198tEK2mk8dvrWGCCTHdtsAkoi { width:358px;height:58px;top:28px;left:201px;display:block; }
 }@media only screen and (max-width: 763px) { #kzGLfkzbnbETwvSJarkJ2eixyMrSdlH7 { display:block; }
 }@media only screen and (max-width: 763px) { #U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw { display:block; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gn5P1h91Rb49ZldyPCuJCT0bRXwwO4B4 { top:82px;left:0px;width:764px;height:;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN { display:block; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTPNt7P9wnRg70K4JX4AVwv6beZXMG9T { top:71px;left:193px;width:307px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #Dfohm3EQ17KBaW9V5eas9KvPRNXd0GPp { top:42px;left:43.5px;width:159px;height:287px;display:block; }
 }@media only screen and (max-width: 763px) { #sly1TfyHTP1Jm0z8e27iKV8nffKGaQLz { top:45px;left:551.50003051758px;width:159px;height:281px;display:block; }
 }@media only screen and (max-width: 763px) { #XrQ7QHfO2iwNzcnOmNdl9hZnQWHeSeIa { top:0px;left:508px;width:76px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #Te9pqEsv3TSLnUErR8Puxz0cconR5n4x { display:block; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwbi5BVmp2OsyDTJFIFCBzpcy3hhnV70 { top:81px;left:2px;width:758px;height:108px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TmAbeE9wZrOwNl771r0KA2i1STb3yqR6 { top:20px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #towSv2mOTfPB08PtIkd9Q8H6V27zKMmK { top:243px;left:3px;width:758px;height:108px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ix8T83LVC1geetTgOEnAR3NncRfCNQpA { top:342px;left:0px;width:289px;height:204px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf { display:block; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1KMTMOO3pvpT7TUseTFksQUof6h0VkP { top:95px;left:0px;width:195px;height:187px;display:block; }
 }@media only screen and (max-width: 763px) { #TeJDWCKXKqzToTxiEey8I4a7iRn7PEWo { top:58px;left:364.60000610352px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nkQX9koW39rmiXAc8dp9DCDo6T1yvIiB { top:81px;left:376.60000610352px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kySMPeLzRV6OSqN3S7qgbegMaOQXvS7Z { top:31px;left:3px;width:758px;height:;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JRK7WVowE0Sv2ZSaUqTQacqlO1SPm13C { top:243px;left:166.00003051758px;width:432px;height:39px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #FF56mocfW7zd8fdZVEK4F9JRUpTGM126 { top:298px;left:200.50003051758px;width:363px;height:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JvLNcvtxAGQTJ1RAiysQw8J2Lm7LTo66 { top:169px;left:0px;width:114px;height:109px;display:none; }
 }@media only screen and (max-width: 763px) { #irD4fmaSiLqmWHDAxTzAcSdmJlSvipLt { top:362px;left:340.5px;width:83px;height:32px;display:none; }
 }@media only screen and (max-width: 763px) { #I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 { display:block; }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-regular-label { width:358px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-text { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-text {padding-top: 0; padding-bottom: 0;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-textarea { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-select { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-select {padding-top: 0; padding-bottom: 0;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-button { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-checkbox-label { width:339px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU  { width:358px;height:auto;top:44px;left:183px; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .radio-container { width:358px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU {display:block;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU { width:358px;height:auto;top:44px;left:183px; }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #Eip6DH6vizDBGi6cAVODKyTTI6QgpEKi {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #G1KKfvbhe1apyhAD5c0qXGSpHTEcS8JR { display:none; }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #T0psitLwXXWxfCx38iIutEwD6yxThUNy {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #J48Qs2rsxCkNWtu03JGfGrSll7PbfAo3 {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #sL7AVfRAkDWPbu6xx4ULTlHhRzo8tUmM { display:none; }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #Hqpwve1QksJ9biQfc4sqeOnTx0rA0nIo {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #QQ8ZMJ0OnCwxlR0LAvEvTTPZT7erVbSa {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #NQPEU6yPJPwGBup4SkolU4g0hA58LIwM { display:none; }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #ovso1GGU426oxEFA0Ttmhzm0cbAKpqKC {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #UVO40K1FJMeP1KfvEcJgIqIbmKShlVlu {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #J6SRhTUtnpqT2xLsFPFQtzPg8zMunWhZ {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #CDUMHlN9eKnyG39lvmJJq87TsGkHOvEX {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #alVbKkTWM7JAsPfZK2MuUoGvpJP0vsvr {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #TwEFmpqaJdfp1T0nDTSQJXfQq9i23fEf {  }
 }@media only screen and (max-width: 763px) { #KdvHA9EK2evRdleg4cZt4qiCcVQO2aQT { top:169px;left:0px;width:114px;height:109px;display:block; }
 }@media only screen and (max-width: 763px) { #AG0nnxkGMXRRocF0x9LBTC09Po0snpDu { top:44px;left:615px;width:149px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #My0unmin2kaJn57I9XQZ4eSkKEqeREUQ { top:350px;left:0px;width:297px;height:;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #w7FXpBzUxKPUt6twDCzxPuH5csUf17Ff { top:421px;left:144px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/7xjxEwsh/MENU_TLO_LUSKI.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8.adaptive-delivery-prevent-bg, #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8.lazyload, #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8.lazyloading { background-image: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { background-color: transparent; background-image: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2f532f; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container > .video-iframe-container { display: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2f532f; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row > .video-iframe-container { display: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .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); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { width:320px;height:982px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmqSpc6tmxyK5NfNKZyfTPfCnIQ4kH3m { width:320px;height:288px;top:0px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eXWatltAttU0hTAKoQwXtnR7RyPbmhdO { width:320px;height:51.6px;top:103px;left:0px;font-size:43px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DlQs1iLyReCkDtomtZbeS0rlJxg5zU57 { width:286px;height:91.2px;top:169px;left:20px;font-size:19px;text-align:center;text-align-last:center;font-family:exo;font-weight:700;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:2px 1px 3px #000b00;display:block; }
 }@media only screen and (max-width: 763px) { #ai4xr6lPzXusowNb4AGol7HRZyomSrH7 { width:320px;height:0;top:43px;left:0px;font-size:24px;text-align:center;text-align-last:center;font-family:exo;text-shadow:3px 1px 3px #000000;display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e62d03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:comfortaa;font-weight:400;font-style:normal;font-size:11px;overflow:hidden;height:auto; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT  { width:280px;height:auto;top:648px;left:0px;background-color:#2f532f;background-image:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT {display:block;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT { width:280px;height:auto;top:648px;left:0px;background-color:#2f532f;background-image:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #sVXRd2G0DUf1rGl7m3t4pXZT8TiRS2BN {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #CLX677HC5F1q3o4dNo1MLDRPxe73KWeD { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lAn78JdxPHXCw05wq27ZxT1hKqLIpKCi {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lO5bIPDsOqkAmgAsU0u7eOvHkV57UCc0 {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #eo3V0fKGqCMuLLtU0sspSQx9k1vKfiJ4 { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #dRo5T6GLZ11ydI70I4N4RmNauxFOxKCL {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iIrOkFTx6cAx800kDoF88klBNc11ASTH {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #M7zzrNIpAMvoX2ircksoqBFidIsxZSdn { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iHTy8HqisyM7BqDcEfFD0zxalq4EwndE {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #cDFErgVBZ9q7vJS0DgiTuTgBNvO2lNrp {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #itSOA3xEIToe68s9wmp13LlO1rnZVmtc {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #PRXUSbs5yXwJFrJA3nAO93rcGm7slfFc {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #EwlAcsadirJ9WLUTmCmJF7vJxgnnI7fw {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #Nr77wXS0fT0UZ1qa8P7PD4XAqDAMdA9I {  }
 }@media only screen and (max-width: 763px) { #zfXomEJ8mBwmFTBpaXTyJvrga2l0n94Z { width:320px;height:200px;top:648px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SV3BL9EPaTgx81TzktehTydfFc7UdxEk { width:296px;height:79.2px;top:306px;left:11.987500190735px;font-size:33px;text-align:center;text-align-last:center;line-height:1.2;text-shadow:4px 1px 3px rgba(0,0,0,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #reQOeKdTZq8ZQuPrVfVyUUORL1gdfmPu { width:285px;height:240px;top:402.00001907349px;left:17.487500190735px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #SyTNw8VxAtLdQB1hAX3EwuD89OVTuBHT { width:112px;height:108px;top:540.80001831055px;left:11.987500190735px;display:none; }
 }@media only screen and (max-width: 763px) { #cLkol9lTLbpwII9NIbGFP8I9cmG8lf0k { width:91px;height:91px;top:1056.8000183105px;left:187.50000858307px;display:none; }
 }@media only screen and (max-width: 763px) { #lCt6wCUBx8FtdP6dLnqvDXO54lWuBdKf { width:54px;height:54px;top:1162px;left:112.00000095367px;display:none; }
 }@media only screen and (max-width: 763px) { #WyAWSXU5TdHGlf5CylekhixzSPlGI7Kl { width:55px;height:55px;top:1254.799987793px;left:132.50000858307px;display:none; }
 }@media only screen and (max-width: 763px) { #spA1oxqliBGdPZEq0tR2bRG1ZVOeqm21 { width:111px;height:61px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Vb38LJC4Opp9OWIHfPu46AUhh0W5FElX { width:280px;height:55px;top:976px;left:20.000000953674px;display:none; }
 }@media only screen and (max-width: 763px) { #Uwx2JiwQ716flFapecxv1MU0vSpUO7hW { display:block; }
 }@media only screen and (max-width: 763px) { #lLaeaxhra8DgglPWvNCDkTDpFr0DZfGG { width:320px;height:38.4px;top:61px;left:0px;font-size:24px;text-align:center;text-align-last:center;font-family:exo;text-shadow:3px 1px 3px #000000;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu { background-color:#2f532f;background-image:none;display:block; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container { background-color: transparent; background-image: none; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container > .video-iframe-container { display: none; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row > .video-iframe-container { display: none; }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .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); }#QRTTlceZMSiMuJJ2JnyqbTIxRiXGohvu > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voTyziDONrskLL4EPi12QtT5AZGiDfne { width:320px;height:38.4px;top:90px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;text-shadow:3px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #HM08U2BehpdpTLgpmCV35BaV2aC1ezxX { top:164px;left:38.974999427795px;width:141px;height:252px;z-index:15018;overflow:hidden;border-top-left-radius:480px;border-top-right-radius:480px;border-bottom-left-radius:480px;border-bottom-right-radius:480px;border-top:3px solid #0c4b00;border-left:3px solid #0c4b00;border-right:3px solid #0c4b00;border-bottom:3px solid #0c4b00;display:block; }
 }@media only screen and (max-width: 763px) { #NGrwOqgsvTL72JFO9xxMUde50AkGetod { display:flex;top:189px;left:226.17499637604px;width:72px;height:72px;z-index:15019;filter: drop-shadow(3px 1px 3px rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #gCmUXn2x7iXUzQGTB35fxeL0PsnRSSvc { display:flex;top:314px;left:226.17499637604px;width:72px;height:72px;z-index:15020;font-size:50px;filter: drop-shadow(3px 1px 3px rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 { background-color:#2f532f;background-image:none;display:block; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container { background-color: transparent; background-image: none; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container > .video-iframe-container { display: none; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row > .video-iframe-container { display: none; }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .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); }#Rp7Hyo9XosZDxAewPxTXlu3aMMLuy8R3 > .row .container { width:320px;height:1047px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD { width:275px;height:275px;top:66.5px;left:40.200001716614px;border-top:3px solid #0c4b00;border-left:3px solid #0c4b00;border-right:3px solid #0c4b00;border-bottom:3px solid #0c4b00;background-color:#2f532f;background-image:url("https://images.assets-landingi.com/uc/f23c70bc-239f-41f2-a8bc-2b92db860ddb/PiscinaLatoMonte.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD.adaptive-delivery-prevent-bg, #AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD.lazyload, #AFpAMxsDUmF8Pp4asoWwcOPp6cpdpBHD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tCBPU6rT5gb4CXErEVsgsh4xBuEcSkrP { width:260px;height:96px;top:397px;left:29px;font-size:16px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #wF0ey28p2STqwqtQRzdnTFxMIofofxZx { width:320px;height:0;top:328px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:none; }
 }@media only screen and (max-width: 763px) { #o1e5T2inQiqqgUn895KOF5ZqcxQM7P6x { width:320px;height:31.5px;top:560px;left:1px;font-size:21px;text-align:center;text-align-last:center;font-family:exo;text-shadow:3px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TkyXTodyT9Cdc85rtepzThL0fZfXiGKu { width:320px;height:31.5px;top:852px;left:1px;font-size:21px;text-align:center;text-align-last:center;font-family:exo;font-weight:400;font-style:normal;text-shadow:3px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gcCLAsI31MErGVAGKqXhKVOWvUO0RP8U { width:320px;height:31.5px;top:700px;left:1px;font-size:21px;text-align:center;text-align-last:center;font-family:exo;text-shadow:3px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #xn35v6ABHvHVhRoXA9UGeCWU3nEdJnFK { width:53px;height:53px;top:769px;left:133.50000858307px;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IONfuG2yTMXdhlOa1QqzmDcHsmH9ZEwt { width:119px;height:114px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h35MghpvI8rfvqZsdBfNESoBdJOk5BQp { width:1px;height:80px;top:762px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #udrvWZHlHQdNuuCAPqWaLEpv9AcGxzOy { width:1px;height:80px;top:979px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #J1KDiUgg4CIla28p9ZGRATaTCmExTy35 { display:flex;width:54px;height:54px;top:932.5px;left:133.00000858307px; }
 }@media only screen and (max-width: 763px) { #oGTVfo7Uz5KEcUaAgkh7DIgTXNTFcwax { display:flex;width:50px;height:50px;top:620.5px;left:135.00000858307px;filter: drop-shadow(3px 1px 3px #000000); }
 }@media only screen and (max-width: 763px) { #SWgUTmG7laTJ6qomkhB7gyPTFkZVLTpD { width:320px;height:30px;top:345.5px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;z-index:15015;text-shadow:3px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc { background-color:transparent;background-image:url("https://images.assets-landingi.com/ENaaTT6t/tlo_4.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc.adaptive-delivery-prevent-bg, #IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc.lazyload, #IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc.lazyloading { background-image: none; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container { background-color: transparent; background-image: none; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2f532f; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container > .video-iframe-container { display: none; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2f532f; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row > .video-iframe-container { display: none; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .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); }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container { border-width: 0; border-radius: 0; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc::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; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVkvoal3TQlOdao5txmKZB7K7WaGJ5hc > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAlbroEIgD5A5QOFpSM3TS6Utv3M44kh { width:180px;height:180px;top:20px;left:70px;display:none; }
 }@media only screen and (max-width: 763px) { #MXDeAmETNwAXAMz8uqHCNQVOzCPiKreC { width:234px;height:60px;top:3px;left:44px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #rqKDa8LOadak89vHNZsqx6eEMdHsAJOC { width:149px;height:143px;top:264px;left:85px;display:none; }
 }@media only screen and (max-width: 763px) { #lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 { display:block; }#lwZnw5TAU4lkzKCs7VZOo7vJ9ZfUSSe1 > .row .container { width:320px;height:1093px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d32Uf4iiUGFxR3mSsTnkPgIUdvxo42C1 { width:275px;height:275px;top:270.99998474121px;left:45.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #re2qKz0hkOsHeVNBvCNhlba2UlWXcL66 { width:320px;height:0;top:524px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:none; }
 }@media only screen and (max-width: 763px) { #fO7B9C2pmfCktsCoh5ubcftubZ8q9n5G { width:259px;height:96px;top:568px;left:30.500000953674px;font-size:16px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #tdipScxV4FULVTAGV4R4hnsgidrmfC4c { width:319px;height:30px;top:700px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #hzqxyvdIqNQxxLCMV8rdXQbKmTPOifrh { width:319px;height:30px;top:840px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #iyThqChSaaDi9xsQTZoLsch47KZCsMow { width:319px;height:30px;top:973px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #D7IOVUZ29azTTrT4EHscuBFCPC7ud5lh { width:1px;height:80px;top:522px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #CPiJ3PhEQCXfCQuFgyAGtFnFiXSoM6E9 { width:1px;height:80px;top:305px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #buXINxG7JnOA2MFr5QgHSECBni7epCbX { width:119px;height:114px;top:238.0000038147px;left:0px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au { width:180px;height:180px;top:58.799999237061px;left:0px;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98741637-1c9f-42dd-a18d-3ff6fa77644d/FiorentinaBrace.crop_2257x2250_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au.adaptive-delivery-prevent-bg, #MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au.lazyload, #MulHlxZP6HK53c9Fl0xH5zI45Fl5o4au.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FEyTWCt5L66T8Epq9QKnbkzWrNwlDu1B { display:flex;width:50px;height:50px;top:897px;left:135.00000858307px; }
 }@media only screen and (max-width: 763px) { #OgZnHxmeEd81wtAvHghPrJzHRIbJVRdV { display:flex;width:50px;height:50px;top:762px;left:135.00000858307px; }
 }@media only screen and (max-width: 763px) { #m983JnUXmZ8OghtWgfmWT8W4MskzuCU9 { display:flex;width:50px;height:50px;top:1025px;left:135.00000858307px; }
 }@media only screen and (max-width: 763px) { #TMlL5tUTdtIXIfFDEE7mKOobnI5aMQp1 { width:320px;height:30px;top:12.000015258789px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;z-index:15016;text-shadow:2px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb { display:block; }#s0bDuIBbFybFgPqqD7hB4eWfmtBZlNlb > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n47r86LIrpxQtT4pSgGFaS6h3wM3rqTX { width:214px;height:60px;top:41.5px;left:53.000000953674px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #vzKLBx2FrKUB60drFO4bIi8GuKEHzNvV { width:180px;height:180px;top:64px;left:70px;display:none; }
 }@media only screen and (max-width: 763px) { #exCTiE489bwqG4gOgabfiDeu9OKk40Ut { display:block; }#exCTiE489bwqG4gOgabfiDeu9OKk40Ut > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoyK8JruukzMAdgqJhPNPmgenXKkkpOG { width:320px;height:76.8px;top:55px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o7qZStlOQVdLxrDm8i7q1lTyeAO2Kf9T { width:83px;height:32px;top:2px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #h5sd2N7a3TMvusI4T34yr2bcXelCXsKg { display:block; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg { border-width: 0; border-radius: 0; }#h5sd2N7a3TMvusI4T34yr2bcXelCXsKg > .row .container { width:320px;height:466px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4UqnNn14xtnSzhsdAiia4TupzdVc5A4 { width:229px;height:129px;top:20px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #oPTC4eItzC6Kd5M7vZPTniE4yvUOx0pX { width:286px;height:96px;top:257.00001525879px;left:16.987500190735px;font-size:16px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #dKTt8JqB4RQTCrPNOPJztRD7Td0TpF4X { width:318px;height:30px;top:203px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #HyPMF7amp6epf1DQTolaU5HztB2PxXRU { width:318px;height:27px;top:405px;left:2px;font-size:18px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #HbzJphK7nn2ruzRd4qdg6yLafi5iH3bb { width:60px;height:60px;top:19px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #BExhfcy1o0K3QieTs91ndyaCOKSHK9bD { display:flex;width:93px;height:93px;top:372.00001907349px;left:210.7874994278px; }
#BExhfcy1o0K3QieTs91ndyaCOKSHK9bD > img { max-width: 100%;max-height:100%; width:93px; height:93px; } }@media only screen and (max-width: 763px) { #vrlTO1CABqQALqyQ3Hdalh163n6cIZMi { width:206px;height:30px;top:405.50001907349px;left:16.987500190735px;font-size:20px;text-align:left;text-align-last:left;font-family:exo;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q { display:block; }#AWDtXFhRCphWeaGHxCwtUwzXRaef4b3q > .row .container { width:320px;height:576px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jlr83St4qtpNKXrxJgzWeTQaTTyyqoLt { width:289px;height:160px;top:46.987487792969px;left:13.900000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #k6geOHLkfmP44N4SHbJEC7CvUw5Ezz2S { width:318px;height:72px;top:306.00001525879px;left:0px;font-size:16px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #cZAU6F7IfNhv7KZ8MEfzn7ykwDZVdcIq { width:60px;height:60px;top:9px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #HO9UH8sBhCdS4I4RgWALcSt9hhH6Fasl { display:flex;width:96px;height:96px;top:399.00001525879px;left:187.00000858307px; }
 }@media only screen and (max-width: 763px) { #qLTDftMKiCpKZtRTL3neWfWyotXaUoBX { display:flex;width:88px;height:88px;top:455.00001525879px;left:39.000000953674px; }
 }@media only screen and (max-width: 763px) { #ZX9xDd9vZUu0ewhpwQ1LUwxJAStnUnoA { width:318px;height:30px;top:249.98748779297px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT { display:block; }#qJRaf6T8E9B56TQwlqhq6SAFU1lw8ZTT > .row .container { width:320px;height:127px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWEiiq198tEK2mk8dvrWGCCTHdtsAkoi { width:304px;height:58px;top:20px;left:8px;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kzGLfkzbnbETwvSJarkJ2eixyMrSdlH7 { display:block; }
 }@media only screen and (max-width: 763px) { #U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7xjxEwsh/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw.adaptive-delivery-prevent-bg, #U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw.lazyload, #U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw.lazyloading { background-image: none; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container { background-color: transparent; background-image: none; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container > .video-iframe-container { display: none; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row > .video-iframe-container { display: none; }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .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); }#U0QTLGnkq7rCxSAxcg3Cim50XPQl0Ngw > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gn5P1h91Rb49ZldyPCuJCT0bRXwwO4B4 { width:320px;height:38.4px;top:92px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7xjxEwsh/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN.adaptive-delivery-prevent-bg, #p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN.lazyload, #p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN.lazyloading { background-image: none; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container { background-color: transparent; background-image: none; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container > .video-iframe-container { display: none; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row > .video-iframe-container { display: none; }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .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); }#p4Ire1UPnfRQe9sA9xofPAmfOuIZFllN > .row .container { width:320px;height:671px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTPNt7P9wnRg70K4JX4AVwv6beZXMG9T { width:258px;height:193px;top:23.000015258789px;left:21.587498664856px;z-index:15022;box-shadow: none;border-top:4px solid #5b9e50;border-left:4px solid #5b9e50;border-right:4px solid #5b9e50;border-bottom:4px solid #5b9e50;display:block; }
 }@media only screen and (max-width: 763px) { #Dfohm3EQ17KBaW9V5eas9KvPRNXd0GPp { width:147px;height:263px;top:381.00001835823px;left:154.48749637604px;border-top:4px solid #5b9e50;border-left:4px solid #5b9e50;border-right:4px solid #5b9e50;border-bottom:4px solid #5b9e50;display:block; }
 }@media only screen and (max-width: 763px) { #sly1TfyHTP1Jm0z8e27iKV8nffKGaQLz { width:116px;height:207px;top:260.50001835823px;left:21.575001716614px;border-top:4px solid #5b9e50;border-left:4px solid #5b9e50;border-right:4px solid #5b9e50;border-bottom:4px solid #5b9e50;display:block; }
 }@media only screen and (max-width: 763px) { #XrQ7QHfO2iwNzcnOmNdl9hZnQWHeSeIa { width:76px;height:74px;top:260.50001525879px;left:192.38750553131px;display:block; }
 }@media only screen and (max-width: 763px) { #Te9pqEsv3TSLnUErR8Puxz0cconR5n4x { display:block; }#Te9pqEsv3TSLnUErR8Puxz0cconR5n4x > .row .container { width:320px;height:584px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwbi5BVmp2OsyDTJFIFCBzpcy3hhnV70 { width:285px;height:230.4px;top:79.999908447266px;left:17.487500190735px;font-size:16px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #TmAbeE9wZrOwNl771r0KA2i1STb3yqR6 { width:206px;height:60px;top:20px;left:62px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #towSv2mOTfPB08PtIkd9Q8H6V27zKMmK { width:289px;height:0;top:338px;left:20px;font-size:16px;text-align:center;text-align-last:center;font-family:exo;display:none; }
 }@media only screen and (max-width: 763px) { #ix8T83LVC1geetTgOEnAR3NncRfCNQpA { width:289px;height:204.8px;top:342.00000762939px;left:15.487500190735px;font-size:16px;text-align:center;text-align-last:center;font-family:exo;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EJMfqx9u/tlo_4_dol.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf.adaptive-delivery-prevent-bg, #avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf.lazyload, #avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf.lazyloading { background-image: none; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container { background-color: transparent; background-image: none; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container > .video-iframe-container { display: none; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row > .video-iframe-container { display: none; }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .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); }#avpzUCrHJkTVUOoxB9Smn2zORM3oqCHf > .row .container { width:320px;height:339px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1KMTMOO3pvpT7TUseTFksQUof6h0VkP { width:195px;height:187px;top:95px;left:62px;display:none; }
 }@media only screen and (max-width: 763px) { #TeJDWCKXKqzToTxiEey8I4a7iRn7PEWo { width:200px;height:0;top:319px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nkQX9koW39rmiXAc8dp9DCDo6T1yvIiB { width:200px;height:0;top:339px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kySMPeLzRV6OSqN3S7qgbegMaOQXvS7Z { width:320px;height:0;top:299px;left:0px;font-size:16px;text-align:center;text-align-last:center;font-family:exo;display:none; }
 }@media only screen and (max-width: 763px) { #JRK7WVowE0Sv2ZSaUqTQacqlO1SPm13C { width:295px;height:39.6px;top:128.96250915527px;left:12.487500190735px;font-size:33px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FF56mocfW7zd8fdZVEK4F9JRUpTGM126 { width:283px;height:60px;top:201.50001525879px;left:18.487500190735px;font-size:20px;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #JvLNcvtxAGQTJ1RAiysQw8J2Lm7LTo66 { width:98px;height:94px;top:25.987503051758px;left:0px;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #irD4fmaSiLqmWHDAxTzAcSdmJlSvipLt { width:83px;height:32px;top:303px;left:118.50000858307px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 { display:block; }#I3Tfng2CSBxfac1z0x2TgJeSTOVrmEV3 > .row .container { width:320px;height:819.38720703125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-text {padding-top: 0; padding-bottom: 0;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-select {padding-top: 0; padding-bottom: 0;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .widget-radio-label { float:none; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU  { width:280px;height:auto;top:0px;left:0px; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU {display:block;}#wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU { width:280px;height:auto;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #Eip6DH6vizDBGi6cAVODKyTTI6QgpEKi {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #G1KKfvbhe1apyhAD5c0qXGSpHTEcS8JR { display:none; }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #T0psitLwXXWxfCx38iIutEwD6yxThUNy {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #J48Qs2rsxCkNWtu03JGfGrSll7PbfAo3 {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #sL7AVfRAkDWPbu6xx4ULTlHhRzo8tUmM { display:none; }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #Hqpwve1QksJ9biQfc4sqeOnTx0rA0nIo {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #QQ8ZMJ0OnCwxlR0LAvEvTTPZT7erVbSa {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #NQPEU6yPJPwGBup4SkolU4g0hA58LIwM { display:none; }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #ovso1GGU426oxEFA0Ttmhzm0cbAKpqKC {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #UVO40K1FJMeP1KfvEcJgIqIbmKShlVlu {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #J6SRhTUtnpqT2xLsFPFQtzPg8zMunWhZ {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #CDUMHlN9eKnyG39lvmJJq87TsGkHOvEX {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #alVbKkTWM7JAsPfZK2MuUoGvpJP0vsvr {  }
 }@media only screen and (max-width: 763px) { #wqf7F2lsDZzA5NWil4crnJSr9EtKaQTU #TwEFmpqaJdfp1T0nDTSQJXfQq9i23fEf {  }
 }@media only screen and (max-width: 763px) { #KdvHA9EK2evRdleg4cZt4qiCcVQO2aQT { width:98px;height:94px;top:391.98750591278px;left:203.00000858307px;display:none; }
 }@media only screen and (max-width: 763px) { #AG0nnxkGMXRRocF0x9LBTC09Po0snpDu { width:149px;height:143px;top:44px;left:85px;display:none; }
 }@media only screen and (max-width: 763px) { #My0unmin2kaJn57I9XQZ4eSkKEqeREUQ { top:338.39971923828px;left:11.487500190735px;width:297px;height:93.6px;z-index:15018;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7FXpBzUxKPUt6twDCzxPuH5csUf17Ff { width:320px;height:348px;top:451.38720703125px;left:0px;display:block; }
 }