.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row .container { background-color: transparent; background-image: none; }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row .container > .video-iframe-container { display: none; }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row > .video-iframe-container { display: none; }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .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); }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row .container { border-width: 0; border-radius: 0; }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row .container { font-size:14px;font-family:arial;height:131px;width:1200px;position:relative;display:block; }#i99nsgUSyB6olFObEaKIFIxtcc8feNX9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:102px;width:141px;top:11.5px;left:0px;overflow:hidden;display:block; }
#AST6m0Bg7STTi5GmDx3GHyZzZx2hODLL { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:50px;left:534px;overflow:hidden;display:block; }
#bJJa72UWiqtgi5FP1Iwksv5B7M7SZUI9 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:50px;left:585px;overflow:hidden;display:block; }
#DtRIZG2t0numkXWearEQ7KtdTEZq4U28 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32px;width:32px;top:50px;left:634px;overflow:hidden;display:block; }
#sLBoWrp2rzs23C74VyOS8k4eAQ9W1Bhv { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:127px;top:0px;left:1071px;overflow:hidden;display:block; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AbuoE9T2/portada_landing_kohler_02_min.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:14px;font-family:arial;height:1027px;width:1200px;position:relative;display:block; }#ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { color:#ffffff;display:block;width:672px;position:absolute;font-family:"open sans";font-size:55px;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:153px;left:58px;height:66px;font-style:normal;display:block; }
#PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { color:#ffffff;display:block;width:552px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 8px rgba(0,0,0,0.5);top:219px;left:58px;height:70px;font-style:normal;display:block; }
#x6sUviVCF4BiQ8gBWGqunObCZUy8Utgq { color:#ffffff;display:block;width:304px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:126px;left:823.5px;height:38px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtS6JzKUrkNoeUV73acdtTrE0sOGP73K { position:absolute;display:block;z-index:100003;height:732px;width:337px;top:182px;left:807px;display:block; }
#k7QKUmhme4lCTT5MZemHiWfurzKMiX3S { position:absolute;display:block;z-index:100000;background-color:#040698;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:825px;width:360px;top:112px;left:794px;display:block; }
#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row .container { background-color: transparent; background-image: none; }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row .container > .video-iframe-container { display: none; }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row > .video-iframe-container { display: none; }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .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); }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row .container { border-width: 0; border-radius: 0; }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row .container { font-size:14px;font-family:arial;height:574px;width:1200px;position:relative;display:block; }#VUM7n9V25zMUUTE8WEXTqhPnOOH6iHnt { color:#e4432e;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:50px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:50px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PpyzbQnGUT4BMQfLk2TihIpBvTlhC1IG { color:#000000;display:block;width:314px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:403px;left:23px;height:40px;text-align:center;text-align-last:center;display:block; }
#ILnqlx7NShDukdsH1XVKU2gAWgMtgFLq { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:204px;left:523px;overflow:hidden;display:block; }
#oGfgpophufO8k2ThfdQF2bgiP80pRhyk { color:#000000;display:block;width:365px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:403px;left:419px;height:40px;text-align:center;text-align-last:center;display:block; }
#VdvcP2nO9S5KXoCDB1ZUh3v21NUwEyQ4 { color:#000000;display:block;width:329px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:376px;left:16px;height:26px;text-align:center;text-align-last:center;display:block; }
#vAXmPqRsHSK3o7cTF0BiQfstHEJqcNOB { color:#000000;display:block;width:366px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:375px;left:426px;height:26px;text-align:center;text-align-last:center;display:block; }
#l9aUb3pxxTzycMP8i7lrqLG8iJcWplzC { color:#000000;display:block;width:366px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:373px;left:818px;height:26px;text-align:center;text-align-last:center;display:block; }
#a459RrLHZtTO5naGNdRrzkgVklw0bbgd { color:#000000;display:block;width:350px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:402px;left:833px;height:40px;text-align:center;text-align-last:center;display:block; }
#Pn2lIowvJCS7vDaK9qGQdusg3ami8JeM { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:204px;left:933px;overflow:hidden;display:block; }
#eGnTH7EXEBJZ13EUCOwLlxKp3r4B5bsc { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:219px;left:105px;overflow:hidden;display:block; }
#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lTG7I60C/3.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { background-color: transparent; background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .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); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { border-width: 0; border-radius: 0; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { font-size:14px;font-family:arial;height:320px;width:1200px;position:relative;display:block; }#WXTsHTgE3sbW9uktkhOmZcVxZmaiarhh { color:#ffffff;display:block;width:1199px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:98.5px;left:0px;height:123px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { background-color: transparent; background-image: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .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); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { border-width: 0; border-radius: 0; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { font-size:14px;font-family:arial;height:649px;width:1200px;position:relative;display:block; }#TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { color:#e4432e;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:50px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:58px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx { color:#000000;display:block;width:527px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:221px;left:615px;height:296px;font-style:normal;display:block; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:not(:first-child){ padding-top:26px;padding-right:0;padding-bottom:0;padding-left:0; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8wxeqvGv/check_1.png); }
#uSlJ20QnF7mZVDm2RtFHBlFS9qmJDg0g { position:absolute;display:block;z-index:100023;background-color:#df152d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:341px;width:469px;top:207px;left:82px;display:block; }
#znB9U0e53LHFCiJG6VKRtJz8TrU3kia6 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 3px 3px 20px rgba(0,0,0,0.5) ;height:312px;width:469px;top:184px;left:58px;overflow:hidden;display:block; }
#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DfrceMdM/white_generator_set_near_industrial_machines_min.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { font-size:14px;font-family:arial;height:993px;width:1200px;position:relative;display:block; }#XQgDSr4O4tDfexvXL5fposMRw6upbGuG { position:absolute;display:block;z-index:100003;background-color:#040698;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:845px;width:360px;top:77px;left:798px;display:block; }
#n20aAakrfo9Kvaz0rkTPbXt9KXXwEA8e { color:#ffffff;display:block;width:358px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:114px;left:799px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNtSgUnSonPaF7bAbVuDvP6e6PNWVo3p { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:471px;top:173px;left:11px;overflow:hidden;display:block; }
#AhEXhfCebdmx4JrDczxTvt5fxb7uLkVz { color:#ffffff;display:block;width:472px;position:absolute;font-family:arial;font-size:30px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 5px rgba(0,0,0,0.5);top:313px;left:293px;height:39px;text-align:right;text-align-last:right;display:block; }
#PkL6LdrTTG2a6SkibnQhey4qPGJFhVgP { color:#ffffff;display:block;width:431px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 5px rgba(0,0,0,0.5);top:283px;left:329px;height:28px;text-align:right;text-align-last:right;display:block; }
#sN8MT44FT6eDgS2aPIPxXDaUH4bfegRt { color:#ffffff;display:block;width:472px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 5px rgba(0,0,0,0.5);top:349px;left:288px;height:28px;text-align:right;text-align-last:right;display:block; }
#OMoXpbhE4oxldEaCe5Xl5A0BIB2F6ZFQ { position:absolute;display:block;z-index:100004;height:738px;width:320px;top:163px;left:820px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO { display:block; }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i99nsgUSyB6olFObEaKIFIxtcc8feNX9 { width:141px;height:102px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AST6m0Bg7STTi5GmDx3GHyZzZx2hODLL { width:30px;height:30px;top:50px;left:316px;display:block; }
 }@media only screen and (max-width: 763px) { #bJJa72UWiqtgi5FP1Iwksv5B7M7SZUI9 { width:30px;height:30px;top:50px;left:367px;display:block; }
 }@media only screen and (max-width: 763px) { #DtRIZG2t0numkXWearEQ7KtdTEZq4U28 { width:32px;height:32px;top:50px;left:416px;display:block; }
 }@media only screen and (max-width: 763px) { #sLBoWrp2rzs23C74VyOS8k4eAQ9W1Bhv { width:127px;height:127px;top:0px;left:614px;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:672px;height:66px;top:153px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:552px;height:70px;top:219px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #x6sUviVCF4BiQ8gBWGqunObCZUy8Utgq { width:304px;height:38px;top:126px;left:460px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rtS6JzKUrkNoeUV73acdtTrE0sOGP73K { width:337px;height:732px;top:182px;left:427px;display:block; }
 }@media only screen and (max-width: 763px) { #k7QKUmhme4lCTT5MZemHiWfurzKMiX3S { width:360px;height:825px;top:112px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF { display:block; }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUM7n9V25zMUUTE8WEXTqhPnOOH6iHnt { width:764px;height:65px;top:50px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PpyzbQnGUT4BMQfLk2TihIpBvTlhC1IG { width:314px;height:40px;top:403px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ILnqlx7NShDukdsH1XVKU2gAWgMtgFLq { width:150px;height:150px;top:204px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #oGfgpophufO8k2ThfdQF2bgiP80pRhyk { width:365px;height:40px;top:403px;left:201px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VdvcP2nO9S5KXoCDB1ZUh3v21NUwEyQ4 { width:329px;height:26px;top:376px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vAXmPqRsHSK3o7cTF0BiQfstHEJqcNOB { width:366px;height:26px;top:375px;left:208px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #l9aUb3pxxTzycMP8i7lrqLG8iJcWplzC { width:366px;height:26px;top:373px;left:398px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a459RrLHZtTO5naGNdRrzkgVklw0bbgd { width:350px;height:60px;top:402px;left:414px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pn2lIowvJCS7vDaK9qGQdusg3ami8JeM { width:150px;height:150px;top:204px;left:614px;display:block; }
 }@media only screen and (max-width: 763px) { #eGnTH7EXEBJZ13EUCOwLlxKp3r4B5bsc { width:150px;height:150px;top:219px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { display:block; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXTsHTgE3sbW9uktkhOmZcVxZmaiarhh { width:764px;height:123px;top:98px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:764px;height:65px;top:58px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx { width:527px;height:296px;top:221px;left:237px;font-size:20px;display:block; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8wxeqvGv/check_1.png); }
 }@media only screen and (max-width: 763px) { #uSlJ20QnF7mZVDm2RtFHBlFS9qmJDg0g { width:469px;height:341px;top:207px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #znB9U0e53LHFCiJG6VKRtJz8TrU3kia6 { width:469px;height:312px;top:184px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQgDSr4O4tDfexvXL5fposMRw6upbGuG { width:360px;height:845px;top:77px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #n20aAakrfo9Kvaz0rkTPbXt9KXXwEA8e { width:358px;height:28px;top:114px;left:406px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fNtSgUnSonPaF7bAbVuDvP6e6PNWVo3p { width:471px;height:350px;top:173px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AhEXhfCebdmx4JrDczxTvt5fxb7uLkVz { width:472px;height:39px;top:313px;left:75px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PkL6LdrTTG2a6SkibnQhey4qPGJFhVgP { width:431px;height:28px;top:283px;left:111px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sN8MT44FT6eDgS2aPIPxXDaUH4bfegRt { width:472px;height:28px;top:349px;left:70px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OMoXpbhE4oxldEaCe5Xl5A0BIB2F6ZFQ { width:320px;height:738px;top:163px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO { display:block; }#vGQUeI3bhlGuEUy1A4opNhbdEv9MPSBO > .row .container { width:320px;height:344px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i99nsgUSyB6olFObEaKIFIxtcc8feNX9 { width:160px;height:115px;top:13px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #AST6m0Bg7STTi5GmDx3GHyZzZx2hODLL { width:30px;height:30px;top:290px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #bJJa72UWiqtgi5FP1Iwksv5B7M7SZUI9 { width:30px;height:30px;top:290px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #DtRIZG2t0numkXWearEQ7KtdTEZq4U28 { width:32px;height:32px;top:289px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #sLBoWrp2rzs23C74VyOS8k4eAQ9W1Bhv { width:127px;height:127px;top:150px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:transparent;background-image:url("https://images.assets-landingi.com/AbuoE9T2/portada_landing_kohler_02_min.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:320px;height:1108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:320px;height:37px;top:57px;left:0px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:320px;height:44px;top:94px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #x6sUviVCF4BiQ8gBWGqunObCZUy8Utgq { width:280px;height:57px;top:188px;left:20px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rtS6JzKUrkNoeUV73acdtTrE0sOGP73K { width:320px;height:746px;top:265px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k7QKUmhme4lCTT5MZemHiWfurzKMiX3S { width:320px;height:878px;top:169px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF { display:block; }#n0frQ7DrWm3cHhyHKbUqU69sA9xliQEF > .row .container { width:320px;height:988px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUM7n9V25zMUUTE8WEXTqhPnOOH6iHnt { width:320px;height:45px;top:36.625px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PpyzbQnGUT4BMQfLk2TihIpBvTlhC1IG { width:320px;height:40px;top:317px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ILnqlx7NShDukdsH1XVKU2gAWgMtgFLq { width:150px;height:150px;top:415px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #oGfgpophufO8k2ThfdQF2bgiP80pRhyk { width:320px;height:40px;top:597px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VdvcP2nO9S5KXoCDB1ZUh3v21NUwEyQ4 { width:320px;height:26px;top:292px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vAXmPqRsHSK3o7cTF0BiQfstHEJqcNOB { width:320px;height:26px;top:572px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #l9aUb3pxxTzycMP8i7lrqLG8iJcWplzC { width:320px;height:26px;top:840px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a459RrLHZtTO5naGNdRrzkgVklw0bbgd { width:320px;height:60px;top:886px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pn2lIowvJCS7vDaK9qGQdusg3ami8JeM { width:115px;height:115px;top:706px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #eGnTH7EXEBJZ13EUCOwLlxKp3r4B5bsc { width:150px;height:150px;top:128px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { background-color:transparent;background-image:url("https://images.assets-landingi.com/lTG7I60C/3.jpg");background-position:bottom center;background-repeat:repeat;background-attachment:fixed;display:block; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { background-color: transparent; background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .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); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { width:320px;height:333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXTsHTgE3sbW9uktkhOmZcVxZmaiarhh { width:320px;height:182px;top:91px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:320px;height:664px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:320px;height:45px;top:35px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx { width:320px;height:232px;top:110px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8wxeqvGv/check_1.png); }
 }@media only screen and (max-width: 763px) { #uSlJ20QnF7mZVDm2RtFHBlFS9qmJDg0g { width:296px;height:218px;top:399px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #znB9U0e53LHFCiJG6VKRtJz8TrU3kia6 { width:302px;height:201px;top:376px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { background-color:transparent;background-image:url("https://images.assets-landingi.com/DfrceMdM/white_generator_set_near_industrial_machines_min.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:320px;height:1301px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQgDSr4O4tDfexvXL5fposMRw6upbGuG { width:320px;height:833px;top:416px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n20aAakrfo9Kvaz0rkTPbXt9KXXwEA8e { width:320px;height:26px;top:444px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fNtSgUnSonPaF7bAbVuDvP6e6PNWVo3p { width:320px;height:237.781px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AhEXhfCebdmx4JrDczxTvt5fxb7uLkVz { width:320px;height:31px;top:315px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkL6LdrTTG2a6SkibnQhey4qPGJFhVgP { width:320px;height:26px;top:289px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sN8MT44FT6eDgS2aPIPxXDaUH4bfegRt { width:320px;height:26px;top:346px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMoXpbhE4oxldEaCe5Xl5A0BIB2F6ZFQ { width:320px;height:731px;top:499px;left:0px;display:block; }
 }