.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035490;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:"open sans";height:131px;width:1200px;position:relative;display:block; }#MgmcvwGfxl3RJscy6CO9Z04aeKr0Rw2X { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:300px;top:7px;left:450px;overflow:hidden;display:block; }
#lekKKV9cXQkztlLlIC06ogD3T8S4S3T7 { color:#ffffff;display:block;width:478px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:90px;left:361px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Q70Qc37m/riga.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx.adaptive-delivery-prevent-bg, #nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx.lazyload, #nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx.lazyloading { background-image: none; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container { background-color: transparent; background-image: none; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container > .video-iframe-container { display: none; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row > .video-iframe-container { display: none; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .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); }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container { border-width: 0; border-radius: 0; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container { font-size:14px;font-family:"open sans";height:15px;width:1200px;position:relative;display:block; }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd { position:relative;display:block; }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd { background-color: transparent; background-image: none; }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd > .row .container > .video-iframe-container { display: none; }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd > .row > .video-iframe-container { display: none; }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd > .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); }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd { border-width: 0; border-radius: 0; }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#Mcm5PJfCqvenyoaZheOyyINu1PPdfroD { color:#000000;display:block;width:776px;position:absolute;font-family:roboto;font-size:21px;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:175px;left:212px;height:94.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZNknFkvxBdwQHS3XGnXur8h29d5NEXF { color:#000000;display:block;width:1200px;position:absolute;font-family:roboto;font-size:30px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:34px;left:0px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9GFAoVeRNewtwyw2Pp9GUGGTNhEZL68 { color:#000000;display:block;width:777px;position:absolute;font-family:roboto;font-size:24px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:84px;left:211.5px;height:62.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row .container { background-color: transparent; background-image: none; }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row .container > .video-iframe-container { display: none; }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row > .video-iframe-container { display: none; }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .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); }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row .container { border-width: 0; border-radius: 0; }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row .container { font-size:14px;font-family:"open sans";height:550px;width:1200px;position:relative;display:block; }#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-form-header { font-size:14px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:"open sans";font-size:14px;font-weight:400;color:#19232e;width:120px;padding-top:0;padding-right:10px;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right;vertical-align:middle; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-text { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;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:inline-block;*zoom:1;*display:inline;width:500px;box-sizing:border-box;height:40px;color:#161616;font-size:13px;overflow:hidden;font-family:"open sans";box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:middle; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-textarea { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:500px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:"open sans";box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:middle; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .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:inline-block;*zoom:1;*display:inline;width:500px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:middle; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:130px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:middle; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-button { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:#035490;background-image:none;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:130px;display:block;box-sizing:border-box;font-size:18px;font-weight:300;color:#f2f9ff;width:500px;height:55px;font-family:roboto;overflow:hidden;font-style:normal; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:13px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:13px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:13px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:13px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .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:roboto;font-size:13px;font-weight:400;color:#161616;vertical-align:top;width:483px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .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:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-container:first-of-type{padding-top:0;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-container:last-of-type{padding-bottom:0;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC  { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:630px;height:auto;border-top:3px solid #035490;border-left:3px solid #035490;border-right:3px solid #035490;border-bottom:3px solid #035490;left:453px;top:78.5px;z-index:100000;position:absolute;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;font-size:14px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:500px;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC {display:block;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:630px;height:auto;border-top:3px solid #035490;border-left:3px solid #035490;border-right:3px solid #035490;border-bottom:3px solid #035490;left:453px;top:78.5px;z-index:100000;position:absolute;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;font-size:14px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #I2hiQP5QFMw7O1DCDXHZ8RXEoWzdvMX0 { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #d2dTC1omTCHKbOrADKJSIXqm5EpFkTqz { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #HU5OJg77J13Gw1DKHpzVhGJ5zwN81wIc { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #H37Bv3RodSHO2dtRI0z6ewcpbrErRfIW { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #la41c3US4LDIHxaqSfq22HbEWldSeblr { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #NrlR2PF6KI3HobLqbSLzWRS3Pu2qP5ye { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #EmOKnbaKIoxS4DAkyIdO1tQoW5cpa56X { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #XhqcGLcMRScrTzagwEF50xThBcabPBdT { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #a9NHpDCrEbwaySr9q6Jg6Tq7VGeppC1v { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #zlChx70Ak1nTxBLnAmU2kCA6iIi19v8y { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #JeuVETSVCrRsbEEaEO3nB25DRQMvyydX { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #W0ntnSDzsPsOv6CKWtq1JRJxGhdC4q2T { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #H02BewaTEK6Qcp1QwAMi0J8m3yb5G4L6 { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #Nsgrfh14G7XBJL7TFqcEp7E8OTs6A7G9 { position:relative;z-index:2; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #agaPXSxnB45q4zuxuAsG1IVflCTTkBN6 { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #GGJ0ltdGG9hTuFitlkbT0y0FtOvQ0Va2 { position:relative; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #VRaTWi9xEXoiXm16w9gnAFi1ds58QRL0 { position:relative; }
#k03Vp9v34I8EJnMSDvsMCsp7fwNTNtWd { position:absolute;display:block;z-index:99999;background-color:#035490;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:378px;width:645px;top:24px;left:38.5px;display:block; }
#MH9TiA9HMAS5q6HKy93xls3qFFANhJg9 { color:#ffffff;display:block;width:365px;position:absolute;font-family:roboto;font-size:44px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:78.5px;left:64px;height:171.562px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fa96v7a8/back_carrozzeria.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX.adaptive-delivery-prevent-bg, #bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX.lazyload, #bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX.lazyloading { background-image: none; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container { background-color: transparent; background-image: none; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container > .video-iframe-container { display: none; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row > .video-iframe-container { display: none; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .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); }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container { border-width: 0; border-radius: 0; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container { font-size:14px;font-family:"open sans";height:450px;width:1200px;position:relative;display:block; }#xwuBgPItE0xBvrd5PuIxs2Q5wMcbltLm { color:#ffffff;display:block;width:694px;position:absolute;font-family:roboto;font-size:50px;font-weight:400;z-index:100000;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px #5b0d0d;top:73px;left:253px;height:60px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZIu96aBuokdEybyvDaazVy8GwfalZaNx { color:#ffffff;display:block;width:840px;position:absolute;font-family:roboto;font-size:26px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(91,13,13,0.97);top:142px;left:180px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kIKM7CQyAlMCiJHqWviISySvmvISJ0UX { color:#ffffff;display:block;width:726px;position:absolute;font-family:roboto;font-size:21px;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px #5b0d0d;top:230px;left:237px;height:126px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2cdce3bT/back_legno.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41.adaptive-delivery-prevent-bg, #FSMiMbeSAewlPWITrED0MsvrgQbzMG41.lazyload, #FSMiMbeSAewlPWITrED0MsvrgQbzMG41.lazyloading { background-image: none; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container { background-color: transparent; background-image: none; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container > .video-iframe-container { display: none; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row > .video-iframe-container { display: none; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .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); }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container { border-width: 0; border-radius: 0; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container { font-size:14px;font-family:"open sans";height:450px;width:1200px;position:relative;display:block; }#zgHFwUHaeIeoTtDlsWgOgTPCbp2H3U3n { color:#ffffff;display:block;width:616px;position:absolute;font-family:roboto;font-size:50px;font-weight:400;z-index:100000;line-height:1.2;letter-spacing:0;text-shadow:2px 1px 11px #000000;top:75px;left:292px;height:60px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GH6yIo2ekXSTsTMFZndfdSdpQ59kD6Gb { color:#ffffff;display:block;width:840px;position:absolute;font-family:roboto;font-size:26px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px #000000;top:148px;left:180px;height:67.5938px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTCUDDFG4br37Cq750qqerO6QAuTceMJ { color:#ffffff;display:block;width:763px;position:absolute;font-family:roboto;font-size:21px;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.98);top:269px;left:218.5px;height:126px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Rs4ccFeb/back_edilizia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC.adaptive-delivery-prevent-bg, #NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC.lazyload, #NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC.lazyloading { background-image: none; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container { background-color: transparent; background-image: none; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container > .video-iframe-container { display: none; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row > .video-iframe-container { display: none; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .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); }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container { border-width: 0; border-radius: 0; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container { font-size:14px;font-family:"open sans";height:450px;width:1200px;position:relative;display:block; }#KHtO0BCeCQAa2axTLCG812x47t7vPpZh { color:#ffffff;display:block;width:668px;position:absolute;font-family:roboto;font-size:50px;font-weight:400;z-index:100000;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:101px;left:266px;height:60px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZltZlFdqBlwySl7aTPlywqMdHPrr4zB { color:#ffffff;display:block;width:695px;position:absolute;font-family:roboto;font-size:26px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:170px;left:252.5px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNRsHJk0TJh7fcEAxuvT8qRx4eQLrFx8 { color:#ffffff;display:block;width:727px;position:absolute;font-family:roboto;font-size:21px;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:268px;left:236.5px;height:63px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G52Jdlug0QT3exZh1zWuT4gL1U80qToa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TadPuCf4/back_edilizia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa.adaptive-delivery-prevent-bg, #G52Jdlug0QT3exZh1zWuT4gL1U80qToa.lazyload, #G52Jdlug0QT3exZh1zWuT4gL1U80qToa.lazyloading { background-image: none; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container { background-color: transparent; background-image: none; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container > .video-iframe-container { display: none; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row > .video-iframe-container { display: none; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .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); }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container { border-width: 0; border-radius: 0; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container { font-size:14px;font-family:"open sans";height:450px;width:1200px;position:relative;display:block; }#kmZmxiaRq1UitTuv8Ii1h93vZfKK6Xp3 { color:#ffffff;display:block;width:668px;position:absolute;font-family:roboto;font-size:50px;font-weight:400;z-index:100000;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:92px;left:266px;height:60px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bt6o5XkGaxoub8TTg0XHWstc48nnm0eq { color:#ffffff;display:block;width:695px;position:absolute;font-family:roboto;font-size:26px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:169px;left:252.5px;height:67.5938px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cc5G3JsTH7TTmitshfI7kJi686Dt8qH1 { color:#ffffff;display:block;width:727px;position:absolute;font-family:roboto;font-size:21px;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:290px;left:236.5px;height:63px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035490;background-image:none;position:relative;display:block; }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row .container { background-color: transparent; background-image: none; }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row .container > .video-iframe-container { display: none; }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row > .video-iframe-container { display: none; }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .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); }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row .container { border-width: 0; border-radius: 0; }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row .container { font-size:14px;font-family:"open sans";height:80px;width:1200px;position:relative;display:block; }#ie2giFlTQ7FBO44KAiMewMC1c0v8l42B { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53px;width:200px;top:11px;left:500px;overflow:hidden;display:block; }
#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035490;background-image:none;position:relative;display:block; }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row .container { background-color: transparent; background-image: none; }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row .container > .video-iframe-container { display: none; }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row > .video-iframe-container { display: none; }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .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); }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row .container { border-width: 0; border-radius: 0; }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row .container { font-size:14px;font-family:"open sans";height:200px;width:1200px;position:relative;display:block; }#znO0bgUcN0E7HiHJmgoN9OJ37G8zwRuQ { color:#fdfdfd;display:block;width:200px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:24px;left:200px;height:24.6875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eg3tIQ1WhGpSzW8JXVA29ayOTx0kycVA { color:#fdfdfd;display:block;width:466px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:53px;left:67px;height:114px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXRUQ5q8Xws9QLKfvkbNP6O1uFKIt2rU { color:#fdfdfd;display:block;width:321px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:24px;left:739.5px;height:24.6875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UE0BHtzXviUxlEegvCy6gDTeCPD9ApAo { color:#fdfdfd;display:block;width:466px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:54px;left:667px;height:85.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Q70Qc37m/riga.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1.adaptive-delivery-prevent-bg, #FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1.lazyload, #FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1.lazyloading { background-image: none; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container { background-color: transparent; background-image: none; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container > .video-iframe-container { display: none; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row > .video-iframe-container { display: none; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .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); }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container { border-width: 0; border-radius: 0; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container { font-size:14px;font-family:"open sans";height:15px;width:1200px;position:relative;display:block; }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393e46;background-image:none;position:relative;display:block; }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row .container { background-color: transparent; background-image: none; }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row .container > .video-iframe-container { display: none; }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row > .video-iframe-container { display: none; }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .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); }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row .container { border-width: 0; border-radius: 0; }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row .container { font-size:14px;font-family:"open sans";height:70px;width:1200px;position:relative;display:block; }#lRvy8Z53uhqSKkmOXKtrXua1EBPrHvHp { color:#fdfdfd;display:block;width:466px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:11.5px;left:708px;height:25.5px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cdVffwiUPEzDJDho0HGiX8ZqcJoebni6 { position:absolute;display:block;z-index:100007;height:32px;width:489px;top:16px;left:12px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgmcvwGfxl3RJscy6CO9Z04aeKr0Rw2X { top:7px;left:232px;width:300px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #lekKKV9cXQkztlLlIC06ogD3T8S4S3T7 { top:90px;left:143px;width:478px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx { display:block; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M60nkQdtQWynnSJihI7hfTZo5GfzVlAd { display:block; }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mcm5PJfCqvenyoaZheOyyINu1PPdfroD { top:175px;left:0px;width:764px;height:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AZNknFkvxBdwQHS3XGnXur8h29d5NEXF { top:34px;left:0px;width:764px;height:39px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #L9GFAoVeRNewtwyw2Pp9GUGGTNhEZL68 { top:84px;left:0px;width:764px;height:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt { display:block; }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-regular-label { width:120px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-text { width:500px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-textarea { width:500px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-select { width:500px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-button { width:500px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:130px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-checkbox-label { width:484px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC  { width:630px;height:auto;top:78px;left:88px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .radio-container { width:500px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC {display:block;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC { width:630px;height:auto;top:78px;left:88px; }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #I2hiQP5QFMw7O1DCDXHZ8RXEoWzdvMX0 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #d2dTC1omTCHKbOrADKJSIXqm5EpFkTqz {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #HU5OJg77J13Gw1DKHpzVhGJ5zwN81wIc {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #H37Bv3RodSHO2dtRI0z6ewcpbrErRfIW {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #la41c3US4LDIHxaqSfq22HbEWldSeblr {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #NrlR2PF6KI3HobLqbSLzWRS3Pu2qP5ye {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #EmOKnbaKIoxS4DAkyIdO1tQoW5cpa56X {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #XhqcGLcMRScrTzagwEF50xThBcabPBdT {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #a9NHpDCrEbwaySr9q6Jg6Tq7VGeppC1v {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #zlChx70Ak1nTxBLnAmU2kCA6iIi19v8y {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #JeuVETSVCrRsbEEaEO3nB25DRQMvyydX {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #W0ntnSDzsPsOv6CKWtq1JRJxGhdC4q2T {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #H02BewaTEK6Qcp1QwAMi0J8m3yb5G4L6 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #Nsgrfh14G7XBJL7TFqcEp7E8OTs6A7G9 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #agaPXSxnB45q4zuxuAsG1IVflCTTkBN6 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #GGJ0ltdGG9hTuFitlkbT0y0FtOvQ0Va2 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #VRaTWi9xEXoiXm16w9gnAFi1ds58QRL0 {  }
 }@media only screen and (max-width: 763px) { #k03Vp9v34I8EJnMSDvsMCsp7fwNTNtWd { top:24px;left:0px;width:645px;height:378px;display:block; }
 }@media only screen and (max-width: 763px) { #MH9TiA9HMAS5q6HKy93xls3qFFANhJg9 { top:78px;left:0px;width:365px;height:171px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX { display:block; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwuBgPItE0xBvrd5PuIxs2Q5wMcbltLm { top:73px;left:35px;width:694px;height:60px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIu96aBuokdEybyvDaazVy8GwfalZaNx { top:142px;left:0px;width:764px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kIKM7CQyAlMCiJHqWviISySvmvISJ0UX { top:230px;left:19px;width:726px;height:124px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FSMiMbeSAewlPWITrED0MsvrgQbzMG41 { display:block; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgHFwUHaeIeoTtDlsWgOgTPCbp2H3U3n { top:75px;left:74px;width:616px;height:60px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #GH6yIo2ekXSTsTMFZndfdSdpQ59kD6Gb { top:148px;left:0px;width:764px;height:66px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kTCUDDFG4br37Cq750qqerO6QAuTceMJ { top:269px;left:0.5px;width:763px;height:124px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC { display:block; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHtO0BCeCQAa2axTLCG812x47t7vPpZh { top:101px;left:48px;width:668px;height:;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #gZltZlFdqBlwySl7aTPlywqMdHPrr4zB { top:170px;left:34.5px;width:695px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #oNRsHJk0TJh7fcEAxuvT8qRx4eQLrFx8 { top:268px;left:18.5px;width:727px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #G52Jdlug0QT3exZh1zWuT4gL1U80qToa { display:block; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmZmxiaRq1UitTuv8Ii1h93vZfKK6Xp3 { top:92px;left:48px;width:668px;height:;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bt6o5XkGaxoub8TTg0XHWstc48nnm0eq { top:169px;left:34.5px;width:695px;height:66px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Cc5G3JsTH7TTmitshfI7kJi686Dt8qH1 { top:290px;left:18.5px;width:727px;height:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 { display:block; }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ie2giFlTQ7FBO44KAiMewMC1c0v8l42B { top:11px;left:282px;width:200px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt { display:block; }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znO0bgUcN0E7HiHJmgoN9OJ37G8zwRuQ { top:24px;left:91px;width:200px;height:24px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Eg3tIQ1WhGpSzW8JXVA29ayOTx0kycVA { top:53px;left:0px;width:466px;height:112px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KXRUQ5q8Xws9QLKfvkbNP6O1uFKIt2rU { top:24px;left:412.5px;width:321px;height:24px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UE0BHtzXviUxlEegvCy6gDTeCPD9ApAo { top:54px;left:298px;width:466px;height:84px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 { display:block; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHHs374K3MbKIuCJHKysVe71xI2MP7tw { display:block; }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRvy8Z53uhqSKkmOXKtrXua1EBPrHvHp { top:11px;left:298px;width:466px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cdVffwiUPEzDJDho0HGiX8ZqcJoebni6 { top:16px;left:0px;width:489px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgmcvwGfxl3RJscy6CO9Z04aeKr0Rw2X { width:250px;height:66px;top:6px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lekKKV9cXQkztlLlIC06ogD3T8S4S3T7 { width:320px;height:27px;top:80px;left:0px;font-size:21px;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx { background-color:transparent;background-image:url("https://images.assets-landingi.com/Q70Qc37m/riga.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx.adaptive-delivery-prevent-bg, #nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx.lazyload, #nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx.lazyloading { background-image: none; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container { background-color: transparent; background-image: none; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container > .video-iframe-container { display: none; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row > .video-iframe-container { display: none; }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .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); }#nqE4ie38LnpESQKzdIwJix6nOcM5Pzgx > .row .container { width:320px;height:6px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M60nkQdtQWynnSJihI7hfTZo5GfzVlAd { display:block; }#M60nkQdtQWynnSJihI7hfTZo5GfzVlAd > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mcm5PJfCqvenyoaZheOyyINu1PPdfroD { width:298px;height:120px;top:218px;left:11px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AZNknFkvxBdwQHS3XGnXur8h29d5NEXF { width:263px;height:84px;top:15px;left:28.5px;font-size:22px;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #L9GFAoVeRNewtwyw2Pp9GUGGTNhEZL68 { width:292px;height:84px;top:113px;left:14px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt { display:block; }#HvZGbLCcC9QS68TBJrfTRQXJ73JrPsrt > .row .container { width:320px;height:677px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-regular-label { width:230px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-text { width:230px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;height:30px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-textarea { width:230px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-select { width:230px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-checkbox { margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-input-button { width:230px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .widget-checkbox-label { width:213px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:11px;overflow:hidden;height:auto; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC  { width:230px;height:auto;top:156px;left:34px; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC .radio-container { width:230px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC {display:block;}#TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC { width:230px;height:auto;top:156px;left:34px; }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #I2hiQP5QFMw7O1DCDXHZ8RXEoWzdvMX0 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #d2dTC1omTCHKbOrADKJSIXqm5EpFkTqz {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #HU5OJg77J13Gw1DKHpzVhGJ5zwN81wIc {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #H37Bv3RodSHO2dtRI0z6ewcpbrErRfIW {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #la41c3US4LDIHxaqSfq22HbEWldSeblr {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #NrlR2PF6KI3HobLqbSLzWRS3Pu2qP5ye {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #EmOKnbaKIoxS4DAkyIdO1tQoW5cpa56X {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #XhqcGLcMRScrTzagwEF50xThBcabPBdT {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #a9NHpDCrEbwaySr9q6Jg6Tq7VGeppC1v {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #zlChx70Ak1nTxBLnAmU2kCA6iIi19v8y {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #JeuVETSVCrRsbEEaEO3nB25DRQMvyydX {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #W0ntnSDzsPsOv6CKWtq1JRJxGhdC4q2T {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #H02BewaTEK6Qcp1QwAMi0J8m3yb5G4L6 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #Nsgrfh14G7XBJL7TFqcEp7E8OTs6A7G9 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #agaPXSxnB45q4zuxuAsG1IVflCTTkBN6 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #GGJ0ltdGG9hTuFitlkbT0y0FtOvQ0Va2 {  }
 }@media only screen and (max-width: 763px) { #TrJOh3k2drLJHiEh7Fh2bh7y9H3LNezC #VRaTWi9xEXoiXm16w9gnAFi1ds58QRL0 {  }
 }@media only screen and (max-width: 763px) { #k03Vp9v34I8EJnMSDvsMCsp7fwNTNtWd { width:280px;height:329px;top:25px;left:10px;background-color:#fc3c3c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MH9TiA9HMAS5q6HKy93xls3qFFANhJg9 { width:259px;height:81px;top:49px;left:20.5px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fa96v7a8/back_carrozzeria.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;display:block; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX.adaptive-delivery-prevent-bg, #bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX.lazyload, #bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX.lazyloading { background-image: none; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container { background-color: transparent; background-image: none; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container > .video-iframe-container { display: none; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row > .video-iframe-container { display: none; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .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); }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container { border-width: 0; border-radius: 0; }#bTMRPGKdRecdKU0LRAIUPlxwuTKg0uJX > .row .container { width:320px;height:476px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwuBgPItE0xBvrd5PuIxs2Q5wMcbltLm { width:320px;height:76px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIu96aBuokdEybyvDaazVy8GwfalZaNx { width:300px;height:87px;top:105px;left:10px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIKM7CQyAlMCiJHqWviISySvmvISJ0UX { width:304px;height:216px;top:231px;left:8px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSMiMbeSAewlPWITrED0MsvrgQbzMG41 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2cdce3bT/back_legno.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;display:block; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41.adaptive-delivery-prevent-bg, #FSMiMbeSAewlPWITrED0MsvrgQbzMG41.lazyload, #FSMiMbeSAewlPWITrED0MsvrgQbzMG41.lazyloading { background-image: none; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container { background-color: transparent; background-image: none; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container > .video-iframe-container { display: none; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row > .video-iframe-container { display: none; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .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); }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container { border-width: 0; border-radius: 0; }#FSMiMbeSAewlPWITrED0MsvrgQbzMG41 > .row .container { width:320px;height:513px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgHFwUHaeIeoTtDlsWgOgTPCbp2H3U3n { width:320px;height:38px;top:30px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GH6yIo2ekXSTsTMFZndfdSdpQ59kD6Gb { width:300px;height:145px;top:81px;left:10px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTCUDDFG4br37Cq750qqerO6QAuTceMJ { width:304px;height:216px;top:275px;left:8px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Rs4ccFeb/back_edilizia.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;display:block; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC.adaptive-delivery-prevent-bg, #NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC.lazyload, #NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC.lazyloading { background-image: none; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container { background-color: transparent; background-image: none; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container > .video-iframe-container { display: none; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row > .video-iframe-container { display: none; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .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); }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container { border-width: 0; border-radius: 0; }#NJbb65UXZ2HkaIA3nPzPWSFDlkoTNKSC > .row .container { width:320px;height:383px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHtO0BCeCQAa2axTLCG812x47t7vPpZh { width:304px;height:38px;top:44px;left:8px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZltZlFdqBlwySl7aTPlywqMdHPrr4zB { width:286px;height:87px;top:97px;left:17px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNRsHJk0TJh7fcEAxuvT8qRx4eQLrFx8 { width:304px;height:135px;top:219px;left:8px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G52Jdlug0QT3exZh1zWuT4gL1U80qToa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TadPuCf4/back_edilizia.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;display:block; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa.adaptive-delivery-prevent-bg, #G52Jdlug0QT3exZh1zWuT4gL1U80qToa.lazyload, #G52Jdlug0QT3exZh1zWuT4gL1U80qToa.lazyloading { background-image: none; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container { background-color: transparent; background-image: none; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container > .video-iframe-container { display: none; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row > .video-iframe-container { display: none; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .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); }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container { border-width: 0; border-radius: 0; }#G52Jdlug0QT3exZh1zWuT4gL1U80qToa > .row .container { width:320px;height:408px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmZmxiaRq1UitTuv8Ii1h93vZfKK6Xp3 { width:320px;height:76px;top:35px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bt6o5XkGaxoub8TTg0XHWstc48nnm0eq { width:300px;height:116px;top:127px;left:10px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cc5G3JsTH7TTmitshfI7kJi686Dt8qH1 { width:304px;height:108px;top:278px;left:8px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 { display:block; }#cZ6CgMmwRqeZl10y9PIrG3Ta6TgatAL1 > .row .container { width:320px;height:68px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ie2giFlTQ7FBO44KAiMewMC1c0v8l42B { width:200px;height:53px;top:7px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt { display:block; }#NA8F8s5lZ7aT3LnTLdoTTvw6HErPdLgt > .row .container { width:320px;height:301px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znO0bgUcN0E7HiHJmgoN9OJ37G8zwRuQ { width:200px;height:22px;top:20px;left:60px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eg3tIQ1WhGpSzW8JXVA29ayOTx0kycVA { width:320px;height:108px;top:48px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXRUQ5q8Xws9QLKfvkbNP6O1uFKIt2rU { width:320px;height:22px;top:174px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UE0BHtzXviUxlEegvCy6gDTeCPD9ApAo { width:320px;height:81px;top:205px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/Q70Qc37m/riga.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1.adaptive-delivery-prevent-bg, #FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1.lazyload, #FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1.lazyloading { background-image: none; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container { background-color: transparent; background-image: none; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container > .video-iframe-container { display: none; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row > .video-iframe-container { display: none; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .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); }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container { border-width: 0; border-radius: 0; }#FnRKB13nAtTbKTxUIN7CKdPfMR1CzTI1 > .row .container { width:320px;height:6px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHHs374K3MbKIuCJHKysVe71xI2MP7tw { display:block; }#zHHs374K3MbKIuCJHKysVe71xI2MP7tw > .row .container { width:320px;height:101px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRvy8Z53uhqSKkmOXKtrXua1EBPrHvHp { width:320px;height:25px;top:68px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdVffwiUPEzDJDho0HGiX8ZqcJoebni6 { width:320px;height:32px;top:19px;left:0px;display:block; }
 }