.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy { 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; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { background-color: transparent; background-image: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container > .video-iframe-container { display: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container { display: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .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); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { border-width: 0; border-radius: 0; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#Oacn6LgenRS9QMo2bEWPVmKEC2hTHwUc { position:absolute;display:block;z-index:15018;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.8125rem;width:17.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#yrAFWbMwNhkyQdI5ASX2fwenFq1RRLDr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.9375rem;top:2.5625rem;left:61.25rem;overflow:hidden;display:block; }
#WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.1875rem;width:6.6875rem;top:3.375rem;left:19.75rem;overflow:hidden;display:block; }
#OgINqKEaJE6tFzqVaT4iRm6ZPMUQXchU { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.44);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3rem;width:26.5rem;top:2.3671875rem;left:17.974609375rem;display:block; }
#hAUa63NzZUXazLK1eBDc8a2XCAKnttd8 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.0625rem;width:8.5625rem;top:3.4375rem;left:27.25rem;overflow:hidden;display:block; }
#kvlHrilIiMaS1KJqb1XXFgF9GocXe6wQ { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:6.125rem;top:3.25rem;left:36.75rem;overflow:hidden;display:block; }
#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/553b12cc-0557-4b50-ad9f-7d6c8449c3ae/orangesolut.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.adaptive-delivery-prevent-bg, #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.lazyload, #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.lazyloading { background-image: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { background-color: transparent; background-image: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container > .video-iframe-container { display: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container { display: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .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); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { border-width: 0; border-radius: 0; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15042;line-height:.9;letter-spacing:0;top:9.75rem;left:8rem;height:3.4875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { position:absolute;display:block;z-index:15046;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:7.125rem;width:30.875rem;top:31.4375rem;left:5.5rem;overflow:hidden;display:block; }
#tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { color:#662483;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:33.25rem;left:12.1875rem;height:3.15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { box-sizing:content-box;height:18.1875rem;width:33.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06a4eda0-aeaa-4083-8e93-5401a10e41a8/smartcity_teaser1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.0625rem;left:3.9375rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }#eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.adaptive-delivery-prevent-bg, #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.lazyload, #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.lazyloading { background-image: none; }
#eXrxytTpJDyg22aIo1nrsV46wVMeCJIk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem; }#eXrxytTpJDyg22aIo1nrsV46wVMeCJIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { position:absolute;display:block;z-index:15085;height:29.125rem;width:28.125rem;top:2.9375rem;left:42.6875rem;display:block; }
#QbK1WgwsZJRJOyRnNOsQru2kvgzPKXeS { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(169deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(169deg, #ffffff, #ffffff);background-image: -o-linear-gradient(169deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(169deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.875rem;width:33.9375rem;top:17.050001144409rem;left:3.9375rem;display:block; }
#Ru4egXu3AovyqapycG2PtsUuntvTvnrk { 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:9.0625rem;width:9.0625rem;top:17.75rem;left:5.3125rem;overflow:hidden;display:block; }
#EMlOggZ9oDO8CJJEPIgSwqAKT3VFXyrB { position:absolute;display:block;z-index:15088;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:5.3125rem;top:21.893751144409rem;left:15.4375rem;overflow:hidden;display:block; }
#ulfVFQPFA53C4b9V8uzafKWFdnv9BzhB { 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:6.5625rem;width:12.0625rem;top:19.6875rem;left:25.171876907349rem;overflow:hidden;display:block; }
#hVTbOW5FMhfQx8mnJfTBMXsMCWt5pZQu { position:absolute;display:block;z-index:15006;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:1.4375rem;width:7.3125rem;top:27.41171836853rem;left:6.1875rem;overflow:hidden;display:block; }
#t7cLcnmiRlPQwaDTNcQQ7F76fWF6yvqd { position:absolute;display:block;z-index:15007;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.8125rem;width:6.5rem;top:26.255470275879rem;left:17.125001907349rem;overflow:hidden;display:block; }
#TwrUVy3248oTtdTqwc3xeGLzTraNHc6U { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7.5rem;top:24.862501144409rem;left:27.362501144409rem;overflow:hidden;display:block; }
#w0syooH0gpLV3L10gD2HWzFMq6QqeHfv { position:absolute;display:block;z-index:15087;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:6.5625rem;width:6.5625rem;top:18.425001144409rem;left:18.534376144409rem;overflow:hidden;display:block; }
#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a { 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; }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row .container { background-color: transparent; background-image: none; }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row .container > .video-iframe-container { display: none; }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row > .video-iframe-container { display: none; }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .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); }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row .container { border-width: 0; border-radius: 0; }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#WGnRM6C3fvAoBhVEAJvMz0L1Whs7Wht3 { color:#0e3c5a;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:5.25rem;left:2.625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8JZm4To5yO7wlW6clHJz8JmoeT8GzeV { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:19.375rem;left:2.625rem;display:block; }
#mpZQz8b2Ie2DqX62pNtPJnFd35L1RkaM { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:20.8125rem;left:3.8125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y959m4HZZr12S798NhnFlDSC27hs7NGt { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/12086b20-03e5-46dc-af88-ca6068b2fcdd/SmartagricultureandfarmingcanbenefitfromLoRaWAN.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:2.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#y959m4HZZr12S798NhnFlDSC27hs7NGt.adaptive-delivery-prevent-bg, #y959m4HZZr12S798NhnFlDSC27hs7NGt.lazyload, #y959m4HZZr12S798NhnFlDSC27hs7NGt.lazyloading { background-image: none; }
#JSbp8pykLb5vICeJ4HyPfhZTfg3v11IZ { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:19.4375rem;left:14.625rem;display:block; }
#h2QWGmZkieceey2SSlLaim2QztaUaxIS { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:20.875rem;left:15.8125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0 { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b3119f90-2fbf-421d-8db4-f4c4b91694ee/LoRaWANinEducationalenvironments.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.125rem;left:14.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0.adaptive-delivery-prevent-bg, #LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0.lazyload, #LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0.lazyloading { background-image: none; }
#wWhWPi3079rDubSQc4EoCElxqQf0Abio { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:19.4375rem;left:26.625rem;display:block; }
#eAJdAbntJzpIq8LhK36TWwhFBtZdTcwa { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6d0e138c-2cbe-4d9b-8bb7-045d2c5198fe/LoRaWANinManufacturingIndustry.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.125rem;left:26.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#eAJdAbntJzpIq8LhK36TWwhFBtZdTcwa.adaptive-delivery-prevent-bg, #eAJdAbntJzpIq8LhK36TWwhFBtZdTcwa.lazyload, #eAJdAbntJzpIq8LhK36TWwhFBtZdTcwa.lazyloading { background-image: none; }
#FogB68f88F5ngb7v2CDt3ieN9g094wyT { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:20.875rem;left:27.8125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kUSIQZUkE4KLdmD2EdnruDgkd4hiwZz8 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:19.4375rem;left:38.6875rem;display:block; }
#Lf3e3FW5OBTQ3BK3zyk2rzt6KEMPvmJM { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4705cb5-f9dc-4142-bcfe-fb926110f05b/LoRaWANinFoodIndustry.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.125rem;left:38.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#Lf3e3FW5OBTQ3BK3zyk2rzt6KEMPvmJM.adaptive-delivery-prevent-bg, #Lf3e3FW5OBTQ3BK3zyk2rzt6KEMPvmJM.lazyload, #Lf3e3FW5OBTQ3BK3zyk2rzt6KEMPvmJM.lazyloading { background-image: none; }
#RmOFoTc1EyNfKWskD13IKT4EAvTuTSpy { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:21.375rem;left:39.875rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Om7ZO5IAewlJdtvnTzvBHPFwbanJ0C3O { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:19.4375rem;left:50.625rem;display:block; }
#l4ZrcSucO0OoKJuDKgLblUtWyE7OPo9N { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:21.375rem;left:51.8125rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N0FKco1kDw88lE0HCM9DD2uyCRbPuMFc { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2dd9bcd9-ed80-4be2-a0a1-e31065638e7b/LoRaWANinSmartCities.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.125rem;left:50.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#N0FKco1kDw88lE0HCM9DD2uyCRbPuMFc.adaptive-delivery-prevent-bg, #N0FKco1kDw88lE0HCM9DD2uyCRbPuMFc.lazyload, #N0FKco1kDw88lE0HCM9DD2uyCRbPuMFc.lazyloading { background-image: none; }
#QbAScaPKtvP4GnqO0TiZJO4DF9STsmWE { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:19.4375rem;left:62.375rem;display:block; }
#lzyWi22ze3JwSMJR4UfG3fiF93Fy0JiS { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:21.4375rem;left:63.5625rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EE2e6o0F6JRM83GlpG3uQGwM37OF3le0 { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/42cb99f0-be05-4845-8df8-d1155f386039/LoRaWANinConstructionIndustry.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.125rem;left:62.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#EE2e6o0F6JRM83GlpG3uQGwM37OF3le0.adaptive-delivery-prevent-bg, #EE2e6o0F6JRM83GlpG3uQGwM37OF3le0.lazyload, #EE2e6o0F6JRM83GlpG3uQGwM37OF3le0.lazyloading { background-image: none; }
#tGLzvnhEmbKuixWPFSat9kUEBo0PL6Xm { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:35.75rem;left:2.625rem;display:block; }
#tD2Dw1oGcrvmLRPcXGwLV8VxoUvFwr9H { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:37.6875rem;left:3.8125rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gtaO7oTxrvkTEbkkZIh24v3HClFOsSac { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/350ad51a-df7d-4b8e-a428-23c9082a3ce3/LoRaWANinHealthcareindustry.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.4375rem;left:2.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#gtaO7oTxrvkTEbkkZIh24v3HClFOsSac.adaptive-delivery-prevent-bg, #gtaO7oTxrvkTEbkkZIh24v3HClFOsSac.lazyload, #gtaO7oTxrvkTEbkkZIh24v3HClFOsSac.lazyloading { background-image: none; }
#ZQ1INxko9Fse8biC5Owx5AT55s2lbHCF { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:35.75rem;left:14.875rem;display:block; }
#LhO7vQgiAMGx1n2IaUSgsLeyk1dzgi3M { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:37.1875rem;left:16.0625rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aDFpaDWVipuWteQqdZabaELlxVl0VU1t { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/02a72e86-0cbe-42c4-9861-f78733b69fe6/LoRaWANinHospitality.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.4375rem;left:14.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#aDFpaDWVipuWteQqdZabaELlxVl0VU1t.adaptive-delivery-prevent-bg, #aDFpaDWVipuWteQqdZabaELlxVl0VU1t.lazyload, #aDFpaDWVipuWteQqdZabaELlxVl0VU1t.lazyloading { background-image: none; }
#oCkvcXHTTbIN4iL7WXlCqaAPRFI3w3en { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:35.75rem;left:27.0625rem;display:block; }
#Qz3KOz4QkX11bwofXpe9OShoakm5zNIp { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:37.1875rem;left:28.25rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X9lW0pMlNaiCPXLi8w4s3m1h1AnCsvl3 { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7d6da026-f361-4ef8-ad03-9b1e4d3b63ab/LoRaWANinTransportationLogistics.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.4375rem;left:27.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#X9lW0pMlNaiCPXLi8w4s3m1h1AnCsvl3.adaptive-delivery-prevent-bg, #X9lW0pMlNaiCPXLi8w4s3m1h1AnCsvl3.lazyload, #X9lW0pMlNaiCPXLi8w4s3m1h1AnCsvl3.lazyloading { background-image: none; }
#BXTxEzV8fT6inUNfCHuRb4ErbBz8Rs9v { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:35.75rem;left:39rem;display:block; }
#Uge6cJdToVIvEKqleDkSnh5bkICfRCvf { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:37.6875rem;left:40.1875rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0b6db271-65ae-4549-b584-dfdd2c53f642/LoRaWANinSmartHomes.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.4375rem;left:39rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L.adaptive-delivery-prevent-bg, #TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L.lazyload, #TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L.lazyloading { background-image: none; }
#UyhQlzM54CUfROcVN5KvuLBkbT3WcuQi { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:35.8125rem;left:50.75rem;display:block; }
#ZBoZvNLoVSTDgeZqPBsqIF82dSwNZv0V { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:37.75rem;left:51.9375rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w3rwLoWLhPd6TS56IEBOBNmO26ghPzLm { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24370783-fe52-4d69-9161-57034a8f9f62/LoRaWANinBoatMarinas.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5rem;left:50.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#w3rwLoWLhPd6TS56IEBOBNmO26ghPzLm.adaptive-delivery-prevent-bg, #w3rwLoWLhPd6TS56IEBOBNmO26ghPzLm.lazyload, #w3rwLoWLhPd6TS56IEBOBNmO26ghPzLm.lazyloading { background-image: none; }
#kiE3EePlJiqxP7CpQW1VTLX0a4gwmkFw { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #e77320, #f49a1e);background-image: -moz-linear-gradient(161deg, #e77320, #f49a1e);background-image: -ms-linear-gradient(161deg, #e77320, #f49a1e);background-image: -o-linear-gradient(161deg, #e77320, #f49a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#f49a1e' );";background-image: linear-gradient(161deg, #e77320, #f49a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.4375rem;width:10rem;top:35.8125rem;left:62.375rem;display:block; }
#rFH7cB5Iq5mWV6mUznDdANPNQNcF5M5H { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:37.75rem;left:63.5625rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bSAn6lGxMN8wxCXJpLsMBo20WrCrQede { box-sizing:content-box;height:11rem;width:10rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cfafaf37-aced-45f3-9723-e220d28c6636/LoRaWANIoTforAirbnbHosts.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5rem;left:62.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#bSAn6lGxMN8wxCXJpLsMBo20WrCrQede.adaptive-delivery-prevent-bg, #bSAn6lGxMN8wxCXJpLsMBo20WrCrQede.lazyload, #bSAn6lGxMN8wxCXJpLsMBo20WrCrQede.lazyloading { background-image: none; }
#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af3dcbfb-cf88-411d-a6e3-d94e322f67d1/agribackkk.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr.adaptive-delivery-prevent-bg, #L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr.lazyload, #L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr.lazyloading { background-image: none; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container { background-color: transparent; background-image: none; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container > .video-iframe-container { display: none; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row > .video-iframe-container { display: none; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .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); }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container { border-width: 0; border-radius: 0; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#bwlyaKzr3Tz4heQx7qRRT0zBBZsim5I6 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:37.0625rem;left:5.25rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nbkW1OwnMhzyCXbgF54B57O63kBTCcgJ { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #047536, #12b058);background-image: -moz-linear-gradient(161deg, #047536, #12b058);background-image: -ms-linear-gradient(161deg, #047536, #12b058);background-image: -o-linear-gradient(161deg, #047536, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );";background-image: linear-gradient(161deg, #047536, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.1875rem;width:10rem;top:36.3125rem;left:4.25rem;display:block; }
#pvtHPOCcLb4boT7sEScNub8WHlvWxJ21 { color:#0e3c5a;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:21.249999582768rem;left:4.25rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#DpVsOZcLitZ0DSERixTKfEz9LaAlQxDE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.25rem;left:4.25rem;overflow:hidden;display:block; }
#vcCZEALOezT0DgMm1OwrmQocOHGK4rMq { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #047536, #12b058);background-image: -moz-linear-gradient(161deg, #047536, #12b058);background-image: -ms-linear-gradient(161deg, #047536, #12b058);background-image: -o-linear-gradient(161deg, #047536, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );";background-image: linear-gradient(161deg, #047536, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.186525rem;width:10rem;top:36.375rem;left:18.1875rem;display:block; }
#rUTSVFmdD3zOhPX4WAyhyZiuMnKwuXQN { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #047536, #12b058);background-image: -moz-linear-gradient(161deg, #047536, #12b058);background-image: -ms-linear-gradient(161deg, #047536, #12b058);background-image: -o-linear-gradient(161deg, #047536, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );";background-image: linear-gradient(161deg, #047536, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.18555rem;width:10rem;top:36.3125rem;left:32.125rem;display:block; }
#bVEWUfUZunOTvs7vPSx0nsBALrZhQ3W8 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #047536, #12b058);background-image: -moz-linear-gradient(161deg, #047536, #12b058);background-image: -ms-linear-gradient(161deg, #047536, #12b058);background-image: -o-linear-gradient(161deg, #047536, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );";background-image: linear-gradient(161deg, #047536, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.18555rem;width:10rem;top:36.3125rem;left:45.9375rem;display:block; }
#HMEJSAJSNRUPDv4myArO2FO8IfPTElOU { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #047536, #12b058);background-image: -moz-linear-gradient(161deg, #047536, #12b058);background-image: -ms-linear-gradient(161deg, #047536, #12b058);background-image: -o-linear-gradient(161deg, #047536, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#047536', endColorstr='#12b058' );";background-image: linear-gradient(161deg, #047536, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.18555rem;width:10rem;top:36.3125rem;left:59.5625rem;display:block; }
#RXPCuNIPmZwXh9dNhJbBoRUGCe2n67Q6 { color:#212121;display:block;width:8.1865rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:37.875rem;left:18.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rf29vN1Iwr1KKbw1x5Wey8JhGhQOWl35 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.375rem;left:18.1875rem;overflow:hidden;display:block; }
#qEGFs2SlDRIQkKbZnGgUkEVkPxxPWsRu { color:#212121;display:block;width:8.1865rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:37.75rem;left:33.0625rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KobPcTMrIfq6TokTh4nVwJFOnCSzVcyN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.375rem;left:32.125rem;overflow:hidden;display:block; }
#MQGZR4NNKmdEsRxFBoavT4xFBwJal26r { color:#212121;display:block;width:8.1865rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:37.0625rem;left:46.875rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zRcQkCNwJHg49eALSsn64eazsGGkv6qp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.375rem;left:45.9375rem;overflow:hidden;display:block; }
#DrNubDUTSgrQqmEx9M7qwDZaD2zGOAs4 { color:#212121;display:block;width:8.1865rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:37.75rem;left:60.5rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vZXxuBNJWEbGOvS8NpB2HinMQetsI9uS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.375rem;left:59.5625rem;overflow:hidden;display:block; }
#Bo8TN22bxFK9vmi8nTINpHqUSu0BEHCT { color:#12b058;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15075;line-height:1.1;letter-spacing:0;top:8.625rem;left:7.0625rem;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yQlg13wFhJK3cAZxLhTgVZSQ8qk4WHmw { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:11.6875rem;width:28.625rem;top:6.3125rem;left:4.25rem;display:block; }
#oMBRJTtslKuDuUJ7pnFTi3cbICIX99XQ { color:#595d68;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15110;line-height:1.9;letter-spacing:0;top:11.0625rem;left:7.0625rem;height:5.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#n3ayV1u7CMPqXQCEqp8DZWTTSTguK1dr { color:#595d68;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15111;line-height:1.9;letter-spacing:0;top:9.8125rem;left:37.5rem;height:6.171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#kA8tSD171mTZM6am1RWBb8zUnEvd4VBo { color:#595d68;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15112;line-height:1.5;letter-spacing:0;top:8.375rem;left:37.5rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#Ge12T0gs6Tu8wtNsfhIK87QccrK3vrrk { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.0625rem;width:21.875rem;top:7.125rem;left:34.75rem;display:block; }
#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a748dfa9-cabe-4917-b304-1f73ccb3f811/Sinttulo1Recuperado.png");background-position:bottom 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; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac.adaptive-delivery-prevent-bg, #AWfTKSPJ59CzBtXXThEhlb85CbuzIhac.lazyload, #AWfTKSPJ59CzBtXXThEhlb85CbuzIhac.lazyloading { background-image: none; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container { background-color: transparent; background-image: none; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container > .video-iframe-container { display: none; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row > .video-iframe-container { display: none; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .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); }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container { border-width: 0; border-radius: 0; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#DwnwDyIeBiLWLvgfo5BmvCrpUdiFPDPc { color:#212121;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:4.8125rem;height:10.6328125rem;font-style:normal;text-align:justify;text-align-last:initial;overflow:hidden;display:block; }#DwnwDyIeBiLWLvgfo5BmvCrpUdiFPDPc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DwnwDyIeBiLWLvgfo5BmvCrpUdiFPDPc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
#yXmmaVZSDrs4lngULqFQyAP6cvfudCkf { color:#ff9d00;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:4.8125rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#U8bF5eTMyA5g9OdGVpspDy4AvMpdiJQS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom: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;height:36.1875rem;width:44.75rem;top:6.1875rem;left:25.5625rem;overflow:hidden;display:block; }
#JWwqTiEBWbB6ERLn1l8cHBQCnRzgukNZ { color:#212121;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.3125rem;left:4.8125rem;height:11.376rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#JWwqTiEBWbB6ERLn1l8cHBQCnRzgukNZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JWwqTiEBWbB6ERLn1l8cHBQCnRzgukNZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
#U0l2brbyV2lpukGhB1eBVT0RGbeMwu4T { color:#ff9d00;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.875rem;left:4.8125rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#EK0tZ4rmxoJCNVkOqFPCA4gXFyRmcwS5 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:5.125rem;width:13.4375rem;top:36.5rem;left:26.875rem;display:block; }
#TJTKSTb4yrE8k0eaeobO9V9Xm7XZVytU { color:#212121;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:37.9375rem;left:27.8125rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TJTKSTb4yrE8k0eaeobO9V9Xm7XZVytU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJTKSTb4yrE8k0eaeobO9V9Xm7XZVytU li:before{  }
#rIxOeWTHZKHwoNq2kawvak6X5gQxFFvu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -moz-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -ms-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -o-linear-gradient(180deg, #ffffff, #f0eff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );";background-image: linear-gradient(180deg, #ffffff, #f0eff5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:39.875rem;width:48.625rem;top:4.375rem;left:24.1875rem;display:block; }
#J2krS2PHF8fNPkpzBwC5xwAZgJR4drtf { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(133,138,153,0.2) ;height:31.125rem;width:49.6875rem;top:9.1875rem;left:1.9375rem;display:block; }
#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61e9cb95-e3bf-4fe3-b996-8f12bba2c7ff/enviroback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3.adaptive-delivery-prevent-bg, #TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3.lazyload, #TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3.lazyloading { background-image: none; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container { background-color: transparent; background-image: none; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container > .video-iframe-container { display: none; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row > .video-iframe-container { display: none; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .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); }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container { border-width: 0; border-radius: 0; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#wDAqxpAqBZKODlAmMd1dSRnrRSEac6ZI { color:#0e3c5a;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:20.5625rem;left:4.25rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#S5FKuVLnqCoeSu8c2LyO4SfD3Jm05T1w { color:#e77320;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15075;line-height:1.1;letter-spacing:0;top:7.3125rem;left:7.0625019073488rem;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CohwkokykPO3S7WUIt0c4TFilEC4TR73 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:11.6875rem;width:28.5rem;top:5.0625rem;left:4.25rem;display:block; }
#vTtpT1SDhlQxGOCfuFs70fISoe12zeTa { color:#595d68;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15110;line-height:1.9;letter-spacing:0;top:9.8125rem;left:7.0625019073488rem;height:5.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#rrF0586Mo5v5GWiusFZJMLuuhhgRUQsP { color:#595d68;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15111;line-height:1.9;letter-spacing:0;top:9.3125rem;left:36.6875rem;height:4.62890625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#gXmgL53y3elEbIzSuCFuOcr58fNcHP66 { color:#595d68;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15112;line-height:1.9;letter-spacing:0;top:7.3125rem;left:36.6875rem;height:1.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#rRQfVpGTaEZmmUDf24GGnvDnmohO5k67 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:26.5625rem;left:7.6875rem;overflow:hidden;display:block; }
#i7mtlMW2vtAIcXAr2ZhM3vhgGHHXoqAd { position:absolute;display:block;z-index:15039;background-color:#e77320;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.375rem 0.25rem 0.625rem rgba(133,138,153,0.19) ;height:3.25rem;width:9.1875rem;top:33.6875rem;left:7.6875rem;display:block; }
#Wx1bI0wTPyPtXw0KV8eHsMBJFE6SDIoe { color:#212121;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:34.6875rem;left:10.375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q6CVZBbaQoS4tB556ziuAGkJvHJQIN2B { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:26.5625rem;left:43.625rem;overflow:hidden;display:block; }
#TZpvoGeMDq3CkRbLWDy1USgDBTUyFgrV { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:26.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#JHwRockltO9sl5rF1WLAAg6bExzyzZs6 { position:absolute;display:block;z-index:15040;background-color:#e77320;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.375rem 0.25rem 0.625rem rgba(133,138,153,0.19) ;height:3.25rem;width:9.1875rem;top:33.6875rem;left:20.3125rem;display:block; }
#b8VXLomc1IZ6KK5kKWJrU0LkwbyDUfB3 { color:#212121;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:34.625rem;left:22.9375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fkgxWutyQ6kLwtO2Rr7hZeCte0JQtVJX { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:26.5625rem;left:56.5rem;overflow:hidden;display:block; }
#xd8ePn5haT53Tq5ZkNlce4icbVtbaasX { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:9.1875rem;top:26.5625rem;left:32.9375rem;overflow:hidden;display:block; }
#NKstKX1D6Aehbpix3rzd9hD4JpHkW2p5 { position:absolute;display:block;z-index:15041;background-color:#e77320;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.375rem 0.25rem 0.625rem rgba(133,138,153,0.19) ;height:3.25rem;width:9.25rem;top:33.6875rem;left:32.875rem;display:block; }
#fReLxfd3G8xkgtXrpBDddJAqwDK7JTwa { color:#212121;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:34.5rem;left:35.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mg4Ezw9dBVdOpbz5xmos3IxdKoZrRPXV { position:absolute;display:block;z-index:15041;background-color:#e77320;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.375rem 0.25rem 0.625rem rgba(133,138,153,0.19) ;height:3.25rem;width:9.1875rem;top:33.6875rem;left:56.5rem;display:block; }
#TUzGGE33174243EoOfxpUtAbDQSItZD2 { color:#212121;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:34.0625rem;left:57.5rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y8GkEGlzOExT7ntcRKiKSBaVT8yLipeA { position:absolute;display:block;z-index:15040;background-color:#e77320;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.375rem 0.25rem 0.625rem rgba(133,138,153,0.19) ;height:3.25rem;width:9.1875rem;top:33.6875rem;left:43.625rem;display:block; }
#ZxekcQedKKapm5FraMcHRSoM39VOzPJ1 { color:#212121;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:34.625rem;left:45.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D7Hmo29HGenTEzwLiCioqIOVOQiVqEzA { position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.0625rem;width:21.875rem;top:5.875rem;left:34.562501907349rem;display:block; }
#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15f77f8d-f02e-4f37-bd5a-146b231bc070/ef3f34.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; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu.adaptive-delivery-prevent-bg, #JNSbw2sdHMED1stMUKv3oQbsu15MyKzu.lazyload, #JNSbw2sdHMED1stMUKv3oQbsu15MyKzu.lazyloading { background-image: none; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row .container { background-color: transparent; background-image: none; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row .container > .video-iframe-container { display: none; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row > .video-iframe-container { display: none; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .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); }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row .container { border-width: 0; border-radius: 0; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#Vuw66HQa551O89KU6Ws8gCSFZOUKXx9u { color:#0e3c5a;display:block;width:52.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.3125rem;left:2.6875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v4uA9nMPD9x4tSTc5ZXPyuF8afOUZDN6 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:9.5625rem;top:9.125rem;left:33.25rem;overflow:hidden;display:block; }
#el1CDti7VCPDZebq2eqwwwqN0BCe8wlW { color:#1250ad;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:9.6875rem;left:6.3125rem;height:1.80625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xT5Tp8IFkUgugBIt0yf1v1o4eH50WtIH { color:#595d68;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.0625rem;left:6.3125rem;height:6.499rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ALRPF9suFyRnH7IkFhCA1U7RFeNyzJLU { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:9.5625rem;top:10.1875rem;left:59.75rem;overflow:hidden;display:block; }
#SEdRE3uQmzBddzx6uCwrNCrk52mHmHb8 { color:#1250ad;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:13.5625rem;left:49.875rem;height:2.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l1SfDPR0bge3mBmgCndAcgnON9ly8K7S { color:#595d68;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:22rem;left:49.875rem;height:14.29784375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cmgs8EFbH8xdFOm3XqIlJwPC3pDcBtVm { color:#1250ad;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:14999;line-height:1.7;letter-spacing:0;top:30.3125rem;left:6.3125rem;height:1.80625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#R11mCWvd7dO1BHAWK16lhDJmpEVO1au9 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:8.75rem;top:29.125rem;left:35.375rem;overflow:hidden;display:block; }
#TCoQaT9vvGIe3z6PJ4DCob49iibTF9Ql { color:#595d68;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:32.75rem;left:6.3125rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RMke6gFWBzacTzMTrb0Lq7KWSaaoR6OD { position:absolute;display:block;z-index:14986;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;height:18.875rem;width:42.0625rem;top:7.25rem;left:3.75rem;display:block; }
#cZpXiVhaXVNW2kDuAW6WMEcJhn0wBRyG { position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;height:31.75rem;width:23.4375rem;top:7.25rem;left:47.8125rem;display:block; }
#Dq0b6mG7XApP7mQvXchaCvzvRQuVEhIx { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0rem 0.25rem 0.625rem rgba(0,0,0,0.1) ;height:10.9375rem;width:42.0625rem;top:28rem;left:3.75rem;display:block; }
#RleCz5lB4rMQ9OiQJCDnLKmQpx4zu2gg { color:#595d68;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:19.875rem;left:6.3125rem;height:3.89941875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IIazxG35FTpImidIffSTMSXBrkF7sieJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/86dd8581-dc4c-4633-aafc-72e44a9ce832/smartwater.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ.adaptive-delivery-prevent-bg, #IIazxG35FTpImidIffSTMSXBrkF7sieJ.lazyload, #IIazxG35FTpImidIffSTMSXBrkF7sieJ.lazyloading { background-image: none; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container { background-color: transparent; background-image: none; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container > .video-iframe-container { display: none; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row > .video-iframe-container { display: none; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .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); }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container { border-width: 0; border-radius: 0; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#iGJTTOoJihuCINEH6G16L01OvtMGgwqF { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:37.75rem;left:5.5625rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nshQ3BXWJmGrmK5L3iSknNfxbRytVbpZ { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #1250ad, #3169f1);background-image: -moz-linear-gradient(161deg, #1250ad, #3169f1);background-image: -ms-linear-gradient(161deg, #1250ad, #3169f1);background-image: -o-linear-gradient(161deg, #1250ad, #3169f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );";background-image: linear-gradient(161deg, #1250ad, #3169f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.1875rem;width:10rem;top:36.3125rem;left:4.25rem;display:block; }
#UFUWOrHy27CD9lRgHSlcUQzf6wHBpTh6 { color:#0e3c5a;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:21.249999582768rem;left:4.25rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#nL6z0At8Q0hoG8r8KTOoJ46A06oUmgdi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.25rem;left:4.25rem;overflow:hidden;display:block; }
#c5nMhaIiUJCDHzwqCRd5MSX3sJcdCA4Z { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #3169f1, #1250ad);background-image: -moz-linear-gradient(161deg, #3169f1, #1250ad);background-image: -ms-linear-gradient(161deg, #3169f1, #1250ad);background-image: -o-linear-gradient(161deg, #3169f1, #1250ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );";background-image: linear-gradient(161deg, #3169f1, #1250ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.186525rem;width:10rem;top:36.375rem;left:18.1875rem;display:block; }
#z4NqRnopkhDuCZFqElPu7HGp0Iwk51Vw { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #3169f1, #1250ad);background-image: -moz-linear-gradient(161deg, #3169f1, #1250ad);background-image: -ms-linear-gradient(161deg, #3169f1, #1250ad);background-image: -o-linear-gradient(161deg, #3169f1, #1250ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );";background-image: linear-gradient(161deg, #3169f1, #1250ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.18555rem;width:10rem;top:36.3125rem;left:32.125rem;display:block; }
#gW9SgxwnTaTfZh4zktGHzpGLwtRm9Ck7 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #3169f1, #1250ad);background-image: -moz-linear-gradient(161deg, #3169f1, #1250ad);background-image: -ms-linear-gradient(161deg, #3169f1, #1250ad);background-image: -o-linear-gradient(161deg, #3169f1, #1250ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );";background-image: linear-gradient(161deg, #3169f1, #1250ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.18555rem;width:10rem;top:36.3125rem;left:45.9375rem;display:block; }
#qaUPpCp4q6e2ZAATnu5elNWUP6oPSpvd { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #3169f1, #1250ad);background-image: -moz-linear-gradient(161deg, #3169f1, #1250ad);background-image: -ms-linear-gradient(161deg, #3169f1, #1250ad);background-image: -o-linear-gradient(161deg, #3169f1, #1250ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3169f1', endColorstr='#1250ad' );";background-image: linear-gradient(161deg, #3169f1, #1250ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:4.18555rem;width:10rem;top:36.3125rem;left:59.5625rem;display:block; }
#NFpoR9RwLK90cSTWvQls106C9dJAfuIG { color:#212121;display:block;width:8.1855625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:37.755859375rem;left:19.09375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dvfZm0zE5Tyx9P9hZmUkNEX95th3JVki { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.375rem;left:18.1875rem;overflow:hidden;display:block; }
#NCixbI1864NuNT0tQRMTCJ1GzRQHexLU { color:#212121;display:block;width:8.1865rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:37.75rem;left:33.0625rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ytpvsGy5FIizQEO1c2JUp4kGwt7FaP8k { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.375rem;left:32.125rem;overflow:hidden;display:block; }
#sAMapTm0F9po5XT6kXzmbcTq9mKrx0tk { color:#212121;display:block;width:8.1855625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:37.755859375rem;left:46.84375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XATL4NpxJqTOhTPPCXHLIIHW6lzv5W6p { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.375rem;left:45.9375rem;overflow:hidden;display:block; }
#bW7rTdvqfDN4EFZIJH4f03IT5oDf1kDy { color:#212121;display:block;width:8.1855625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:37.1064453125rem;left:60.46875rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OmQOqIZXqiTBc7R8ff3phUeiW6x5utTu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:27.375rem;left:59.5625rem;overflow:hidden;display:block; }
#EPLVcVVoTb4hcTyTwL50qzn45NtbkDb5 { color:#3169f1;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15075;line-height:1.1;letter-spacing:0;top:8.625rem;left:7.0625rem;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GcA96pNzn1hyXOSpLpn3Vk6IZsI4V6Su { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#6bf0eff5' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(240,239,245,0.42));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:11.6875rem;width:26.4375rem;top:6.3125rem;left:4.25rem;display:block; }
#MwM5CtiBSGCpa9HbuFTQnfLtFWbGsTdE { color:#595d68;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15110;line-height:1.9;letter-spacing:0;top:11.0625rem;left:7.0625rem;height:5.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#oC3daB7nEsT3h97C4TFZ55MInfuluwHm { color:#595d68;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15111;line-height:1.9;letter-spacing:0;top:9.8125rem;left:34.5625rem;height:6.171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#zI0KX5NHIppwTC7alOz5UDDQvSDaXCqz { color:#595d68;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15112;line-height:1.5;letter-spacing:0;top:8.375rem;left:34.5625rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#OnT3rLTiqpMacfhIZZAx5SALViB1RmqZ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ffffff', endColorstr='#6bf0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ffffff', endColorstr='#6bf0eff5' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.0625rem;width:22.9375rem;top:7.125rem;left:32.125rem;display:block; }
#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b5ed8;background-image:url("https://images.assets-landingi.com/uc/15f77f8d-f02e-4f37-bd5a-146b231bc070/ef3f34.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; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ.adaptive-delivery-prevent-bg, #qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ.lazyload, #qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ.lazyloading { background-image: none; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container { background-color: transparent; background-image: none; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container > .video-iframe-container { display: none; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row > .video-iframe-container { display: none; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .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); }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container { border-width: 0; border-radius: 0; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#xhHOZPQCgDAXT4yADWGvQd4VKSrvBylW { color:#1250ad;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4.0500001907349rem;left:4.125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b8WmiiRcmOCLEAkSMT4tkX33Zen9dzeK { color:#595d68;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:2.1;letter-spacing:0;top:11.125rem;left:27.125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#b8WmiiRcmOCLEAkSMT4tkX33Zen9dzeK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b8WmiiRcmOCLEAkSMT4tkX33Zen9dzeK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
#QViha78cO0EVtMNaeTAak5VyddWnSTK4 { color:#595d68;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15037;line-height:2.1;letter-spacing:0;top:15.3125rem;left:48.5rem;height:25.9286875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QViha78cO0EVtMNaeTAak5VyddWnSTK4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QViha78cO0EVtMNaeTAak5VyddWnSTK4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
#L60H1s7QnChRRupa95gXTNBr1C7JwWdx { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.375rem 0.25rem 1.875rem rgba(0,0,0,0.22) ;height:29.3125rem;width:24.1875rem;top:9.4375rem;left:25.625rem;display:block; }
#EzLZwvSe4kfKPMAJiSvk6zGVEytTGWD0 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.375rem 0.25rem 1.875rem rgba(0,0,0,0.21) ;height:29.3125rem;width:21.75rem;top:13.625rem;left:47.375rem;display:block; }
#JnTrl8QFbTgregTlN7eQ28Hd4EzDFFmO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.375rem;width:26.1875rem;top:10.737500190735rem;left:3.2374992370606rem;overflow:hidden;display:block; }
#XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:url("https://images.assets-landingi.com/uc/a748dfa9-cabe-4917-b304-1f73ccb3f811/Sinttulo1Recuperado.png");background-position:top 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:none; }#XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC.adaptive-delivery-prevent-bg, #XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC.lazyload, #XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC.lazyloading { background-image: none; }#XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC > .row .container { border-width: 0; border-radius: 0; }#XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:none; }#oMVAf4y0ueDw3AIfn5QZn1DP1PxgvU7d { color:#595d68;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:7.0625rem;left:30.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ky2LcowbZE3XDOVCOMFzFq3czKCLFZQ8 { position:absolute;display:block;z-index:15006;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:26rem;width:70.25rem;top:10.125rem;left:2.375rem;overflow:hidden;display:block; }
#LOcFxDOtWA18u7stgMznDWOeHcm9btzr { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ffffff', endColorstr='#6bf0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ffffff', endColorstr='#6bf0eff5' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.77), rgba(240,239,245,0.42));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:31.1875rem;width:71rem;top:5.3125rem;left:2rem;display:block; }
#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row .container { background-color: transparent; background-image: none; }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row .container > .video-iframe-container { display: none; }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row > .video-iframe-container { display: none; }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .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); }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row .container { border-width: 0; border-radius: 0; }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#LTWkUBN8EWJtJ9QA0iE2MO3GcSagpwvB { color:#ffffff;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.5625rem;left:10.75rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fQ2kOXNyIxmVTvaJVZDi8udeWheGI3T2 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.3125rem;left:51.875rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QHCIETSuC5ZNQoIHNBEZEq1trqQRT2Sb { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.6875rem;left:35.1875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rRsHnT3vBE28S4ZCItLfxXG4KSEqAHkZ { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.6875rem;left:35.1875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uf9HC8R4ofoUgnXayT2ceTxakPaFKKTr { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8228aa, #662483);background-image: -moz-linear-gradient(161deg, #8228aa, #662483);background-image: -ms-linear-gradient(161deg, #8228aa, #662483);background-image: -o-linear-gradient(161deg, #8228aa, #662483);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8228aa', endColorstr='#662483' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8228aa', endColorstr='#662483' );";background-image: linear-gradient(161deg, #8228aa, #662483);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:12.5rem;width:15.5625rem;top:4.1875rem;left:9.25rem;display:block; }
#K0qXlIhiqCA4Wqbla7IRl89sErqdvii7 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #662483, #8228aa);background-image: -moz-linear-gradient(161deg, #662483, #8228aa);background-image: -ms-linear-gradient(161deg, #662483, #8228aa);background-image: -o-linear-gradient(161deg, #662483, #8228aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662483', endColorstr='#8228aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662483', endColorstr='#8228aa' );";background-image: linear-gradient(161deg, #662483, #8228aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.625rem;width:18.9375rem;top:4.1875rem;left:28rem;display:block; }
#TAGVsaOdHZ5HBS2PPLeDi9OZhKzOlPiT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #662483, #8228aa);background-image: -moz-linear-gradient(161deg, #662483, #8228aa);background-image: -ms-linear-gradient(161deg, #662483, #8228aa);background-image: -o-linear-gradient(161deg, #662483, #8228aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662483', endColorstr='#8228aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662483', endColorstr='#8228aa' );";background-image: linear-gradient(161deg, #662483, #8228aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:12.4375rem;width:15.5625rem;top:4.25rem;left:50.1875rem;display:block; }
#VNnyMyz0TxAfhXzXs8NOmOLv0EQ0ETCc { position:absolute;display:block;z-index:15009;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.9375rem;width:3.9375rem;top:5.8125rem;left:51.875rem;overflow:hidden;display:block; }
#gp1ePKTTIc3GhWs1foly8TsNdmSvyH5m { 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.5rem;width:6.3125rem;top:5.6875rem;left:9.75rem;overflow:hidden;display:block; }
#iDJL6di1wOvGy1T0UHEqXPgbif7Hl0lL { position:absolute;display:block;z-index:15010;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.4375rem;top:12.0625rem;left:29.75rem;overflow:hidden;display:block; }
#TKO7dInE6UECqpsWmeMPL70wi8TIQr0q { position:absolute;display:block;z-index:15011;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:3.6875rem;top:5.1875rem;left:29.75rem;overflow:hidden;display:block; }
#qfwdtMLO2WKdxftQLR1hJDpgxLJ3CD9O { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #662483, #8228aa);background-image: -moz-linear-gradient(161deg, #662483, #8228aa);background-image: -ms-linear-gradient(161deg, #662483, #8228aa);background-image: -o-linear-gradient(161deg, #662483, #8228aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662483', endColorstr='#8228aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662483', endColorstr='#8228aa' );";background-image: linear-gradient(161deg, #662483, #8228aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(133,138,153,0.44) ;height:5.625rem;width:18.9375rem;top:11.125rem;left:28rem;display:block; }
#oicfTOx19CsXTdHliOnLiEstoMpbzUAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8663d2-9f32-4b71-8f24-1e15ff905c97/wefef2.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL.adaptive-delivery-prevent-bg, #oicfTOx19CsXTdHliOnLiEstoMpbzUAL.lazyload, #oicfTOx19CsXTdHliOnLiEstoMpbzUAL.lazyloading { background-image: none; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row .container { background-color: transparent; background-image: none; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row .container > .video-iframe-container { display: none; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row > .video-iframe-container { display: none; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .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); }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row .container { border-width: 0; border-radius: 0; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#iDLtyXHJn3saKdNtbcbEkblBPxM760L0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, #e77320, #ff9d00);background-image: -moz-linear-gradient(top, #e77320, #ff9d00);background-image: -ms-linear-gradient(top, #e77320, #ff9d00);background-image: -o-linear-gradient(top, #e77320, #ff9d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#ff9d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77320', endColorstr='#ff9d00' );";background-image: linear-gradient(to bottom, #e77320, #ff9d00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:16.9375rem;width:30.125rem;top:7.25rem;left:8.4375rem;display:block; }
#arP8wGub4VU52s7iQPqJTbPkmbOJ9kp4 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2rem;width:22.4375rem;top:8.5625rem;left:11.0625rem;display:block; }
#n9BX0He71EMUMTTfMmZ0me81MJIk86bz { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:11.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#tZu8pyPdStKDsmHszGzXnbBnUgVJfk8p { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.75rem;left:11.0625rem;height:6.334rem;display:block; }
#EFRUVXt8k27WroXWR3upb4hOaxPkMVAK { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(top, #fffbf1, #ffffff);background-image: -moz-linear-gradient(top, #fffbf1, #ffffff);background-image: -ms-linear-gradient(top, #fffbf1, #ffffff);background-image: -o-linear-gradient(top, #fffbf1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #fffbf1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:19.25rem;width:30.25rem;top:21.125rem;left:8.4375rem;display:block; }
#CZSDMHQb1IlnRFq28PbThyKLTFK0qoRy { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #fffbf1, #f8fff1);background-image: -moz-linear-gradient(299deg, #fffbf1, #f8fff1);background-image: -ms-linear-gradient(299deg, #fffbf1, #f8fff1);background-image: -o-linear-gradient(299deg, #fffbf1, #f8fff1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#f8fff1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#f8fff1' );";background-image: linear-gradient(299deg, #fffbf1, #f8fff1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:16.9375rem;width:32.25rem;top:7.25rem;left:36.125rem;display:block; }
#mw9L28J8exT4Z1a09GiVz1VdXF3PkyBI { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #fffbf1, #ffffff);background-image: -moz-linear-gradient(top, #fffbf1, #ffffff);background-image: -ms-linear-gradient(top, #fffbf1, #ffffff);background-image: -o-linear-gradient(top, #fffbf1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #fffbf1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:19.25rem;width:30.6875rem;top:21.125rem;left:37.75rem;display:block; }
#e4NN097XnwXEPOmTs2DGfVx4TrefnUhl { color:#595d68;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.9375rem;left:11.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#DFk9XIIeM7GQpaBPUtsmZvWL35s5uK0m { color:#595d68;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.125rem;left:41.0625rem;height:7.389625rem;display:block; }
#nJ1gx8W2dyTrNOZdnOdLqnTh4dMwosyo { color:#595d68;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9375rem;left:41.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#rEyrd0JPlHZ1NSiqcsPcTfUeC4QssmZr { color:#595d68;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.9375rem;left:41.0625rem;height:3.0859375rem;font-style:normal;display:block; }
#exTKVu1JQSsWcSWuON5QGqatQ1EdPIxf { color:#595d68;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:31.1875rem;left:11.0625rem;height:6.334rem;display:block; }
#xdt1vhFhXHBxtZJ6COPwmMLNUOk2kLmO { color:#595d68;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:30.56640625rem;left:41.0625rem;height:6.334rem;display:block; }
#zUopbuSchxbSXkWb5bGu8QUUtOG4AcqE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(top, #fffbf1, #ffffff);background-image: -moz-linear-gradient(top, #fffbf1, #ffffff);background-image: -ms-linear-gradient(top, #fffbf1, #ffffff);background-image: -o-linear-gradient(top, #fffbf1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #fffbf1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.0625rem;width:29.75rem;top:38.3125rem;left:22.625rem;display:block; }
#crRTGvEzSSdVvpZKTMErGQCxJCNZXryx { color:#595d68;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:45.75rem;left:30rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#fAxk6OG0dCaaw8X60T6TkDZxqco7T63p { color:#595d68;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.3125rem;left:30.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlcTiK1Zc5l93LWcdqwdow5KFPXirQfJ { color:#0e3c5a;display:block;width:62.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.625rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QscJwZKa2EKrkJkbZhGUpoTFQ0ynVEQK { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.0625rem;width:6.25rem;top:9.1875rem;left:12rem;overflow:hidden;display:block; }
#ywg0vCho00yaWbTa6sMZHnphP8yxnsr7 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.9375rem;width:8.125rem;top:9.25rem;left:18.625rem;overflow:hidden;display:block; }
#gTC7T4W6v4TpDHT9IcCKFNQzCeiIsOFD { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.1875rem;width:5.9375rem;top:9.125rem;left:26.9375rem;overflow:hidden;display:block; }
#xZZ7JN6XrO9mMlDSDebcdLNkXc5iFinP { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.1875rem;width:6.6875rem;top:48.9375rem;left:25.9375rem;overflow:hidden;display:block; }
#GkKT7EyRgegkx21I7tLHGfAFpolkHDGp { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.0625rem;width:8.5625rem;top:49rem;left:33.4375rem;overflow:hidden;display:block; }
#MWsuI8yuHN4qXSc0f1KM9CHFcvrxWWq7 { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:6.125rem;top:48.8125rem;left:42.9375rem;overflow:hidden;display:block; }
#kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row .container { background-color: transparent; background-image: none; }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row .container > .video-iframe-container { display: none; }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row > .video-iframe-container { display: none; }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .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); }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row .container { border-width: 0; border-radius: 0; }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a77dd9a4-4fa4-4db4-b21e-f92f6c63ba57/solut.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection.adaptive-delivery-prevent-bg, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection.lazyload, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection.lazyloading { background-image: none; } #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection *:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="text"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="email"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="tel"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection textarea:focus-visible { outline: none; } #wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row .container { background-color: transparent; background-image: none; }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row .container > .video-iframe-container { display: none; }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row > .video-iframe-container { display: none; }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .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); }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row .container { border-width: 0; border-radius: 0; }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { 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; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { background-color: transparent; background-image: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .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); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { border-width: 0; border-radius: 0; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:5.25rem;left:5.75rem;display:block; }#MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.adaptive-delivery-prevent-bg, #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.lazyload, #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.lazyloading { background-image: none; }
#VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.5rem;top:2.25rem;left:7.0625rem;overflow:hidden;display:block; }
#dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.375rem;left:50.8125rem;display:block; }
#zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:23rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662483;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { background-color: transparent; background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .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); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { border-width: 0; border-radius: 0; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.65570068359375rem;left:33.187141418457rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { background-color: transparent; background-image: none; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container > .video-iframe-container { display: none; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row > .video-iframe-container { display: none; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .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); }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { border-width: 0; border-radius: 0; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BUhcWWmQmxLz1icHBItthH5Uw0Vyd46H { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }
#Tux84RCsyWT8r1TcRLDTETU0T0Tw8U1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy { display:block; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oacn6LgenRS9QMo2bEWPVmKEC2hTHwUc { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrAFWbMwNhkyQdI5ASX2fwenFq1RRLDr { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { top:3.375rem;left:6.125rem;width:6.6875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgINqKEaJE6tFzqVaT4iRm6ZPMUQXchU { top:2.3125rem;left:4.349609375rem;width:26.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAUa63NzZUXazLK1eBDc8a2XCAKnttd8 { top:3.4375rem;left:13.625rem;width:8.5625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvlHrilIiMaS1KJqb1XXFgF9GocXe6wQ { top:3.25rem;left:23.125rem;width:6.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA { display:block; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { top:9.75rem;left:0rem;width:25.8125rem;height:3.4375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { top:31.4375rem;left:0rem;width:30.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { top:33.25rem;left:0rem;width:17.5625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { top:7.0625rem;left:0rem;width:33.9375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { top:2.9375rem;left:19.625rem;width:28.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbK1WgwsZJRJOyRnNOsQru2kvgzPKXeS { top:17rem;left:0rem;width:33.9375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru4egXu3AovyqapycG2PtsUuntvTvnrk { top:17.75rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMlOggZ9oDO8CJJEPIgSwqAKT3VFXyrB { top:21.875rem;left:1.8125rem;width:5.3125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulfVFQPFA53C4b9V8uzafKWFdnv9BzhB { top:19.6875rem;left:11.546876907349rem;width:12.0625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTbOW5FMhfQx8mnJfTBMXsMCWt5pZQu { top:27.375rem;left:0rem;width:7.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cLcnmiRlPQwaDTNcQQ7F76fWF6yvqd { top:26.25rem;left:3.5000019073486rem;width:6.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwrUVy3248oTtdTqwc3xeGLzTraNHc6U { top:24.8125rem;left:13.737501144409rem;width:7.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0syooH0gpLV3L10gD2HWzFMq6QqeHfv { top:18.375rem;left:4.9093761444092rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL4UO0tbxVv2UiVBPHaycdTu0seaed7a { display:block; }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGnRM6C3fvAoBhVEAJvMz0L1Whs7Wht3 { top:5.25rem;left:0rem;width:10.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8JZm4To5yO7wlW6clHJz8JmoeT8GzeV { top:19.375rem;left:0rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZQz8b2Ie2DqX62pNtPJnFd35L1RkaM { top:20.8125rem;left:0rem;width:7.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y959m4HZZr12S798NhnFlDSC27hs7NGt { top:10.0625rem;left:0rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSbp8pykLb5vICeJ4HyPfhZTfg3v11IZ { top:19.4375rem;left:5.875rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2QWGmZkieceey2SSlLaim2QztaUaxIS { top:20.875rem;left:8.25rem;width:7.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0 { top:10.125rem;left:5.875rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWhWPi3079rDubSQc4EoCElxqQf0Abio { top:19.4375rem;left:15.875rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAJdAbntJzpIq8LhK36TWwhFBtZdTcwa { top:10.125rem;left:15.875rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogB68f88F5ngb7v2CDt3ieN9g094wyT { top:20.875rem;left:15.875rem;width:7.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUSIQZUkE4KLdmD2EdnruDgkd4hiwZz8 { top:19.4375rem;left:21.75rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf3e3FW5OBTQ3BK3zyk2rzt6KEMPvmJM { top:10.125rem;left:21.75rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOFoTc1EyNfKWskD13IKT4EAvTuTSpy { top:21.375rem;left:24.125rem;width:7.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om7ZO5IAewlJdtvnTzvBHPFwbanJ0C3O { top:19.4375rem;left:31.75rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ZrcSucO0OoKJuDKgLblUtWyE7OPo9N { top:21.375rem;left:31.75rem;width:7.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0FKco1kDw88lE0HCM9DD2uyCRbPuMFc { top:10.125rem;left:31.75rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAScaPKtvP4GnqO0TiZJO4DF9STsmWE { top:19.4375rem;left:37.625rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzyWi22ze3JwSMJR4UfG3fiF93Fy0JiS { top:21.4375rem;left:40rem;width:7.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE2e6o0F6JRM83GlpG3uQGwM37OF3le0 { top:10.125rem;left:37.625rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGLzvnhEmbKuixWPFSat9kUEBo0PL6Xm { top:35.75rem;left:0rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD2Dw1oGcrvmLRPcXGwLV8VxoUvFwr9H { top:37.6875rem;left:0rem;width:7.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtaO7oTxrvkTEbkkZIh24v3HClFOsSac { top:26.4375rem;left:0rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ1INxko9Fse8biC5Owx5AT55s2lbHCF { top:35.75rem;left:5.875rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhO7vQgiAMGx1n2IaUSgsLeyk1dzgi3M { top:37.1875rem;left:8.25rem;width:7.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDFpaDWVipuWteQqdZabaELlxVl0VU1t { top:26.4375rem;left:5.875rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCkvcXHTTbIN4iL7WXlCqaAPRFI3w3en { top:35.75rem;left:15.875rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3KOz4QkX11bwofXpe9OShoakm5zNIp { top:37.1875rem;left:15.875rem;width:7.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9lW0pMlNaiCPXLi8w4s3m1h1AnCsvl3 { top:26.4375rem;left:15.875rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXTxEzV8fT6inUNfCHuRb4ErbBz8Rs9v { top:35.75rem;left:21.75rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uge6cJdToVIvEKqleDkSnh5bkICfRCvf { top:37.6875rem;left:24.125rem;width:7.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L { top:26.4375rem;left:21.75rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyhQlzM54CUfROcVN5KvuLBkbT3WcuQi { top:35.8125rem;left:31.75rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBoZvNLoVSTDgeZqPBsqIF82dSwNZv0V { top:37.75rem;left:31.75rem;width:7.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rwLoWLhPd6TS56IEBOBNmO26ghPzLm { top:26.5rem;left:31.75rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiE3EePlJiqxP7CpQW1VTLX0a4gwmkFw { top:35.8125rem;left:37.625rem;width:10rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFH7cB5Iq5mWV6mUznDdANPNQNcF5M5H { top:37.75rem;left:40rem;width:7.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSAn6lGxMN8wxCXJpLsMBo20WrCrQede { top:26.5rem;left:37.625rem;width:10rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr { display:block; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwlyaKzr3Tz4heQx7qRRT0zBBZsim5I6 { top:37.0625rem;left:0rem;width:7.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbkW1OwnMhzyCXbgF54B57O63kBTCcgJ { top:36.3125rem;left:0rem;width:10rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvtHPOCcLb4boT7sEScNub8WHlvWxJ21 { top:21.1875rem;left:0rem;width:24.6875rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpVsOZcLitZ0DSERixTKfEz9LaAlQxDE { top:27.25rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcCZEALOezT0DgMm1OwrmQocOHGK4rMq { top:36.375rem;left:11.375rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUTSVFmdD3zOhPX4WAyhyZiuMnKwuXQN { top:36.3125rem;left:13.875rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVEWUfUZunOTvs7vPSx0nsBALrZhQ3W8 { top:36.3125rem;left:25.5rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMEJSAJSNRUPDv4myArO2FO8IfPTElOU { top:36.3125rem;left:37.75rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXPCuNIPmZwXh9dNhJbBoRUGCe2n67Q6 { top:37.875rem;left:11.937499523163rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf29vN1Iwr1KKbw1x5Wey8JhGhQOWl35 { top:27.375rem;left:11.375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEGFs2SlDRIQkKbZnGgUkEVkPxxPWsRu { top:37.75rem;left:15.75rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KobPcTMrIfq6TokTh4nVwJFOnCSzVcyN { top:27.375rem;left:13.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQGZR4NNKmdEsRxFBoavT4xFBwJal26r { top:37.0625rem;left:26.437501430511rem;width:8.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcQkCNwJHg49eALSsn64eazsGGkv6qp { top:27.375rem;left:25.5rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrNubDUTSgrQqmEx9M7qwDZaD2zGOAs4 { top:37.75rem;left:39.625rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZXxuBNJWEbGOvS8NpB2HinMQetsI9uS { top:27.375rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo8TN22bxFK9vmi8nTINpHqUSu0BEHCT { top:8.625rem;left:0rem;width:24.125rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQlg13wFhJK3cAZxLhTgVZSQ8qk4WHmw { top:6.3125rem;left:0rem;width:28.625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBRJTtslKuDuUJ7pnFTi3cbICIX99XQ { top:11.0625rem;left:0rem;width:23.625rem;height:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ayV1u7CMPqXQCEqp8DZWTTSTguK1dr { top:9.8125rem;left:23.875rem;width:16.9375rem;height:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA8tSD171mTZM6am1RWBb8zUnEvd4VBo { top:8.375rem;left:23.875rem;width:6.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge12T0gs6Tu8wtNsfhIK87QccrK3vrrk { top:7.125rem;left:0.5rem;width:21.875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWfTKSPJ59CzBtXXThEhlb85CbuzIhac { display:block; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwnwDyIeBiLWLvgfo5BmvCrpUdiFPDPc { top:13.0625rem;left:0rem;width:17.6875rem;height:10.625rem;font-size:0.8125rem;display:block; }#DwnwDyIeBiLWLvgfo5BmvCrpUdiFPDPc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
 }@media only screen and (max-width: 763px) { #yXmmaVZSDrs4lngULqFQyAP6cvfudCkf { top:11.8125rem;left:0rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8bF5eTMyA5g9OdGVpspDy4AvMpdiJQS { top:6.1875rem;left:0rem;width:44.75rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwqTiEBWbB6ERLn1l8cHBQCnRzgukNZ { top:26.3125rem;left:0rem;width:14.25rem;height:11.375rem;font-size:0.8125rem;display:block; }#JWwqTiEBWbB6ERLn1l8cHBQCnRzgukNZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
 }@media only screen and (max-width: 763px) { #U0l2brbyV2lpukGhB1eBVT0RGbeMwu4T { top:24.875rem;left:0rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0tZ4rmxoJCNVkOqFPCA4gXFyRmcwS5 { top:36.5rem;left:10.4375rem;width:13.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTKSTb4yrE8k0eaeobO9V9Xm7XZVytU { top:37.9375rem;left:12.3125rem;width:11.5625rem;height:2.25rem;font-size:0.875rem;display:block; }#TJTKSTb4yrE8k0eaeobO9V9Xm7XZVytU li:before{  }
 }@media only screen and (max-width: 763px) { #rIxOeWTHZKHwoNq2kawvak6X5gQxFFvu { top:4.375rem;left:0rem;width:47.75rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2krS2PHF8fNPkpzBwC5xwAZgJR4drtf { top:9.1875rem;left:0rem;width:47.75rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 { display:block; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDAqxpAqBZKODlAmMd1dSRnrRSEac6ZI { top:20.5625rem;left:0rem;width:30.1875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5FKuVLnqCoeSu8c2LyO4SfD3Jm05T1w { top:7.3125rem;left:0rem;width:24.125rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CohwkokykPO3S7WUIt0c4TFilEC4TR73 { top:5.0625rem;left:0rem;width:28.5rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTtpT1SDhlQxGOCfuFs70fISoe12zeTa { top:9.8125rem;left:0.25000190734863rem;width:22.6875rem;height:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrF0586Mo5v5GWiusFZJMLuuhhgRUQsP { top:9.3125rem;left:6.1875rem;width:17.6875rem;height:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXmgL53y3elEbIzSuCFuOcr58fNcHP66 { top:7.3125rem;left:17.625rem;width:6.25rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRQfVpGTaEZmmUDf24GGnvDnmohO5k67 { top:26.5625rem;left:0.875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7mtlMW2vtAIcXAr2ZhM3vhgGHHXoqAd { top:33.6875rem;left:0.875rem;width:9.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx1bI0wTPyPtXw0KV8eHsMBJFE6SDIoe { top:34.6875rem;left:3.5625rem;width:3.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6CVZBbaQoS4tB556ziuAGkJvHJQIN2B { top:26.5625rem;left:23.875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZpvoGeMDq3CkRbLWDy1USgDBTUyFgrV { top:26.5625rem;left:13.5rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHwRockltO9sl5rF1WLAAg6bExzyzZs6 { top:33.6875rem;left:13.5rem;width:9.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8VXLomc1IZ6KK5kKWJrU0LkwbyDUfB3 { top:34.625rem;left:16.125rem;width:3.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkgxWutyQ6kLwtO2Rr7hZeCte0JQtVJX { top:26.5625rem;left:36.0625rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd8ePn5haT53Tq5ZkNlce4icbVtbaasX { top:26.5625rem;left:14.6875rem;width:9.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKstKX1D6Aehbpix3rzd9hD4JpHkW2p5 { top:33.6875rem;left:14.625rem;width:9.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fReLxfd3G8xkgtXrpBDddJAqwDK7JTwa { top:34.5rem;left:19rem;width:4.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg4Ezw9dBVdOpbz5xmos3IxdKoZrRPXV { top:33.6875rem;left:36.0625rem;width:9.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzGGE33174243EoOfxpUtAbDQSItZD2 { top:34.0625rem;left:37.062501430511rem;width:7.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8GkEGlzOExT7ntcRKiKSBaVT8yLipeA { top:33.6875rem;left:23.875rem;width:9.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxekcQedKKapm5FraMcHRSoM39VOzPJ1 { top:34.625rem;left:25.3125rem;width:4.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Hmo29HGenTEzwLiCioqIOVOQiVqEzA { top:5.875rem;left:2rem;width:21.875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNSbw2sdHMED1stMUKv3oQbsu15MyKzu { display:block; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vuw66HQa551O89KU6Ws8gCSFZOUKXx9u { top:3.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4uA9nMPD9x4tSTc5ZXPyuF8afOUZDN6 { top:9.125rem;left:19.5625rem;width:9.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #el1CDti7VCPDZebq2eqwwwqN0BCe8wlW { top:9.6875rem;left:1.75rem;width:11.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT5Tp8IFkUgugBIt0yf1v1o4eH50WtIH { top:12.0625rem;left:0rem;width:24.5rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALRPF9suFyRnH7IkFhCA1U7RFeNyzJLU { top:10.1875rem;left:36.9375rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEdRE3uQmzBddzx6uCwrNCrk52mHmHb8 { top:13.5625rem;left:23.5rem;width:7.9375rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1SfDPR0bge3mBmgCndAcgnON9ly8K7S { top:22rem;left:12.375rem;width:19.375rem;height:14.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmgs8EFbH8xdFOm3XqIlJwPC3pDcBtVm { top:30.3125rem;left:0.6875rem;width:15.1875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11mCWvd7dO1BHAWK16lhDJmpEVO1au9 { top:29.125rem;left:21.6875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCoQaT9vvGIe3z6PJ4DCob49iibTF9Ql { top:32.75rem;left:0rem;width:26.9375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMke6gFWBzacTzMTrb0Lq7KWSaaoR6OD { top:7.25rem;left:0rem;width:42.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZpXiVhaXVNW2kDuAW6WMEcJhn0wBRyG { top:7.25rem;left:8.3125rem;width:23.4375rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0b6mG7XApP7mQvXchaCvzvRQuVEhIx { top:28rem;left:0rem;width:42.0625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RleCz5lB4rMQ9OiQJCDnLKmQpx4zu2gg { top:19.875rem;left:0rem;width:36.9375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIazxG35FTpImidIffSTMSXBrkF7sieJ { display:block; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGJTTOoJihuCINEH6G16L01OvtMGgwqF { top:37.75rem;left:0rem;width:7.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nshQ3BXWJmGrmK5L3iSknNfxbRytVbpZ { top:36.3125rem;left:0rem;width:10rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUWOrHy27CD9lRgHSlcUQzf6wHBpTh6 { top:21.25rem;left:0rem;width:24.6875rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL6z0At8Q0hoG8r8KTOoJ46A06oUmgdi { top:27.25rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5nMhaIiUJCDHzwqCRd5MSX3sJcdCA4Z { top:36.375rem;left:11.375rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4NqRnopkhDuCZFqElPu7HGp0Iwk51Vw { top:36.3125rem;left:13.875rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW9SgxwnTaTfZh4zktGHzpGLwtRm9Ck7 { top:36.3125rem;left:25.5rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaUPpCp4q6e2ZAATnu5elNWUP6oPSpvd { top:36.3125rem;left:37.75rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpoR9RwLK90cSTWvQls106C9dJAfuIG { top:37.75rem;left:12.28125rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvfZm0zE5Tyx9P9hZmUkNEX95th3JVki { top:27.375rem;left:11.375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCixbI1864NuNT0tQRMTCJ1GzRQHexLU { top:37.75rem;left:15.75rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytpvsGy5FIizQEO1c2JUp4kGwt7FaP8k { top:27.375rem;left:13.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAMapTm0F9po5XT6kXzmbcTq9mKrx0tk { top:37.75rem;left:26.40625rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XATL4NpxJqTOhTPPCXHLIIHW6lzv5W6p { top:27.375rem;left:25.5rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW7rTdvqfDN4EFZIJH4f03IT5oDf1kDy { top:37.0625rem;left:39.625rem;width:8.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmQOqIZXqiTBc7R8ff3phUeiW6x5utTu { top:27.375rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLVcVVoTb4hcTyTwL50qzn45NtbkDb5 { top:8.625rem;left:0rem;width:14.75rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcA96pNzn1hyXOSpLpn3Vk6IZsI4V6Su { top:6.3125rem;left:0rem;width:26.4375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwM5CtiBSGCpa9HbuFTQnfLtFWbGsTdE { top:11.0625rem;left:0rem;width:21.625rem;height:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC3daB7nEsT3h97C4TFZ55MInfuluwHm { top:9.8125rem;left:5.75rem;width:18.125rem;height:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0KX5NHIppwTC7alOz5UDDQvSDaXCqz { top:8.375rem;left:17.625rem;width:6.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnT3rLTiqpMacfhIZZAx5SALViB1RmqZ { top:7.125rem;left:2rem;width:22.9375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ { display:block; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhHOZPQCgDAXT4yADWGvQd4VKSrvBylW { top:4rem;left:0rem;width:28.9375rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8WmiiRcmOCLEAkSMT4tkX33Zen9dzeK { top:11.125rem;left:13.500001907349rem;width:18.75rem;height:;font-size:0.8125rem;display:block; }#b8WmiiRcmOCLEAkSMT4tkX33Zen9dzeK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #QViha78cO0EVtMNaeTAak5VyddWnSTK4 { top:15.3125rem;left:28.3125rem;width:19.4375rem;height:25.875rem;font-size:0.8125rem;display:block; }#QViha78cO0EVtMNaeTAak5VyddWnSTK4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #L60H1s7QnChRRupa95gXTNBr1C7JwWdx { top:9.4375rem;left:12rem;width:24.1875rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzLZwvSe4kfKPMAJiSvk6zGVEytTGWD0 { top:13.625rem;left:26rem;width:21.75rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTrl8QFbTgregTlN7eQ28Hd4EzDFFmO { top:10.6875rem;left:0rem;width:26.1875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC { display:block; }#XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMVAf4y0ueDw3AIfn5QZn1DP1PxgvU7d { top:7.0625rem;left:17.1875rem;width:13.4375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky2LcowbZE3XDOVCOMFzFq3czKCLFZQ8 { top:10.125rem;left:0rem;width:47.75rem;height:17.672597864769rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOcFxDOtWA18u7stgMznDWOeHcm9btzr { top:5.3125rem;left:0rem;width:47.75rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu { display:block; }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTWkUBN8EWJtJ9QA0iE2MO3GcSagpwvB { top:10.5625rem;left:0.9375rem;width:11rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2kOXNyIxmVTvaJVZDi8udeWheGI3T2 { top:11.3125rem;left:23.125rem;width:12.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHCIETSuC5ZNQoIHNBEZEq1trqQRT2Sb { top:12.6875rem;left:14.8125rem;width:9.0625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRsHnT3vBE28S4ZCItLfxXG4KSEqAHkZ { top:5.6875rem;left:14.125rem;width:9.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf9HC8R4ofoUgnXayT2ceTxakPaFKKTr { top:4.1875rem;left:0rem;width:15.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0qXlIhiqCA4Wqbla7IRl89sErqdvii7 { top:4.1875rem;left:4.9375rem;width:18.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGVsaOdHZ5HBS2PPLeDi9OZhKzOlPiT { top:4.25rem;left:20.25rem;width:15.5625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNnyMyz0TxAfhXzXs8NOmOLv0EQ0ETCc { top:5.8125rem;left:31.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp1ePKTTIc3GhWs1foly8TsNdmSvyH5m { top:5.6875rem;left:5.625rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDJL6di1wOvGy1T0UHEqXPgbif7Hl0lL { top:12.0625rem;left:19.53125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKO7dInE6UECqpsWmeMPL70wi8TIQr0q { top:5.1875rem;left:19.53125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfwdtMLO2WKdxftQLR1hJDpgxLJ3CD9O { top:11.125rem;left:4.9375rem;width:18.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicfTOx19CsXTdHliOnLiEstoMpbzUAL { display:block; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDLtyXHJn3saKdNtbcbEkblBPxM760L0 { width:30.125rem;height:16.9375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arP8wGub4VU52s7iQPqJTbPkmbOJ9kp4 { top:8.5625rem;left:0rem;width:22.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9BX0He71EMUMTTfMmZ0me81MJIk86bz { top:11.6875rem;left:0rem;width:24.5rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZu8pyPdStKDsmHszGzXnbBnUgVJfk8p { top:16.75rem;left:0rem;width:22.8125rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFRUVXt8k27WroXWR3upb4hOaxPkMVAK { width:30.25rem;height:19.25rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZSDMHQb1IlnRFq28PbThyKLTFK0qoRy { width:32.25rem;height:16.9375rem;top:7.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw9L28J8exT4Z1a09GiVz1VdXF3PkyBI { width:30.6875rem;height:19.25rem;top:21.125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4NN097XnwXEPOmTs2DGfVx4TrefnUhl { top:25.9375rem;left:0rem;width:22.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFk9XIIeM7GQpaBPUtsmZvWL35s5uK0m { top:15.125rem;left:24.625rem;width:21.5rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ1gx8W2dyTrNOZdnOdLqnTh4dMwosyo { top:9.9375rem;left:24.5rem;width:23.25rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyrd0JPlHZ1NSiqcsPcTfUeC4QssmZr { top:25.9375rem;left:25.125rem;width:22.625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exTKVu1JQSsWcSWuON5QGqatQ1EdPIxf { top:31.1875rem;left:0rem;width:21rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdt1vhFhXHBxtZJ6COPwmMLNUOk2kLmO { top:30.5625rem;left:23.0625rem;width:24.6875rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUopbuSchxbSXkWb5bGu8QUUtOG4AcqE { width:29.75rem;height:14.0625rem;top:38.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #crRTGvEzSSdVvpZKTMErGQCxJCNZXryx { top:45.75rem;left:16.375rem;width:15rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAxk6OG0dCaaw8X60T6TkDZxqco7T63p { top:42.3125rem;left:16.625rem;width:14.5rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlcTiK1Zc5l93LWcdqwdow5KFPXirQfJ { top:3.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QscJwZKa2EKrkJkbZhGUpoTFQ0ynVEQK { top:9.1875rem;left:0rem;width:6.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywg0vCho00yaWbTa6sMZHnphP8yxnsr7 { top:9.25rem;left:5rem;width:8.125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTC7T4W6v4TpDHT9IcCKFNQzCeiIsOFD { top:9.125rem;left:13.3125rem;width:5.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZZ7JN6XrO9mMlDSDebcdLNkXc5iFinP { top:48.9375rem;left:12.3125rem;width:6.6875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKT7EyRgegkx21I7tLHGfAFpolkHDGp { top:49rem;left:19.8125rem;width:8.5625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWsuI8yuHN4qXSc0f1KM9CHFcvrxWWq7 { top:48.8125rem;left:29.3125rem;width:6.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection { display:block; } #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection *:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="text"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="email"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="tel"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection textarea:focus-visible { outline: none; } #wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { top:5.25rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { top:2.25rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { width:15.625rem;height:3.4375rem;top:8.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block; }
 }@media only screen and (max-width: 763px) { #mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { top:8.125rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { top:0.625rem;left:19.562141418457rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { display:block; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUhcWWmQmxLz1icHBItthH5Uw0Vyd46H { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux84RCsyWT8r1TcRLDTETU0T0Tw8U1f { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy { background-color:rgba(255,255,255,0.87);background-image:url("https://images.assets-landingi.com/uc/ecd57626-8f58-40cb-ab40-333db0537876/fondoblanco52525252.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy.adaptive-delivery-prevent-bg, #QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy.lazyload, #QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy.lazyloading { background-image: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { background-color: transparent; background-image: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container > .video-iframe-container { display: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row > .video-iframe-container { display: none; }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .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); }#QBvZsr56eRsp3mc2VKFg7Ft49OnlRTRy > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oacn6LgenRS9QMo2bEWPVmKEC2hTHwUc { width:14.5625rem;height:4.9375rem;top:0.9873046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrAFWbMwNhkyQdI5ASX2fwenFq1RRLDr { width:12.25rem;height:3.125rem;top:7.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { width:6.25rem;height:1.25rem;top:14.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgINqKEaJE6tFzqVaT4iRm6ZPMUQXchU { width:16.875rem;height:5.1875rem;top:12.75rem;left:1.4375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hAUa63NzZUXazLK1eBDc8a2XCAKnttd8 { width:8.75rem;height:1.125rem;top:14.25rem;left:8.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kvlHrilIiMaS1KJqb1XXFgF9GocXe6wQ { width:5.625rem;height:1.125rem;top:15.90625rem;left:6.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/553b12cc-0557-4b50-ad9f-7d6c8449c3ae/orangesolut.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.adaptive-delivery-prevent-bg, #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.lazyload, #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA.lazyloading { background-image: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { background-color: transparent; background-image: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container > .video-iframe-container { display: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container { display: none; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .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); }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { width:20rem;height:112.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { width:13.1875rem;height:1.74375rem;top:10.625rem;left:3.4375rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { width:20rem;height:4.7942754919499rem;top:104.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { width:14.3125rem;height:2.4375rem;top:105.375rem;left:2.875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { width:20rem;height:20.6875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { width:20rem;height:29.125rem;top:44.481249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbK1WgwsZJRJOyRnNOsQru2kvgzPKXeS { width:20rem;height:24.9375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru4egXu3AovyqapycG2PtsUuntvTvnrk { width:8.3125rem;height:8.3125rem;top:17.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMlOggZ9oDO8CJJEPIgSwqAKT3VFXyrB { width:6.875rem;height:5.5rem;top:29.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulfVFQPFA53C4b9V8uzafKWFdnv9BzhB { width:9.25rem;height:5.0625rem;top:20.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTbOW5FMhfQx8mnJfTBMXsMCWt5pZQu { width:7.1875rem;height:1.25rem;top:27.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cLcnmiRlPQwaDTNcQQ7F76fWF6yvqd { width:7.9375rem;height:4.625rem;top:25.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwrUVy3248oTtdTqwc3xeGLzTraNHc6U { width:8.8125rem;height:7.125rem;top:35.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0syooH0gpLV3L10gD2HWzFMq6QqeHfv { width:7.75rem;height:7.75rem;top:29.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL4UO0tbxVv2UiVBPHaycdTu0seaed7a { display:block; }#EL4UO0tbxVv2UiVBPHaycdTu0seaed7a > .row .container { width:20rem;height:109.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGnRM6C3fvAoBhVEAJvMz0L1Whs7Wht3 { width:20rem;height:1.7875rem;top:3.0476570129394rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8JZm4To5yO7wlW6clHJz8JmoeT8GzeV { width:8.8125rem;height:5.4375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZQz8b2Ie2DqX62pNtPJnFd35L1RkaM { width:7.625rem;height:2.4375rem;top:14.3125rem;left:0.625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y959m4HZZr12S798NhnFlDSC27hs7NGt { width:8.8125rem;height:11rem;top:5.8000011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSbp8pykLb5vICeJ4HyPfhZTfg3v11IZ { width:8.8125rem;height:5.4375rem;top:12.875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2QWGmZkieceey2SSlLaim2QztaUaxIS { width:7.625rem;height:2.4375rem;top:14.375rem;left:11.8125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0 { width:8.8125rem;height:11rem;top:5.8492183685303rem;left:11.187500536442rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b3119f90-2fbf-421d-8db4-f4c4b91694ee/LoRaWANinEducationalenvironments.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0.adaptive-delivery-prevent-bg, #LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0.lazyload, #LDgfoDQ9EBJBaSuq9k4ImrRzTZpVMLa0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wWhWPi3079rDubSQc4EoCElxqQf0Abio { width:8.8125rem;height:5.4375rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAJdAbntJzpIq8LhK36TWwhFBtZdTcwa { width:8.8125rem;height:11rem;top:37.737501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogB68f88F5ngb7v2CDt3ieN9g094wyT { width:7.625rem;height:2.4375rem;top:46.25rem;left:0.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kUSIQZUkE4KLdmD2EdnruDgkd4hiwZz8 { width:8.8125rem;height:5.4375rem;top:44.75rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf3e3FW5OBTQ3BK3zyk2rzt6KEMPvmJM { width:8.8125rem;height:11rem;top:37.737501144409rem;left:11.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOFoTc1EyNfKWskD13IKT4EAvTuTSpy { width:7.625rem;height:1.21875rem;top:46.875rem;left:11.8125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Om7ZO5IAewlJdtvnTzvBHPFwbanJ0C3O { width:8.8125rem;height:5.4375rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ZrcSucO0OoKJuDKgLblUtWyE7OPo9N { width:7.625rem;height:1.21875rem;top:80.625rem;left:0.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N0FKco1kDw88lE0HCM9DD2uyCRbPuMFc { width:8.8125rem;height:11rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAScaPKtvP4GnqO0TiZJO4DF9STsmWE { width:8.8125rem;height:5.4375rem;top:78.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzyWi22ze3JwSMJR4UfG3fiF93Fy0JiS { width:7.625rem;height:1.21875rem;top:80.625rem;left:11.8125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EE2e6o0F6JRM83GlpG3uQGwM37OF3le0 { width:8.8125rem;height:11rem;top:71.875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGLzvnhEmbKuixWPFSat9kUEBo0PL6Xm { width:8.8125rem;height:5.4375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD2Dw1oGcrvmLRPcXGwLV8VxoUvFwr9H { width:7.625rem;height:1.21875rem;top:30.6875rem;left:0.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gtaO7oTxrvkTEbkkZIh24v3HClFOsSac { width:8.8125rem;height:11rem;top:21.89687538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ1INxko9Fse8biC5Owx5AT55s2lbHCF { width:8.8125rem;height:5.4375rem;top:28.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhO7vQgiAMGx1n2IaUSgsLeyk1dzgi3M { width:7.625rem;height:2.4375rem;top:29.5625rem;left:11.8125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aDFpaDWVipuWteQqdZabaELlxVl0VU1t { width:8.8125rem;height:11rem;top:21.89687538147rem;left:11.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCkvcXHTTbIN4iL7WXlCqaAPRFI3w3en { width:8.8125rem;height:5.4375rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz3KOz4QkX11bwofXpe9OShoakm5zNIp { width:7.625rem;height:2.4375rem;top:63.9375rem;left:0.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X9lW0pMlNaiCPXLi8w4s3m1h1AnCsvl3 { width:8.8125rem;height:11rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXTxEzV8fT6inUNfCHuRb4ErbBz8Rs9v { width:8.8125rem;height:5.4375rem;top:62.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uge6cJdToVIvEKqleDkSnh5bkICfRCvf { width:7.625rem;height:1.21875rem;top:64.625rem;left:11.75rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L { width:8.8125rem;height:11rem;top:54.8125rem;left:11.1875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0b6db271-65ae-4549-b584-dfdd2c53f642/LoRaWANinSmartHomes.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L.adaptive-delivery-prevent-bg, #TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L.lazyload, #TSt0NSLPlDgN0GnTRlFLaHEOxTlNgO2L.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UyhQlzM54CUfROcVN5KvuLBkbT3WcuQi { width:8.8125rem;height:5.4375rem;top:95.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBoZvNLoVSTDgeZqPBsqIF82dSwNZv0V { width:7.625rem;height:1.21875rem;top:98.0625rem;left:0.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w3rwLoWLhPd6TS56IEBOBNmO26ghPzLm { width:8.8125rem;height:11rem;top:88.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiE3EePlJiqxP7CpQW1VTLX0a4gwmkFw { width:8.8125rem;height:5.4375rem;top:96rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFH7cB5Iq5mWV6mUznDdANPNQNcF5M5H { width:7.625rem;height:1.21875rem;top:98.125rem;left:11.75rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bSAn6lGxMN8wxCXJpLsMBo20WrCrQede { width:8.8125rem;height:11rem;top:88.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/af3dcbfb-cf88-411d-a6e3-d94e322f67d1/agribackkk.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr.adaptive-delivery-prevent-bg, #L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr.lazyload, #L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr.lazyloading { background-image: none; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container { background-color: transparent; background-image: none; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container > .video-iframe-container { display: none; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row > .video-iframe-container { display: none; }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .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); }#L7hsi6OZVUFeLdqCkzzXBBLJNQFhpzOr > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwlyaKzr3Tz4heQx7qRRT0zBBZsim5I6 { width:8.5625rem;height:2.6rem;top:54.8125rem;left:0.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nbkW1OwnMhzyCXbgF54B57O63kBTCcgJ { width:8.8125rem;height:4.1875rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvtHPOCcLb4boT7sEScNub8WHlvWxJ21 { width:18.625rem;height:5.361325rem;top:40.680469512939rem;left:1.3750000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpVsOZcLitZ0DSERixTKfEz9LaAlQxDE { width:8.8125rem;height:8.8125rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcCZEALOezT0DgMm1OwrmQocOHGK4rMq { width:8.8125rem;height:4.12435rem;top:54.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUTSVFmdD3zOhPX4WAyhyZiuMnKwuXQN { width:8.8125rem;height:4.12435rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVEWUfUZunOTvs7vPSx0nsBALrZhQ3W8 { width:8.8125rem;height:4.12435rem;top:68.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMEJSAJSNRUPDv4myArO2FO8IfPTElOU { width:8.8125rem;height:4.12435rem;top:81.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXPCuNIPmZwXh9dNhJbBoRUGCe2n67Q6 { width:8.18675rem;height:1.3rem;top:55.5625rem;left:11.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rf29vN1Iwr1KKbw1x5Wey8JhGhQOWl35 { width:8.8125rem;height:8.8125rem;top:46.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEGFs2SlDRIQkKbZnGgUkEVkPxxPWsRu { width:8.18675rem;height:1.3rem;top:69.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KobPcTMrIfq6TokTh4nVwJFOnCSzVcyN { width:8.8125rem;height:8.8125rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQGZR4NNKmdEsRxFBoavT4xFBwJal26r { width:8.18675rem;height:2.6rem;top:68.9375rem;left:11.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRcQkCNwJHg49eALSsn64eazsGGkv6qp { width:8.8125rem;height:8.8125rem;top:60.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrNubDUTSgrQqmEx9M7qwDZaD2zGOAs4 { width:8.18675rem;height:1.3rem;top:83.25rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZXxuBNJWEbGOvS8NpB2HinMQetsI9uS { width:8.8125rem;height:8.8125rem;top:74.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo8TN22bxFK9vmi8nTINpHqUSu0BEHCT { width:14.25rem;height:4.3984375rem;top:10.3125rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQlg13wFhJK3cAZxLhTgVZSQ8qk4WHmw { width:20rem;height:14.9375rem;top:8.25rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #oMBRJTtslKuDuUJ7pnFTi3cbICIX99XQ { width:17rem;height:5.84765625rem;top:16rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #n3ayV1u7CMPqXQCEqp8DZWTTSTguK1dr { width:16.9375rem;height:5.84765625rem;top:27.5rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #kA8tSD171mTZM6am1RWBb8zUnEvd4VBo { width:6.25rem;height:1.6875rem;top:25.875rem;left:6.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Ge12T0gs6Tu8wtNsfhIK87QccrK3vrrk { width:20rem;height:10.0625rem;top:24.5625rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #AWfTKSPJ59CzBtXXThEhlb85CbuzIhac { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -moz-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -ms-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -o-linear-gradient(180deg, #ffffff, #f0eff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );";background-image: linear-gradient(180deg, #ffffff, #f0eff5);background-size:cover !important;display:block; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container { background-color: transparent; background-image: none; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container > .video-iframe-container { display: none; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row > .video-iframe-container { display: none; }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .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); }#AWfTKSPJ59CzBtXXThEhlb85CbuzIhac > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwnwDyIeBiLWLvgfo5BmvCrpUdiFPDPc { width:18.625rem;height:11.28125rem;top:32.5rem;left:0.68671876192094rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#DwnwDyIeBiLWLvgfo5BmvCrpUdiFPDPc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
 }@media only screen and (max-width: 763px) { #yXmmaVZSDrs4lngULqFQyAP6cvfudCkf { width:18.3125rem;height:1.1375rem;top:30.6875rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8bF5eTMyA5g9OdGVpspDy4AvMpdiJQS { width:17.9375rem;height:14.5625rem;top:9.5983066558837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwqTiEBWbB6ERLn1l8cHBQCnRzgukNZ { width:15.4375rem;height:12.1055rem;top:47.5rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#JWwqTiEBWbB6ERLn1l8cHBQCnRzgukNZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f472a9a-51b4-45f3-aac1-24fdc736124d/ICONS_Mesadetrabajo1copia9.svg); }
 }@media only screen and (max-width: 763px) { #U0l2brbyV2lpukGhB1eBVT0RGbeMwu4T { width:18.375rem;height:1.1375rem;top:45.375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EK0tZ4rmxoJCNVkOqFPCA4gXFyRmcwS5 { width:13.4375rem;height:5.125rem;top:24.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTKSTb4yrE8k0eaeobO9V9Xm7XZVytU { width:11.5625rem;height:2.2734375rem;top:25.6875rem;left:4.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#TJTKSTb4yrE8k0eaeobO9V9Xm7XZVytU li:before{  }
 }@media only screen and (max-width: 763px) { #rIxOeWTHZKHwoNq2kawvak6X5gQxFFvu { width:20rem;height:39.875rem;top:91.85rem;left:0rem;z-index:14982;display:none; }
 }@media only screen and (max-width: 763px) { #J2krS2PHF8fNPkpzBwC5xwAZgJR4drtf { width:20rem;height:56.375rem;top:5.4125003814697rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/61e9cb95-e3bf-4fe3-b996-8f12bba2c7ff/enviroback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3.adaptive-delivery-prevent-bg, #TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3.lazyload, #TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3.lazyloading { background-image: none; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container { background-color: transparent; background-image: none; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container > .video-iframe-container { display: none; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row > .video-iframe-container { display: none; }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .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); }#TDiJkyePv7Zph3BQ45pUaTd7avKdEPA3 > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDAqxpAqBZKODlAmMd1dSRnrRSEac6ZI { width:18.625rem;height:5.84765625rem;top:35.75rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5FKuVLnqCoeSu8c2LyO4SfD3Jm05T1w { width:20rem;height:4.3984375rem;top:7.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CohwkokykPO3S7WUIt0c4TFilEC4TR73 { width:20rem;height:13.9375rem;top:6.0625rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #vTtpT1SDhlQxGOCfuFs70fISoe12zeTa { width:14.875rem;height:5.84765625rem;top:12.5rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #rrF0586Mo5v5GWiusFZJMLuuhhgRUQsP { width:17.6875rem;height:4.38574375rem;top:25.8125rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #gXmgL53y3elEbIzSuCFuOcr58fNcHP66 { width:6.25rem;height:1.6875rem;top:23.0625rem;left:6.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #rRQfVpGTaEZmmUDf24GGnvDnmohO5k67 { width:9.1875rem;height:9.1875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7mtlMW2vtAIcXAr2ZhM3vhgGHHXoqAd { width:9.1875rem;height:2.625rem;top:52.75rem;left:0rem;background-color:#12b058;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Wx1bI0wTPyPtXw0KV8eHsMBJFE6SDIoe { width:8.1875rem;height:1.21875rem;top:53.3125rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6CVZBbaQoS4tB556ziuAGkJvHJQIN2B { width:9.1875rem;height:9.1875rem;top:56.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZpvoGeMDq3CkRbLWDy1USgDBTUyFgrV { width:9.1875rem;height:9.1875rem;top:45.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHwRockltO9sl5rF1WLAAg6bExzyzZs6 { width:9.1875rem;height:2.625rem;top:63.625rem;left:0.0625rem;background-color:#12b058;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b8VXLomc1IZ6KK5kKWJrU0LkwbyDUfB3 { width:8.1875rem;height:1.21875rem;top:53.3125rem;left:11.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkgxWutyQ6kLwtO2Rr7hZeCte0JQtVJX { width:9.1875rem;height:9.1875rem;top:67.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd8ePn5haT53Tq5ZkNlce4icbVtbaasX { width:9.1875rem;height:9.125rem;top:56.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKstKX1D6Aehbpix3rzd9hD4JpHkW2p5 { width:9.1875rem;height:2.625rem;top:52.6875rem;left:10.8125rem;background-color:#12b058;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fReLxfd3G8xkgtXrpBDddJAqwDK7JTwa { width:8.1875rem;height:1.21875rem;top:64.3125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mg4Ezw9dBVdOpbz5xmos3IxdKoZrRPXV { width:9.1875rem;height:3.25rem;top:74.0625rem;left:5.4375rem;background-color:#12b058;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TUzGGE33174243EoOfxpUtAbDQSItZD2 { width:8.1875rem;height:2.4375rem;top:74.4375rem;left:5.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8GkEGlzOExT7ntcRKiKSBaVT8yLipeA { width:9.1875rem;height:2.625rem;top:63.6875rem;left:10.8125rem;background-color:#12b058;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZxekcQedKKapm5FraMcHRSoM39VOzPJ1 { width:8.1875rem;height:1.21875rem;top:64.3125rem;left:11.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7Hmo29HGenTEzwLiCioqIOVOQiVqEzA { width:20rem;height:10.0625rem;top:21.5625rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #JNSbw2sdHMED1stMUKv3oQbsu15MyKzu { display:block; }#JNSbw2sdHMED1stMUKv3oQbsu15MyKzu > .row .container { width:20rem;height:114.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vuw66HQa551O89KU6Ws8gCSFZOUKXx9u { width:15.875rem;height:3rem;top:2.28125rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v4uA9nMPD9x4tSTc5ZXPyuF8afOUZDN6 { width:8.75rem;height:8.75rem;top:44.437255859375rem;left:5.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #el1CDti7VCPDZebq2eqwwwqN0BCe8wlW { width:15.3125rem;height:1.7rem;top:54rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #xT5Tp8IFkUgugBIt0yf1v1o4eH50WtIH { width:16.8125rem;height:11.1953125rem;top:55.625rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ALRPF9suFyRnH7IkFhCA1U7RFeNyzJLU { width:8.75rem;height:8.75rem;top:8rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEdRE3uQmzBddzx6uCwrNCrk52mHmHb8 { width:16.6875rem;height:1.4rem;top:17.5625rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #l1SfDPR0bge3mBmgCndAcgnON9ly8K7S { width:16.8125rem;height:19.59181875rem;top:19.26171875rem;left:1.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Cmgs8EFbH8xdFOm3XqIlJwPC3pDcBtVm { width:16.1875rem;height:1.7rem;top:97.4375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #R11mCWvd7dO1BHAWK16lhDJmpEVO1au9 { width:8.75rem;height:8.75rem;top:86.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCoQaT9vvGIe3z6PJ4DCob49iibTF9Ql { width:17.8125rem;height:6.9970625rem;top:99.0625rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RMke6gFWBzacTzMTrb0Lq7KWSaaoR6OD { width:20rem;height:26.4375rem;top:14.998657226562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZpXiVhaXVNW2kDuAW6WMEcJhn0wBRyG { width:20rem;height:15.0625rem;top:93.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0b6mG7XApP7mQvXchaCvzvRQuVEhIx { width:20rem;height:31.4375rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RleCz5lB4rMQ9OiQJCDnLKmQpx4zu2gg { width:16.75rem;height:12.59474375rem;top:68.125rem;left:1.6250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IIazxG35FTpImidIffSTMSXBrkF7sieJ { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/86dd8581-dc4c-4633-aafc-72e44a9ce832/smartwater.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ.adaptive-delivery-prevent-bg, #IIazxG35FTpImidIffSTMSXBrkF7sieJ.lazyload, #IIazxG35FTpImidIffSTMSXBrkF7sieJ.lazyloading { background-image: none; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container { background-color: transparent; background-image: none; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container > .video-iframe-container { display: none; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row > .video-iframe-container { display: none; }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .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); }#IIazxG35FTpImidIffSTMSXBrkF7sieJ > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGJTTOoJihuCINEH6G16L01OvtMGgwqF { width:7.5rem;height:1.3rem;top:47.5625rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nshQ3BXWJmGrmK5L3iSknNfxbRytVbpZ { width:8.8125rem;height:4.1875rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUWOrHy27CD9lRgHSlcUQzf6wHBpTh6 { width:18.625rem;height:3.575rem;top:33.8125rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nL6z0At8Q0hoG8r8KTOoJ46A06oUmgdi { width:8.8125rem;height:8.8125rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5nMhaIiUJCDHzwqCRd5MSX3sJcdCA4Z { width:8.8125rem;height:4.12435rem;top:46.3125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4NqRnopkhDuCZFqElPu7HGp0Iwk51Vw { width:8.8125rem;height:4.12435rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW9SgxwnTaTfZh4zktGHzpGLwtRm9Ck7 { width:8.8125rem;height:4.12435rem;top:59.875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaUPpCp4q6e2ZAATnu5elNWUP6oPSpvd { width:8.8125rem;height:4.12435rem;top:74.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpoR9RwLK90cSTWvQls106C9dJAfuIG { width:8.18675rem;height:1.3rem;top:47.6875rem;left:11.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvfZm0zE5Tyx9P9hZmUkNEX95th3JVki { width:8.8125rem;height:8.8125rem;top:38.9375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCixbI1864NuNT0tQRMTCJ1GzRQHexLU { width:8.18675rem;height:1.3rem;top:61.25rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytpvsGy5FIizQEO1c2JUp4kGwt7FaP8k { width:8.8125rem;height:8.8125rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAMapTm0F9po5XT6kXzmbcTq9mKrx0tk { width:8.18675rem;height:1.3rem;top:61.25rem;left:11.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XATL4NpxJqTOhTPPCXHLIIHW6lzv5W6p { width:8.8125rem;height:8.8125rem;top:52.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW7rTdvqfDN4EFZIJH4f03IT5oDf1kDy { width:8.18675rem;height:2.6rem;top:75rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmQOqIZXqiTBc7R8ff3phUeiW6x5utTu { width:8.8125rem;height:8.8125rem;top:66.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLVcVVoTb4hcTyTwL50qzn45NtbkDb5 { width:14.75rem;height:2.2rem;top:6.9375rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcA96pNzn1hyXOSpLpn3Vk6IZsI4V6Su { width:20rem;height:11.6875rem;top:5.125rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #MwM5CtiBSGCpa9HbuFTQnfLtFWbGsTdE { width:14.1875rem;height:5.84765625rem;top:9.625rem;left:2.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #oC3daB7nEsT3h97C4TFZ55MInfuluwHm { width:15.3125rem;height:7.3095625rem;top:21.9375rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #zI0KX5NHIppwTC7alOz5UDDQvSDaXCqz { width:6.25rem;height:1.6875rem;top:19.75rem;left:6.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #OnT3rLTiqpMacfhIZZAx5SALViB1RmqZ { width:20rem;height:12.8125rem;top:18.0625rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ { background-color:rgba(0,86,164,0.75);background-image:url("https://images.assets-landingi.com/uc/15f77f8d-f02e-4f37-bd5a-146b231bc070/ef3f34.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ.adaptive-delivery-prevent-bg, #qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ.lazyload, #qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ.lazyloading { background-image: none; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container { background-color: transparent; background-image: none; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container > .video-iframe-container { display: none; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row > .video-iframe-container { display: none; }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .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); }#qTGHV4oUk0R1bUxi848vCmfgTFRumKfJ > .row .container { width:20rem;height:103rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhHOZPQCgDAXT4yADWGvQd4VKSrvBylW { width:16.5625rem;height:3.75rem;top:3.1515636444092rem;left:1.7187500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b8WmiiRcmOCLEAkSMT4tkX33Zen9dzeK { width:19rem;height:25.9286875rem;top:9.36328125rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15034;display:block; }#b8WmiiRcmOCLEAkSMT4tkX33Zen9dzeK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #QViha78cO0EVtMNaeTAak5VyddWnSTK4 { width:18.875rem;height:27.63475rem;top:61.25rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15034;display:block; }#QViha78cO0EVtMNaeTAak5VyddWnSTK4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/69d70f59-cfe3-4f52-8fe7-522200cb05bd/ICONS_Mesadetrabajo1copia8.svg); }
 }@media only screen and (max-width: 763px) { #L60H1s7QnChRRupa95gXTNBr1C7JwWdx { width:20rem;height:28.875rem;top:7.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzLZwvSe4kfKPMAJiSvk6zGVEytTGWD0 { width:20rem;height:29.3125rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTrl8QFbTgregTlN7eQ28Hd4EzDFFmO { width:20rem;height:20.143198090692rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC { display:none; }#XBpa6bxleqECIUznZtQeyZ9bpHv1SRzC > .row .container { width:20rem;height:20.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oMVAf4y0ueDw3AIfn5QZn1DP1PxgvU7d { width:19rem;height:1.375rem;top:2.6697444915771rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ky2LcowbZE3XDOVCOMFzFq3czKCLFZQ8 { width:18.75rem;height:7rem;top:5.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOcFxDOtWA18u7stgMznDWOeHcm9btzr { width:20rem;height:10.75rem;top:4.0625rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu { display:block; }#kg4n5rGz8hq36WuCnHpBdq6bMqGWU3Tu > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTWkUBN8EWJtJ9QA0iE2MO3GcSagpwvB { width:10.875rem;height:3.9375rem;top:10.625rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2kOXNyIxmVTvaJVZDi8udeWheGI3T2 { width:12.5625rem;height:3.8984375rem;top:22.4375rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QHCIETSuC5ZNQoIHNBEZEq1trqQRT2Sb { width:9.8734375rem;height:2.625rem;top:44.0625rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rRsHnT3vBE28S4ZCItLfxXG4KSEqAHkZ { width:10.625rem;height:2.625rem;top:36.9375rem;left:3.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uf9HC8R4ofoUgnXayT2ceTxakPaFKKTr { width:15.5625rem;height:11.125rem;top:4.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0qXlIhiqCA4Wqbla7IRl89sErqdvii7 { width:15.5625rem;height:11.125rem;top:17.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGVsaOdHZ5HBS2PPLeDi9OZhKzOlPiT { width:15.5625rem;height:11.125rem;top:30.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNnyMyz0TxAfhXzXs8NOmOLv0EQ0ETCc { width:3.9375rem;height:3.9375rem;top:17.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp1ePKTTIc3GhWs1foly8TsNdmSvyH5m { width:8.5rem;height:4.6875rem;top:5.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDJL6di1wOvGy1T0UHEqXPgbif7Hl0lL { width:3.4375rem;height:3.4375rem;top:43.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKO7dInE6UECqpsWmeMPL70wi8TIQr0q { width:3.6875rem;height:3.6875rem;top:32.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfwdtMLO2WKdxftQLR1hJDpgxLJ3CD9O { width:18.9375rem;height:5.625rem;top:42.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicfTOx19CsXTdHliOnLiEstoMpbzUAL { display:block; }#oicfTOx19CsXTdHliOnLiEstoMpbzUAL > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDLtyXHJn3saKdNtbcbEkblBPxM760L0 { width:20rem;height:17.7494375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arP8wGub4VU52s7iQPqJTbPkmbOJ9kp4 { width:15.875rem;height:3.25rem;top:6.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9BX0He71EMUMTTfMmZ0me81MJIk86bz { width:16.4373125rem;height:3.65625rem;top:11.3125rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZu8pyPdStKDsmHszGzXnbBnUgVJfk8p { width:15.3125rem;height:7.1484375rem;top:15.6875rem;left:2.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFRUVXt8k27WroXWR3upb4hOaxPkMVAK { width:20rem;height:13.0625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZSDMHQb1IlnRFq28PbThyKLTFK0qoRy { width:20rem;height:14.875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw9L28J8exT4Z1a09GiVz1VdXF3PkyBI { width:20rem;height:14.5rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4NN097XnwXEPOmTs2DGfVx4TrefnUhl { width:13.0625rem;height:4.875rem;top:26.25rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFk9XIIeM7GQpaBPUtsmZvWL35s5uK0m { width:16.3125rem;height:7.1484375rem;top:46.125rem;left:1.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJ1gx8W2dyTrNOZdnOdLqnTh4dMwosyo { width:15.25rem;height:4.875rem;top:40.5625rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEyrd0JPlHZ1NSiqcsPcTfUeC4QssmZr { width:13.0625rem;height:3.65625rem;top:57.125rem;left:3.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exTKVu1JQSsWcSWuON5QGqatQ1EdPIxf { width:16.8125rem;height:5.361325rem;top:31.625rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdt1vhFhXHBxtZJ6COPwmMLNUOk2kLmO { width:15.8115rem;height:7.1484375rem;top:61.5625rem;left:2.09375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUopbuSchxbSXkWb5bGu8QUUtOG4AcqE { width:20rem;height:12.8125rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crRTGvEzSSdVvpZKTMErGQCxJCNZXryx { width:12.6875rem;height:1.7871125rem;top:76.25rem;left:3.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fAxk6OG0dCaaw8X60T6TkDZxqco7T63p { width:11.5625rem;height:2.4375rem;top:73.1875rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlcTiK1Zc5l93LWcdqwdow5KFPXirQfJ { width:20rem;height:1.3496125rem;top:3.2499737739563rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QscJwZKa2EKrkJkbZhGUpoTFQ0ynVEQK { width:5.9375rem;height:0.9375rem;top:7.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywg0vCho00yaWbTa6sMZHnphP8yxnsr7 { width:7.5rem;height:0.8125rem;top:7.5rem;left:9.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gTC7T4W6v4TpDHT9IcCKFNQzCeiIsOFD { width:5.9375rem;height:1.1875rem;top:8.6875rem;left:7.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xZZ7JN6XrO9mMlDSDebcdLNkXc5iFinP { width:6.6875rem;height:1.1875rem;top:79.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKT7EyRgegkx21I7tLHGfAFpolkHDGp { width:8.5625rem;height:1.0625rem;top:79.125rem;left:9.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MWsuI8yuHN4qXSc0f1KM9CHFcvrxWWq7 { width:6.125rem;height:1.25rem;top:81.4375rem;left:6.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #kxZoAQc4SIKTf2KbubbI2tN7rTM3d4gf > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection { display:block; } #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection *:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="text"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="email"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection input[type="tel"]:focus-visible, #xe2e3ca7d31392034fab5f778ccefc95.widget-smartsection textarea:focus-visible { outline: none; } #wptRmleFVTv8GWh7zZ3zyNeD98OlGmqG > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { background-color:#ffffff;background-image:none;display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { background-color: transparent; background-image: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .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); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { width:20rem;height:16.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { width:10.5rem;height:11.75rem;top:3.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { width:15.625rem;height:3.4375rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block; }
 }@media only screen and (max-width: 763px) { #mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { width:17.6875rem;height:5.11875rem;top:16.75rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.adaptive-delivery-prevent-bg, #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.lazyload, #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.lazyloading { background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { background-color: transparent; background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .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); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { width:8.625rem;height:1.1375rem;top:0.4375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUhcWWmQmxLz1icHBItthH5Uw0Vyd46H { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux84RCsyWT8r1TcRLDTETU0T0Tw8U1f { display:block; }
 }