.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii { position:relative;display:block; }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii { background-color: transparent; background-image: none; }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .row .container > .video-iframe-container { display: none; }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .row > .video-iframe-container { display: none; }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .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); }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii { border-width: 0; border-radius: 0; }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#suFRava1ItVrNHaC8rp5zdONRfV8MfbP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.75rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#WebTS5HAOkzJGOVtAnAsuzCfWptrivzN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2rem;left:53.25rem;overflow:hidden;display:block; }
#JDmBRPxxP2dkyTXKsF7WchXs3HauCy7h { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2rem;left:57.5rem;overflow:hidden;display:block; }
#ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { color:#1395d0;display:block;width:32.8125rem;position:absolute;font-family:"avenir next";font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.240234375rem;left:19.0625rem;height:1.70605625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,15,23,0.67);background-image:url("https://images.assets-landingi.com/uc/efcbd5a5-554a-48a4-8728-5eb19b746f1d/watertargetsistemastratamientoagua.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { color:#434343;display:block;width:21.125rem;position:absolute;font-family:"avenir next";font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:38.875rem;height:12.296875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBBrgETC5kBbBSuVbqQdcx0Jhv69VJIn { color:#6f7274;display:block;width:18.8125rem;position:absolute;font-family:"avenir next";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.84375rem;left:38.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ApQznLslnO0oym0TCQGdlPo8nIyDh6oP { background-color:#11ba9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir next";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.71875rem;left:42.78125rem;display:block; }
#V9XJ3aELMMUqGIMFe4Tt7VzqKzaVO8De { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVKLGnd21ENuHEFibTJLQa8P5LUDw5mm { color:#434343;display:block;width:23.4375rem;position:absolute;font-family:"avenir next";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.875rem;left:36.5625rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kCS3XKtz8wfcGINt7pU3pcQAqsSu2ogV { position:absolute;display:block;z-index:15046;height:13.3125rem;width:23.75rem;top:10.875rem;left:8.125rem;display:block; }
#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1395d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row .container { background-color: transparent; background-image: none; }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row .container > .video-iframe-container { display: none; }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row > .video-iframe-container { display: none; }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .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); }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row .container { border-width: 0; border-radius: 0; }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#ynolnqkMl7m8PG3WzTbsIMwfGw36OKUT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5rem;top:1.75rem;left:1.75rem;overflow:hidden;display:block; }
#Z19Qp4hFxlTv7EMg2rsd6mWdNTs4uc3w { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEibFXzfsWFv2iaTnDk80ziJg8sGrWnI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.4375rem;top:1.75rem;left:18.90625rem;overflow:hidden;display:block; }
#gIhoQTyi0fzcLRdncOQnlzfPBP07qecD { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:17.125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCOBCWV7ti8dzEmSJORzoSTWM9I0ZKh7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.4375rem;top:1.75rem;left:35.59375rem;overflow:hidden;display:block; }
#AN5Qp7kIGUuIwnJTBaWKCug9C86PGni0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.4375rem;top:1.75rem;left:53.4375rem;overflow:hidden;display:block; }
#aOaGTHNJgPVNTvrquSblOx2ZnKudqkAS { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:52.3125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2xVHhEAJAA0C1QcP167mIlF8PVlhmI2 { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:33.8125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/75368e89-0f26-4acc-8925-02803f657924/watertargetbanner.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP.adaptive-delivery-prevent-bg, #JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP.lazyload, #JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP.lazyloading { background-image: none; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container { background-color: transparent; background-image: none; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container > .video-iframe-container { display: none; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row > .video-iframe-container { display: none; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .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); }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container { border-width: 0; border-radius: 0; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#brvrxQu0W4GAr8UfDskp9vS0RpirN8RU { color:#515151;display:block;width:31.375rem;position:absolute;font-family:"avenir next";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#KTSZNPUdSUsLHeHZZ6oEtAlowrl2x9mZ { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(240deg, #2586ca, #014fa7);background-image: -moz-linear-gradient(240deg, #2586ca, #014fa7);background-image: -ms-linear-gradient(240deg, #2586ca, #014fa7);background-image: -o-linear-gradient(240deg, #2586ca, #014fa7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586ca', endColorstr='#014fa7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586ca', endColorstr='#014fa7' );";background-image: linear-gradient(240deg, #2586ca, #014fa7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:39.125rem;top:9.8125rem;left:0rem;display:block; }
#ECdTRBKRL65u5fUrElVpCTTspJl9HTWA { color:#fdfeff;display:block;width:36.5rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.8;letter-spacing:0;top:10.78125rem;left:1.3125rem;height:8.097625rem;font-style:normal;display:block; }
#VmJqz4oB3m7Fgm2JfRJ2u7uVErFAEH6e { color:#515151;display:block;width:31.375rem;position:absolute;font-family:"avenir next";font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.875rem;left:0rem;height:4.125rem;font-style:normal;display:none; }
#Xsg0R0VJXSQXVhxTx9Pa1oVaPNaDqLbw { color:#515151;display:block;width:31.375rem;position:absolute;font-family:"avenir next";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#UcZBrTlGsA76Iv3Dafry2lKOvlkUtmuU { color:#515151;display:block;width:31.375rem;position:absolute;font-family:"avenir next";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:24.125rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#vvHkdfNJdQ8MW57r4J3s1F6tU8Vvf32s { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"avenir next";font-size:1rem;font-weight:normal;z-index:15032;line-height:2;letter-spacing:0;top:28.0625rem;left:0rem;height:14rem;display:block; }
#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row .container { background-color: transparent; background-image: none; }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row .container > .video-iframe-container { display: none; }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row > .video-iframe-container { display: none; }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .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); }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row .container { border-width: 0; border-radius: 0; }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row .container { font-size:0.875rem;font-family:arial;height:68.9375rem;width:60rem;position:relative;display:block; }#GoTFNMdXVAoDBCdsrqC7MI0R0RHQk2yP { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/sTXNiLYl/water_target_osmosis_inversa.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:11.375rem;left:0.6875rem;display:block; }#GoTFNMdXVAoDBCdsrqC7MI0R0RHQk2yP.adaptive-delivery-prevent-bg, #GoTFNMdXVAoDBCdsrqC7MI0R0RHQk2yP.lazyload, #GoTFNMdXVAoDBCdsrqC7MI0R0RHQk2yP.lazyloading { background-image: none; }
#Pt0ooK3lXpUpqbmHgyeMGTZwckkt7Zp5 { position:absolute;display:block;z-index:15006;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:24.875rem;left:0.6875rem;display:block; }
#vQN0hfl9n5huUoQupXRXeHsOlDVevUAv { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0.6875rem;height:1.21875rem;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; }
#DdimnPThl4lfrm3Lmtvl62gXZgt30V40 { position:absolute;display:block;z-index:15009;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:24.875rem;left:15.625rem;display:block; }
#VicCFgqdqHWHPTAu2uMfNDCPnlJ0kqaH { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.8125rem;left:15.6875rem;height:1.21875rem;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; }
#zpbuNPk1s8HPL0PRlK9662V3xfncWZ70 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/628fc7d9-c5ab-4787-a058-75ccca1f9bc3/water_target_desaladores_agua_marcopia.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:11.375rem;left:15.6875rem;display:block; }#zpbuNPk1s8HPL0PRlK9662V3xfncWZ70.adaptive-delivery-prevent-bg, #zpbuNPk1s8HPL0PRlK9662V3xfncWZ70.lazyload, #zpbuNPk1s8HPL0PRlK9662V3xfncWZ70.lazyloading { background-image: none; }
#NNfuCSggSyvGBVIMrfDzfm6Fi56LzvMh { position:absolute;display:block;z-index:15012;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:24.875rem;left:30.625rem;display:block; }
#cvBuV5w84284UzqXg1C2t0EuqmOlWFhA { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.8125rem;left:30.6875rem;height:1.21875rem;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; }
#ru9GvTvP4dcUut0SWDnQl1ai55DOZ3Ks { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mCK5WMD4/water_target_sistemas_ultrafiltracion.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:11.375rem;left:30.6875rem;display:block; }#ru9GvTvP4dcUut0SWDnQl1ai55DOZ3Ks.adaptive-delivery-prevent-bg, #ru9GvTvP4dcUut0SWDnQl1ai55DOZ3Ks.lazyload, #ru9GvTvP4dcUut0SWDnQl1ai55DOZ3Ks.lazyloading { background-image: none; }
#T9Jwth3vgnlJnAlR41sp61wEffsscKT1 { position:absolute;display:block;z-index:15015;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:24.875rem;left:45.6875rem;display:block; }
#Sb60WKOnSMvUiXXwwbCAqJrcoGPPm768 { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.8125rem;left:45.75rem;height:1.21875rem;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; }
#s7fWfnttJstFz4mv7elLf84wpRhcwDxQ { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/lKSsGree/water_target_sistemas_agua_filtros_multimedia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:11.375rem;left:45.75rem;display:block; }#s7fWfnttJstFz4mv7elLf84wpRhcwDxQ.adaptive-delivery-prevent-bg, #s7fWfnttJstFz4mv7elLf84wpRhcwDxQ.lazyload, #s7fWfnttJstFz4mv7elLf84wpRhcwDxQ.lazyloading { background-image: none; }
#ev62Vhi2Ub4TymOFTt6ETIVpbvlTkWPH { position:absolute;display:block;z-index:15018;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:42.875rem;left:0.6875rem;display:block; }
#ZAEaUVwQ26am9HJ4olUi0vgmG045cDwG { position:absolute;display:block;z-index:15021;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:42.875rem;left:15.625rem;display:block; }
#BNcIelTHDd3U4waWvBBRathuVghvsViT { position:absolute;display:block;z-index:15024;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:42.875rem;left:30.625rem;display:block; }
#HTzSdETLL8TXutai0gylefvENSWSCGIr { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:43.8125rem;left:0.6875rem;height:1.21875rem;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; }
#aSrAbUKvabtxIkPI3GouqQr6skaGgV10 { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:43.8125rem;left:15.6875rem;height:1.21875rem;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; }
#awCA8XM970G9kK3n69ZinZ7eu1sLuKSN { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:43.8125rem;left:30.6875rem;height:1.21875rem;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; }
#uU2sR4P3B1DQGbAKASeuouQVQ7G3EK5I { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4IS3Ie0t/water_target_microfiltracion.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:29.375rem;left:0.6875rem;display:block; }#uU2sR4P3B1DQGbAKASeuouQVQ7G3EK5I.adaptive-delivery-prevent-bg, #uU2sR4P3B1DQGbAKASeuouQVQ7G3EK5I.lazyload, #uU2sR4P3B1DQGbAKASeuouQVQ7G3EK5I.lazyloading { background-image: none; }
#b1RP3VDxI7IgpERfmzHQPCRpAV3tZdrx { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UaTglwb5/water_target_sistemas_agua_electrodeionizadores.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:29.375rem;left:30.6875rem;display:block; }#b1RP3VDxI7IgpERfmzHQPCRpAV3tZdrx.adaptive-delivery-prevent-bg, #b1RP3VDxI7IgpERfmzHQPCRpAV3tZdrx.lazyload, #b1RP3VDxI7IgpERfmzHQPCRpAV3tZdrx.lazyloading { background-image: none; }
#cvQd5gPywwHhA9aPdPVq5FBoALIreB3P { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UYFLbRWr/water_target_sistemas_agua_refacciones.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:29.375rem;left:15.6875rem;display:block; }#cvQd5gPywwHhA9aPdPVq5FBoALIreB3P.adaptive-delivery-prevent-bg, #cvQd5gPywwHhA9aPdPVq5FBoALIreB3P.lazyload, #cvQd5gPywwHhA9aPdPVq5FBoALIreB3P.lazyloading { background-image: none; }
#aXdJSmIk5ibrgo011GbGFLUWAu49U0kP { position:absolute;display:block;z-index:15027;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:42.875rem;left:45.6875rem;display:block; }
#wa1rACFMTAzPZNa5rzqZiV9gthuUIlqu { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:43.8125rem;left:45.75rem;height:1.21875rem;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; }
#qoeckM7N4PhFiyT98hCeOnMkFAVCRisr { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XfzeqDDU/water_target_sistemas_agua_lamparas_rayosuv.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:29.375rem;left:45.75rem;display:block; }#qoeckM7N4PhFiyT98hCeOnMkFAVCRisr.adaptive-delivery-prevent-bg, #qoeckM7N4PhFiyT98hCeOnMkFAVCRisr.lazyload, #qoeckM7N4PhFiyT98hCeOnMkFAVCRisr.lazyloading { background-image: none; }
#mBOuR4zMBbzXRTSZsB0cHm8c5HVrRkpN { position:absolute;display:block;z-index:15030;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:61rem;left:0.6875rem;display:block; }
#TpMF2ufzT2pTD3yScgVg6GNTMcg5nGsv { position:absolute;display:block;z-index:15033;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:61rem;left:15.625rem;display:block; }
#By0RcCkIkaI5DsxTF0kX7lLhVS3K3JTV { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.9375rem;left:0.6875rem;height:1.21875rem;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; }
#GoFu3FTEh7lTSJQ0kD6KzeOPM8xp6QsR { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:61.9375rem;left:15.6875rem;height:1.21875rem;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; }
#Qag5HTKBT8aoFzilowTbPq5FwNn9bS6C { position:absolute;display:block;z-index:15036;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:61rem;left:30.625rem;display:block; }
#wsmw7OhJq40CxH4ubIVOM6RfK7lMTIDa { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:61.9375rem;left:30.6875rem;height:1.21875rem;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; }
#UZgAfGV8qsGsEh3biDB693lmUDJPTtrc { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/AhU5J6WP/water_target_sistemas_generadores_de_ozono.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:47.5rem;left:0.6875rem;display:block; }#UZgAfGV8qsGsEh3biDB693lmUDJPTtrc.adaptive-delivery-prevent-bg, #UZgAfGV8qsGsEh3biDB693lmUDJPTtrc.lazyload, #UZgAfGV8qsGsEh3biDB693lmUDJPTtrc.lazyloading { background-image: none; }
#uiLXrFmbRU0nzsOh9rhy9tNARS2AGWCL { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UeC8WR08/water_target_sistemas_agua_filtro_carbon_activado.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:47.5rem;left:15.6875rem;display:block; }#uiLXrFmbRU0nzsOh9rhy9tNARS2AGWCL.adaptive-delivery-prevent-bg, #uiLXrFmbRU0nzsOh9rhy9tNARS2AGWCL.lazyload, #uiLXrFmbRU0nzsOh9rhy9tNARS2AGWCL.lazyloading { background-image: none; }
#fiS23ZF94ohOLwT61pQBP4hEWKicghkV { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/L5UEKMYH/water_target_sistemas_agua_suavizadores.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:47.5rem;left:30.6875rem;display:block; }#fiS23ZF94ohOLwT61pQBP4hEWKicghkV.adaptive-delivery-prevent-bg, #fiS23ZF94ohOLwT61pQBP4hEWKicghkV.lazyload, #fiS23ZF94ohOLwT61pQBP4hEWKicghkV.lazyloading { background-image: none; }
#vuAV0zT1SPl9w94tldABrFM8CPaa1b7m { position:absolute;display:block;z-index:15039;background-color:rgba(23,153,235,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.625rem;top:61rem;left:45.6875rem;display:block; }
#iiiM6ZDaECxf7ZM32wusVm8mDV66UhRF { color:#333333;display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:61.5rem;left:45.75rem;height:2.4375rem;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; }
#vZgKXzsN4RIPuq6TUObop0WOhv8cz1xA { position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/w6DWkN11/water_target_sistemas_agua_desmineralizadores.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:47.5rem;left:45.75rem;display:block; }#vZgKXzsN4RIPuq6TUObop0WOhv8cz1xA.adaptive-delivery-prevent-bg, #vZgKXzsN4RIPuq6TUObop0WOhv8cz1xA.lazyload, #vZgKXzsN4RIPuq6TUObop0WOhv8cz1xA.lazyloading { background-image: none; }
#UkT9dDZZ1mBeTril4Lp9nELlginW66Kx { color:#515151;display:block;width:30.0625rem;position:absolute;font-family:"avenir next";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.4375rem;left:15rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF { position:relative;display:block; }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF { background-color: transparent; background-image: none; }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .row .container > .video-iframe-container { display: none; }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .row > .video-iframe-container { display: none; }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .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); }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF { border-width: 0; border-radius: 0; }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZwCMOwIyaN5T90C9UNLQuMlzOzMR87Vr { color:#515151;display:block;width:29.625rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.38671875rem;left:0.1875rem;height:4.125rem;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; }
#Tp8WLMsJZ5yITsuuxzFCnmwiQVUl32Ad { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:2;letter-spacing:0;top:7.28125rem;left:1.25rem;height:20.25rem;text-align:left;text-align-last:left;display:block; }
#HvHSmkWGyUTFKyIlokLxgiXzwmWoFkTR { color:#515151;display:block;width:29.625rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:1.38671875rem;left:30.187501907349rem;height:4.125rem;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; }
#O78VlViowit11DIGiM7G7T3Ei1Hn8hPm { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:normal;z-index:15034;line-height:2;letter-spacing:0;top:7.28125rem;left:31.250001907349rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1f5ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row .container { background-color: transparent; background-image: none; }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row .container > .video-iframe-container { display: none; }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row > .video-iframe-container { display: none; }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .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); }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row .container { border-width: 0; border-radius: 0; }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:60rem;position:relative;display:block; }#RLq591xUgSgGWh8fTqXy9HkrdKZUc30d { color:#515151;display:block;width:29.625rem;position:absolute;font-family:"avenir next";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.875rem;left:30rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q26PywvLRJ6Q9t6kcr7Dxp5p6EGeuXwT { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:2;letter-spacing:0;top:10.25rem;left:30rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#gFDQES9vIXnyCoZ7uh6CxdCkxPPl5mQK { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:20.0625rem;top:2.34375rem;left:4.96875rem;overflow:hidden;display:block; }
#hVT8ucVk4rTUrF2RCcZJaV9dZOH3MTMD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:18.625rem;top:27.625rem;left:37.46875rem;overflow:hidden;display:block; }
#TUnv7t6JKAVg2vVBVtAc5ElAUVSTncPL { color:#515151;display:block;width:29.625rem;position:absolute;font-family:"avenir next";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:31rem;left:0rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gy7pgUqs70I3e99AQlR8rlvVKNL0PEbg { color:#000000;display:block;width:30rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:2;letter-spacing:0;top:34.375rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#uLoTVNLDS6WqFFoyoEEUMK8MIEpRfewa { background-color:#2586ca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir next";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.25rem;left:46.25rem;display:block; }
#xunzrEEzDoxVI5PubKVaOfkB3iTLwXpq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzOWRTFNQ16JBDWcLoTrbAl3I3MwfQJT { background-color:#2586ca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir next";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:46.1875rem;left:16.3125rem;display:block; }
#TF41CMhRie7TJ29H69u2AzyyTzD16x77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwbEnkuroUzn1rF6lsnAHFsv2mwpvihg { background-color:#2586ca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir next";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:46.1875rem;left:0rem;display:block; }
#NS6eLtop4kUHFhoRLJp481H2GcNZJKyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RAAihF2nDFUEwLDNRrRO22Dx5JyTvpk2 { background-color:#2586ca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir next";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.25rem;left:30rem;display:block; }
#NGTLdTew3wi1nt59RLlEvh9EzkLFz0He { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2586ca;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row .container { background-color: transparent; background-image: none; }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row .container > .video-iframe-container { display: none; }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row > .video-iframe-container { display: none; }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .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); }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row .container { border-width: 0; border-radius: 0; }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#NpFB7AhVgf8hTdSoTgEqs14TzPz9bT2T { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"avenir next";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:29.6875rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AlWXMl3C0BzJK6R454r8euqimfBlhvb0 { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:"avenir next";font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { background-color: transparent; background-image: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .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); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { border-width: 0; border-radius: 0; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;position:relative;display:block; }#VdVskxHOugam5gMmHJwTphKNzvoFmLok { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:13.9375rem;top:10.875rem;left:8.03125rem;overflow:hidden;display:block; }
#y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { position:absolute;display:block;z-index:15001;background-color:rgba(37,134,202,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:2.6875rem;left:30.125rem;display:block; }
#RhzxiSwtyN3CK09G3Di808yePCaVWyQe { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:3.625rem;left:31rem;display:block; }
#BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { position:absolute;display:block;z-index:15004;background-color:rgba(23,153,235,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:10.875rem;left:30.125rem;display:block; }
#LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:11.8125rem;left:31rem;display:block; }
#AMesrPFIH8ssJVWgKKGW8yglXCKThudx { position:absolute;display:block;z-index:15007;background-color:rgba(23,153,235,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:19.4375rem;left:30.125rem;display:block; }
#rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:20.375rem;left:31rem;display:block; }
#d6LqJB8h6KGQxC9BgikposUhkzDRkeqW { position:absolute;display:block;z-index:14999;background-color:rgba(23,153,235,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:0.125rem;top:8.625rem;left:33.4375rem;display:block; }
#ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { color:#515151;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:38.9375rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { color:#828282;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:38.9375rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { color:#828282;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14rem;left:38.9375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { color:#515151;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:38.9375rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZ5dlfvF31mtdgqWfBGXHI3kbKzLBd53 { color:#828282;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.6875rem;left:38.9375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { color:#515151;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.375rem;left:38.9375rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxfNW3bx3r03g2dSmD4cJgOsxdh6Hl6G { position:absolute;display:block;z-index:15013;background-color:rgba(23,153,235,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:28.4375rem;left:30.125rem;display:block; }
#AEMTJwb31LrhcFQI4oa5deT3xZ7s7hTF { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:29.375rem;left:31rem;display:block; }
#HfcFlifJBQG2Ue4SxfMbO8ZBE5IBL3bB { color:#828282;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:31.5625rem;left:38.9375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAgqgzn7UxzO9pcRekUe5F5trx5vls55 { color:#515151;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:29.25rem;left:38.9375rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LkbfnwqZ6puR0SmPTalyp9AGgfEGsrZs { position:absolute;display:block;z-index:15018;background-color:rgba(23,153,235,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:37.1875rem;left:30rem;display:block; }
#CyOMJ1WuvwkoVwlUhPgeTn8iwKwaqIRX { color:#828282;display:block;width:21.1875rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:40.3125rem;left:38.8125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wtk9TVZ3Ge8PQbEkQ4EpAcVlXbU0uA5o { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:38.125rem;left:30.875rem;display:block; }
#HGKAId4c5GTfoCCpvl1Gd9ULcrla9N0T { color:#515151;display:block;width:21.0625rem;position:absolute;font-family:"avenir next";font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:38rem;left:38.8125rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvByAezAqMLzplOgFsu13UTtdzcOf46W { color:#515151;display:block;width:22.0625rem;position:absolute;font-family:"avenir next";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.6875rem;left:3.96875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmKdJquAWdA5xbsCifbkQHnXiNuxTyEX { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.5rem;top:21.0625rem;left:31.1875rem;overflow:hidden;display:block; }
#MZ6Im6qTZgSqAnIpRt2TIKMoHiXDnW32 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.1875rem;top:29.875rem;left:31.375rem;overflow:hidden;display:block; }
#aEgcOeU5FsNDsSKgI35yKTdGA605khmt { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.125rem;top:38.8125rem;left:31.375rem;overflow:hidden;display:block; }
#XKeaxRlxf33MBlAlq8yPDfrdswHJk26P { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.9375rem;top:12.5rem;left:31.5rem;overflow:hidden;display:block; }
#mWV02hZSCRPzNmHIs7eA26FMpQbCrJTD { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.0625rem;top:4.5625rem;left:31.375rem;overflow:hidden;display:block; }
#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2586ca;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row .container { background-color: transparent; background-image: none; }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row .container > .video-iframe-container { display: none; }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row > .video-iframe-container { display: none; }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .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); }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row .container { border-width: 0; border-radius: 0; }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#T2KEPk2pxDdGHkqrXE9fGBr5bvDiRkDK { color:#ffffff;display:block;width:30.561rem;position:absolute;font-family:"avenir next";font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0598998069763rem;left:14.718967437744rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2586ca;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row .container { background-color: transparent; background-image: none; }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row .container > .video-iframe-container { display: none; }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row > .video-iframe-container { display: none; }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .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); }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row .container { border-width: 0; border-radius: 0; }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#BbG48b7EGC42MrWEHfZs1Xhk5l57TN8N { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.8125rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#L1cMc9AaHZ1nP95dQe9MyHtALMcITyFm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.5rem;top:3.6875rem;left:22.1875rem;overflow:hidden;display:block; }
#CtTl8Qlm3bxe4w2ozKKZSlTqJZbwdMPb { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:15.6875rem;top:3.3125rem;left:41.625rem;overflow:hidden;display:block; }
#dZJfbWZlGGi5ZurbW9SM9HQyfxpIGhWi { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:10.0625rem;left:22.75rem;overflow:hidden;display:block; }
#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2586ca;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row .container { background-color: transparent; background-image: none; }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row .container > .video-iframe-container { display: none; }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row > .video-iframe-container { display: none; }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .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); }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row .container { border-width: 0; border-radius: 0; }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#JoOpOyUMfgreqrvZyNB1as5vwc2Pqoc3 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:14.0625rem;top:6.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#sydl8O7xX7XAr7kM4T7z0t1Uw4LQxZgh { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.6875rem;top:6.6875rem;left:41.25rem;overflow:hidden;display:block; }
#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e35032;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row .container { background-color: transparent; background-image: none; }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row .container > .video-iframe-container { display: none; }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row > .video-iframe-container { display: none; }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .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); }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row .container { border-width: 0; border-radius: 0; }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:60rem;position:relative;display:block; }#tsRlL6WDkSyvRuJtGBaLK92lbbyb3zIX { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"avenir next";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:0.587890625rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096cb2;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5.adaptive-delivery-prevent-bg, #QehQVuyUqBoddOtk9fSePDZ7cTBswBs5.lazyload, #QehQVuyUqBoddOtk9fSePDZ7cTBswBs5.lazyloading { background-image: none; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container { background-color: transparent; background-image: none; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container > .video-iframe-container { display: none; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row > .video-iframe-container { display: none; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .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); }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container { border-width: 0; border-radius: 0; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#xQvgBRJIWKQh3dKbyiDRPbTMRdMoZM8K { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:2.3;letter-spacing:0;top:8rem;left:0rem;height:9.7734375rem;font-style:normal;display:block; }
#QNXkeMiSFVJFTAv4Qe27ud5HXOEuTosX { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:1.3808625rem;font-style:normal;display:block; }
#r4aRqINS1XVwZh92By6C9dn3aoNF3gtG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"avenir next";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rBhOJGy0hPwaTT4Arz1K63PLo8TTmPZJ { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:1.38139375rem;font-style:normal;display:block; }
#fqG43rSWEXMw2CZSNQeWbzLF07E2x3nQ { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:2.761725rem;font-style:normal;display:block; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-form-header {  }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-regular-label { height:auto;display:block;font-family:"avenir next";font-size:1.0625rem;font-weight:400;color:rgba(0,0,0,0.8);width:22.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-text { background-color:rgba(9,108,178,0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2rem;color:#4d4d4f;font-size:1rem;overflow:hidden;font-family:"avenir next";vertical-align:top; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-text {padding-top: 0; padding-bottom: 0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-textarea { background-color:rgba(9,108,178,0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:4.1875rem;color:#4d4d4f;font-size:1rem;overflow:hidden;font-family:"avenir next";vertical-align:top; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-select {padding-top: 0; padding-bottom: 0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#11ba9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#f2f9ff;width:22.6875rem;height:3.75rem;font-family:"avenir next";overflow:hidden;font-style:normal; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp [class*="-text"]:-moz-placeholder { color:#4d4d4d;font-family:"avenir next";font-size:1rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp [class*="-text"]::-moz-placeholder { color:#4d4d4d;font-family:"avenir next";font-size:1rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp [class*="-text"]:-ms-input-placeholder { color:#4d4d4d;font-family:"avenir next";font-size:1rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp [class*="-text"]::-webkit-input-placeholder { color:#4d4d4d;font-family:"avenir next";font-size:1rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-container:first-of-type{padding-top:0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-container:last-of-type{padding-bottom:0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:32.405605316162rem;top:3.4993591308594rem;z-index:100026;position:absolute; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.6875rem;display:block;vertical-align:top; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp {display:block;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:32.405605316162rem;top:3.4993591308594rem;z-index:15026;position:absolute; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #b3l3tdfKJCMFNHipwIWbfnfMsn6ttNEd { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #iHR1P10oVCM0D3WlsxMTX9GsTuQ43JM3 { position:relative;display:block; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #oDLzKAFbh3hevgENXuJePP2ae3I283my { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #gap12G5sotsywWpwTKD6zTHWwUy6cyyu { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #kTzAR7nDVI53Tq7K5pOWN56lzKxTJJQa { position:relative;display:block; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #mT7wEgx8G3TQAs3EspWZ3drr5w4xXA05 { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #cPmc4TO1TN158LWnDua17Qq9M9WvkE9P { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #MNHOLOVvRo71WTHrXMpSEtaEhLRlWTU9 { position:relative;display:block; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #EeEnr82VF8wLCr5hVVs6y360QiMTti7F { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #C90ZQ4oWtaQIn1SNB0RGfEMlHRI8uZvm { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #rsKX5XZ1bFDN5UEFGGBQ0P2xVwhwzVV9 { position:relative;display:block; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #sJQR3S9bQxTDPyvhLBEKDaQEBzWXgfZl { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #XeML59lvShSaQaADxkuO3Hvxls6IpzFT { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #Uf8uoySoWauZWyK3hGrB7u9lff3MW2kE { position:relative;display:block; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #adbzx1obR5L6eg26atZU9TgwmKbMEvVa { position:relative; }
#TRT7Lr4ZpZrGV3PQDR1p5F2IfixSvt3n { position:relative;display:block;z-index:100000;display:block; }
#dqsG3ONIqqlqefCWzTFm9vcVSTKRahkC { position:relative;display:block;z-index:100000;display:block; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #rkAICOy5FdPFNGAmTqxb4s5X86ss2BB6 { position:relative; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #SKKhKWdF6BpqqwXfSStKkhUaWJqk8swG { position:relative; }
#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row .container { background-color: transparent; background-image: none; }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row .container > .video-iframe-container { display: none; }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row > .video-iframe-container { display: none; }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .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); }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row .container { border-width: 0; border-radius: 0; }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#aSCEWolVWOlBTWS6I3ZF6pasNcoXg9MT { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:0.975rem;display:block; }
#KFo9TAkgg4elezCCFZOTi5xBCqmsEDlS { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.96875rem;left:50.8125rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii { display:block; }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suFRava1ItVrNHaC8rp5zdONRfV8MfbP { top:0.5625rem;left:0rem;width:10.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WebTS5HAOkzJGOVtAnAsuzCfWptrivzN { top:2rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDmBRPxxP2dkyTXKsF7WchXs3HauCy7h { top:2rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { width:32.8125rem;height:1.6875rem;top:2.1875rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:21.125rem;height:9.25rem;top:1.9375rem;left:26.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBBrgETC5kBbBSuVbqQdcx0Jhv69VJIn { width:18.8125rem;height:;top:11.8125rem;left:28.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQznLslnO0oym0TCQGdlPo8nIyDh6oP { width:15.4375rem;height:3.5rem;top:19.6875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9XJ3aELMMUqGIMFe4Tt7VzqKzaVO8De { display:block; }
 }@media only screen and (max-width: 763px) { #iVKLGnd21ENuHEFibTJLQa8P5LUDw5mm { width:20rem;height:;top:4.6875rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCS3XKtz8wfcGINt7pU3pcQAqsSu2ogV { top:10.875rem;left:2rem;width:23.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ { display:block; }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynolnqkMl7m8PG3WzTbsIMwfGw36OKUT { top:1.75rem;left:0rem;width:5.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z19Qp4hFxlTv7EMg2rsd6mWdNTs4uc3w { top:8.125rem;left:0rem;width:9rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEibFXzfsWFv2iaTnDk80ziJg8sGrWnI { top:1.75rem;left:12.78125rem;width:5.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIhoQTyi0fzcLRdncOQnlzfPBP07qecD { top:8.125rem;left:11rem;width:9rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOBCWV7ti8dzEmSJORzoSTWM9I0ZKh7 { top:1.75rem;left:29.46875rem;width:5.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5Qp7kIGUuIwnJTBaWKCug9C86PGni0 { top:1.75rem;left:42.3125rem;width:5.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOaGTHNJgPVNTvrquSblOx2ZnKudqkAS { top:8.125rem;left:40.0625rem;width:7.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2xVHhEAJAA0C1QcP167mIlF8PVlhmI2 { top:8.125rem;left:27.6875rem;width:9rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP { display:block; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brvrxQu0W4GAr8UfDskp9vS0RpirN8RU { width:31.375rem;height:3.0625rem;top:6rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSZNPUdSUsLHeHZZ6oEtAlowrl2x9mZ { top:9.8125rem;left:0rem;width:39.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECdTRBKRL65u5fUrElVpCTTspJl9HTWA { width:36.5rem;height:10rem;top:10.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmJqz4oB3m7Fgm2JfRJ2u7uVErFAEH6e { width:20rem;height:2.3125rem;top:1rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xsg0R0VJXSQXVhxTx9Pa1oVaPNaDqLbw { width:31.375rem;height:3.0625rem;top:3rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcZBrTlGsA76Iv3Dafry2lKOvlkUtmuU { width:31.375rem;height:2.75rem;top:24.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvHkdfNJdQ8MW57r4J3s1F6tU8Vvf32s { top:28.0625rem;left:0rem;width:30.25rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghwJvlUilrbapABfSFDHRFFuLSqLGVeH { display:block; }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoTFNMdXVAoDBCdsrqC7MI0R0RHQk2yP { width:13.5625rem;height:13.5625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt0ooK3lXpUpqbmHgyeMGTZwckkt7Zp5 { width:13.625rem;height:3.3125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQN0hfl9n5huUoQupXRXeHsOlDVevUAv { width:13.5625rem;height:1.1875rem;top:25.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdimnPThl4lfrm3Lmtvl62gXZgt30V40 { width:13.625rem;height:3.3125rem;top:24.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VicCFgqdqHWHPTAu2uMfNDCPnlJ0kqaH { width:13.5625rem;height:1.1875rem;top:25.8125rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpbuNPk1s8HPL0PRlK9662V3xfncWZ70 { width:13.5625rem;height:13.5625rem;top:11.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNfuCSggSyvGBVIMrfDzfm6Fi56LzvMh { width:13.625rem;height:3.3125rem;top:24.875rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvBuV5w84284UzqXg1C2t0EuqmOlWFhA { width:13.5625rem;height:1.1875rem;top:25.8125rem;left:22.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru9GvTvP4dcUut0SWDnQl1ai55DOZ3Ks { width:13.5625rem;height:13.5625rem;top:11.375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Jwth3vgnlJnAlR41sp61wEffsscKT1 { width:13.625rem;height:3.3125rem;top:24.875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb60WKOnSMvUiXXwwbCAqJrcoGPPm768 { width:13.5625rem;height:1.1875rem;top:25.8125rem;left:34.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7fWfnttJstFz4mv7elLf84wpRhcwDxQ { width:13.5625rem;height:13.5625rem;top:11.375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev62Vhi2Ub4TymOFTt6ETIVpbvlTkWPH { width:13.625rem;height:3.3125rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAEaUVwQ26am9HJ4olUi0vgmG045cDwG { width:13.625rem;height:3.3125rem;top:42.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcIelTHDd3U4waWvBBRathuVghvsViT { width:13.625rem;height:3.3125rem;top:42.875rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTzSdETLL8TXutai0gylefvENSWSCGIr { width:13.5625rem;height:1.1875rem;top:43.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSrAbUKvabtxIkPI3GouqQr6skaGgV10 { width:13.5625rem;height:1.1875rem;top:43.8125rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awCA8XM970G9kK3n69ZinZ7eu1sLuKSN { width:13.5625rem;height:1.1875rem;top:43.8125rem;left:22.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU2sR4P3B1DQGbAKASeuouQVQ7G3EK5I { width:13.5625rem;height:13.5625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RP3VDxI7IgpERfmzHQPCRpAV3tZdrx { width:13.5625rem;height:13.5625rem;top:29.375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQd5gPywwHhA9aPdPVq5FBoALIreB3P { width:13.5625rem;height:13.5625rem;top:29.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXdJSmIk5ibrgo011GbGFLUWAu49U0kP { width:13.625rem;height:3.3125rem;top:42.875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa1rACFMTAzPZNa5rzqZiV9gthuUIlqu { width:13.5625rem;height:1.1875rem;top:43.8125rem;left:34.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeckM7N4PhFiyT98hCeOnMkFAVCRisr { width:13.5625rem;height:13.5625rem;top:29.375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBOuR4zMBbzXRTSZsB0cHm8c5HVrRkpN { width:13.625rem;height:3.3125rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpMF2ufzT2pTD3yScgVg6GNTMcg5nGsv { width:13.625rem;height:3.3125rem;top:61rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #By0RcCkIkaI5DsxTF0kX7lLhVS3K3JTV { width:13.5625rem;height:1.1875rem;top:61.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoFu3FTEh7lTSJQ0kD6KzeOPM8xp6QsR { width:13.5625rem;height:1.1875rem;top:61.9375rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qag5HTKBT8aoFzilowTbPq5FwNn9bS6C { width:13.625rem;height:3.3125rem;top:61rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsmw7OhJq40CxH4ubIVOM6RfK7lMTIDa { width:13.5625rem;height:1.1875rem;top:61.9375rem;left:22.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZgAfGV8qsGsEh3biDB693lmUDJPTtrc { width:13.5625rem;height:13.5625rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiLXrFmbRU0nzsOh9rhy9tNARS2AGWCL { width:13.5625rem;height:13.5625rem;top:47.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiS23ZF94ohOLwT61pQBP4hEWKicghkV { width:13.5625rem;height:13.5625rem;top:47.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuAV0zT1SPl9w94tldABrFM8CPaa1b7m { width:13.625rem;height:3.3125rem;top:61rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiiM6ZDaECxf7ZM32wusVm8mDV66UhRF { width:13.5625rem;height:2.375rem;top:61.5rem;left:34.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZgKXzsN4RIPuq6TUObop0WOhv8cz1xA { width:13.5625rem;height:13.5625rem;top:47.5rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkT9dDZZ1mBeTril4Lp9nELlginW66Kx { width:30.0625rem;height:2.75rem;top:4.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF { display:block; }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwCMOwIyaN5T90C9UNLQuMlzOzMR87Vr { width:29.625rem;height:4.0625rem;top:1.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp8WLMsJZ5yITsuuxzFCnmwiQVUl32Ad { top:7.25rem;left:0rem;width:27.5rem;height:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvHSmkWGyUTFKyIlokLxgiXzwmWoFkTR { width:29.625rem;height:4.0625rem;top:1.375rem;left:18.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O78VlViowit11DIGiM7G7T3Ei1Hn8hPm { top:7.25rem;left:20.25rem;width:27.5rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx { display:block; }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLq591xUgSgGWh8fTqXy9HkrdKZUc30d { width:29.625rem;height:2.375rem;top:6.875rem;left:18.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q26PywvLRJ6Q9t6kcr7Dxp5p6EGeuXwT { top:10.25rem;left:19.8125rem;width:27.9375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFDQES9vIXnyCoZ7uh6CxdCkxPPl5mQK { top:2.3125rem;left:1.90625rem;width:20.0625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVT8ucVk4rTUrF2RCcZJaV9dZOH3MTMD { top:27.625rem;left:28.28125rem;width:18.625rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUnv7t6JKAVg2vVBVtAc5ElAUVSTncPL { width:29.625rem;height:2.375rem;top:31rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy7pgUqs70I3e99AQlR8rlvVKNL0PEbg { top:34.375rem;left:0rem;width:30rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLoTVNLDS6WqFFoyoEEUMK8MIEpRfewa { width:13.75rem;height:3.5rem;top:20.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #xunzrEEzDoxVI5PubKVaOfkB3iTLwXpq { display:block; }
 }@media only screen and (max-width: 763px) { #rzOWRTFNQ16JBDWcLoTrbAl3I3MwfQJT { width:13.75rem;height:3.5rem;top:46.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF41CMhRie7TJ29H69u2AzyyTzD16x77 { display:block; }
 }@media only screen and (max-width: 763px) { #PwbEnkuroUzn1rF6lsnAHFsv2mwpvihg { width:13.75rem;height:3.5rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS6eLtop4kUHFhoRLJp481H2GcNZJKyn { display:block; }
 }@media only screen and (max-width: 763px) { #RAAihF2nDFUEwLDNRrRO22Dx5JyTvpk2 { width:13.75rem;height:3.5rem;top:20.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTLdTew3wi1nt59RLlEvh9EzkLFz0He { display:block; }
 }@media only screen and (max-width: 763px) { #VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye { display:block; }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpFB7AhVgf8hTdSoTgEqs14TzPz9bT2T { width:30.3125rem;height:10rem;top:2.9375rem;left:17.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlWXMl3C0BzJK6R454r8euqimfBlhvb0 { width:28.6875rem;height:3.625rem;top:5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdVskxHOugam5gMmHJwTphKNzvoFmLok { width:13.9375rem;height:32.9375rem;top:10.875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { width:6.6875rem;height:6.6875rem;top:2.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhzxiSwtyN3CK09G3Di808yePCaVWyQe { width:4.875rem;height:4.875rem;top:3.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { width:6.6875rem;height:6.6875rem;top:10.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { width:4.875rem;height:4.875rem;top:11.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMesrPFIH8ssJVWgKKGW8yglXCKThudx { width:6.6875rem;height:6.6875rem;top:19.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { width:4.875rem;height:4.875rem;top:20.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LqJB8h6KGQxC9BgikposUhkzDRkeqW { width:0.125rem;height:29.75rem;top:8.625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:21.0625rem;height:1.6875rem;top:3rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:21.0625rem;height:5.5rem;top:5.3125rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { width:21.0625rem;height:4.125rem;top:14rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { width:21.0625rem;height:1.6875rem;top:11.6875rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5dlfvF31mtdgqWfBGXHI3kbKzLBd53 { width:21.0625rem;height:4.125rem;top:22.6875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { width:21.0625rem;height:1.6875rem;top:20.375rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfNW3bx3r03g2dSmD4cJgOsxdh6Hl6G { width:6.6875rem;height:6.6875rem;top:28.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEMTJwb31LrhcFQI4oa5deT3xZ7s7hTF { width:4.875rem;height:4.875rem;top:29.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfcFlifJBQG2Ue4SxfMbO8ZBE5IBL3bB { width:21.0625rem;height:4.125rem;top:31.5625rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAgqgzn7UxzO9pcRekUe5F5trx5vls55 { width:21.0625rem;height:1.6875rem;top:29.25rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkbfnwqZ6puR0SmPTalyp9AGgfEGsrZs { width:6.6875rem;height:6.6875rem;top:37.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyOMJ1WuvwkoVwlUhPgeTn8iwKwaqIRX { width:21.1875rem;height:5.5rem;top:40.3125rem;left:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtk9TVZ3Ge8PQbEkQ4EpAcVlXbU0uA5o { width:4.875rem;height:4.875rem;top:38.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGKAId4c5GTfoCCpvl1Gd9ULcrla9N0T { width:21.0625rem;height:1.6875rem;top:38rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvByAezAqMLzplOgFsu13UTtdzcOf46W { width:22.0625rem;height:6.75rem;top:2.6875rem;left:0.90625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKdJquAWdA5xbsCifbkQHnXiNuxTyEX { top:21.0625rem;left:23.875rem;width:4.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6Im6qTZgSqAnIpRt2TIKMoHiXDnW32 { top:29.875rem;left:23.875rem;width:4.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEgcOeU5FsNDsSKgI35yKTdGA605khmt { top:38.8125rem;left:23.875rem;width:4.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKeaxRlxf33MBlAlq8yPDfrdswHJk26P { top:12.5rem;left:23.875rem;width:3.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWV02hZSCRPzNmHIs7eA26FMpQbCrJTD { top:4.5625rem;left:23.875rem;width:4.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX { display:block; }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2KEPk2pxDdGHkqrXE9fGBr5bvDiRkDK { width:30.5rem;height:3.625rem;top:3rem;left:8.5939674377444rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw { display:block; }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbG48b7EGC42MrWEHfZs1Xhk5l57TN8N { top:3rem;left:0.375rem;width:12.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cMc9AaHZ1nP95dQe9MyHtALMcITyFm { top:3.6875rem;left:16rem;width:13.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtTl8Qlm3bxe4w2ozKKZSlTqJZbwdMPb { top:3.3125rem;left:31.6875rem;width:15.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJfbWZlGGi5ZurbW9SM9HQyfxpIGhWi { top:10.0625rem;left:16.5625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb { display:block; }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoOpOyUMfgreqrvZyNB1as5vwc2Pqoc3 { top:6.6875rem;left:0rem;width:14.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sydl8O7xX7XAr7kM4T7z0t1Uw4LQxZgh { top:6.6875rem;left:31.75rem;width:15.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGEk99QMSiHm5zroebdUVRZx8T9mE3KH { display:block; }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsRlL6WDkSyvRuJtGBaLK92lbbyb3zIX { width:47.75rem;height:1.125rem;top:0.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 { display:block; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQvgBRJIWKQh3dKbyiDRPbTMRdMoZM8K { top:8rem;left:0rem;width:29.4375rem;height:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXkeMiSFVJFTAv4Qe27ud5HXOEuTosX { top:23.625rem;left:0rem;width:9.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4aRqINS1XVwZh92By6C9dn3aoNF3gtG { display:none; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:23.5625rem;height:3.625rem;top:3.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBhOJGy0hPwaTT4Arz1K63PLo8TTmPZJ { top:26.75rem;left:0rem;width:15.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqG43rSWEXMw2CZSNQeWbzLF07E2x3nQ { top:19.3125rem;left:0rem;width:21.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-regular-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-text { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-text {padding-top: 0; padding-bottom: 0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-textarea { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-select { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-select {padding-top: 0; padding-bottom: 0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-checkbox-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp  { width:22.625rem;height:auto;top:3.4375rem;left:22.625rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .radio-container { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp {display:block;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp { width:22.625rem;height:auto;top:3.4375rem;left:22.625rem; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #b3l3tdfKJCMFNHipwIWbfnfMsn6ttNEd {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #iHR1P10oVCM0D3WlsxMTX9GsTuQ43JM3 { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #oDLzKAFbh3hevgENXuJePP2ae3I283my {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #gap12G5sotsywWpwTKD6zTHWwUy6cyyu {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #kTzAR7nDVI53Tq7K5pOWN56lzKxTJJQa { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #mT7wEgx8G3TQAs3EspWZ3drr5w4xXA05 {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #cPmc4TO1TN158LWnDua17Qq9M9WvkE9P {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #MNHOLOVvRo71WTHrXMpSEtaEhLRlWTU9 { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #EeEnr82VF8wLCr5hVVs6y360QiMTti7F {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #C90ZQ4oWtaQIn1SNB0RGfEMlHRI8uZvm {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #rsKX5XZ1bFDN5UEFGGBQ0P2xVwhwzVV9 { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #sJQR3S9bQxTDPyvhLBEKDaQEBzWXgfZl {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #XeML59lvShSaQaADxkuO3Hvxls6IpzFT {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #Uf8uoySoWauZWyK3hGrB7u9lff3MW2kE { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #adbzx1obR5L6eg26atZU9TgwmKbMEvVa {  }
 }@media only screen and (max-width: 763px) { #TRT7Lr4ZpZrGV3PQDR1p5F2IfixSvt3n { display:block; }
 }@media only screen and (max-width: 763px) { #dqsG3ONIqqlqefCWzTFm9vcVSTKRahkC { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #rkAICOy5FdPFNGAmTqxb4s5X86ss2BB6 {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #SKKhKWdF6BpqqwXfSStKkhUaWJqk8swG {  }
 }@media only screen and (max-width: 763px) { #hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG { display:block; }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSCEWolVWOlBTWS6I3ZF6pasNcoXg9MT { top:0.8125rem;left:0rem;width:9.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFo9TAkgg4elezCCFZOTi5xBCqmsEDlS { top:0.9375rem;left:38.5625rem;width:9.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii { display:block; }#DnK9ASBbhxxGpJf8eVaCy8QLTsIFTyii > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suFRava1ItVrNHaC8rp5zdONRfV8MfbP { width:8.375rem;height:4.1875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WebTS5HAOkzJGOVtAnAsuzCfWptrivzN { width:1.5625rem;height:1.5625rem;top:6.0625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDmBRPxxP2dkyTXKsF7WchXs3HauCy7h { width:1.5625rem;height:1.5625rem;top:6.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { width:13.0625rem;height:1.29980625rem;top:6.3125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/d4ydxtOc/water_target_inicio_movil.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.63); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.63); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:20rem;height:auto;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBBrgETC5kBbBSuVbqQdcx0Jhv69VJIn { width:16.875rem;height:4.0625rem;top:9.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ApQznLslnO0oym0TCQGdlPo8nIyDh6oP { width:17.5rem;height:4.0625rem;top:17.6875rem;left:1.25rem;background-color:#11ba9b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #V9XJ3aELMMUqGIMFe4Tt7VzqKzaVO8De { display:block; }
 }@media only screen and (max-width: 763px) { #iVKLGnd21ENuHEFibTJLQa8P5LUDw5mm { width:20rem;height:7.1990625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15003;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kCS3XKtz8wfcGINt7pU3pcQAqsSu2ogV { width:20rem;height:13.3125rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ { display:block; }#D5AWIV2ECBIJFJLx1TLv3DUTibrKdIBZ > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynolnqkMl7m8PG3WzTbsIMwfGw36OKUT { width:3.9375rem;height:4rem;top:1.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z19Qp4hFxlTv7EMg2rsd6mWdNTs4uc3w { width:9rem;height:1.94921875rem;top:2.96875rem;left:8.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rEibFXzfsWFv2iaTnDk80ziJg8sGrWnI { width:3.875rem;height:3.875rem;top:8.5rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIhoQTyi0fzcLRdncOQnlzfPBP07qecD { width:9rem;height:1.94921875rem;top:9.53125rem;left:8.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCOBCWV7ti8dzEmSJORzoSTWM9I0ZKh7 { width:3.875rem;height:3.875rem;top:14.9375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5Qp7kIGUuIwnJTBaWKCug9C86PGni0 { width:3.875rem;height:3.875rem;top:21.4375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOaGTHNJgPVNTvrquSblOx2ZnKudqkAS { width:7.6875rem;height:1.94921875rem;top:22.46875rem;left:8.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U2xVHhEAJAA0C1QcP167mIlF8PVlhmI2 { width:9rem;height:1.94921875rem;top:15.96875rem;left:8.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QFmUKg1N/water_target_nosotros_movil.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP.adaptive-delivery-prevent-bg, #JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP.lazyload, #JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP.lazyloading { background-image: none; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container { background-color: transparent; background-image: none; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container > .video-iframe-container { display: none; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row > .video-iframe-container { display: none; }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .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); }#JEqQg2w9aXFPtPZatLidE0qoTmTFeXcP > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brvrxQu0W4GAr8UfDskp9vS0RpirN8RU { width:20rem;height:2.19993125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSZNPUdSUsLHeHZZ6oEtAlowrl2x9mZ { width:20rem;height:20.9375rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECdTRBKRL65u5fUrElVpCTTspJl9HTWA { width:17.25rem;height:17.9980625rem;top:33.40625rem;left:1.375rem;text-align:left;text-align-last:left;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmJqz4oB3m7Fgm2JfRJ2u7uVErFAEH6e { width:20rem;height:2.19993125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15004;color:#2586ca;display:block; }
 }@media only screen and (max-width: 763px) { #Xsg0R0VJXSQXVhxTx9Pa1oVaPNaDqLbw { width:20rem;height:0;top:82.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcZBrTlGsA76Iv3Dafry2lKOvlkUtmuU { width:20rem;height:3.7109375rem;top:54.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvHkdfNJdQ8MW57r4J3s1F6tU8Vvf32s { width:17.3125rem;height:26rem;top:59.0625rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghwJvlUilrbapABfSFDHRFFuLSqLGVeH { display:block; }#ghwJvlUilrbapABfSFDHRFFuLSqLGVeH > .row .container { width:20rem;height:225.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoTFNMdXVAoDBCdsrqC7MI0R0RHQk2yP { width:13.5625rem;height:13.5625rem;top:4.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt0ooK3lXpUpqbmHgyeMGTZwckkt7Zp5 { width:13.625rem;height:3.3125rem;top:17.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQN0hfl9n5huUoQupXRXeHsOlDVevUAv { width:13.5625rem;height:1.21875rem;top:18.5rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdimnPThl4lfrm3Lmtvl62gXZgt30V40 { width:13.625rem;height:3.3125rem;top:35.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VicCFgqdqHWHPTAu2uMfNDCPnlJ0kqaH { width:13.5625rem;height:1.21875rem;top:36.5rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpbuNPk1s8HPL0PRlK9662V3xfncWZ70 { width:13.5625rem;height:13.5625rem;top:21.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNfuCSggSyvGBVIMrfDzfm6Fi56LzvMh { width:13.625rem;height:3.3125rem;top:53.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvBuV5w84284UzqXg1C2t0EuqmOlWFhA { width:13.5625rem;height:1.21875rem;top:54.6875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru9GvTvP4dcUut0SWDnQl1ai55DOZ3Ks { width:13.5625rem;height:13.5625rem;top:40.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Jwth3vgnlJnAlR41sp61wEffsscKT1 { width:13.625rem;height:3.3125rem;top:72rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb60WKOnSMvUiXXwwbCAqJrcoGPPm768 { width:13.5625rem;height:1.21875rem;top:73.0625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7fWfnttJstFz4mv7elLf84wpRhcwDxQ { width:13.5625rem;height:13.5625rem;top:58.5rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev62Vhi2Ub4TymOFTt6ETIVpbvlTkWPH { width:13.625rem;height:3.3125rem;top:90.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAEaUVwQ26am9HJ4olUi0vgmG045cDwG { width:13.625rem;height:3.3125rem;top:108.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcIelTHDd3U4waWvBBRathuVghvsViT { width:13.625rem;height:3.3125rem;top:164.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTzSdETLL8TXutai0gylefvENSWSCGIr { width:13.5625rem;height:1.21875rem;top:91.3125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSrAbUKvabtxIkPI3GouqQr6skaGgV10 { width:13.5625rem;height:1.21875rem;top:109.6875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awCA8XM970G9kK3n69ZinZ7eu1sLuKSN { width:13.5625rem;height:1.21875rem;top:128.625rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU2sR4P3B1DQGbAKASeuouQVQ7G3EK5I { width:13.5625rem;height:13.5625rem;top:76.875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RP3VDxI7IgpERfmzHQPCRpAV3tZdrx { width:13.5625rem;height:13.5625rem;top:114rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQd5gPywwHhA9aPdPVq5FBoALIreB3P { width:13.5625rem;height:13.5625rem;top:95.25rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXdJSmIk5ibrgo011GbGFLUWAu49U0kP { width:13.625rem;height:3.3125rem;top:146.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa1rACFMTAzPZNa5rzqZiV9gthuUIlqu { width:13.5625rem;height:1.21875rem;top:147.3125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoeckM7N4PhFiyT98hCeOnMkFAVCRisr { width:13.5625rem;height:13.5625rem;top:132.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBOuR4zMBbzXRTSZsB0cHm8c5HVrRkpN { width:13.625rem;height:3.3125rem;top:183.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpMF2ufzT2pTD3yScgVg6GNTMcg5nGsv { width:13.625rem;height:3.3125rem;top:127.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #By0RcCkIkaI5DsxTF0kX7lLhVS3K3JTV { width:13.5625rem;height:1.21875rem;top:165.875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoFu3FTEh7lTSJQ0kD6KzeOPM8xp6QsR { width:13.5625rem;height:1.21875rem;top:184.5625rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qag5HTKBT8aoFzilowTbPq5FwNn9bS6C { width:13.625rem;height:3.3125rem;top:201.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsmw7OhJq40CxH4ubIVOM6RfK7lMTIDa { width:13.5625rem;height:1.21875rem;top:202.6875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZgAfGV8qsGsEh3biDB693lmUDJPTtrc { width:13.5625rem;height:13.5625rem;top:151.25rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiLXrFmbRU0nzsOh9rhy9tNARS2AGWCL { width:13.5625rem;height:13.5625rem;top:169.9375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiS23ZF94ohOLwT61pQBP4hEWKicghkV { width:13.5625rem;height:13.5625rem;top:188.0625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuAV0zT1SPl9w94tldABrFM8CPaa1b7m { width:13.625rem;height:3.3125rem;top:219.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiiM6ZDaECxf7ZM32wusVm8mDV66UhRF { width:13.5625rem;height:2.4375rem;top:220.34375rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZgKXzsN4RIPuq6TUObop0WOhv8cz1xA { width:13.5625rem;height:13.5625rem;top:206.375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkT9dDZZ1mBeTril4Lp9nELlginW66Kx { width:20rem;height:1.85635625rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF { display:block; }#GkFCMbAySmibr5Ae3rUC0LQQhyR4y1gF > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwCMOwIyaN5T90C9UNLQuMlzOzMR87Vr { width:20rem;height:3.7109375rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp8WLMsJZ5yITsuuxzFCnmwiQVUl32Ad { width:20rem;height:26rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvHSmkWGyUTFKyIlokLxgiXzwmWoFkTR { width:20rem;height:8.25rem;top:33.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O78VlViowit11DIGiM7G7T3Ei1Hn8hPm { width:20rem;height:14rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx { display:block; }#lEaBxyrdJxBINupSIm3WU6FXFhcnXnbx > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLq591xUgSgGWh8fTqXy9HkrdKZUc30d { width:20rem;height:3.7109375rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q26PywvLRJ6Q9t6kcr7Dxp5p6EGeuXwT { width:20rem;height:10rem;top:33.4765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFDQES9vIXnyCoZ7uh6CxdCkxPPl5mQK { width:20rem;height:27.3125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVT8ucVk4rTUrF2RCcZJaV9dZOH3MTMD { width:18.625rem;height:25.375rem;top:60.9140625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUnv7t6JKAVg2vVBVtAc5ElAUVSTncPL { width:20rem;height:3.7109375rem;top:56.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy7pgUqs70I3e99AQlR8rlvVKNL0PEbg { width:20rem;height:12rem;top:87.7265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLoTVNLDS6WqFFoyoEEUMK8MIEpRfewa { width:13.75rem;height:3.5rem;top:49.3515625rem;left:3.125rem;background-color:#2586ca;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xunzrEEzDoxVI5PubKVaOfkB3iTLwXpq { display:block; }
 }@media only screen and (max-width: 763px) { #rzOWRTFNQ16JBDWcLoTrbAl3I3MwfQJT { width:13.75rem;height:3.5rem;top:107.2890625rem;left:3.125rem;background-color:#2586ca;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TF41CMhRie7TJ29H69u2AzyyTzD16x77 { display:block; }
 }@media only screen and (max-width: 763px) { #PwbEnkuroUzn1rF6lsnAHFsv2mwpvihg { width:13.75rem;height:3.5rem;top:102.5390625rem;left:3.125rem;background-color:#2586ca;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NS6eLtop4kUHFhoRLJp481H2GcNZJKyn { display:block; }
 }@media only screen and (max-width: 763px) { #RAAihF2nDFUEwLDNRrRO22Dx5JyTvpk2 { width:13.75rem;height:3.5rem;top:44.7265625rem;left:3.125rem;background-color:#2586ca;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NGTLdTew3wi1nt59RLlEvh9EzkLFz0He { display:block; }
 }@media only screen and (max-width: 763px) { #VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye { display:block; }#VkpcSIfS9nRoK5HAmguCEIFaxe2dlmye > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpFB7AhVgf8hTdSoTgEqs14TzPz9bT2T { width:20rem;height:14.21875rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlWXMl3C0BzJK6R454r8euqimfBlhvb0 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdVskxHOugam5gMmHJwTphKNzvoFmLok { width:13.9375rem;height:32.9375rem;top:93.5625rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { width:6.6875rem;height:6.6875rem;top:7rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhzxiSwtyN3CK09G3Di808yePCaVWyQe { width:4.875rem;height:4.875rem;top:7.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { width:6.6875rem;height:6.6875rem;top:25.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { width:4.875rem;height:4.875rem;top:26.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMesrPFIH8ssJVWgKKGW8yglXCKThudx { width:6.6875rem;height:6.6875rem;top:43.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { width:4.875rem;height:4.875rem;top:44.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LqJB8h6KGQxC9BgikposUhkzDRkeqW { width:0.0625rem;height:19.875rem;top:12.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:17rem;height:1.625rem;top:14.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:17rem;height:6.9970625rem;top:17.8125rem;left:1.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { width:17rem;height:5.59765625rem;top:36.75rem;left:1.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { width:17rem;height:1.625rem;top:33.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5dlfvF31mtdgqWfBGXHI3kbKzLBd53 { width:17rem;height:4.19824375rem;top:54.3125rem;left:1.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { width:17rem;height:1.625rem;top:51.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfNW3bx3r03g2dSmD4cJgOsxdh6Hl6G { width:6.6875rem;height:6.6875rem;top:59.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEMTJwb31LrhcFQI4oa5deT3xZ7s7hTF { width:4.875rem;height:4.875rem;top:60.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfcFlifJBQG2Ue4SxfMbO8ZBE5IBL3bB { width:16.875rem;height:5.19921875rem;top:70.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAgqgzn7UxzO9pcRekUe5F5trx5vls55 { width:20rem;height:1.625rem;top:67.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkbfnwqZ6puR0SmPTalyp9AGgfEGsrZs { width:6.6875rem;height:6.6875rem;top:76.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyOMJ1WuvwkoVwlUhPgeTn8iwKwaqIRX { width:17.6875rem;height:5.19921875rem;top:87.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtk9TVZ3Ge8PQbEkQ4EpAcVlXbU0uA5o { width:4.875rem;height:4.875rem;top:77.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGKAId4c5GTfoCCpvl1Gd9ULcrla9N0T { width:20rem;height:1.625rem;top:84.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvByAezAqMLzplOgFsu13UTtdzcOf46W { width:13.1875rem;height:4.5rem;top:1.25rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKdJquAWdA5xbsCifbkQHnXiNuxTyEX { width:4.5rem;height:3.6875rem;top:45.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6Im6qTZgSqAnIpRt2TIKMoHiXDnW32 { width:4.1875rem;height:3.6875rem;top:61.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEgcOeU5FsNDsSKgI35yKTdGA605khmt { width:4.125rem;height:3.3125rem;top:78.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKeaxRlxf33MBlAlq8yPDfrdswHJk26P { width:3.9375rem;height:3.4375rem;top:27.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWV02hZSCRPzNmHIs7eA26FMpQbCrJTD { width:4.0625rem;height:3.25rem;top:8.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX { display:block; }#PTMM3I9IZP7zBopAsDDS8U8tRHEn46PX > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2KEPk2pxDdGHkqrXE9fGBr5bvDiRkDK { width:20rem;height:2.5996125rem;top:1.1046009063721rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw { display:block; }#Tfy3R4xTygLcEQBkTH8T5xkfG8JI6WRw > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbG48b7EGC42MrWEHfZs1Xhk5l57TN8N { width:8.125rem;height:3rem;top:6.3758697509762rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cMc9AaHZ1nP95dQe9MyHtALMcITyFm { width:7.9375rem;height:2rem;top:1.559232711792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtTl8Qlm3bxe4w2ozKKZSlTqJZbwdMPb { width:7.6875rem;height:2.0625rem;top:1.4952259063721rem;left:10.466580450535rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJfbWZlGGi5ZurbW9SM9HQyfxpIGhWi { width:8.125rem;height:8.125rem;top:3.8129348754883rem;left:10.871311247349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb { display:block; }#XR87xKTbyVAKOS9CxXd2TXM7GeKmusrb > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoOpOyUMfgreqrvZyNB1as5vwc2Pqoc3 { width:7rem;height:1.5625rem;top:1.3454895019531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sydl8O7xX7XAr7kM4T7z0t1Uw4LQxZgh { width:7.875rem;height:1.5625rem;top:1.314022064209rem;left:9.8133688569069rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGEk99QMSiHm5zroebdUVRZx8T9mE3KH { display:block; }#IGEk99QMSiHm5zroebdUVRZx8T9mE3KH > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsRlL6WDkSyvRuJtGBaLK92lbbyb3zIX { width:20rem;height:4.546875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 { background-color:#096cb2;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5.adaptive-delivery-prevent-bg, #QehQVuyUqBoddOtk9fSePDZ7cTBswBs5.lazyload, #QehQVuyUqBoddOtk9fSePDZ7cTBswBs5.lazyloading { background-image: none; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container { background-color: transparent; background-image: none; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container > .video-iframe-container { display: none; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row > .video-iframe-container { display: none; }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .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); }#QehQVuyUqBoddOtk9fSePDZ7cTBswBs5 > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQvgBRJIWKQh3dKbyiDRPbTMRdMoZM8K { width:18.125rem;height:14.660125rem;top:5.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNXkeMiSFVJFTAv4Qe27ud5HXOEuTosX { width:10rem;height:1.21875rem;top:56.90625rem;left:5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4aRqINS1XVwZh92By6C9dn3aoNF3gtG { top:20.84375rem;left:0rem;width:20rem;height:29.5rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:17rem;height:2.4375rem;top:2.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBhOJGy0hPwaTT4Arz1K63PLo8TTmPZJ { width:16.3125rem;height:1.38139375rem;top:59.5rem;left:1.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqG43rSWEXMw2CZSNQeWbzLF07E2x3nQ { width:18rem;height:2.4375rem;top:52.625rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-form-header {  }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-regular-label { height:auto;display:block;font-family:"avenir next";font-size:1rem;font-weight:bold;color:#090e36;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-text { background-color:rgba(9,108,178,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:1.6875rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"avenir next";vertical-align:top;text-align:center;text-align-last:center; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-text {padding-top: 0; padding-bottom: 0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-textarea { background-color:rgba(9,108,178,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"avenir next";vertical-align:top;text-align:center;text-align-last:center; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-select {padding-top: 0; padding-bottom: 0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#11ba9b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.5rem;font-family:"open sans";overflow:hidden; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp [class*="-text"]:-moz-placeholder { color:#4d4d4f;font-family:"avenir next";font-size:0.875rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp [class*="-text"]::-moz-placeholder { color:#4d4d4f;font-family:"avenir next";font-size:0.875rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp [class*="-text"]:-ms-input-placeholder { color:#4d4d4f;font-family:"avenir next";font-size:0.875rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp [class*="-text"]::-webkit-input-placeholder { color:#4d4d4f;font-family:"avenir next";font-size:0.875rem; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-container:first-of-type{padding-top:0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-container:last-of-type{padding-bottom:0;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:20.4375rem;z-index:100002; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp {display:block;}#B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:20.4375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #b3l3tdfKJCMFNHipwIWbfnfMsn6ttNEd {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #iHR1P10oVCM0D3WlsxMTX9GsTuQ43JM3 { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #oDLzKAFbh3hevgENXuJePP2ae3I283my {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #gap12G5sotsywWpwTKD6zTHWwUy6cyyu {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #kTzAR7nDVI53Tq7K5pOWN56lzKxTJJQa { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #mT7wEgx8G3TQAs3EspWZ3drr5w4xXA05 {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #cPmc4TO1TN158LWnDua17Qq9M9WvkE9P {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #MNHOLOVvRo71WTHrXMpSEtaEhLRlWTU9 { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #EeEnr82VF8wLCr5hVVs6y360QiMTti7F {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #C90ZQ4oWtaQIn1SNB0RGfEMlHRI8uZvm {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #rsKX5XZ1bFDN5UEFGGBQ0P2xVwhwzVV9 { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #sJQR3S9bQxTDPyvhLBEKDaQEBzWXgfZl {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #XeML59lvShSaQaADxkuO3Hvxls6IpzFT {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #Uf8uoySoWauZWyK3hGrB7u9lff3MW2kE { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #adbzx1obR5L6eg26atZU9TgwmKbMEvVa {  }
 }@media only screen and (max-width: 763px) { #TRT7Lr4ZpZrGV3PQDR1p5F2IfixSvt3n { display:block; }
 }@media only screen and (max-width: 763px) { #dqsG3ONIqqlqefCWzTFm9vcVSTKRahkC { display:block; }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #rkAICOy5FdPFNGAmTqxb4s5X86ss2BB6 {  }
 }@media only screen and (max-width: 763px) { #B9crebQSrs8aGAw8Uhhdf4UoxGiRVVkp #SKKhKWdF6BpqqwXfSStKkhUaWJqk8swG {  }
 }@media only screen and (max-width: 763px) { #hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG { display:block; }#hZymOTTkwP4twVJz3hI7ZQ638H7ra3BG > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSCEWolVWOlBTWS6I3ZF6pasNcoXg9MT { width:9.1875rem;height:0.9747875rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFo9TAkgg4elezCCFZOTi5xBCqmsEDlS { width:9.1875rem;height:0.9747875rem;top:1.375rem;left:10.8125rem;font-size:0.75rem;display:block; }
 }