.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 .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);
}
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-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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#396ca2;background-image:none;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:14px;font-family:arial;height:88px;width:1200px;position:relative;display:block; }#UmBaDtvLZss4yenculz0ETTxVOcemENe { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53px;width:111px;top:15.5px;left:12px;overflow:hidden;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6bZbrRPJ/depuratore_landing3.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:14px;font-family:arial;height:380px;width:1200px;position:relative;display:block; }#GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:117px;width:497px;top:29px;left:138px;display:none; }
#GSvnZuNUytoBWes5N0aChsau6WGGGWLy { color:#ffffff;display:block;width:767px;position:absolute;font-family:"open sans";font-size:38px;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:12px;left:12.5px;height:98px;display:block; }
#d4vcExv8sQTTDseMLxLRqSQBGoT0cz5q { color:#000000;display:block;width:633px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:144px;left:12.5px;height:48px;display:block; }
#ErkJs8CJL1R9x1ZXRKW3DLgx1SvNgTEF { box-sizing:content-box;color:rgba(0,0,0,0);font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:189px;left:17.5px;display:block; }
#NP7taZ8ctX4vJhmIwpBToNURPd86hwnz { box-sizing:content-box;color:#219a1b;font-size:39px;font-weight:400;line-height:1;height:57px;width:57px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #ffffff;display:block;z-index:100052;top:202.5px;left:0px;display:block; }
#J5JNKJwc48LlbGNLLZQTsu5rLLqiEXI1 { box-sizing:content-box;color:#219a1b;font-size:39px;font-weight:400;line-height:1;height:57px;width:57px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #ffffff;display:block;z-index:100053;top:293px;left:0px;display:block; }
#itZutLMnbTfbLOwF1nU92rGOyzMdNlSx { box-sizing:content-box;color:#219a1b;font-size:39px;font-weight:400;line-height:1;height:57px;width:57px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #ffffff;display:block;z-index:100054;top:248px;left:0px;display:block; }
#xKEduO7T99dgZ4T1mOCshc4ewpeiIdME { color:#000000;display:block;width:225px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:219.5px;left:57px;height:23px;display:block; }
#T9FWTWiu1UJRv4BIVlx5ZW85RrL080Hd { color:#000000;display:block;width:322px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:268px;left:57px;height:23px;display:block; }
#WAzIpqnq7qz1Kl4k42f8BLOS2G3mi5JU { color:#000000;display:block;width:290px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:310px;left:57px;height:23px;display:block; }
#DS88li3va1padf6Irecn95Wpa1TvCg9m { position:absolute;display:block;z-index:100058;background-color:#396ca2;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:261px;width:364px;top:73px;left:809.5px;display:block; }
#uzwdk168E1ADWzShV2Lf7svvp85q355Q { color:#000000;display:block;width:333px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:110px;left:825px;height:81px;text-align:center;text-align-last:center;display:block; }
#pEPeMp7Mer5DSVyCsdTZxTfzlXzwBgKJ { background-color:#219a1b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:70px;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:248px;left:825.5px;display:block; }
#nLMhctf4gXGvpPfG1N9IkZXaIeV2Rh1u { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#yRd6RnprIhut6MkgWDToXfhzEKt3xFXa { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:107px;top:124.5px;left:763.5px;overflow:hidden;display:block; }
#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2eif3S96/Background4.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { background-color: transparent; background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .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); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { border-width: 0; border-radius: 0; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { font-size:14px;font-family:arial;height:237px;width:1200px;position:relative;display:block; }#sMGVvhhNuzAXwPPH9ruZOxMyRr1PvwOG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:86px;width:60px;top:19px;left:176.5px;overflow:hidden;display:block; }
#vzMbdNNqdnvAv8Rt3PT71XlBBFXXowIy { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:86px;width:60px;top:19px;left:570px;overflow:hidden;display:block; }
#VDTs3095UInn7sNUfMAeB8ZtVnzVHmH0 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:86px;width:60px;top:19px;left:963px;overflow:hidden;display:block; }
#GT3smaFLvTesrsh1pM5CGMhTxp2ZOIXa { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:105px;left:106.5px;height:46px;text-align:center;text-align-last:center;display:block; }
#FIZrhNfiATt7MRf6uILRNvPNCoyibVK6 { color:#000000;display:block;width:329px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:160px;left:42px;height:44px;text-align:center;text-align-last:center;display:block; }
#VEbclE4am7maTnE6pXQplTD21wTFytzt { color:#000000;display:block;width:252px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:105px;left:474px;height:46px;text-align:center;text-align-last:center;display:block; }
#azwASCUWAabxe5uq4x6e0TGSNEV9TQfC { color:#000000;display:block;width:252px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:105px;left:867px;height:46px;text-align:center;text-align-last:center;display:block; }
#XMMmMDzwNmTREQ2R2yiFSzaWadcPkBZh { color:#000000;display:block;width:329px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:160px;left:435.5px;height:44px;text-align:center;text-align-last:center;display:block; }
#k7Te0Qavb2bXeEGTf80wCknBbLDTMWCC { color:#000000;display:block;width:329px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:160px;left:828.5px;height:44px;text-align:center;text-align-last:center;display:block; }
#xxlR27J1gtJxzLf3GoWcZgTTMk1gKoCa { background-color:#219a1b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:70px;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:248px;left:825.5px;display:none; }
#JCf0EPsZ8iJJypMQhoQyZBKAy1T19Jpd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl { position:relative;display:block; }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl { background-color: transparent; background-image: none; }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl > .row .container > .video-iframe-container { display: none; }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl > .row > .video-iframe-container { display: none; }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl > .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); }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl { border-width: 0; border-radius: 0; }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl > .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:181px;width:1200px;position:relative;display:block; }#o67biwzmcg23bPXQhPD8u9qz28mZSbTy { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #9d9b95;border-left:1px solid #9d9b95;border-right:1px solid #9d9b95;border-bottom:1px solid #9d9b95;height:118px;width:1167px;top:23.5px;left:11px;display:block; }
#lIG2vbhMZc0G4GplyLbF2v6GZkpWPhnP { color:#000000;display:block;width:645px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:48.5px;left:24.5px;height:33px;display:block; }
#nXtJnD5bS5fx0I5pSZSIwANWTeyMrpDN { color:#000000;display:block;width:617px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:96.5px;left:24.5px;height:23px;display:block; }
#IkrDHdKS4AJV9Ad8WCZCmpn2Cyokr3mc { background-color:#396ca2;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;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:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:356px;height:70px;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:48.5px;left:802.5px;display:block; }
#AxWuWiCvHhtS2Uu2qXXZq2Slqm4Dc7P6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#e7R9ymLkZlfJR44KxU131ASJgvna0z7r { position:relative;display:block; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r { background-color: transparent; background-image: none; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container > .video-iframe-container { display: none; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row > .video-iframe-container { display: none; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .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); }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r { border-width: 0; border-radius: 0; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:275px;width:1200px;position:relative;display:block; }#fCwiPzHU4Lp0MinlIiG3TC6ayiBKCfTo { color:#1a2451;display:block;width:336px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:26px;left:11.5px;height:26px;display:block; }
#J3Q5OL2VKu9we3rnvE7ZR5NXKXxIMATe { color:#1a2451;display:block;width:314px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:26px;left:412px;height:26px;display:block; }
#cmhGvMZHpZRtxuD7UXihKPDoQGxDLg4t { color:#1a2451;display:block;width:361px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:26px;left:814px;height:26px;display:block; }
#PF7nvELV2Qso1V7cbJfhWMHSFvTgG2nh { color:#000000;display:block;width:383px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:120.5px;left:8.5px;height:140px;font-style:italic;display:block; }
#TXO2BNDfsE22NCXOyKcJ2DRU9DrbVPfn { color:#000000;display:block;width:378px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:120.5px;left:411px;height:100px;font-style:italic;display:block; }
#sIg7KcvzrfXTBNVzJOpI3lFaDO2D1tTG { color:#000000;display:block;width:374px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:120.5px;left:813px;height:100px;font-style:italic;display:block; }
#Tigex6RiKuRZeWwRitFEtONKhBanHBZs { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:76.5px;left:11.5px;overflow:hidden;display:block; }
#pI1QAzlQKu447Zu0FehiXstef78xarnA { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:78.5px;left:812px;overflow:hidden;display:block; }
#CSiWG4dhP7nRZkQl2EwNaipmAZOn0ASw { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:121px;top:78px;left:410px;overflow:hidden;display:block; }
#rJTiF2ITz1Rq0RuGhiwPpU2seqxXHaxJ { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:52px;left:11.5px;height:16px;display:block; }
#SE6vTbvbHBhOSCDfl7vmKDZPB7OkLZLr { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:52px;left:412px;height:16px;display:block; }
#QQs8qvIUHu1kBT5eRlaarVcoDdhvnGnS { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:52px;left:814px;height:16px;display:block; }
#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge { position:relative;display:block; }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge { background-color: transparent; background-image: none; }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge > .row .container > .video-iframe-container { display: none; }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge > .row > .video-iframe-container { display: none; }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge > .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); }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge { border-width: 0; border-radius: 0; }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge > .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:64px;width:1200px;position:relative;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { background-color: transparent; background-image: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .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); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { border-width: 0; border-radius: 0; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#396ca2;background-image:none;font-size:14px;font-family:arial;height:140px;width:1200px;position:relative;display:block; }#erzTAqimUZvkCqAH3NaZA3sx0565H3yt { color:#1a2451;display:block;width:448px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8px;left:10px;height:80px;display:block; }
#clenM5aVTkXF4ZmEqB2PUPSCN6KFxTJE { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:107px;top:89px;left:10px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { top:15px;left:0px;width:111px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { top:29px;left:0px;width:497px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #GSvnZuNUytoBWes5N0aChsau6WGGGWLy { top:12px;left:0px;width:764px;height:98px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #d4vcExv8sQTTDseMLxLRqSQBGoT0cz5q { top:144px;left:0px;width:633px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ErkJs8CJL1R9x1ZXRKW3DLgx1SvNgTEF { top:189px;left:0px;width:59px;height:59px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #NP7taZ8ctX4vJhmIwpBToNURPd86hwnz { top:202px;left:0px;width:57px;height:57px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #J5JNKJwc48LlbGNLLZQTsu5rLLqiEXI1 { top:293px;left:0px;width:57px;height:57px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #itZutLMnbTfbLOwF1nU92rGOyzMdNlSx { top:248px;left:0px;width:57px;height:57px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #xKEduO7T99dgZ4T1mOCshc4ewpeiIdME { top:219px;left:0px;width:225px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T9FWTWiu1UJRv4BIVlx5ZW85RrL080Hd { top:268px;left:0px;width:322px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WAzIpqnq7qz1Kl4k42f8BLOS2G3mi5JU { top:310px;left:0px;width:290px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DS88li3va1padf6Irecn95Wpa1TvCg9m { top:73px;left:400px;width:364px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #uzwdk168E1ADWzShV2Lf7svvp85q355Q { top:110px;left:431px;width:333px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pEPeMp7Mer5DSVyCsdTZxTfzlXzwBgKJ { width:332px;height:70px;top:248px;left:432px;display:block; }
 }@media only screen and (max-width: 763px) { #nLMhctf4gXGvpPfG1N9IkZXaIeV2Rh1u { display:block; }
 }@media only screen and (max-width: 763px) { #yRd6RnprIhut6MkgWDToXfhzEKt3xFXa { top:124px;left:545.5px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMGVvhhNuzAXwPPH9ruZOxMyRr1PvwOG { top:19px;left:0px;width:60px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #vzMbdNNqdnvAv8Rt3PT71XlBBFXXowIy { top:19px;left:352px;width:60px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #VDTs3095UInn7sNUfMAeB8ZtVnzVHmH0 { top:19px;left:704px;width:60px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #GT3smaFLvTesrsh1pM5CGMhTxp2ZOIXa { top:105px;left:0px;width:200px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FIZrhNfiATt7MRf6uILRNvPNCoyibVK6 { top:160px;left:0px;width:329px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VEbclE4am7maTnE6pXQplTD21wTFytzt { top:105px;left:256px;width:252px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #azwASCUWAabxe5uq4x6e0TGSNEV9TQfC { top:105px;left:512px;width:252px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XMMmMDzwNmTREQ2R2yiFSzaWadcPkBZh { top:160px;left:217.5px;width:329px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #k7Te0Qavb2bXeEGTf80wCknBbLDTMWCC { top:160px;left:435px;width:329px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xxlR27J1gtJxzLf3GoWcZgTTMk1gKoCa { width:332px;height:70px;top:248px;left:432px;display:none; }
 }@media only screen and (max-width: 763px) { #JCf0EPsZ8iJJypMQhoQyZBKAy1T19Jpd { display:block; }
 }@media only screen and (max-width: 763px) { #MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl { display:block; }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o67biwzmcg23bPXQhPD8u9qz28mZSbTy { top:23px;left:0px;width:762px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #lIG2vbhMZc0G4GplyLbF2v6GZkpWPhnP { top:48px;left:0px;width:645px;height:33px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nXtJnD5bS5fx0I5pSZSIwANWTeyMrpDN { top:96px;left:0px;width:617px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IkrDHdKS4AJV9Ad8WCZCmpn2Cyokr3mc { width:356px;height:70px;top:48px;left:408px;display:block; }
 }@media only screen and (max-width: 763px) { #AxWuWiCvHhtS2Uu2qXXZq2Slqm4Dc7P6 { display:block; }
 }@media only screen and (max-width: 763px) { #e7R9ymLkZlfJR44KxU131ASJgvna0z7r { display:block; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCwiPzHU4Lp0MinlIiG3TC6ayiBKCfTo { top:26px;left:0px;width:336px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J3Q5OL2VKu9we3rnvE7ZR5NXKXxIMATe { top:26px;left:254px;width:314px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cmhGvMZHpZRtxuD7UXihKPDoQGxDLg4t { top:26px;left:403px;width:361px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PF7nvELV2Qso1V7cbJfhWMHSFvTgG2nh { top:120px;left:0px;width:383px;height:140px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TXO2BNDfsE22NCXOyKcJ2DRU9DrbVPfn { top:120px;left:130px;width:378px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sIg7KcvzrfXTBNVzJOpI3lFaDO2D1tTG { top:120px;left:388px;width:374px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tigex6RiKuRZeWwRitFEtONKhBanHBZs { top:76px;left:0px;width:121px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #pI1QAzlQKu447Zu0FehiXstef78xarnA { top:78px;left:508px;width:121px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #CSiWG4dhP7nRZkQl2EwNaipmAZOn0ASw { top:78px;left:254px;width:121px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #rJTiF2ITz1Rq0RuGhiwPpU2seqxXHaxJ { top:52px;left:0px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #SE6vTbvbHBhOSCDfl7vmKDZPB7OkLZLr { top:52px;left:254px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QQs8qvIUHu1kBT5eRlaarVcoDdhvnGnS { top:52px;left:508px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge { display:block; }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erzTAqimUZvkCqAH3NaZA3sx0565H3yt { top:8px;left:0px;width:448px;height:80px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #clenM5aVTkXF4ZmEqB2PUPSCN6KFxTJE { top:89px;left:0px;width:107px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#396ca2;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { width:93px;height:45px;top:10px;left:5.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:#896f2f;background-image:url("https://images.assets-landingi.com/bRWrRFP5/acqua_cell.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNLrUeSVIhxaFOBKoI6CnXd6v0nGWoAv { width:320px;height:117px;top:597px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GSvnZuNUytoBWes5N0aChsau6WGGGWLy { width:314px;height:96px;top:20px;left:3px;font-size:25px;color:#0f2b3a;display:block; }
 }@media only screen and (max-width: 763px) { #d4vcExv8sQTTDseMLxLRqSQBGoT0cz5q { width:301px;height:115px;top:140px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ErkJs8CJL1R9x1ZXRKW3DLgx1SvNgTEF { width:59px;height:59px;top:393px;left:130px;font-size:41px;display:none; }
 }@media only screen and (max-width: 763px) { #NP7taZ8ctX4vJhmIwpBToNURPd86hwnz { width:47px;height:47px;top:275px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #J5JNKJwc48LlbGNLLZQTsu5rLLqiEXI1 { width:47px;height:47px;top:324px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #itZutLMnbTfbLOwF1nU92rGOyzMdNlSx { width:47px;height:47px;top:371px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xKEduO7T99dgZ4T1mOCshc4ewpeiIdME { width:225px;height:20px;top:288.5px;left:43px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T9FWTWiu1UJRv4BIVlx5ZW85RrL080Hd { width:276px;height:20px;top:337.5px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WAzIpqnq7qz1Kl4k42f8BLOS2G3mi5JU { width:269px;height:20px;top:385.5px;left:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DS88li3va1padf6Irecn95Wpa1TvCg9m { width:320px;height:261px;top:471px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uzwdk168E1ADWzShV2Lf7svvp85q355Q { width:320px;height:0;top:919px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #pEPeMp7Mer5DSVyCsdTZxTfzlXzwBgKJ { width:302px;height:70px;top:1057px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #nLMhctf4gXGvpPfG1N9IkZXaIeV2Rh1u { display:block; }
 }@media only screen and (max-width: 763px) { #yRd6RnprIhut6MkgWDToXfhzEKt3xFXa { width:107px;height:107px;top:679px;left:65px;display:none; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMGVvhhNuzAXwPPH9ruZOxMyRr1PvwOG { width:60px;height:86px;top:86px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #vzMbdNNqdnvAv8Rt3PT71XlBBFXXowIy { width:60px;height:86px;top:319px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #VDTs3095UInn7sNUfMAeB8ZtVnzVHmH0 { width:60px;height:86px;top:507px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #GT3smaFLvTesrsh1pM5CGMhTxp2ZOIXa { width:200px;height:46px;top:172px;left:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FIZrhNfiATt7MRf6uILRNvPNCoyibVK6 { width:320px;height:66px;top:234px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VEbclE4am7maTnE6pXQplTD21wTFytzt { width:252px;height:46px;top:396px;left:34px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #azwASCUWAabxe5uq4x6e0TGSNEV9TQfC { width:252px;height:46px;top:593px;left:34px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XMMmMDzwNmTREQ2R2yiFSzaWadcPkBZh { width:320px;height:44px;top:453px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #k7Te0Qavb2bXeEGTf80wCknBbLDTMWCC { width:320px;height:66px;top:659px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xxlR27J1gtJxzLf3GoWcZgTTMk1gKoCa { width:315px;height:70px;top:17px;left:0px;z-index:100061;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #JCf0EPsZ8iJJypMQhoQyZBKAy1T19Jpd { display:block; }
 }@media only screen and (max-width: 763px) { #MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl { display:block; }#MRJGCVDIM3HJQFHpxQwoKA4JpUbOA0cl > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o67biwzmcg23bPXQhPD8u9qz28mZSbTy { width:318px;height:269px;top:-2px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lIG2vbhMZc0G4GplyLbF2v6GZkpWPhnP { width:305px;height:62px;top:15px;left:7.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nXtJnD5bS5fx0I5pSZSIwANWTeyMrpDN { width:310px;height:46px;top:105px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IkrDHdKS4AJV9Ad8WCZCmpn2Cyokr3mc { width:302px;height:70px;top:176px;left:9px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #AxWuWiCvHhtS2Uu2qXXZq2Slqm4Dc7P6 { display:block; }
 }@media only screen and (max-width: 763px) { #e7R9ymLkZlfJR44KxU131ASJgvna0z7r { display:block; }#e7R9ymLkZlfJR44KxU131ASJgvna0z7r > .row .container { width:320px;height:733px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCwiPzHU4Lp0MinlIiG3TC6ayiBKCfTo { width:282px;height:20px;top:21px;left:3px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #J3Q5OL2VKu9we3rnvE7ZR5NXKXxIMATe { width:271px;height:20px;top:297px;left:4.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cmhGvMZHpZRtxuD7UXihKPDoQGxDLg4t { width:287px;height:20px;top:531px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PF7nvELV2Qso1V7cbJfhWMHSFvTgG2nh { width:306px;height:160px;top:100px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TXO2BNDfsE22NCXOyKcJ2DRU9DrbVPfn { width:298px;height:120px;top:374px;left:4px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sIg7KcvzrfXTBNVzJOpI3lFaDO2D1tTG { width:306px;height:120px;top:607px;left:3px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tigex6RiKuRZeWwRitFEtONKhBanHBZs { width:121px;height:43px;top:57px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #pI1QAzlQKu447Zu0FehiXstef78xarnA { width:121px;height:43px;top:565px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CSiWG4dhP7nRZkQl2EwNaipmAZOn0ASw { width:121px;height:43px;top:331px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #rJTiF2ITz1Rq0RuGhiwPpU2seqxXHaxJ { width:200px;height:16px;top:41px;left:4px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #SE6vTbvbHBhOSCDfl7vmKDZPB7OkLZLr { width:200px;height:16px;top:317px;left:5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QQs8qvIUHu1kBT5eRlaarVcoDdhvnGnS { width:200px;height:16px;top:550px;left:3px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge { display:block; }#GVHCvNrhCvHbrXxTk66gN7QGNIAK52ge > .row .container { width:320px;height:23px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { background-color: transparent; background-image: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .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); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { border-width: 0; border-radius: 0; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:320px;height:199px;background-color:#396ca2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erzTAqimUZvkCqAH3NaZA3sx0565H3yt { width:289px;height:100px;top:20px;left:15px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #clenM5aVTkXF4ZmEqB2PUPSCN6KFxTJE { width:107px;height:51px;top:137px;left:15px;display:block; }
 }