.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:11.25rem;top:2.5625rem;left:60.375rem;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.9375rem;width:7.8125rem;top:2.96875rem;left:28.8125rem;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:2.9375rem;width:20.1875rem;top:2.3687500953674rem;left:17.9375rem;display:block; }
#q9nPZquDz0DwbzWzubMSRfzeK8mR9lB0 { 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:2.1875rem;width:7.375rem;top:2.84375rem;left:19.9375rem;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/ec0706c6-cfc3-4b09-9e84-c62f0ea0233e/backppp.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:56.9375rem;width:75rem;position:relative;display:block; }#ynXZTvIKgu0FGL5vB9huHwuPzBPxGAPH { color:#595d68;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:15.375rem;left:2.3125rem;height:;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; }
#tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { color:#12b058;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:19.5625rem;left:2.3125rem;height:6.599625rem;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; }
#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:32rem;top:46.5rem;left:2.3125rem;overflow:hidden;display:block; }
#tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { color:#662483;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:48.5625rem;left:7.25rem;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:center;text-align-last:center;display:block; }
#SfG6y9wD6f0AidFRXRdbJalKZLoNvDNT { color:#595d68;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(246,241,241,0.5);top:26.875rem;left:2.3125rem;height:5.94921875rem;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; }
#eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { box-sizing:content-box;height:12.875rem;width:15rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1ff2172c-40de-4865-9653-54d4d9d121f3/truck.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.125rem;left:21.3125rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;display:block; }#eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.adaptive-delivery-prevent-bg, #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.lazyload, #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk.lazyloading { background-image: none; }
#mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { position:absolute;display:block;z-index:15085;height:29.125rem;width:28.125rem;top:5.5rem;left:45.0625rem;display:block; }
#brxTLGq5dITlwzUMweHdt4Vb7DcQDMRT { position:absolute;display:block;z-index:15092;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));background-image: -moz-linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));background-image: -ms-linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));background-image: -o-linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffef', endColorstr='#ffffffe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffef', endColorstr='#ffffffe8' );";background-image: linear-gradient(169deg, rgba(255,255,255,0.94), rgba(255,255,255,0.91));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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:21.5rem;width:31.5rem;top:13.0625rem;left:0rem;display:block; }
#b0hHXX9QJqoVEP592UcR9tdEspnrSDtr { box-sizing:content-box;height:11.625rem;width:13.5625rem;position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb13b0cf-a5f5-4acc-b018-36754535822c/Recurso1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.5361328125rem;left:30.71875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ;display:block; }#b0hHXX9QJqoVEP592UcR9tdEspnrSDtr.adaptive-delivery-prevent-bg, #b0hHXX9QJqoVEP592UcR9tdEspnrSDtr.lazyload, #b0hHXX9QJqoVEP592UcR9tdEspnrSDtr.lazyloading { background-image: none; }
#Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ { box-sizing:content-box;height:7.375rem;width:12.0625rem;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f2024551-4e4d-41fa-9045-26141ee8ecc7/FlexEnterprise_Resourceextraction.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.75rem;left:29.187498092651rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.26) ;display:block; }#Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ.adaptive-delivery-prevent-bg, #Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ.lazyload, #Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ.lazyloading { background-image: none; }
#XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y { box-sizing:content-box;height:9.4375rem;width:20.0625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9ae8472d-b34b-4e34-b90a-abb1ecdb2aaf/Recurso1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.23) ;display:block; }#XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y.adaptive-delivery-prevent-bg, #XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y.lazyload, #XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y.lazyloading { background-image: none; }
#aDwfdKsXmN3qcTmt0knaSMT5oBA6BH9K { position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(161deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(161deg, #ff9d00, #e77320);background-image: -o-linear-gradient(161deg, #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(161deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:6rem;width:28.25rem;top:38.3125rem;left:2.3125rem;display:block; }
#fT7PgksR3JLcXUoNs5Eo3CKZ4hnLogfm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:6.25rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:38.1875rem;left:2.3125rem;display:block; }
#IVhranpiGAhKEzgBHTAPJDIonMsknr0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnCFoaqNUT60Xw5aezcxolUJbZk8gOyE { position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:3.5rem;width:3.5625rem;top:39.625rem;left:3.25rem;display:block; }
#Hm7hRHlIV6aLCfDh0R7dK5LygK7RpTX4 { position:absolute;display:block;z-index:15102;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:2.12456875rem;width:2.1875rem;top:40.3125rem;left:3.9375rem;overflow:hidden;display:block; }
#dTWxsg7mCnUdaf62kKIXLAnQNJhBWn7b { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:39.875rem;left:7.4375rem;height:2.9248rem;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; }
#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/6a820c74-9f36-415f-8715-6a6086548ec8/rb_44316.png");background-position:center 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; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.adaptive-delivery-prevent-bg, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyload, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyloading { background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { background-color: transparent; background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .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); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { border-width: 0; border-radius: 0; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#zFDM4TOADf6SRNx2HuAANvImGwT5OsFi { color:#595d68;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:9.625rem;left:10.125rem;height:2.111325rem;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; }
#Fh1boEu6sGdlQXyXLwe3eTuJAsTJIi6U { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffaf' );";background-image: linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:7.1875rem;width:17.5625rem;top:8.1875rem;left:3rem;display:block; }
#Ge1TA7cMWG0hVHvLXXnzIQSQlNB4eTbC { 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: 0.0625rem 0.0625rem 1.875rem rgba(255,157,0,0.56) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.6875rem;left:8.84218788147rem;display:block; }
#Sq6lZTrpzgTXZ9BheuPNo7qbyMgan9fH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpMlAdepyibDSmoa1IB9Pu3kS2L94JtE { color:#12b058;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5rem;left:3rem;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;overflow:hidden;display:block; }
#Qmve29soonuLOfZtps6Skz4xp5iaGIWa { box-sizing:content-box;height:20.5625rem;width:24rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a7de4bc-5490-4dcf-bf95-20674a61eb69/0.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.125rem;left:48.185766220093rem;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; }#Qmve29soonuLOfZtps6Skz4xp5iaGIWa.adaptive-delivery-prevent-bg, #Qmve29soonuLOfZtps6Skz4xp5iaGIWa.lazyload, #Qmve29soonuLOfZtps6Skz4xp5iaGIWa.lazyloading { background-image: none; }
#KTfnwBZSPaRunuCprwWct98e06uUh5Fc { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:18.5rem;left:10.25rem;height:2.111325rem;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; }
#FtCSyrSNHMGhKEGxePQ1HKL9kkeaJuTI { color:#595d68;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.9375rem;left:29rem;height:1.05625rem;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;overflow:hidden;display:block; }
#Up7FCbzHbyTe3gCt1fCzRlA0ps3pkvET { color:#595d68;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.4375rem;left:28.6875rem;height:1.05625rem;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; }
#K8o5cR4QF2RRJpDBcEReseoHzd0iksk2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:9.25rem;left:6.5625rem;overflow:hidden;display:block; }
#sGvng3TyKMWi91V9qLaJhBpMAHrBf0y4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:18.0625rem;left:6.9375rem;overflow:hidden;display:block; }
#CkwH3ze5c0VNmT3NXIZkI8x5m8Gh48DU { position:absolute;display:block;z-index:15026;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.875rem;width:1.875rem;top:18.5rem;left:26.5rem;overflow:hidden;display:block; }
#U46Mfet3SqLJV2RXmctVsNIygT0sl4Sr { position:absolute;display:block;z-index:15026;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.25rem;width:2.25rem;top:8.8125rem;left:25.9375rem;overflow:hidden;display:block; }
#kTmDamsi4gl1057Iyc4SySLuL6lT92tN { color:#595d68;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.5625rem;height:2.111325rem;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;overflow:hidden;display:block; }
#o4xUCekdEVr7IFaU42MTUXhNpmbThKSv { color:#595d68;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:21.1875rem;left:4.4375rem;height:2.111325rem;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;overflow:hidden;display:block; }
#sw6veKadeLS0CmirRPu01iqRdKJkOBZy { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffaf' );";background-image: linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:7.9375rem;width:17.5625rem;top:17rem;left:3rem;display:block; }
#B0SxP7PnNkBaxqsBzqJHWAQwrolUQQBQ { color:#595d68;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.125rem;height:3.16699375rem;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;overflow:hidden;display:block; }
#KMQEeuKrsny0fuEW0QvZRU5HZu87aPJ4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffaf' );";background-image: linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:7.1875rem;width:17.5625rem;top:8.1875rem;left:22.9375rem;display:block; }
#cXEoJaDNfvPwsERGwVmgwmvr2fr4Dase { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -moz-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -ms-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));background-image: -o-linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffaf' );";background-image: linear-gradient(169deg, #ffffff, rgba(255,255,255,0.69));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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:7.9375rem;width:17.5625rem;top:17rem;left:22.9375rem;display:block; }
#IqaQHPcMhfDWMzezbpFOWiwExT7iFzMM { color:#595d68;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.125rem;left:25.5rem;height:2.111325rem;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;overflow:hidden;display:block; }
#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h { 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: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; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.adaptive-delivery-prevent-bg, #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.lazyload, #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.lazyloading { background-image: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { background-color: transparent; background-image: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container > .video-iframe-container { display: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container { display: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .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); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { border-width: 0; border-radius: 0; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#JfOH5H2hhptTNf7p7iO60DOD6RDcTn3p { color:#595d68;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.5625rem;left:6.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4NW1OiCMX2Oboanf9amLR9JW5lLLBcl { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefe0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefe0' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.88));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,54,0.23) ;height:21.75rem;width:38.5625rem;top:12.875rem;left:10.9375rem;display:block; }
#R61DEaeP2dQRTIspxOBTczuJloC73tac { color:#595d68;display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:15rem;left:12.8125rem;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; }
#KpuneHhBJ3haTWiSMnawzk12w1XgZ4QL { position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.56);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.06) ;height:15.375rem;width:34.3125rem;top:12rem;left:9.8125rem;display:block; }
#mDhhHl19KgCQdoUUBaRQfxAvnGHTTn8p { color:#12b058;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:3.625rem;left:6.125rem;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; }
#PSLgXDM7BNxnDvMWyl5cpWs6tLG9TIyz { color:#595d68;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:19.8125rem;left:12.8125rem;height:1.2rem;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; }
#kztcvTrvm0l3MbflyxeL72SWyxctR8OR { color:#595d68;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:21.875rem;left:12.8125rem;height:1.05625rem;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; }
#nwqpAMd3wIreImECXHqe983ouOwPPqHA { color:#595d68;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:21.875rem;left:32.6875rem;height:1.05625rem;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; }
#bsAVAs21kLauBRa5ddqMRV3ZhCzUxrVH { color:#595d68;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.8125rem;left:12.8125rem;height:1.05615rem;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; }
#qBT7LeM4b0hzNBk5dRqdA3X8klXJM6mE { color:#595d68;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:27rem;left:32.6875rem;height:1.05625rem;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; }
#MK9gFnaSQLbnXlawgNwo8PscN5anPXRs { box-sizing:content-box;height:12.375rem;width:18.8125rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/384af3e5-b3e7-494d-a2cc-cb67d60e32b6/nointernetconnection.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.5625rem;left:46.5rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.24) ;display:block; }#MK9gFnaSQLbnXlawgNwo8PscN5anPXRs.adaptive-delivery-prevent-bg, #MK9gFnaSQLbnXlawgNwo8PscN5anPXRs.lazyload, #MK9gFnaSQLbnXlawgNwo8PscN5anPXRs.lazyloading { background-image: none; }
#oShPsPu4I9iEh8h42Mwzww59M84PPMe7 { color:#595d68;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:10.125rem;left:6.125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZiCMf1iaTAyTKJ5MGHwZLbqsyOcgHxRo { color:#595d68;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.0625rem;left:12.8125rem;height:3.16699375rem;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; }
#NnXp6bvwrUnXqeU7sJxOUXX6GlD7Aqzq { color:#595d68;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.3125rem;left:12.8125rem;height:2.111325rem;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; }
#LCwolyfdRtiwew9LVX3sLrkTUfzyk5OH { color:#595d68;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:23.0625rem;left:32.6875rem;height:3.16699375rem;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; }
#xomUUI50KwyaN6J0iGhNUouQSxH7vD8t { color:#595d68;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5rem;left:32.6875rem;height:3.16699375rem;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; }
#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ { 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.jpg");background-position:center left !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; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.adaptive-delivery-prevent-bg, #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.lazyload, #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.lazyloading { background-image: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { background-color: transparent; background-image: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container > .video-iframe-container { display: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container { display: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .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); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { border-width: 0; border-radius: 0; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;position:relative;display:block; }#fL67CQyOVXbsbLIVqpEF2d72GMTOg6Ts { color:#12b058;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.875rem;left:22.498439788818rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eied52qReS50hhEtQTGEtXMw8EQTqhQO { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));background-image: -moz-linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));background-image: -ms-linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));background-image: -o-linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef72' );";background-image: linear-gradient(16deg, #ffffff, rgba(239,239,239,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,42,0.23) ;height:48.3125rem;width:36.5625rem;top:11.1875rem;left:19.217189788818rem;display:block; }
#rbePE9XLsrXfTJDKcFe0zITHC96hXzlK { color:#595d68;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:15.550001144409rem;left:23.25rem;height:4.875rem;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; }
#X764GcowlbTobvV5SlvsCrh5eaB8kII2 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:24rem;width:34.3125rem;top:9.7421875rem;left:20.342882156372rem;display:block; }
#aB8qERbTU3DDPzkr0E1rJFCpobMutX79 { color:#12b058;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:2.875rem;left:18.8125rem;height:2.13125rem;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; }
#K1HolgyyaIXnCit8LgzNuDQlt3Px0wFQ { color:#595d68;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:21.3125rem;left:24.96875rem;height:2.3994125rem;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; }
#RAssmKKffOF3TnXqryTxSsHrJZ7y92F8 { box-sizing:content-box;height:2.4375rem;width:42.875rem;position:absolute;display:block;z-index:14995;background-color:#029241;background-image:none;top:5.125rem;left:16.0625rem;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: 0.0625rem 0.0625rem 1.875rem rgba(0,255,113,0.5) ;display:block; }
#Qh5otN5kc5HmR8ceMXW9o275v4wdJyXR { color:#595d68;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:24.25rem;left:24.59375rem;height:1.2rem;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; }
#VfXbCgqorrxggviTr0JWrhTHA834tspQ { box-sizing:content-box;height:10.0625rem;width:11.75rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/214388bf-8d7e-4bb3-a1bc-f15bb1276fd3/qwdqwd_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.7109375rem;left:53.5rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.24) ;display:block; }#VfXbCgqorrxggviTr0JWrhTHA834tspQ.adaptive-delivery-prevent-bg, #VfXbCgqorrxggviTr0JWrhTHA834tspQ.lazyload, #VfXbCgqorrxggviTr0JWrhTHA834tspQ.lazyloading { background-image: none; }
#cgEQNJSycmRlqnph1EetyzJrmseBwaDH { box-sizing:content-box;height:10.4375rem;width:12.1875rem;position:absolute;display:block;z-index:15095;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc4d141c-0485-49df-874e-70261ebad9eb/qwdqwd_1.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.125rem;left:8.8625011444094rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.24) ;display:block; }#cgEQNJSycmRlqnph1EetyzJrmseBwaDH.adaptive-delivery-prevent-bg, #cgEQNJSycmRlqnph1EetyzJrmseBwaDH.lazyload, #cgEQNJSycmRlqnph1EetyzJrmseBwaDH.lazyloading { background-image: none; }
#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt { color:#595d68;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:38.1875rem;left:22.125rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr { color:#595d68;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:48.9375rem;left:22.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#WcehyBvOkbbOJH5LryJVrVOSp74mVbwe { box-sizing:content-box;height:10.4375rem;width:12.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c10448f8-5a06-4b5d-9699-771d883431c4/Recurso2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.246875762939rem;left:52.498435974121rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.24) ;display:block; }#WcehyBvOkbbOJH5LryJVrVOSp74mVbwe.adaptive-delivery-prevent-bg, #WcehyBvOkbbOJH5LryJVrVOSp74mVbwe.lazyload, #WcehyBvOkbbOJH5LryJVrVOSp74mVbwe.lazyloading { background-image: none; }
#JUO9cDZPNyJznnoTH62eBC50QdM6qt8S { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:5.5625rem;left:18.8125rem;height:1.71875rem;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; }
#zIuBmTIPa1SkAHTRec0xeQ1PnScXZsMU { color:#595d68;display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:29.125rem;left:23.6875rem;height:6.09375rem;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; }
#oHebmm6ZMRHfGn8bLt1sVBkczN24zKoy { color:#595d68;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:39.8125rem;left:23.6875rem;height:6.09375rem;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; }
#UCKd02cu60PLVEWsrRdCR4cULefl0JIi { color:#595d68;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:50.3125rem;left:23.75rem;height:6.09375rem;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; }
#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf { color:#595d68;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.5625rem;left:22.125rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/6a820c74-9f36-415f-8715-6a6086548ec8/rb_44316.png");background-position:center left !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; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.adaptive-delivery-prevent-bg, #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.lazyload, #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.lazyloading { background-image: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { background-color: transparent; background-image: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container > .video-iframe-container { display: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row > .video-iframe-container { display: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .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); }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { border-width: 0; border-radius: 0; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { font-size:0.875rem;font-family:arial;height:83.125rem;width:75rem;position:relative;display:block; }#tMNKIeMB4u5owbogx3ogFxgCwhTDutld { color:#595d68;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.125rem;left:11.625rem;height:3.16699375rem;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;overflow:hidden;display:block; }
#PlL0E3eDe8tTX11NWb9ypzzIhnJIelK5 { position:absolute;display:block;z-index:15001;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:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:11.4375rem;width:16.875rem;top:15.875rem;left:9.875rem;display:block; }
#MV24TLowNlxL7gaKccixpB14fQvvVTae { color:#595d68;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:11.3671875rem;left:10.59375rem;height:2.611325rem;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; }
#Arae0LResCFkfTEUbw174O0adlCgy7xt { color:#595d68;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.9375rem;left:12.1875rem;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;overflow:hidden;display:block; }
#GsTqGSID1FMWXsIoqgrJZluNT4rk0mvT { color:#12b058;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:4.1109390258789rem;left:23.281251907349rem;height:4.125rem;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; }
#ZzhAJ93BKAbxaxxgFPp0iENrwa5O5w8i { color:#595d68;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.6875rem;left:15.5625rem;height:1.29980625rem;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;overflow:hidden;display:block; }
#PIesTkv0tv08rKn9r38XA7wADbiVBg6J { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12b058, #07823d);background-image: -moz-linear-gradient(180deg, #12b058, #07823d);background-image: -ms-linear-gradient(180deg, #12b058, #07823d);background-image: -o-linear-gradient(180deg, #12b058, #07823d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#07823d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#07823d' );";background-image: linear-gradient(180deg, #12b058, #07823d);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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:2.3125rem;width:57.125rem;top:28.4375rem;left:8.9375rem;display:block; }
#Fe38dslnfZDas221IUVvDegA2ItI57fH { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:32.1875rem;left:11.34375rem;height:13.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; }
#nvyhCV2uyz3wO9NKWzWHTWcX1ND38yEi { position:absolute;display:block;z-index:15008;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:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:11.4375rem;width:16.875rem;top:15.9375rem;left:29.1875rem;display:block; }
#csw8EqIdbvxd9p9LIfogBJ9M9odvQUQl { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #009040, #12b058);background-image: -moz-linear-gradient(0deg, #009040, #12b058);background-image: -ms-linear-gradient(0deg, #009040, #12b058);background-image: -o-linear-gradient(0deg, #009040, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009040', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009040', endColorstr='#12b058' );";background-image: linear-gradient(0deg, #009040, #12b058);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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:18.875rem;width:16.875rem;top:29.125rem;left:29.1875rem;display:block; }
#fOqZq9UMrWRmZ0T5mf5mF7Kuo8EXWaTM { color:#595d68;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:19.9375rem;left:30.75rem;height:4.22265625rem;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;overflow:hidden;display:block; }
#fZrawZZFmm6Q3DXGWasl0ITlhLIceBtf { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:32.1875rem;left:30.96875rem;height:12.1875rem;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; }
#JU5pT8f0IR2WBnvSgOnosGfWHvHwcLhf { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:28.6875rem;left:10.812500953674rem;height:1.95rem;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;overflow:hidden;display:block; }
#Iho1HnV1W4pTmUZOPNodW3sIqWNBgRIs { color:#595d68;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18rem;left:33.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;overflow:hidden;display:block; }
#GWIKrK60iZfmKKth7ginTmzp0JSW826V { color:#595d68;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:12.020312309265rem;left:29.78125rem;height:2.611325rem;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; }
#WF9iL89cbMXXJfl2sFv0BqSEHbJWw4wT { position:absolute;display:block;z-index:15015;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:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:11.4375rem;width:16.875rem;top:15.9375rem;left:48.25rem;display:block; }
#yv3WPWtpeyhO3TEvK6VTiBC9f6tXm3fO { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #00a54b, #12b058);background-image: -moz-linear-gradient(197deg, #00a54b, #12b058);background-image: -ms-linear-gradient(197deg, #00a54b, #12b058);background-image: -o-linear-gradient(197deg, #00a54b, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a54b', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a54b', endColorstr='#12b058' );";background-image: linear-gradient(197deg, #00a54b, #12b058);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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:17.0625rem;width:16.875rem;top:29.3125rem;left:48.25rem;display:block; }
#eP4yvZ3Ud4y1TIUgvIIv3ek45uV0kHtd { color:#595d68;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:20.57187461853rem;left:50.3125rem;height:4.22265625rem;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;overflow:hidden;display:block; }
#n19bEVzOpvhGJsS6RoEi8dfxIDCJilKl { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:32.1875rem;left:49.750000953674rem;height:10.96875rem;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; }
#diQEyxiyauFbu0vaVETLHbaywn5OqBMs { color:#595d68;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:12.019964993rem;left:50.373266220093rem;height:2.611325rem;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; }
#Ot9R2oKBxmlaA6xB4CsCMtqDuwsVXozq { color:#595d68;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:18rem;left:52.6875rem;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;overflow:hidden;display:block; }
#isW2BcZGZonfSeZrx75yEwSDeeKFUkSl { position:absolute;display:block;z-index:15022;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:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6rem;width:26.9375rem;top:50.25rem;left:28.625rem;display:block; }
#T5R9NO2HOPo2WHK6oXcPqapQfvtL0dy9 { color:#595d68;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:65.124217987062rem;left:7.0500011444094rem;height:3.298825rem;text-align:right;text-align-last:right;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; }
#qJ5fkd6ZMG6mxegefyukXLZuLZn26Zxs { color:#595d68;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:51.629341125488rem;left:30.561632156372rem;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:left;text-align-last:left;overflow:hidden;display:block; }
#JUR998NsOw36KTivOqTlyQDxkwnkN1pq { color:#595d68;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:52.875rem;left:30.5625rem;height:2.111325rem;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; }
#VbIZBhMJeGm7Zyk6hIzxNQg6nmwVJZ0F { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #04a047, #12b058);background-image: -moz-linear-gradient(190deg, #04a047, #12b058);background-image: -ms-linear-gradient(190deg, #04a047, #12b058);background-image: -o-linear-gradient(190deg, #04a047, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a047', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a047', endColorstr='#12b058' );";background-image: linear-gradient(190deg, #04a047, #12b058);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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:25.1875rem;width:37.375rem;top:54.180557250976rem;left:28.624132156372rem;display:block; }
#r2oJXLqmwbcVG9EGtaSuzgFfvCiuXMTk { color:#ffffff;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:57.6875rem;left:46.8125rem;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:left;text-align-last:left;overflow:hidden;display:block; }
#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:59.5rem;left:30.75rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k li:before{  }
#ENiygowJAm0sb9TVevfO16JPRhyl2q4M { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #0ab358, #079747);background-image: -moz-linear-gradient(0deg, #0ab358, #079747);background-image: -ms-linear-gradient(0deg, #0ab358, #079747);background-image: -o-linear-gradient(0deg, #0ab358, #079747);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ab358', endColorstr='#079747' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ab358', endColorstr='#079747' );";background-image: linear-gradient(0deg, #0ab358, #079747);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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:21.125rem;width:16.875rem;top:29.3125rem;left:9.875rem;display:block; }
#tpJbyK7oTQnA4RCKzzKOWQXSgxs0ktIL { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:57.5rem;left:30.75rem;height:1.54375rem;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; }
#t0TwhhcU7bAPq4RJaCLS5o6bw5P76K63 { position:absolute;display:block;z-index:14992;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:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:13.5625rem;width:16.875rem;top:10.243056118488rem;left:9.8732624053956rem;display:block; }
#OIkRcpehzvpQqxCT5AGFmRJuAuvL6VNG { position:absolute;display:block;z-index:14993;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:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.375rem;width:16.875rem;top:10.25rem;left:29.186632156372rem;display:block; }
#eJnmzeJqIP1QCsimxkxBrvKdCUuWI1lg { position:absolute;display:block;z-index:14994;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:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:12.375rem;width:16.875rem;top:9.9722221493719rem;left:48.248266220093rem;display:block; }
#pCt2KlwsVJLlzRpElGiMJAXpslWxotgX { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:61.125rem;left:32.25rem;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;overflow:hidden;display:block; }
#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K { color:#ffffff;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:66.508682250975rem;left:30.749132156372rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K li:before{  }
#MXpzpShvIhffxQhgMp3peT4vGRmvk1O1 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:68.0625rem;left:32.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;overflow:hidden;display:block; }
#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:72.34375rem;left:30.749132156372rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n li:before{  }
#DbhlrdwUOluPat9EDAawvtDgFVz65kvP { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:73.875rem;left:32.248439788818rem;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;overflow:hidden;display:block; }
#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(360deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(360deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(360deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #f0eff5, #ffffff);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; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { background-color: transparent; background-image: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container > .video-iframe-container { display: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row > .video-iframe-container { display: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .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); }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { border-width: 0; border-radius: 0; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { font-size:0.875rem;font-family:arial;height:63.375rem;width:75rem;position:relative;display:block; }#xGu4r8epy7cmH0BPuCUeaWNAFtVLDTkm { color:#12b058;display:block;width:44.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:4.9375004768372rem;left:15.21875rem;height:4.125rem;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; }
#t3ni78b6TF4zN6el43k1Zs4kl20KMk0H { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#mcaWBCMigwIH1xTyAKCO8xoDzaaOPrcH { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#mQPRAefmUnVSN1T3J995Lq1ctErTIRN5 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#ggHh4FfVizCMDaBR9obQ6dhVsW7pbQcR { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#ocN424QH1fNcAOI8teJiJgS8GmvXBG4h { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#MDtz6ycaiyrtAyddizlRks1mPmZCeAch { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#DQmh7D6v0KFJ01gd38tTfD26MxBSke9E { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10rem;width:37.5rem;top:7.5625rem;left:0rem;display:none; }
#sWDF7lRqmoBkSNqGGu0gs4foC96gDsMI { color:#12b058;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:46.125rem;left:8rem;height:2.4746125rem;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; }
#EUppNpGxB327rauG8oWdHmdGmdkhtzut { color:#595d68;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:48.956251144409rem;left:5.84375rem;height:4.875rem;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; }
#uJG4gbxzP0JTvvXX4w23Rbn1iJDLKIZ9 { color:#595d68;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:23.1875rem;left:52.122657775879rem;height:4.875rem;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; }
#EvSOLiCurgoMMDQvNN94c4ihoPyoq3Mt { color:#12b058;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:20.25rem;left:53.560157775879rem;height:2.4746125rem;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; }
#h8OcEuh4HxigwBH3x4SAzT5yHVcyDHSp { color:#595d68;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22.625rem;left:29.530382156372rem;height:4.875rem;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; }
#NTfSDfy4ac1DcEBW0Uvof4JClc9ZZ1bw { color:#12b058;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:20.25001347065rem;left:30.436632156372rem;height:1.2375rem;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; }
#H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15094;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a60d3708-5bb0-448a-9781-07ada906a492/FlexEnterprise_Banking.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.812500119209rem;left:31.499132156372rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO.adaptive-delivery-prevent-bg, #H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO.lazyload, #H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO.lazyloading { background-image: none; }
#ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15099;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f2024551-4e4d-41fa-9045-26141ee8ecc7/FlexEnterprise_Resourceextraction.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.812500119209rem;left:8.90625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O.adaptive-delivery-prevent-bg, #ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O.lazyload, #ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O.lazyloading { background-image: none; }
#m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15096;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76714b4a-610d-4a52-b305-6e348f764394/75784b3f800a48aabc92a0a5a825a933_retailmanagement.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.812500119209rem;left:54.435766220093rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN.adaptive-delivery-prevent-bg, #m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN.lazyload, #m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN.lazyloading { background-image: none; }
#kFAFf9bghq70J501yWtZesCFmHW4rdHu { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15097;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/02967201-1eaf-4436-b187-ca3a284ddf60/FlexEnterprise_Energy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.1875rem;left:8.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#kFAFf9bghq70J501yWtZesCFmHW4rdHu.adaptive-delivery-prevent-bg, #kFAFf9bghq70J501yWtZesCFmHW4rdHu.lazyload, #kFAFf9bghq70J501yWtZesCFmHW4rdHu.lazyloading { background-image: none; }
#nO8xQMu4ldbuALRy7iesUcxWOL0h9759 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:18.625rem;width:19.0625rem;top:41rem;left:4.5625rem;display:block; }
#qCbhdnC6X8ZRtTJQPdEqXsb70BVQNsAK { color:#595d68;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:22.625rem;left:5.8125rem;height:4.875rem;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; }
#a56J6iP76L7mfJ4MTaxfhJ3OEDAuiJhP { color:#12b058;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:19.63125038147rem;left:8.28125rem;height:2.4746125rem;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; }
#tgxZ15eDDfNXzaCBof8zBbmzmKS9v4TZ { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:18.625rem;width:19.0625rem;top:41rem;left:50rem;display:block; }
#eZ6X2LCTOMxCXqfNys5nGCTEI39TIRae { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15101;line-height:1.5;letter-spacing:0;top:48.347224235534rem;left:52.435766220093rem;height:4.875rem;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; }
#VyFRU3Rv42vPW1QRTsQ2TTLOIngZ1im6 { color:#12b058;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:45.506077766419rem;left:54.310766220093rem;height:2.4746125rem;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; }
#nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e1bfec5-e11e-4f8d-99ab-90740722bc92/qwdqwd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.187500953674rem;left:54.435766220093rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf.adaptive-delivery-prevent-bg, #nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf.lazyload, #nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf.lazyloading { background-image: none; }
#PhacTADdTPQ0n0CNEJaFdJgsRz50EMRy { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:18.625rem;width:19.0625rem;top:40.875rem;left:27.0625rem;display:block; }
#x8tSMpyVySnqrTNzTgi7O9Pf5vrEmCHb { color:#595d68;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:48.375rem;left:28.875rem;height:4.875rem;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; }
#ddJJpqfs5mQLqQ8mQqksemudLDfl8skR { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15107;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7a8ddff2-74ce-4b3b-8209-3684e5d69b57/FlexEnterprise_Government.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.1875rem;left:31.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#ddJJpqfs5mQLqQ8mQqksemudLDfl8skR.adaptive-delivery-prevent-bg, #ddJJpqfs5mQLqQ8mQqksemudLDfl8skR.lazyload, #ddJJpqfs5mQLqQ8mQqksemudLDfl8skR.lazyloading { background-image: none; }
#IBTnSUv2TUlIIxbkqionKaMJp8TWdEPg { color:#12b058;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:46.125rem;left:30.1875rem;height:1.2375rem;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; }
#hGKDsnLTZrXyh2GNTc6eSxTb1RbxQ3cQ { color:#595d68;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:55.5rem;left:7.25rem;height:3.1669875rem;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; }
#WeC8gW8SWF8XZ28yHlO477TFqtAuq9Go { color:#595d68;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:55.5rem;left:30.623439788818rem;height:3.1669875rem;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; }
#wTdCABk9dQLlNagsch6nUz6F6btQxx6G { color:#595d68;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:55.5rem;left:54.403907775879rem;height:3.1669875rem;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; }
#vrwzssdkP8NEiskUOiP2R455raI4RtGQ { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:18.625rem;width:19.0625rem;top:15.625000119209rem;left:4.46875rem;display:block; }
#ruwbxqH3dhw96Tzu5yUh9W4GKAmFCfxI { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:18.625rem;width:19.0625rem;top:15.625000119209rem;left:27.061632156372rem;display:block; }
#SxSZ1VKMJEnEoJPVW02coXIHzcP9otnC { color:#595d68;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:30.46875rem;left:6.375rem;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; }
#CnnONMtNDuFVsnAU5slbUShfqtaEl2Lb { color:#595d68;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:30.63125038147rem;left:28.935939788818rem;height:2.1123rem;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; }
#TSHNoXZJEMtTLeoMEgcVTzqt2tgoxXWn { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:18.625rem;width:19.0625rem;top:15.625000119209rem;left:50.310766220093rem;display:block; }
#Rd94EhS7FrXFZ15cWeofTTb9QLH6BK6M { color:#595d68;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:30.10312461853rem;left:52.435157775879rem;height:3.1669875rem;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; }
#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW { 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; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { background-color: transparent; background-image: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container > .video-iframe-container { display: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container { display: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .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); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { border-width: 0; border-radius: 0; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#FRMUzmhx3T5Ga533zlmRsAVosE66tMnT { color:#595d68;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:13.5625rem;left:5.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELOCQ7CdOpgagURqeVTwtKE2L6px6Kvy { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,35,0.23) ;height:6rem;width:19.5625rem;top:12rem;left:3.5625rem;display:block; }
#wwwPnt2QbZAoPNPe9JyNCRLld7lwlaWm { color:#595d68;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:15.375rem;left:26.125rem;height:;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; }
#ddMRbCFIhzt2yNqqCTASPkm2Le8cPHps { position:absolute;display:block;z-index:14996;background-color:rgba(255,255,255,0.12);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: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:15.375rem;width:50.75rem;top:10.875rem;left:2.625rem;display:block; }
#TFQ2OrGyS3EC80CJxfIBo3lTn0AIiCpS { color:#12b058;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:5.8125rem;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; }
#wocXMMfFoDd1HtyhLGVwru9dH6rgnmEO { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:10rem;width:17.9375rem;top:13.5625rem;left:54.4375rem;overflow:hidden;display:block; }
#gM07vfVSGJtJGUrXnawsit8rHDam21WS { color:#595d68;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.5625rem;left:26.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSETSCGXIffh6kfWa53qnNZytHkwStXe { color:#595d68;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:15.1875rem;left:5.6875rem;height:1.125rem;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; }
#UltyZsZhuutT4XrQzHkl8XcWimIGz17o { color:#595d68;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:19.75rem;left:5.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oxEsUl8bOUklPSCrGbwNM6e8x1HUFETx { color:#595d68;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:21.5625rem;left:5.6875rem;height:3.375rem;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; }
#fgUd9R5fkbO6UTw60O1IF0Uuac3u6oLK { color:#595d68;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.25rem;left:26.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqspT9glcxTwulV4f0WWpeUUoIrQ0epq { color:#595d68;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15095;line-height:1.2;letter-spacing:0;top:22.0625rem;left:26.125rem;height:2.25rem;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; }
#TJr8P8CTBaIvvR7FkV4RCJ2UtemLgv2M { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,35,0.23) ;height:6rem;width:19.5625rem;top:19.3125rem;left:3.5625rem;display:block; }
#exOubZHQp55i9y2Fa8WiBUKVbfv44hO5 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,35,0.23) ;height:6rem;width:28.0625rem;top:12rem;left:24.0625rem;display:block; }
#S51ZeqtL9s5LABTTKJTTXsdIk4xTvflb { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(18,173,35,0.23) ;height:6rem;width:28.0625rem;top:19.3125rem;left:24.4375rem;display:block; }
#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/971f24be-0f52-4a00-9df2-f8db7be317a7/Recurso2.jpg");background-position:bottom 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; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.adaptive-delivery-prevent-bg, #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.lazyload, #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.lazyloading { background-image: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { background-color: transparent; background-image: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container > .video-iframe-container { display: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container { display: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .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); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { border-width: 0; border-radius: 0; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#Xl3PA1ogBH4vr6WmRCPuoSuf1nzWibEc { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));background-image: -o-linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5ad' );";background-image: linear-gradient(180deg, #ffffff, rgba(240,239,245,0.68));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(89,93,104,0.13) ;height:3.125rem;width:37.5rem;top:13.8125rem;left:0rem;display:none; }
#Aq1nZu7uU9cuOwHr53u30J7rKP2Alcap { color:#595d68;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(246,241,241,0.5);top:14.5625rem;left:0rem;height:0;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:none; }
#TzbE32L9v6RggK8A6rudTB7NI46yUUB9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -moz-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -ms-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -o-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd3', endColorstr='#ffffffdd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd3', endColorstr='#ffffffdd' );";background-image: linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));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: 0rem 0rem 1.875rem rgba(5,171,57,0.64) ;height:18.625rem;width:22.3125rem;top:17.125rem;left:26.3125rem;display:block; }
#FM45CxwONqQHMQpapcZ6TrlZzX8TDBe5 { color:#595d68;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:21.375rem;left:29.3125rem;height:;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; }
#lmWTWtWv5ymR1FnqcemQGyLBEaR7Imho { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(255,255,255,0.54);top:5.1234436035156rem;left:4.6117191314697rem;height:7.4746125rem;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; }
#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs { color:#595d68;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:25.0625rem;left:27.75rem;height:8.327125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs li:before{  }
#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s { color:#595d68;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:25.1875rem;left:4.611328125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s li:before{  }
#FaEcFVz4chZnPQGiMnO4gG6d9TC8n3Se { color:#595d68;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:21.8125rem;left:5.6875rem;height:2.76171875rem;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; }
#BzzaWUFmC3uPV5rEkX8S8p7CUwxipncd { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -moz-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -ms-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -o-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd3', endColorstr='#ffffffdd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd3', endColorstr='#ffffffdd' );";background-image: linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));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: 0rem 0rem 1.875rem rgba(255,157,0,0.61) ;height:18.625rem;width:20.6875rem;top:17.125rem;left:51.25rem;display:block; }
#iJDuQUrbIzowianxvp7vbFD9htTc1OUn { color:#595d68;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:25.0625rem;left:52.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#iJDuQUrbIzowianxvp7vbFD9htTc1OUn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iJDuQUrbIzowianxvp7vbFD9htTc1OUn li:before{  }
#EeAKOdgJz7ThJWJKApbZkMJTJZ2JVkrw { color:#595d68;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.8);top:21.375rem;left:54.90625rem;height:2.76171875rem;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; }
#Tso6V4LzRmL3QNBKzIc8o04chlm8OML5 { 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.75rem;width:6.9375rem;top:18.6875rem;left:13.1875rem;overflow:hidden;display:block; }
#bswkdgmQ8QT0yumkcCCb4v9VBTcnig12 { position:absolute;display:block;z-index:15021;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.5rem;width:8.6875rem;top:18.8125rem;left:27.8125rem;overflow:hidden;display:block; }
#Bm6ZBFcR0KzGd9fPRLGzqDW5wX8IGbNt { position:absolute;display:block;z-index:15022;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.5rem;width:8.6875rem;top:18.75rem;left:52.8125rem;overflow:hidden;display:block; }
#DpIrntiWvkxUAoEMhs7t1vFQhhUVx1xB { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -moz-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -ms-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));background-image: -o-linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd3', endColorstr='#ffffffdd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd3', endColorstr='#ffffffdd' );";background-image: linear-gradient(169deg, rgba(255,255,255,0.83), rgba(255,255,255,0.87));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: 0rem 0rem 1.875rem rgba(49,105,241,0.72) ;height:18.625rem;width:20.875rem;top:17.125rem;left:2.875rem;display:block; }
#bfaoPWw1UGHDU4s6MWLOGkrOHW4A9wes { 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:2.1875rem;width:7.25rem;top:18.46875rem;left:4.611328125rem;overflow:hidden;display:block; }
#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 { 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; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { background-color: transparent; background-image: none; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container > .video-iframe-container { display: none; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row > .video-iframe-container { display: none; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .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); }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { border-width: 0; border-radius: 0; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#J0LqGGXKGy17htMzhalam4cEoG9Kwpui { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef72' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:21.125rem;width:62.9375rem;top:9.3125rem;left:5.8125rem;display:block; }
#xJ2dId7ikb1HqLMT3hUp16TAoDnmT7mL { color:#12b058;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:5.3125rem;left:26.34375rem;height:2.0625rem;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; }
#dZR9emMkl6CyOT7E9QJbBUbbIyfC506o { color:#595d68;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:10.75rem;left:7.875rem;height:1.275rem;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; }
#n2P1ZugJapJBUbc6Sl4didKLST6Cy22x { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:22.4375rem;width:58.8125rem;top:13rem;left:7.875rem;overflow:hidden;display:block; }
#TgnHTVoaVv3hqPfKruONZUNucXqc00Kv { 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.9375rem;width:7.8125rem;top:10.3125rem;left:57.625rem;overflow:hidden;display:block; }
#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR { 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:bottom 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; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.adaptive-delivery-prevent-bg, #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.lazyload, #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.lazyloading { background-image: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { background-color: transparent; background-image: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container > .video-iframe-container { display: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container { display: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .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); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { border-width: 0; border-radius: 0; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#DPTxDMdu4W0Av2AGlS4TgEUiQ4W71Kgn { color:#595d68;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:19.674224853516rem;left:11.0625rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xm27UTGG3s6XmV1TbRKDCtqeSLzsi9qC { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef72' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:10.375rem;width:27.875rem;top:17.25rem;left:8.625rem;display:block; }
#T3fygUhBLf53p7ZvJ2x79wqpaK2at3hQ { color:#595d68;display:block;width:36.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:10.4375rem;left:19.1875rem;height:2.548825rem;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; }
#FCySXtIbbCS6TDlrDutkFXeisDuqRmTG { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -moz-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -ms-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -o-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#d0d0d0af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#d0d0d0af' );";background-image: linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:22.875rem;width:62.6875rem;top:15.25rem;left:6.1875rem;display:block; }
#GNBI0rvf5NChfQM3zAM5mzT7RgKWKxe9 { color:#12b058;display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:5.5625rem;left:19.21875rem;height:4.125rem;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; }
#ZpLbwTmW9yRVxRs4EoEZ5hlfl1LUBblz { color:#595d68;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:22.474609375rem;left:11.0625rem;height:;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; }
#JeIX2pxfBF6kXR5BkZWXHyIqlCDT0Eu9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef72' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:10.4375rem;width:27.875rem;top:17.25rem;left:38.5rem;display:block; }
#bW1nh8pXJfaX1GoDogSzmG9TTehT8NoD { color:#595d68;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:19rem;left:40.1875rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7CMfl6T9GC6yduiVOMvvZ2xTCeWs25U { color:#595d68;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;top:22.474609375rem;left:40.09375rem;height:;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; }
#CQkqGM7eOwtyIzT7Crt8ahBtbIzOqHIw { 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: 0.0625rem 0.0625rem 1.875rem rgba(255,157,0,0.56) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.0625rem;left:22.8125rem;display:block; }
#gtNawREhDoaGTvRgDsXh9S4NNQrslXZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRGFTWd5Ji0KIApyMp6i0yIvDNlg1sVB { color:#595d68;display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:28.6875rem;left:9.75rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZiFEmrrd8fQE2y7bstf1BcoaQf8XPX6 { color:#595d68;display:block;width:56.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:31.1875rem;left:9.6875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Br0XSUyJ0549uLxuJrpOG4CaSAyJk2nB { color:#595d68;display:block;width:56.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:32.3125rem;left:9.6875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oV6LLFSHxFkaJeMeVOIeu1AFuR9VUmlg { color:#595d68;display:block;width:56.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:33.4375rem;left:9.6875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a820c74-9f36-415f-8715-6a6086548ec8/rb_44316.png");background-position:center right !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; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.adaptive-delivery-prevent-bg, #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.lazyload, #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.lazyloading { background-image: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { background-color: transparent; background-image: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container > .video-iframe-container { display: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container { display: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .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); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { border-width: 0; border-radius: 0; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#WrLqxEIspA4nz16QTPP79dtZU4TAKuTs { color:#12b058;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:21.1875rem;left:9.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mBSTzqreuvwu2VHUSXVd8mr3CJ78AcVH { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));background-image: -o-linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edededc1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edededc1' );";background-image: linear-gradient(138deg, #ffffff, rgba(237,237,237,0.76));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:19.75rem;width:23rem;top:18.875rem;left:8.1875rem;display:block; }
#VTcaITRaBTvv6TFnMDX1UfJ4wTW61AeX { color:#595d68;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15091;line-height:1.7;letter-spacing:0;top:23.262500762939rem;left:9.4375rem;height:11.046875rem;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; }
#sq5itTokPVvbl7DMHLXIdoCkIdd6QaFD { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -moz-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -ms-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -o-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#d0d0d0af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#d0d0d0af' );";background-image: linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));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.0625rem 1.875rem rgba(121,121,121,0.2) ;height:36.4375rem;width:68.25rem;top:8.8125rem;left:3.375rem;display:block; }
#CpAfxzNASsdk29gVlGi46oWyrufxrFLm { color:#595d68;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:5.5rem;left:31.21875rem;height:2.0625rem;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; }
#w25wRFQEP3Omr7EprkyB2eJBkGeGQdUI { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.125rem;left:35.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CORlIN3hTESKgyEkZ5MSqys8xkth9SJ6 { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15093;line-height:1.7;letter-spacing:0;top:21.875rem;left:35.4375rem;height:8.285125rem;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; }
#vxwrGKHL6p14k5bFDzXm7M5sUxLOG8Gw { background-color:transparent;background-image: -webkit-linear-gradient(179deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(179deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(179deg, #ff9d00, #e77320);background-image: -o-linear-gradient(179deg, #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(179deg, #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: 0.0625rem 0.0625rem 1.875rem rgba(241,172,37,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.5625rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:43.9375rem;left:24.25rem;display:block; }
#fiMRon8eBRpV4Uh0pHtJoIoJy3TzTH3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArcGVRLFpbiQElLCyHT4b9hK8rNi2lWO { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));background-image: -moz-linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));background-image: -ms-linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));background-image: -o-linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb95c', endColorstr='#0a5f2cc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb95c', endColorstr='#0a5f2cc9' );";background-image: linear-gradient(114deg, #0eb95c, rgba(10,95,44,0.79));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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:19.75rem;width:32.5rem;top:18.875rem;left:33.375rem;display:block; }
#WevdepgsqxNs21iSJ5VxFTFcywnU2vR7 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15094;line-height:1.7;letter-spacing:0;top:32rem;left:35.4375rem;height:4.142575rem;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; }
#bZfDe6pCm4QUHbCEzRPc5EbA38X9hBuu { color:#595d68;display:block;width:42.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15096;line-height:1.2;letter-spacing:0;top:14.0625rem;left:16.40625rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziinzLifVM7LSIZfk8F20hL7ozes6HbK { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f067010-a972-481d-ae45-963d9611f68a/toksookbay.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:29.8125rem;width:63.5625rem;top:11.875rem;left:5.5625rem;display:block; }#ziinzLifVM7LSIZfk8F20hL7ozes6HbK.adaptive-delivery-prevent-bg, #ziinzLifVM7LSIZfk8F20hL7ozes6HbK.lazyload, #ziinzLifVM7LSIZfk8F20hL7ozes6HbK.lazyloading { background-image: none; }
#Wr4e5k6KVqvi3NpKvdhfUslCZECf2Wlb { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f0eff5, rgba(0,0,0,0));background-size:cover !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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:20.25rem;width:63.5625rem;top:11.875rem;left:5.5625rem;display:block; }
#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL { 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; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { background-color: transparent; background-image: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container > .video-iframe-container { display: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container { display: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .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); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { border-width: 0; border-radius: 0; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#ldREWOxPNN8tuqCZd1a4JdmMZsIkVs8z { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -moz-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -ms-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-image: -o-linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefefa0' );";background-image: linear-gradient(138deg, #ffffff, rgba(239,239,239,0.63));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(173,82,18,0.23) ;height:12rem;width:28.875rem;top:24.5rem;left:6.125rem;display:block; }
#frPs4xFJViuZdJKL28TmVpTb1UTupgMe { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -moz-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -ms-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));background-image: -o-linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#d0d0d0af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#d0d0d0af' );";background-image: linear-gradient(169deg, #f0eff5, rgba(208,208,208,0.69));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.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:11.8125rem;width:28.375rem;top:23.25rem;left:6.375rem;display:block; }
#hlT8HynS3GRTxW8GrooH0dRRr125ZTDp { color:#595d68;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:31.1875rem;left:9.1875rem;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; }
#y7XVXyvGtWwGvWrc8GSqFp6Bak6xMr6m { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #12b058, #03a049);background-image: -moz-linear-gradient(174deg, #12b058, #03a049);background-image: -ms-linear-gradient(174deg, #12b058, #03a049);background-image: -o-linear-gradient(174deg, #12b058, #03a049);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#03a049' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#03a049' );";background-image: linear-gradient(174deg, #12b058, #03a049);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: 0.0625rem 0.0625rem 1.875rem rgba(0,255,60,0.56) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:58.0625rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.3125002384187rem;left:8.46875rem;display:block; }
#rEtTTLd3kPevw8hZUQQlpSN3PSnlyfSJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPU7pZ2rHtVUIEgGx0Xgc4Gx0wiOPtpV { position:absolute;display:block;z-index:15085;height:19.9375rem;width:31.9375rem;top:12.6875rem;left:38.3125rem;display:block; }
#yLbDK4xrfoOwhg1I0s2WCw12IrPDWV8e { color:#595d68;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:26.1875rem;left:9.1875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(180deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f0eff5, #ffffff);background-size:contain !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; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { background-color: transparent; background-image: none; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container > .video-iframe-container { display: none; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row > .video-iframe-container { display: none; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .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); }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { border-width: 0; border-radius: 0; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#caI2E4u7dy3mkqoo7iFS6vevXkPz3duT { position:absolute;display:block;z-index:15094;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:2.1875rem;width:8.5rem;top:2.5625rem;left:43.75rem;overflow:hidden;display:block; }
#XsrI8lCWinfFiLGBJt1IEq7HXmdkeODc { 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:4.5rem;width:13.6875rem;top:1.25rem;left:21.75rem;overflow:hidden;display:block; }
#VtGWL3alGN5mkTGBRW33bagakueMl2RD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);background-image: -moz-linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);background-image: -ms-linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);background-image: -o-linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffdb', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffdb', endColorstr='#efefef' );";background-image: linear-gradient(138deg, rgba(255,255,255,0.86), #efefef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0rem 1.875rem rgba(121,121,121,0.13) ;height:3.75rem;width:33.3125rem;top:1.5625rem;left:20.875rem;display:block; }
#lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND { position:absolute;display:block;z-index:15120;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd109c6e-f4a2-415c-88b2-26c204632099/Recurso10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:8.25rem;width:31.3125rem;top:4.6875rem;left:6.1875rem;display:none; }#lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND.adaptive-delivery-prevent-bg, #lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND.lazyload, #lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND.lazyloading { background-image: none; }
#nuCxyeA2un3n6BNKlOza07ubnDhkpCTs { 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:2.1875rem;width:7.25rem;top:2.5625rem;left:35.375rem;overflow:hidden;display:block; }
#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe { 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; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe.adaptive-delivery-prevent-bg, #W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe.lazyload, #W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe.lazyloading { background-image: none; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row .container { background-color: transparent; background-image: none; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row .container > .video-iframe-container { display: none; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row > .video-iframe-container { display: none; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .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); }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row .container { border-width: 0; border-radius: 0; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#di7u3PREiR9S0ludGnDk99QVkVMDTR5V { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, #12b058, #007635);background-image: -moz-linear-gradient(top, #12b058, #007635);background-image: -ms-linear-gradient(top, #12b058, #007635);background-image: -o-linear-gradient(top, #12b058, #007635);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#007635' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b058', endColorstr='#007635' );";background-image: linear-gradient(to bottom, #12b058, #007635);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.5625rem;width:30.125rem;top:9.375rem;left:9.0625rem;display:block; }
#avxecAAXqhzmUt4QyHKhKoa7ToDI3vAf { 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:2.0625rem;width:17.125rem;top:10.3125rem;left:11.3125rem;display:block; }
#rRUZTgxGvUQ7CfOKLPJN86FJlbV6tH5T { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:11.6875rem;height:3.0859375rem;font-style:normal;display:block; }
#lzOEP9xzoQkqq4XMouUOmLVIQcBzElDL { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.75rem;left:11.6875rem;height:4.22265625rem;display:block; }
#LqLA9PptSXuoJhvlRSDsnUpZUClMG8tS { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #f8fff1, #ffffff);background-image: -moz-linear-gradient(top, #f8fff1, #ffffff);background-image: -ms-linear-gradient(top, #f8fff1, #ffffff);background-image: -o-linear-gradient(top, #f8fff1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f8fff1, #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.75rem;width:29.75rem;top:22.8125rem;left:9.0625rem;display:block; }
#hPbOTAa7W8HxRIGdFFmeE6XatzAZRKaN { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f8fff1);background-image: -moz-linear-gradient(299deg, #ffffff, #f8fff1);background-image: -ms-linear-gradient(299deg, #ffffff, #f8fff1);background-image: -o-linear-gradient(299deg, #ffffff, #f8fff1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8fff1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8fff1' );";background-image: linear-gradient(299deg, #ffffff, #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.5625rem;width:31.0625rem;top:9.375rem;left:36.125rem;display:block; }
#gHkTJ86drp43m2nWfvvQoBBDVbCnKln3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(top, #f8fff1, #ffffff);background-image: -moz-linear-gradient(top, #f8fff1, #ffffff);background-image: -ms-linear-gradient(top, #f8fff1, #ffffff);background-image: -o-linear-gradient(top, #f8fff1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f8fff1, #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.0625rem;width:31.0625rem;top:23.4375rem;left:36.1875rem;display:block; }
#oLEPyxGwDcy8JZ7Goy25VH4brwzy2ui5 { color:#595d68;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.6875rem;left:11.6875rem;height:4.38574375rem;font-style:normal;display:block; }
#wNENrXZILkyghWx9PXengWZKMPLNLneI { color:#595d68;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17rem;left:41.0625rem;height:5.27831875rem;display:block; }
#kbMl4HUngdUuRvZ0yoRzIPenaRzIU51l { color:#595d68;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.75rem;left:41.0625rem;height:4.38574375rem;font-style:normal;display:block; }
#JGlO7OMzXCJdlA55yrTbqabKChTZoe5p { color:#595d68;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.6875rem;left:41.0625rem;height:4.38574375rem;font-style:normal;display:block; }
#pvBu3xtTM3kTQkFTi5UCigAgJFwSAqL7 { color:#595d68;display:block;width:23rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:33.0625rem;left:11.6875rem;height:5.27831875rem;display:block; }
#JM74eeOUt7JF3AM1VNHMnfgJcdWxRSiK { color:#595d68;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:33.0625rem;left:41.0625rem;height:6.334rem;display:block; }
#q9LtUIq7NVTe8Nzv2bQAQ3qx7xEX1cvI { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #f8fff1, #ffffff);background-image: -moz-linear-gradient(top, #f8fff1, #ffffff);background-image: -ms-linear-gradient(top, #f8fff1, #ffffff);background-image: -o-linear-gradient(top, #f8fff1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f8fff1, #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:16.5rem;width:29.75rem;top:38.6865234375rem;left:23.65625rem;display:block; }
#J4cQBaS3gbf6PdN5LoQcArrL7xUbTRkh { color:#595d68;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:48.125rem;left:30.4375rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#dAXs1b1VDK28wIFGsucc6zxOkaHzupKJ { color:#595d68;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:44.3125rem;left:27rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQqm5mIovTiCpRXTgctGU180IcwrU6pL { 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:5.3125rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vs0FkVJNZOCtxtbtNAaVpxqlzMzvFzXm { 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.5rem;width:5.3125rem;top:10.71875rem;left:13.3125rem;overflow:hidden;display:block; }
#itn3BopiCuT112FdOPIs23oABEsziXD2 { position:absolute;display:block;z-index:15097;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.25rem;width:5.3125rem;top:10.84375rem;left:20.28125rem;overflow:hidden;display:block; }
#HTrDZA7M6VfiV0sfpPQxtTPuNcLlKnMB { position:absolute;display:block;z-index:15100;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.5rem;width:5.3125rem;top:51.625rem;left:32.4375rem;overflow:hidden;display:block; }
#wNtoVpADdiMRyBpcvQcz54CNpnEQaDXs { 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.3125rem;width:5.625rem;top:51.75rem;left:39.125rem;overflow:hidden;display:block; }
#M4bKpRevO9q46yMDP3Us8klSqilvtJKa.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; } #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection *:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="text"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="email"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="tel"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection textarea:focus-visible { outline: none; } #mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row .container { background-color: transparent; background-image: none; }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row .container > .video-iframe-container { display: none; }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row > .video-iframe-container { display: none; }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .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); }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row .container { border-width: 0; border-radius: 0; }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#m30ad620cb7529ee4ef215f41fd406ba.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/dd4c3022-a758-4fab-b54e-71c3941961cd/conn.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; }#m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection.adaptive-delivery-prevent-bg, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection.lazyload, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection.lazyloading { background-image: none; } #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection *:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="text"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="email"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="tel"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection textarea:focus-visible { outline: none; } #Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row .container { background-color: transparent; background-image: none; }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row .container > .video-iframe-container { display: none; }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row > .video-iframe-container { display: none; }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .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); }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row .container { border-width: 0; border-radius: 0; }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -moz-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -ms-linear-gradient(180deg, #f0eff5, #ffffff);background-image: -o-linear-gradient(180deg, #f0eff5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f0eff5, #ffffff);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; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container { background-color: transparent; background-image: none; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container > .video-iframe-container { display: none; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row > .video-iframe-container { display: none; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .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); }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container { border-width: 0; border-radius: 0; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#uIK8P4rFWQgyBPCBFil6oTT8aDgvF55T { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:7rem;width:43.5rem;top:2.0625rem;left:15.75rem;display:block; }#uIK8P4rFWQgyBPCBFil6oTT8aDgvF55T.adaptive-delivery-prevent-bg, #uIK8P4rFWQgyBPCBFil6oTT8aDgvF55T.lazyload, #uIK8P4rFWQgyBPCBFil6oTT8aDgvF55T.lazyloading { background-image: none; }
#QXXSLLFOHoLgqFB9ngTMwwKE8pZeTs9A { 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: 0.0625rem 0.0625rem 1.875rem rgba(255,157,0,0.46) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4rem;left:42.9375rem;display:block; }
#ouISmSZTP44QNV7vI48RytHrxQRq6pUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6ITW72ZxcVlF3yyIUvSvGK8Xhgnzl0u { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:23.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WmCFWc9uZ0OCU42u0tH9WZTVTXowmbgP { 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:2.875rem;width:4.75rem;top:4.0625rem;left:17.75rem;overflow:hidden;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.125rem;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.5rem;width:11.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { top:2.9375rem;left:15.1875rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgINqKEaJE6tFzqVaT4iRm6ZPMUQXchU { top:2.3125rem;left:4.3125rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nPZquDz0DwbzWzubMSRfzeK8mR9lB0 { top:2.8125rem;left:6.3125rem;width:7.375rem;height:2.1875rem;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) { #ynXZTvIKgu0FGL5vB9huHwuPzBPxGAPH { top:15.375rem;left:0rem;width:24.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { top:19.5625rem;left:0rem;width:26.875rem;height:6.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { top:46.5rem;left:0rem;width:32rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { top:48.5625rem;left:0rem;width:22rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfG6y9wD6f0AidFRXRdbJalKZLoNvDNT { top:26.875rem;left:0rem;width:23.5625rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { top:5.125rem;left:7.6875rem;width:15rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { top:5.5rem;left:19.625rem;width:28.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brxTLGq5dITlwzUMweHdt4Vb7DcQDMRT { top:13.0625rem;left:0rem;width:31.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0hHXX9QJqoVEP592UcR9tdEspnrSDtr { top:25.5rem;left:17.09375rem;width:13.5625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ { top:18.75rem;left:15.562498092651rem;width:12.0625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y { top:4.5rem;left:0rem;width:20.0625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDwfdKsXmN3qcTmt0knaSMT5oBA6BH9K { top:38.3125rem;left:0rem;width:28.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT7PgksR3JLcXUoNs5Eo3CKZ4hnLogfm { width:28.3125rem;height:6.25rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhranpiGAhKEzgBHTAPJDIonMsknr0D { display:block; }
 }@media only screen and (max-width: 763px) { #UnCFoaqNUT60Xw5aezcxolUJbZk8gOyE { width:3.5625rem;height:3.5rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm7hRHlIV6aLCfDh0R7dK5LygK7RpTX4 { top:40.3125rem;left:0rem;width:2.1875rem;height:2.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTWxsg7mCnUdaf62kKIXLAnQNJhBWn7b { top:39.875rem;left:0rem;width:21.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFDM4TOADf6SRNx2HuAANvImGwT5OsFi { top:9.625rem;left:0rem;width:6.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1boEu6sGdlQXyXLwe3eTuJAsTJIi6U { top:8.1875rem;left:0rem;width:17.5625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge1TA7cMWG0hVHvLXXnzIQSQlNB4eTbC { width:25.0625rem;height:3.4375rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6lZTrpzgTXZ9BheuPNo7qbyMgan9fH { display:block; }
 }@media only screen and (max-width: 763px) { #TpMlAdepyibDSmoa1IB9Pu3kS2L94JtE { top:4.5rem;left:0rem;width:16rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmve29soonuLOfZtps6Skz4xp5iaGIWa { top:6.125rem;left:23.75rem;width:24rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfnwBZSPaRunuCprwWct98e06uUh5Fc { top:18.5rem;left:0rem;width:6.4375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtCSyrSNHMGhKEGxePQ1HKL9kkeaJuTI { top:18.9375rem;left:15.375rem;width:7.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up7FCbzHbyTe3gCt1fCzRlA0ps3pkvET { top:9.4375rem;left:15.0625rem;width:8.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8o5cR4QF2RRJpDBcEReseoHzd0iksk2 { top:9.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGvng3TyKMWi91V9qLaJhBpMAHrBf0y4 { top:18.0625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwH3ze5c0VNmT3NXIZkI8x5m8Gh48DU { top:18.5rem;left:12.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U46Mfet3SqLJV2RXmctVsNIygT0sl4Sr { top:8.8125rem;left:12.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmDamsi4gl1057Iyc4SySLuL6lT92tN { top:12.1875rem;left:0rem;width:9.4375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4xUCekdEVr7IFaU42MTUXhNpmbThKSv { top:21.1875rem;left:0rem;width:14.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw6veKadeLS0CmirRPu01iqRdKJkOBZy { top:17rem;left:0rem;width:17.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0SxP7PnNkBaxqsBzqJHWAQwrolUQQBQ { top:11.5625rem;left:11.5rem;width:13.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMQEeuKrsny0fuEW0QvZRU5HZu87aPJ4 { top:8.1875rem;left:9.3125rem;width:17.5625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXEoJaDNfvPwsERGwVmgwmvr2fr4Dase { top:17rem;left:9.3125rem;width:17.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqaQHPcMhfDWMzezbpFOWiwExT7iFzMM { top:21.125rem;left:11.875rem;width:12.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h { display:block; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfOH5H2hhptTNf7p7iO60DOD6RDcTn3p { top:6.5625rem;left:0rem;width:22.9375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NW1OiCMX2Oboanf9amLR9JW5lLLBcl { top:12.875rem;left:0rem;width:38.5625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R61DEaeP2dQRTIspxOBTczuJloC73tac { top:15rem;left:0rem;width:34.9375rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpuneHhBJ3haTWiSMnawzk12w1XgZ4QL { top:12rem;left:0rem;width:34.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhhHl19KgCQdoUUBaRQfxAvnGHTTn8p { top:3.625rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSLgXDM7BNxnDvMWyl5cpWs6tLG9TIyz { top:19.8125rem;left:0rem;width:9.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztcvTrvm0l3MbflyxeL72SWyxctR8OR { top:21.875rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwqpAMd3wIreImECXHqe983ouOwPPqHA { top:21.875rem;left:19.0625rem;width:8.9375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsAVAs21kLauBRa5ddqMRV3ZhCzUxrVH { top:27.8125rem;left:0rem;width:9.75rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBT7LeM4b0hzNBk5dRqdA3X8klXJM6mE { top:27rem;left:19.0625rem;width:8.375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK9gFnaSQLbnXlawgNwo8PscN5anPXRs { top:17.5625rem;left:28.9375rem;width:18.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oShPsPu4I9iEh8h42Mwzww59M84PPMe7 { top:10.125rem;left:0rem;width:21.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCMf1iaTAyTKJ5MGHwZLbqsyOcgHxRo { top:23.0625rem;left:0rem;width:15.1875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnXp6bvwrUnXqeU7sJxOUXX6GlD7Aqzq { top:29.3125rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwolyfdRtiwew9LVX3sLrkTUfzyk5OH { top:23.0625rem;left:19.0625rem;width:13.8125rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xomUUI50KwyaN6J0iGhNUouQSxH7vD8t { top:28.5rem;left:19.0625rem;width:12.3125rem;height:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ { display:block; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fL67CQyOVXbsbLIVqpEF2d72GMTOg6Ts { top:11.875rem;left:8.8734397888181rem;width:30rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eied52qReS50hhEtQTGEtXMw8EQTqhQO { top:11.1875rem;left:5.5921897888184rem;width:36.5625rem;height:48.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbePE9XLsrXfTJDKcFe0zITHC96hXzlK { top:15.5rem;left:9.625rem;width:28.5rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X764GcowlbTobvV5SlvsCrh5eaB8kII2 { top:9.6875rem;left:6.7178821563719rem;width:34.3125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB8qERbTU3DDPzkr0E1rJFCpobMutX79 { top:2.875rem;left:5.1875rem;width:37.375rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1HolgyyaIXnCit8LgzNuDQlt3Px0wFQ { top:21.3125rem;left:11.34375rem;width:25.0625rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAssmKKffOF3TnXqryTxSsHrJZ7y92F8 { top:5.125rem;left:2.4375rem;width:42.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh5otN5kc5HmR8ceMXW9o275v4wdJyXR { top:24.25rem;left:10.96875rem;width:25.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfXbCgqorrxggviTr0JWrhTHA834tspQ { top:16.6875rem;left:36rem;width:11.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgEQNJSycmRlqnph1EetyzJrmseBwaDH { top:30.125rem;left:0rem;width:12.1875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt { top:38.1875rem;left:8.5rem;width:31.375rem;height:1.0625rem;font-size:0.8125rem;display:block; }#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #SU2ihrouOE5erNyUpJ8enEyTlMt26KTr { top:48.9375rem;left:8.5625rem;width:25rem;height:;font-size:0.8125rem;display:block; }#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #WcehyBvOkbbOJH5LryJVrVOSp74mVbwe { top:44.1875rem;left:35.5625rem;width:12.1875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUO9cDZPNyJznnoTH62eBC50QdM6qt8S { top:5.5625rem;left:5.1875rem;width:37.375rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIuBmTIPa1SkAHTRec0xeQ1PnScXZsMU { top:29.125rem;left:10.0625rem;width:29.875rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHebmm6ZMRHfGn8bLt1sVBkczN24zKoy { top:39.8125rem;left:10.0625rem;width:26.5rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCKd02cu60PLVEWsrRdCR4cULefl0JIi { top:50.3125rem;left:10.125rem;width:27.3125rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf { top:27.5625rem;left:8.5rem;width:26.8125rem;height:2.125rem;font-size:0.8125rem;display:block; }#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU { display:block; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMNKIeMB4u5owbogx3ogFxgCwhTDutld { top:19.125rem;left:0rem;width:13.375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlL0E3eDe8tTX11NWb9ypzzIhnJIelK5 { top:15.875rem;left:0rem;width:16.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV24TLowNlxL7gaKccixpB14fQvvVTae { top:11.3125rem;left:0rem;width:15.4375rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arae0LResCFkfTEUbw174O0adlCgy7xt { top:22.9375rem;left:0rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTqGSID1FMWXsIoqgrJZluNT4rk0mvT { top:4.0625rem;left:9.65625rem;width:28.4375rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzhAJ93BKAbxaxxgFPp0iENrwa5O5w8i { top:17.6875rem;left:1.9375rem;width:5.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIesTkv0tv08rKn9r38XA7wADbiVBg6J { top:28.4375rem;left:0rem;width:47.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe38dslnfZDas221IUVvDegA2ItI57fH { top:32.1875rem;left:0rem;width:13.9375rem;height:17.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvyhCV2uyz3wO9NKWzWHTWcX1ND38yEi { top:15.9375rem;left:15.5625rem;width:16.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csw8EqIdbvxd9p9LIfogBJ9M9odvQUQl { top:29.125rem;left:15.5625rem;width:16.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOqZq9UMrWRmZ0T5mf5mF7Kuo8EXWaTM { top:19.9375rem;left:17.125rem;width:13.5rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZrawZZFmm6Q3DXGWasl0ITlhLIceBtf { top:32.1875rem;left:17.34375rem;width:13.0625rem;height:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU5pT8f0IR2WBnvSgOnosGfWHvHwcLhf { top:28.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iho1HnV1W4pTmUZOPNodW3sIqWNBgRIs { top:18rem;left:19.75rem;width:8rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWIKrK60iZfmKKth7ginTmzp0JSW826V { top:12rem;left:16.15625rem;width:15.4375rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF9iL89cbMXXJfl2sFv0BqSEHbJWw4wT { top:15.9375rem;left:30.875rem;width:16.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv3WPWtpeyhO3TEvK6VTiBC9f6tXm3fO { top:29.3125rem;left:30.875rem;width:16.875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP4yvZ3Ud4y1TIUgvIIv3ek45uV0kHtd { top:20.5625rem;left:35rem;width:12.75rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19bEVzOpvhGJsS6RoEi8dfxIDCJilKl { top:32.1875rem;left:33.875rem;width:13.875rem;height:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQEyxiyauFbu0vaVETLHbaywn5OqBMs { top:12rem;left:35.125rem;width:12.625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9R2oKBxmlaA6xB4CsCMtqDuwsVXozq { top:18rem;left:39.0625rem;width:8rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isW2BcZGZonfSeZrx75yEwSDeeKFUkSl { top:50.25rem;left:15rem;width:26.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5R9NO2HOPo2WHK6oXcPqapQfvtL0dy9 { top:65.0625rem;left:0rem;width:19.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5fkd6ZMG6mxegefyukXLZuLZn26Zxs { top:51.625rem;left:16.935939788818rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUR998NsOw36KTivOqTlyQDxkwnkN1pq { top:52.875rem;left:16.9375rem;width:22.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIZBhMJeGm7Zyk6hIzxNQg6nmwVJZ0F { top:54.125rem;left:10.375rem;width:37.375rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2oJXLqmwbcVG9EGtaSuzgFfvCiuXMTk { top:57.6875rem;left:28.75rem;width:19rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k { top:59.5rem;left:17.125rem;width:19.125rem;height:;font-size:0.8125rem;display:block; }#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k li:before{  }
 }@media only screen and (max-width: 763px) { #ENiygowJAm0sb9TVevfO16JPRhyl2q4M { top:29.3125rem;left:0rem;width:16.875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpJbyK7oTQnA4RCKzzKOWQXSgxs0ktIL { top:57.5rem;left:17.125rem;width:15.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0TwhhcU7bAPq4RJaCLS5o6bw5P76K63 { top:10.1875rem;left:0rem;width:16.875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkRcpehzvpQqxCT5AGFmRJuAuvL6VNG { top:10.25rem;left:15.5625rem;width:16.875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJnmzeJqIP1QCsimxkxBrvKdCUuWI1lg { top:9.9375rem;left:30.875rem;width:16.875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCt2KlwsVJLlzRpElGiMJAXpslWxotgX { top:61.125rem;left:17.125rem;width:30.625rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K { top:66.5rem;left:17.123439788818rem;width:14rem;height:;font-size:0.8125rem;display:block; }#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K li:before{  }
 }@media only screen and (max-width: 763px) { #MXpzpShvIhffxQhgMp3peT4vGRmvk1O1 { top:68.0625rem;left:18.5625rem;width:21.75rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbBlsWeLbO3459SpR3W62hU1bLqTu2n { top:72.3125rem;left:17.123439788818rem;width:8.8125rem;height:;font-size:0.8125rem;display:block; }#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n li:before{  }
 }@media only screen and (max-width: 763px) { #DbhlrdwUOluPat9EDAawvtDgFVz65kvP { top:73.875rem;left:18.623439788818rem;width:21.75rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1b9QFviyIs7vRxaadO2L7FMpJruX2Up { display:block; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGu4r8epy7cmH0BPuCUeaWNAFtVLDTkm { top:4.9375rem;left:1.59375rem;width:44.5625rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ni78b6TF4zN6el43k1Zs4kl20KMk0H { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcaWBCMigwIH1xTyAKCO8xoDzaaOPrcH { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQPRAefmUnVSN1T3J995Lq1ctErTIRN5 { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggHh4FfVizCMDaBR9obQ6dhVsW7pbQcR { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocN424QH1fNcAOI8teJiJgS8GmvXBG4h { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDtz6ycaiyrtAyddizlRks1mPmZCeAch { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQmh7D6v0KFJ01gd38tTfD26MxBSke9E { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWDF7lRqmoBkSNqGGu0gs4foC96gDsMI { top:46.125rem;left:0rem;width:12rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUppNpGxB327rauG8oWdHmdGmdkhtzut { top:48.9375rem;left:0rem;width:16.3125rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJG4gbxzP0JTvvXX4w23Rbn1iJDLKIZ9 { top:23.1875rem;left:32.375rem;width:15.375rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvSOLiCurgoMMDQvNN94c4ihoPyoq3Mt { top:20.25rem;left:35.375rem;width:12.375rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8OcEuh4HxigwBH3x4SAzT5yHVcyDHSp { top:22.625rem;left:15.905382156372rem;width:14.125rem;height:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfSDfy4ac1DcEBW0Uvof4JClc9ZZ1bw { top:20.25rem;left:16.810939788818rem;width:12.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO { top:10.8125rem;left:17.874132156372rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O { top:10.8125rem;left:0rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN { top:10.8125rem;left:37.5625rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFAFf9bghq70J501yWtZesCFmHW4rdHu { top:36.1875rem;left:0rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8xQMu4ldbuALRy7iesUcxWOL0h9759 { top:41rem;left:0rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCbhdnC6X8ZRtTJQPdEqXsb70BVQNsAK { top:22.625rem;left:0rem;width:16.375rem;height:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a56J6iP76L7mfJ4MTaxfhJ3OEDAuiJhP { top:19.625rem;left:0rem;width:11.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxZ15eDDfNXzaCBof8zBbmzmKS9v4TZ { top:41rem;left:28.6875rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ6X2LCTOMxCXqfNys5nGCTEI39TIRae { top:48.3125rem;left:33.5625rem;width:14.1875rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyFRU3Rv42vPW1QRTsQ2TTLOIngZ1im6 { top:45.5rem;left:37.3125rem;width:10.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf { top:36.1875rem;left:37.5625rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhacTADdTPQ0n0CNEJaFdJgsRz50EMRy { top:40.875rem;left:13.4375rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tSMpyVySnqrTNzTgi7O9Pf5vrEmCHb { top:48.375rem;left:15.25rem;width:15.375rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddJJpqfs5mQLqQ8mQqksemudLDfl8skR { top:36.1875rem;left:17.875rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTnSUv2TUlIIxbkqionKaMJp8TWdEPg { top:46.125rem;left:16.5625rem;width:14.0625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGKDsnLTZrXyh2GNTc6eSxTb1RbxQ3cQ { top:55.5rem;left:0rem;width:13.5rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeC8gW8SWF8XZ28yHlO477TFqtAuq9Go { top:55.5rem;left:16.998439788818rem;width:11.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdCABk9dQLlNagsch6nUz6F6btQxx6G { top:55.5rem;left:36.9375rem;width:10.8125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrwzssdkP8NEiskUOiP2R455raI4RtGQ { top:15.625rem;left:0rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruwbxqH3dhw96Tzu5yUh9W4GKAmFCfxI { top:15.625rem;left:13.436632156372rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxSZ1VKMJEnEoJPVW02coXIHzcP9otnC { top:30.4375rem;left:0rem;width:15.25rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnnONMtNDuFVsnAU5slbUShfqtaEl2Lb { top:30.625rem;left:15.310939788818rem;width:15.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHNoXZJEMtTLeoMEgcVTzqt2tgoxXWn { top:15.625rem;left:28.6875rem;width:19.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd94EhS7FrXFZ15cWeofTTb9QLH6BK6M { top:30.0625rem;left:33.5625rem;width:14.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW { display:block; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRMUzmhx3T5Ga533zlmRsAVosE66tMnT { top:13.5625rem;left:0rem;width:6.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELOCQ7CdOpgagURqeVTwtKE2L6px6Kvy { top:12rem;left:0rem;width:19.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwPnt2QbZAoPNPe9JyNCRLld7lwlaWm { top:15.375rem;left:12.5rem;width:20.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddMRbCFIhzt2yNqqCTASPkm2Le8cPHps { top:10.875rem;left:0rem;width:47.75rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQ2OrGyS3EC80CJxfIBo3lTn0AIiCpS { top:5.8125rem;left:0rem;width:32.125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wocXMMfFoDd1HtyhLGVwru9dH6rgnmEO { top:13.5625rem;left:29.8125rem;width:17.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM07vfVSGJtJGUrXnawsit8rHDam21WS { top:13.5625rem;left:12.5rem;width:13.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSETSCGXIffh6kfWa53qnNZytHkwStXe { top:15.1875rem;left:0rem;width:16.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UltyZsZhuutT4XrQzHkl8XcWimIGz17o { top:19.75rem;left:0rem;width:10.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxEsUl8bOUklPSCrGbwNM6e8x1HUFETx { top:21.5625rem;left:0rem;width:15.1875rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgUd9R5fkbO6UTw60O1IF0Uuac3u6oLK { top:20.25rem;left:12.5rem;width:10.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqspT9glcxTwulV4f0WWpeUUoIrQ0epq { top:22.0625rem;left:12.5rem;width:24.25rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJr8P8CTBaIvvR7FkV4RCJ2UtemLgv2M { top:19.3125rem;left:0rem;width:19.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #exOubZHQp55i9y2Fa8WiBUKVbfv44hO5 { top:12rem;left:10.4375rem;width:28.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #S51ZeqtL9s5LABTTKJTTXsdIk4xTvflb { top:19.3125rem;left:10.8125rem;width:28.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm { display:block; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl3PA1ogBH4vr6WmRCPuoSuf1nzWibEc { top:13.8125rem;left:0rem;width:45.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq1nZu7uU9cuOwHr53u30J7rKP2Alcap { top:14.5625rem;left:0rem;width:41.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzbE32L9v6RggK8A6rudTB7NI46yUUB9 { top:17.125rem;left:1.5625rem;width:22.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM45CxwONqQHMQpapcZ6TrlZzX8TDBe5 { top:21.375rem;left:7.5rem;width:16.375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWtWv5ymR1FnqcemQGyLBEaR7Imho { top:5.0625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs { top:25.0625rem;left:5.5rem;width:18.5625rem;height:9.375rem;font-size:0.8125rem;display:block; }#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs li:before{  }
 }@media only screen and (max-width: 763px) { #JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s { top:25.1875rem;left:0rem;width:17.3125rem;height:;font-size:0.8125rem;display:block; }#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s li:before{  }
 }@media only screen and (max-width: 763px) { #FaEcFVz4chZnPQGiMnO4gG6d9TC8n3Se { top:21.8125rem;left:0rem;width:16rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzaWUFmC3uPV5rEkX8S8p7CUwxipncd { top:17.125rem;left:27.0625rem;width:20.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJDuQUrbIzowianxvp7vbFD9htTc1OUn { top:25.0625rem;left:30.1875rem;width:17.5625rem;height:;font-size:0.8125rem;display:block; }#iJDuQUrbIzowianxvp7vbFD9htTc1OUn li:before{  }
 }@media only screen and (max-width: 763px) { #EeAKOdgJz7ThJWJKApbZkMJTJZ2JVkrw { top:21.375rem;left:34.375rem;width:13.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tso6V4LzRmL3QNBKzIc8o04chlm8OML5 { top:18.6875rem;left:6.375rem;width:6.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bswkdgmQ8QT0yumkcCCb4v9VBTcnig12 { top:18.8125rem;left:15.1875rem;width:8.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm6ZBFcR0KzGd9fPRLGzqDW5wX8IGbNt { top:18.75rem;left:32.375rem;width:8.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIrntiWvkxUAoEMhs7t1vFQhhUVx1xB { top:17.125rem;left:0rem;width:20.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfaoPWw1UGHDU4s6MWLOGkrOHW4A9wes { top:18.4375rem;left:0rem;width:7.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 { display:block; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0LqGGXKGy17htMzhalam4cEoG9Kwpui { top:9.3125rem;left:0rem;width:47.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2dId7ikb1HqLMT3hUp16TAoDnmT7mL { top:5.3125rem;left:2rem;width:21.875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZR9emMkl6CyOT7E9QJbBUbbIyfC506o { top:10.75rem;left:1.0625rem;width:20.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2P1ZugJapJBUbc6Sl4didKLST6Cy22x { top:13rem;left:0rem;width:47.75rem;height:18.217056323061rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnHTVoaVv3hqPfKruONZUNucXqc00Kv { top:10.3125rem;left:37.1875rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR { display:block; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPTxDMdu4W0Av2AGlS4TgEUiQ4W71Kgn { top:19.625rem;left:0rem;width:23.5rem;height:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm27UTGG3s6XmV1TbRKDCtqeSLzsi9qC { top:17.25rem;left:0rem;width:27.875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fygUhBLf53p7ZvJ2x79wqpaK2at3hQ { top:10.4375rem;left:5.5625rem;width:36.625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCySXtIbbCS6TDlrDutkFXeisDuqRmTG { top:15.25rem;left:0rem;width:47.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNBI0rvf5NChfQM3zAM5mzT7RgKWKxe9 { top:5.5625rem;left:5.59375rem;width:36.5625rem;height:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLbwTmW9yRVxRs4EoEZ5hlfl1LUBblz { top:22.4375rem;left:0rem;width:23.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIX2pxfBF6kXR5BkZWXHyIqlCDT0Eu9 { top:17.25rem;left:19.875rem;width:27.875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW1nh8pXJfaX1GoDogSzmG9TTehT8NoD { top:19rem;left:23.25rem;width:24.5rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7CMfl6T9GC6yduiVOMvvZ2xTCeWs25U { top:22.4375rem;left:23.0625rem;width:24.6875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQkqGM7eOwtyIzT7Crt8ahBtbIzOqHIw { width:29rem;height:3.75rem;top:36.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNawREhDoaGTvRgDsXh9S4NNQrslXZe { display:block; }
 }@media only screen and (max-width: 763px) { #VRGFTWd5Ji0KIApyMp6i0yIvDNlg1sVB { top:28.6875rem;left:0rem;width:43.125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiFEmrrd8fQE2y7bstf1BcoaQf8XPX6 { top:31.1875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br0XSUyJ0549uLxuJrpOG4CaSAyJk2nB { top:32.3125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6LLFSHxFkaJeMeVOIeu1AFuR9VUmlg { top:33.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy { display:block; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrLqxEIspA4nz16QTPP79dtZU4TAKuTs { top:21.1875rem;left:0rem;width:9.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBSTzqreuvwu2VHUSXVd8mr3CJ78AcVH { top:18.875rem;left:0rem;width:23rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTcaITRaBTvv6TFnMDX1UfJ4wTW61AeX { top:23.25rem;left:0rem;width:20.5rem;height:13.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq5itTokPVvbl7DMHLXIdoCkIdd6QaFD { top:8.8125rem;left:0rem;width:47.75rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAfxzNASsdk29gVlGi46oWyrufxrFLm { top:5.5rem;left:17.59375rem;width:12.5625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w25wRFQEP3Omr7EprkyB2eJBkGeGQdUI { top:20.125rem;left:21.8125rem;width:9.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORlIN3hTESKgyEkZ5MSqys8xkth9SJ6 { top:21.875rem;left:19.375rem;width:28.375rem;height:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxwrGKHL6p14k5bFDzXm7M5sUxLOG8Gw { width:26.5rem;height:2.5625rem;top:43.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMRon8eBRpV4Uh0pHtJoIoJy3TzTH3T { display:block; }
 }@media only screen and (max-width: 763px) { #ArcGVRLFpbiQElLCyHT4b9hK8rNi2lWO { top:18.875rem;left:15.25rem;width:32.5rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WevdepgsqxNs21iSJ5VxFTFcywnU2vR7 { top:32rem;left:19rem;width:28.75rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZfDe6pCm4QUHbCEzRPc5EbA38X9hBuu { top:14.0625rem;left:2.78125rem;width:42.1875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziinzLifVM7LSIZfk8F20hL7ozes6HbK { top:11.875rem;left:0rem;width:47.75rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4e5k6KVqvi3NpKvdhfUslCZECf2Wlb { top:11.875rem;left:0rem;width:47.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL { display:block; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldREWOxPNN8tuqCZd1a4JdmMZsIkVs8z { top:24.5rem;left:0rem;width:28.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #frPs4xFJViuZdJKL28TmVpTb1UTupgMe { top:23.25rem;left:0rem;width:28.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlT8HynS3GRTxW8GrooH0dRRr125ZTDp { top:31.1875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XVXyvGtWwGvWrc8GSqFp6Bak6xMr6m { width:46.75rem;height:3.9375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEtTTLd3kPevw8hZUQQlpSN3PSnlyfSJ { display:block; }
 }@media only screen and (max-width: 763px) { #wPU7pZ2rHtVUIEgGx0Xgc4Gx0wiOPtpV { top:12.6875rem;left:15.8125rem;width:31.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLbDK4xrfoOwhg1I0s2WCw12IrPDWV8e { top:26.1875rem;left:0rem;width:21.0625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt { display:block; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caI2E4u7dy3mkqoo7iFS6vevXkPz3duT { top:2.5625rem;left:23.875rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsrI8lCWinfFiLGBJt1IEq7HXmdkeODc { top:1.25rem;left:10.1875rem;width:13.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGWL3alGN5mkTGBRW33bagakueMl2RD { top:1.5625rem;left:0rem;width:33.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND { top:4.6875rem;left:0rem;width:31.3125rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuCxyeA2un3n6BNKlOza07ubnDhkpCTs { top:2.5625rem;left:16.625rem;width:7.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe { display:block; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di7u3PREiR9S0ludGnDk99QVkVMDTR5V { width:30.125rem;height:16.5625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avxecAAXqhzmUt4QyHKhKoa7ToDI3vAf { top:10.3125rem;left:0rem;width:17.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRUZTgxGvUQ7CfOKLPJN86FJlbV6tH5T { top:13.375rem;left:0rem;width:25.1875rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzOEP9xzoQkqq4XMouUOmLVIQcBzElDL { top:18.75rem;left:0rem;width:25.375rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqLA9PptSXuoJhvlRSDsnUpZUClMG8tS { width:29.75rem;height:19.75rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPbOTAa7W8HxRIGdFFmeE6XatzAZRKaN { width:31.0625rem;height:16.5625rem;top:9.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHkTJ86drp43m2nWfvvQoBBDVbCnKln3 { width:31.0625rem;height:19.0625rem;top:23.4375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLEPyxGwDcy8JZ7Goy25VH4brwzy2ui5 { top:27.6875rem;left:0rem;width:25.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNENrXZILkyghWx9PXengWZKMPLNLneI { top:17rem;left:24.6875rem;width:23.0625rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbMl4HUngdUuRvZ0yoRzIPenaRzIU51l { top:11.75rem;left:23.8125rem;width:23.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGlO7OMzXCJdlA55yrTbqabKChTZoe5p { top:27.6875rem;left:23.375rem;width:24.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvBu3xtTM3kTQkFTi5UCigAgJFwSAqL7 { top:33.0625rem;left:0rem;width:23rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM74eeOUt7JF3AM1VNHMnfgJcdWxRSiK { top:33.0625rem;left:26.5625rem;width:21.1875rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9LtUIq7NVTe8Nzv2bQAQ3qx7xEX1cvI { width:29.75rem;height:16.5rem;top:38.625rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4cQBaS3gbf6PdN5LoQcArrL7xUbTRkh { top:48.125rem;left:16.8125rem;width:16.3125rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAXs1b1VDK28wIFGsucc6zxOkaHzupKJ { top:44.3125rem;left:13.375rem;width:23.0625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQqm5mIovTiCpRXTgctGU180IcwrU6pL { top:5.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0FkVJNZOCtxtbtNAaVpxqlzMzvFzXm { top:10.6875rem;left:0rem;width:5.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itn3BopiCuT112FdOPIs23oABEsziXD2 { top:10.8125rem;left:6.65625rem;width:5.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrDZA7M6VfiV0sfpPQxtTPuNcLlKnMB { top:51.625rem;left:18.8125rem;width:5.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNtoVpADdiMRyBpcvQcz54CNpnEQaDXs { top:51.75rem;left:25.5rem;width:5.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection { display:block; } #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection *:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="text"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="email"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="tel"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection textarea:focus-visible { outline: none; } #mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection { display:block; } #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection *:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="text"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="email"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="tel"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection textarea:focus-visible { outline: none; } #Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb { display:block; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIK8P4rFWQgyBPCBFil6oTT8aDgvF55T { top:2.0625rem;left:2.125rem;width:43.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXSLLFOHoLgqFB9ngTMwwKE8pZeTs9A { width:14.375rem;height:3.0625rem;top:4rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouISmSZTP44QNV7vI48RytHrxQRq6pUc { display:block; }
 }@media only screen and (max-width: 763px) { #R6ITW72ZxcVlF3yyIUvSvGK8Xhgnzl0u { top:4rem;left:10rem;width:20.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmCFWc9uZ0OCU42u0tH9WZTVTXowmbgP { top:4.0625rem;left:4.125rem;width:4.75rem;height:2.875rem;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.5rem;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:21.75rem;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:8.0601568222044rem;left:3.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { width:7.8125rem;height:1.9375rem;top:14.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgINqKEaJE6tFzqVaT4iRm6ZPMUQXchU { width:18.125rem;height:2.9375rem;top:13.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nPZquDz0DwbzWzubMSRfzeK8mR9lB0 { width:6.3125rem;height:1.875rem;top:14.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec0706c6-cfc3-4b09-9e84-c62f0ea0233e/backppp.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:133.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynXZTvIKgu0FGL5vB9huHwuPzBPxGAPH { width:16.1875rem;height:2.3994125rem;top:30.3125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { width:17.0625rem;height:7.4238125rem;top:21.9375rem;left:1.1875rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { width:20rem;height:4.7942754919499rem;top:117.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { width:14.3125rem;height:1.625rem;top:119.125rem;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) { #SfG6y9wD6f0AidFRXRdbJalKZLoNvDNT { width:17.6875rem;height:6.5625rem;top:33.625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eXrxytTpJDyg22aIo1nrsV46wVMeCJIk { width:20rem;height:10.5625rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { width:20rem;height:29.125rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brxTLGq5dITlwzUMweHdt4Vb7DcQDMRT { width:20rem;height:29.0625rem;top:20.3125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #b0hHXX9QJqoVEP592UcR9tdEspnrSDtr { width:10.5625rem;height:9.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2goRDXmqQOHFCytNiUWRXCTb2uBhptZ { width:8.3125rem;height:5rem;top:8.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyQgJZTsFTpVciv81z4lXD6GaEF6qM6y { width:20rem;height:9.4375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDwfdKsXmN3qcTmt0knaSMT5oBA6BH9K { width:20rem;height:6rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT7PgksR3JLcXUoNs5Eo3CKZ4hnLogfm { width:20rem;height:6.25rem;top:123.5625rem;left:0rem;z-index:15149;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #IVhranpiGAhKEzgBHTAPJDIonMsknr0D { display:block; }
 }@media only screen and (max-width: 763px) { #UnCFoaqNUT60Xw5aezcxolUJbZk8gOyE { width:3.5625rem;height:3.5rem;top:125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm7hRHlIV6aLCfDh0R7dK5LygK7RpTX4 { width:2.1875rem;height:2.124025rem;top:125.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTWxsg7mCnUdaf62kKIXLAnQNJhBWn7b { width:11.625rem;height:4.875rem;top:124.25rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbbe50c1-be7b-4b40-a346-81e8effb05bc/EBMobilityEnterpriseGradeAdvantageInteractive.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.adaptive-delivery-prevent-bg, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyload, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyloading { background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { background-color: transparent; background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f0eff5; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f0eff5; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .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); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFDM4TOADf6SRNx2HuAANvImGwT5OsFi { width:6.75rem;height:2.11230625rem;top:7.75rem;left:7.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1boEu6sGdlQXyXLwe3eTuJAsTJIi6U { width:17.5625rem;height:7.1875rem;top:6.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge1TA7cMWG0hVHvLXXnzIQSQlNB4eTbC { width:19rem;height:2.25rem;top:42.625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6lZTrpzgTXZ9BheuPNo7qbyMgan9fH { display:block; }
 }@media only screen and (max-width: 763px) { #TpMlAdepyibDSmoa1IB9Pu3kS2L94JtE { width:13.5625rem;height:1.86865rem;top:3.4375rem;left:3.21875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qmve29soonuLOfZtps6Skz4xp5iaGIWa { width:12.9375rem;height:13.3125rem;top:46.625rem;left:3.5625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a7de4bc-5490-4dcf-bf95-20674a61eb69/0.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qmve29soonuLOfZtps6Skz4xp5iaGIWa.adaptive-delivery-prevent-bg, #Qmve29soonuLOfZtps6Skz4xp5iaGIWa.lazyload, #Qmve29soonuLOfZtps6Skz4xp5iaGIWa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KTfnwBZSPaRunuCprwWct98e06uUh5Fc { width:6.4375rem;height:2.11230625rem;top:24.9375rem;left:8.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtCSyrSNHMGhKEGxePQ1HKL9kkeaJuTI { width:7.875rem;height:1.05615rem;top:34.5625rem;left:7.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Up7FCbzHbyTe3gCt1fCzRlA0ps3pkvET { width:8.25rem;height:1.05615rem;top:16.25rem;left:7rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K8o5cR4QF2RRJpDBcEReseoHzd0iksk2 { width:2.75rem;height:2.75rem;top:7.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGvng3TyKMWi91V9qLaJhBpMAHrBf0y4 { width:2.5625rem;height:2.5625rem;top:24.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwH3ze5c0VNmT3NXIZkI8x5m8Gh48DU { width:1.875rem;height:1.875rem;top:34.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U46Mfet3SqLJV2RXmctVsNIygT0sl4Sr { width:2.25rem;height:2.25rem;top:15.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmDamsi4gl1057Iyc4SySLuL6lT92tN { width:9.4375rem;height:2.11230625rem;top:10.9375rem;left:5.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4xUCekdEVr7IFaU42MTUXhNpmbThKSv { width:14.6875rem;height:2.11230625rem;top:27.625rem;left:2.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sw6veKadeLS0CmirRPu01iqRdKJkOBZy { width:17.5625rem;height:7.9375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0SxP7PnNkBaxqsBzqJHWAQwrolUQQBQ { width:13.1875rem;height:3.16845625rem;top:18.375rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KMQEeuKrsny0fuEW0QvZRU5HZu87aPJ4 { width:17.5625rem;height:7.1875rem;top:15rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXEoJaDNfvPwsERGwVmgwmvr2fr4Dase { width:17.5625rem;height:7.9375rem;top:32.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqaQHPcMhfDWMzezbpFOWiwExT7iFzMM { width:12.5rem;height:2.11230625rem;top:36.75rem;left:3.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.adaptive-delivery-prevent-bg, #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.lazyload, #n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h.lazyloading { background-image: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { background-color: transparent; background-image: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container > .video-iframe-container { display: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row > .video-iframe-container { display: none; }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .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); }#n87Es7H5E14s1wEkQ8R4nV3geuwA8i0h > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfOH5H2hhptTNf7p7iO60DOD6RDcTn3p { width:15.75rem;height:2.25rem;top:6.875rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x4NW1OiCMX2Oboanf9amLR9JW5lLLBcl { width:20rem;height:42.8125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R61DEaeP2dQRTIspxOBTczuJloC73tac { width:16.375rem;height:8.53125rem;top:14.5rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KpuneHhBJ3haTWiSMnawzk12w1XgZ4QL { width:20rem;height:22.375rem;top:33.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDhhHl19KgCQdoUUBaRQfxAvnGHTTn8p { width:20rem;height:1.71875rem;top:4.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSLgXDM7BNxnDvMWyl5cpWs6tLG9TIyz { width:9.25rem;height:1.19970625rem;top:24.5rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kztcvTrvm0l3MbflyxeL72SWyxctR8OR { width:11.1875rem;height:1.05615rem;top:26.875rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwqpAMd3wIreImECXHqe983ouOwPPqHA { width:8.9375rem;height:1.05615rem;top:33.75rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bsAVAs21kLauBRa5ddqMRV3ZhCzUxrVH { width:9.75rem;height:1.05615rem;top:40.8125rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBT7LeM4b0hzNBk5dRqdA3X8klXJM6mE { width:8.375rem;height:1.05615rem;top:46rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MK9gFnaSQLbnXlawgNwo8PscN5anPXRs { width:11.8125rem;height:7.75rem;top:54.25rem;left:4.125rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oShPsPu4I9iEh8h42Mwzww59M84PPMe7 { width:6.8125rem;height:0.9746125rem;top:9.71875rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCMf1iaTAyTKJ5MGHwZLbqsyOcgHxRo { width:15.1875rem;height:4.2246125rem;top:27.9375rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnXp6bvwrUnXqeU7sJxOUXX6GlD7Aqzq { width:14.0625rem;height:2.11230625rem;top:42.5rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LCwolyfdRtiwew9LVX3sLrkTUfzyk5OH { width:13.8125rem;height:3.16845625rem;top:35.6875rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xomUUI50KwyaN6J0iGhNUouQSxH7vD8t { width:12.3125rem;height:4.2246125rem;top:48.0625rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.adaptive-delivery-prevent-bg, #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.lazyload, #WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ.lazyloading { background-image: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { background-color: transparent; background-image: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container > .video-iframe-container { display: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row > .video-iframe-container { display: none; }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .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); }#WK8ePQ6IvqR5aAA8vssLEgNKBcWITNdQ > .row .container { width:20rem;height:113.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fL67CQyOVXbsbLIVqpEF2d72GMTOg6Ts { width:16.5rem;height:3.375rem;top:22.5rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eied52qReS50hhEtQTGEtXMw8EQTqhQO { width:20rem;height:18.75rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbePE9XLsrXfTJDKcFe0zITHC96hXzlK { width:16rem;height:8.53125rem;top:26.4375rem;left:2rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X764GcowlbTobvV5SlvsCrh5eaB8kII2 { width:20rem;height:82.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB8qERbTU3DDPzkr0E1rJFCpobMutX79 { width:20rem;height:1.71875rem;top:4.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1HolgyyaIXnCit8LgzNuDQlt3Px0wFQ { width:14.625rem;height:2.923825rem;top:39.25rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAssmKKffOF3TnXqryTxSsHrJZ7y92F8 { width:20rem;height:4.6875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh5otN5kc5HmR8ceMXW9o275v4wdJyXR { width:20rem;height:2.3994125rem;top:42.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfXbCgqorrxggviTr0JWrhTHA834tspQ { width:11.75rem;height:10.0625rem;top:29.9375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgEQNJSycmRlqnph1EetyzJrmseBwaDH { width:12.1875rem;height:10.4375rem;top:65.01269375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt { width:13.0625rem;height:3.16845625rem;top:65.1064453125rem;left:1.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#QoNyBRMTPzSbJpbsPvqQo0bHkNLippJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #SU2ihrouOE5erNyUpJ8enEyTlMt26KTr { width:13.3125rem;height:2.11230625rem;top:80.375rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#SU2ihrouOE5erNyUpJ8enEyTlMt26KTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #WcehyBvOkbbOJH5LryJVrVOSp74mVbwe { width:12.1875rem;height:10.4375rem;top:97.201171875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUO9cDZPNyJznnoTH62eBC50QdM6qt8S { width:20rem;height:3.1621125rem;top:8.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIuBmTIPa1SkAHTRec0xeQ1PnScXZsMU { width:15.5625rem;height:12.375rem;top:51.2626953125rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oHebmm6ZMRHfGn8bLt1sVBkczN24zKoy { width:16.75rem;height:10.125rem;top:69.029296875rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCKd02cu60PLVEWsrRdCR4cULefl0JIi { width:16rem;height:11.25rem;top:83.75rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf { width:15.1875rem;height:2.11230625rem;top:48.33984375rem;left:1.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#K4tTLymMsfCMVVSGHr9reKHBSyZwUhQf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/dbbe50c1-be7b-4b40-a346-81e8effb05bc/EBMobilityEnterpriseGradeAdvantageInteractive.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.adaptive-delivery-prevent-bg, #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.lazyload, #huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU.lazyloading { background-image: none; }#huvir8hkgb9BTKVLb7r3TN4lgGhTmrLU > .row .container { width:20rem;height:270.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tMNKIeMB4u5owbogx3ogFxgCwhTDutld { width:15.75rem;height:3.16699375rem;top:18.5625rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PlL0E3eDe8tTX11NWb9ypzzIhnJIelK5 { width:20rem;height:17.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV24TLowNlxL7gaKccixpB14fQvvVTae { width:15.4375rem;height:3.91699375rem;top:40.96875rem;left:2.283203125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Arae0LResCFkfTEUbw174O0adlCgy7xt { width:12.25rem;height:1.29980625rem;top:52.5390625rem;left:3.876953125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsTqGSID1FMWXsIoqgrJZluNT4rk0mvT { width:20rem;height:5.15625rem;top:33.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzhAJ93BKAbxaxxgFPp0iENrwa5O5w8i { width:5.4375rem;height:1.29980625rem;top:47.2890625rem;left:7.251953125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PIesTkv0tv08rKn9r38XA7wADbiVBg6J { width:20rem;height:2.3125rem;top:107.71386875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe38dslnfZDas221IUVvDegA2ItI57fH { width:13.9375rem;height:17.0625rem;top:114.15136875rem;left:3.03125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nvyhCV2uyz3wO9NKWzWHTWcX1ND38yEi { width:16.875rem;height:11.4375rem;top:68.71386875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csw8EqIdbvxd9p9LIfogBJ9M9odvQUQl { width:16.875rem;height:18.875rem;top:133.65136875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOqZq9UMrWRmZ0T5mf5mF7Kuo8EXWaTM { width:13.5rem;height:5.27831875rem;top:72.71386875rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fZrawZZFmm6Q3DXGWasl0ITlhLIceBtf { width:13.0625rem;height:14.625rem;top:136.71386875rem;left:3.34375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JU5pT8f0IR2WBnvSgOnosGfWHvHwcLhf { width:20rem;height:1.94921875rem;top:107.96386875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iho1HnV1W4pTmUZOPNodW3sIqWNBgRIs { width:8rem;height:1.29980625rem;top:70.77636875rem;left:5.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWIKrK60iZfmKKth7ginTmzp0JSW826V { width:15.4375rem;height:2.611325rem;top:56.8584rem;left:2.1572265625rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WF9iL89cbMXXJfl2sFv0BqSEHbJWw4wT { width:16.875rem;height:11.4375rem;top:95.02636875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv3WPWtpeyhO3TEvK6VTiBC9f6tXm3fO { width:16.875rem;height:17.0625rem;top:153.77636875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP4yvZ3Ud4y1TIUgvIIv3ek45uV0kHtd { width:12.75rem;height:5.27831875rem;top:99.6601578125rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n19bEVzOpvhGJsS6RoEi8dfxIDCJilKl { width:13.875rem;height:12.1875rem;top:156.65136875rem;left:3.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #diQEyxiyauFbu0vaVETLHbaywn5OqBMs { width:12.625rem;height:2.611325rem;top:83.4492203125rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9R2oKBxmlaA6xB4CsCMtqDuwsVXozq { width:8rem;height:1.29980625rem;top:97.08886875rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #isW2BcZGZonfSeZrx75yEwSDeeKFUkSl { width:20rem;height:6rem;top:198.52636875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5R9NO2HOPo2WHK6oXcPqapQfvtL0dy9 { width:19.75rem;height:3.298825rem;top:208.5693375rem;left:0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5fkd6ZMG6mxegefyukXLZuLZn26Zxs { width:9.375rem;height:1.29980625rem;top:199.905275rem;left:1.9365234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUR998NsOw36KTivOqTlyQDxkwnkN1pq { width:20rem;height:2.111325rem;top:201.15136875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbIZBhMJeGm7Zyk6hIzxNQg6nmwVJZ0F { width:20rem;height:25.1875rem;top:172.08886875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2oJXLqmwbcVG9EGtaSuzgFfvCiuXMTk { width:19rem;height:1.29980625rem;top:175.59668125rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k { width:19.125rem;height:1.21875rem;top:177.40918125rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#IJp4A12Is7w8B2T7J9pHBNsgTUTMIt8k li:before{  }
 }@media only screen and (max-width: 763px) { #ENiygowJAm0sb9TVevfO16JPRhyl2q4M { width:16.875rem;height:21.125rem;top:111.27636875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpJbyK7oTQnA4RCKzzKOWQXSgxs0ktIL { width:15.75rem;height:1.54296875rem;top:205.77636875rem;left:2.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t0TwhhcU7bAPq4RJaCLS5o6bw5P76K63 { width:16.875rem;height:13.5625rem;top:39.84375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkRcpehzvpQqxCT5AGFmRJuAuvL6VNG { width:16.875rem;height:12.375rem;top:55.08886875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJnmzeJqIP1QCsimxkxBrvKdCUuWI1lg { width:16.875rem;height:12.375rem;top:81.40136875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCt2KlwsVJLlzRpElGiMJAXpslWxotgX { width:20rem;height:6.09375rem;top:179.03418125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K { width:14rem;height:1.21875rem;top:184.41699375rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Gxw6V9zE4mSb38Z27aKNaLIrNtr0zH2K li:before{  }
 }@media only screen and (max-width: 763px) { #MXpzpShvIhffxQhgMp3peT4vGRmvk1O1 { width:20rem;height:3.65625rem;top:185.97168125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JlbBlsWeLbO3459SpR3W62hU1bLqTu2n { width:8.8125rem;height:1.21875rem;top:190.25293125rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#JlbBlsWeLbO3459SpR3W62hU1bLqTu2n li:before{  }
 }@media only screen and (max-width: 763px) { #DbhlrdwUOluPat9EDAawvtDgFVz65kvP { width:20rem;height:4.875rem;top:191.78418125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D1b9QFviyIs7vRxaadO2L7FMpJruX2Up { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up.adaptive-delivery-prevent-bg, #D1b9QFviyIs7vRxaadO2L7FMpJruX2Up.lazyload, #D1b9QFviyIs7vRxaadO2L7FMpJruX2Up.lazyloading { background-image: none; }#D1b9QFviyIs7vRxaadO2L7FMpJruX2Up > .row .container { width:20rem;height:203.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xGu4r8epy7cmH0BPuCUeaWNAFtVLDTkm { width:20rem;height:4.125rem;top:2.1240234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #t3ni78b6TF4zN6el43k1Zs4kl20KMk0H { width:10.1875rem;height:24.75rem;top:9.125rem;left:9.8125rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcaWBCMigwIH1xTyAKCO8xoDzaaOPrcH { width:10.1875rem;height:24.75rem;top:33.1875rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #mQPRAefmUnVSN1T3J995Lq1ctErTIRN5 { width:10.1875rem;height:24.75rem;top:33.187744140625rem;left:9.8125rem;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggHh4FfVizCMDaBR9obQ6dhVsW7pbQcR { width:10.1875rem;height:24.75rem;top:57.0625rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ocN424QH1fNcAOI8teJiJgS8GmvXBG4h { width:10.1875rem;height:24.75rem;top:57.0625rem;left:9.8125rem;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDtz6ycaiyrtAyddizlRks1mPmZCeAch { width:10.1875rem;height:24.75rem;top:80.5625rem;left:0rem;z-index:15004;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQmh7D6v0KFJ01gd38tTfD26MxBSke9E { width:10.5625rem;height:12.5625rem;top:103.81250190735rem;left:4.2500000596046rem;z-index:14996;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWDF7lRqmoBkSNqGGu0gs4foC96gDsMI { width:13.1875rem;height:2.4746125rem;top:68.700000762938rem;left:3.4062500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUppNpGxB327rauG8oWdHmdGmdkhtzut { width:12.3125rem;height:7.3125rem;top:73.4375rem;left:3.8437500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJG4gbxzP0JTvvXX4w23Rbn1iJDLKIZ9 { width:11.6875rem;height:8.53125rem;top:53.47500038147rem;left:4.1562500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvSOLiCurgoMMDQvNN94c4ihoPyoq3Mt { width:10.3125rem;height:3.7119125rem;top:51rem;left:4.8437500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8OcEuh4HxigwBH3x4SAzT5yHVcyDHSp { width:9.875rem;height:6.1875rem;top:17.875rem;left:0.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTfSDfy4ac1DcEBW0Uvof4JClc9ZZ1bw { width:10.4375rem;height:1.03125rem;top:15.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2QnGgoO6xgNBsHEGe3ka4CCPnLUJSFO { width:8.625rem;height:6.3125rem;top:8.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDBMnCiQRMbf7qOEqDta5ApXzW7IiR7O { width:7.875rem;height:5.75rem;top:8.59375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yLsQfh3TLlTT3kATdrpDe4GuQ6H6UN { width:10.1875rem;height:7.5rem;top:43.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFAFf9bghq70J501yWtZesCFmHW4rdHu { width:10.1875rem;height:7.5rem;top:60.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8xQMu4ldbuALRy7iesUcxWOL0h9759 { width:13.75rem;height:10rem;top:67.375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCbhdnC6X8ZRtTJQPdEqXsb70BVQNsAK { width:8.1875rem;height:9.28125rem;top:18.9375rem;left:11.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a56J6iP76L7mfJ4MTaxfhJ3OEDAuiJhP { width:6.4375rem;height:3.09375rem;top:14.84375rem;left:12.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgxZ15eDDfNXzaCBof8zBbmzmKS9v4TZ { width:19.0625rem;height:18.625rem;top:174.6660125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ6X2LCTOMxCXqfNys5nGCTEI39TIRae { width:14.1875rem;height:6.09375rem;top:182.0126921875rem;left:2.873046875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyFRU3Rv42vPW1QRTsQ2TTLOIngZ1im6 { width:10.4375rem;height:2.4746125rem;top:179.171871875rem;left:4.748046875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGsWx9N6Kn3Kr6U22PTiyFt4T2q3JzLf { width:10.1875rem;height:7.5rem;top:194.5410125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhacTADdTPQ0n0CNEJaFdJgsRz50EMRy { width:19.0625rem;height:18.625rem;top:146.0410125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tSMpyVySnqrTNzTgi7O9Pf5vrEmCHb { width:15.375rem;height:6.09375rem;top:153.5410125rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddJJpqfs5mQLqQ8mQqksemudLDfl8skR { width:10.1875rem;height:7.5rem;top:165.9160125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTnSUv2TUlIIxbkqionKaMJp8TWdEPg { width:14.0625rem;height:1.23730625rem;top:151.2910125rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGKDsnLTZrXyh2GNTc6eSxTb1RbxQ3cQ { width:13.5rem;height:3.1669875rem;top:141.625rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeC8gW8SWF8XZ28yHlO477TFqtAuq9Go { width:11.9375rem;height:3.1669875rem;top:160.6660125rem;left:3.998046875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTdCABk9dQLlNagsch6nUz6F6btQxx6G { width:10.8125rem;height:3.1669875rem;top:189.1660125rem;left:4.8408203125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vrwzssdkP8NEiskUOiP2R455raI4RtGQ { width:19.0625rem;height:18.625rem;top:82rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruwbxqH3dhw96Tzu5yUh9W4GKAmFCfxI { width:19.0625rem;height:18.625rem;top:101.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxSZ1VKMJEnEoJPVW02coXIHzcP9otnC { width:15.25rem;height:2.4375rem;top:96.84375rem;left:2.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnnONMtNDuFVsnAU5slbUShfqtaEl2Lb { width:15.3125rem;height:2.111325rem;top:116.880859375rem;left:2.3115234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSHNoXZJEMtTLeoMEgcVTzqt2tgoxXWn { width:19.0625rem;height:18.625rem;top:121.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd94EhS7FrXFZ15cWeofTTb9QLH6BK6M { width:14.1875rem;height:3.1669875rem;top:136.2275390625rem;left:2.5615234375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW.adaptive-delivery-prevent-bg, #I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW.lazyload, #I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW.lazyloading { background-image: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { background-color: transparent; background-image: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container > .video-iframe-container { display: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row > .video-iframe-container { display: none; }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .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); }#I4i8BLELMeV8wOoBpbJqJc34aeWn6XgW > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRMUzmhx3T5Ga533zlmRsAVosE66tMnT { width:7.1875rem;height:1.125rem;top:11.875rem;left:6.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELOCQ7CdOpgagURqeVTwtKE2L6px6Kvy { width:20rem;height:18.75rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwPnt2QbZAoPNPe9JyNCRLld7lwlaWm { width:9.75rem;height:1.94921875rem;top:25.6875rem;left:5.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddMRbCFIhzt2yNqqCTASPkm2Le8cPHps { width:20rem;height:29rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQ2OrGyS3EC80CJxfIBo3lTn0AIiCpS { width:20rem;height:3.4375rem;top:4.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wocXMMfFoDd1HtyhLGVwru9dH6rgnmEO { width:12.75rem;height:7.0625rem;top:38.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM07vfVSGJtJGUrXnawsit8rHDam21WS { width:13.8125rem;height:1.125rem;top:23.125rem;left:3.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSETSCGXIffh6kfWa53qnNZytHkwStXe { width:16.5rem;height:0.9746125rem;top:13.9375rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UltyZsZhuutT4XrQzHkl8XcWimIGz17o { width:10.875rem;height:1.125rem;top:16.125rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxEsUl8bOUklPSCrGbwNM6e8x1HUFETx { width:15.1875rem;height:2.923825rem;top:17.875rem;left:2.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgUd9R5fkbO6UTw60O1IF0Uuac3u6oLK { width:10.875rem;height:1.125rem;top:31.3125rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqspT9glcxTwulV4f0WWpeUUoIrQ0epq { width:15.875rem;height:2.923825rem;top:33.0625rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJr8P8CTBaIvvR7FkV4RCJ2UtemLgv2M { width:19.5625rem;height:6rem;top:41.375rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #exOubZHQp55i9y2Fa8WiBUKVbfv44hO5 { width:20rem;height:6rem;top:34.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S51ZeqtL9s5LABTTKJTTXsdIk4xTvflb { width:20rem;height:6rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/971f24be-0f52-4a00-9df2-f8db7be317a7/Recurso2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.adaptive-delivery-prevent-bg, #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.lazyload, #u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm.lazyloading { background-image: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { background-color: transparent; background-image: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container > .video-iframe-container { display: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row > .video-iframe-container { display: none; }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .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); }#u9RwH02J9hSLKndQBGqCRb5cIFW2DFcm > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl3PA1ogBH4vr6WmRCPuoSuf1nzWibEc { width:16.875rem;height:7.8125rem;top:11.625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aq1nZu7uU9cuOwHr53u30J7rKP2Alcap { width:14.75rem;height:4.05rem;top:13.625rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TzbE32L9v6RggK8A6rudTB7NI46yUUB9 { width:20rem;height:18.625rem;top:32.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM45CxwONqQHMQpapcZ6TrlZzX8TDBe5 { width:16.375rem;height:2.76171875rem;top:37.0234375rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWtWv5ymR1FnqcemQGyLBEaR7Imho { width:20rem;height:5.84911875rem;top:4.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs { width:18.5625rem;height:9.38675rem;top:40.7109375rem;left:1.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Tzui7ES0CF8ORR0yTlRlTTWnXk9gcbHs li:before{  }
 }@media only screen and (max-width: 763px) { #JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s { width:17.3125rem;height:8.0180625rem;top:20.9609375rem;left:1.736328125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#JU01mvH6ISMpqZn2ztCU1utHsr8X4h1s li:before{  }
 }@media only screen and (max-width: 763px) { #FaEcFVz4chZnPQGiMnO4gG6d9TC8n3Se { width:16rem;height:2.76171875rem;top:17.5859375rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzzaWUFmC3uPV5rEkX8S8p7CUwxipncd { width:20rem;height:18.625rem;top:52.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJDuQUrbIzowianxvp7vbFD9htTc1OUn { width:17.5625rem;height:8.0180625rem;top:60.5859375rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#iJDuQUrbIzowianxvp7vbFD9htTc1OUn li:before{  }
 }@media only screen and (max-width: 763px) { #EeAKOdgJz7ThJWJKApbZkMJTJZ2JVkrw { width:13.375rem;height:2.76171875rem;top:56.8984375rem;left:3.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tso6V4LzRmL3QNBKzIc8o04chlm8OML5 { width:6.9375rem;height:1.75rem;top:14.4609375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bswkdgmQ8QT0yumkcCCb4v9VBTcnig12 { width:8.6875rem;height:1.5rem;top:34.4609375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm6ZBFcR0KzGd9fPRLGzqDW5wX8IGbNt { width:8.6875rem;height:1.5rem;top:54.2734375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIrntiWvkxUAoEMhs7t1vFQhhUVx1xB { width:20rem;height:18.625rem;top:12.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfaoPWw1UGHDU4s6MWLOGkrOHW4A9wes { width:7.25rem;height:2.1875rem;top:14.2421875rem;left:1.736328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 { display:block; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0LqGGXKGy17htMzhalam4cEoG9Kwpui { width:20rem;height:13.5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2dId7ikb1HqLMT3hUp16TAoDnmT7mL { width:20rem;height:1.71875rem;top:3.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZR9emMkl6CyOT7E9QJbBUbbIyfC506o { width:20rem;height:1.125rem;top:8.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2P1ZugJapJBUbc6Sl4didKLST6Cy22x { width:20rem;height:7.629875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnHTVoaVv3hqPfKruONZUNucXqc00Kv { width:7.8125rem;height:1.9375rem;top:10.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.adaptive-delivery-prevent-bg, #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.lazyload, #UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR.lazyloading { background-image: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { background-color: transparent; background-image: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container > .video-iframe-container { display: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row > .video-iframe-container { display: none; }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .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); }#UgQSvNey0NbKD2zpvLcsvxxOdk0dCWIR > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPTxDMdu4W0Av2AGlS4TgEUiQ4W71Kgn { width:10.8125rem;height:2.25rem;top:16rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xm27UTGG3s6XmV1TbRKDCtqeSLzsi9qC { width:20rem;height:10.5rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fygUhBLf53p7ZvJ2x79wqpaK2at3hQ { width:18.75rem;height:2.923825rem;top:9.6640625rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCySXtIbbCS6TDlrDutkFXeisDuqRmTG { width:20rem;height:22.375rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNBI0rvf5NChfQM3zAM5mzT7RgKWKxe9 { width:16rem;height:3.91845625rem;top:4.59375rem;left:2rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLbwTmW9yRVxRs4EoEZ5hlfl1LUBblz { width:13.5rem;height:4.19921875rem;top:18.25rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeIX2pxfBF6kXR5BkZWXHyIqlCDT0Eu9 { width:20rem;height:10.4375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW1nh8pXJfaX1GoDogSzmG9TTehT8NoD { width:16.5625rem;height:2.25rem;top:28rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7CMfl6T9GC6yduiVOMvvZ2xTCeWs25U { width:15.125rem;height:4.19921875rem;top:30.8125rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CQkqGM7eOwtyIzT7Crt8ahBtbIzOqHIw { width:19rem;height:3.75rem;top:46.5rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNawREhDoaGTvRgDsXh9S4NNQrslXZe { display:block; }
 }@media only screen and (max-width: 763px) { #VRGFTWd5Ji0KIApyMp6i0yIvDNlg1sVB { width:20rem;height:2.25rem;top:38.5rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZiFEmrrd8fQE2y7bstf1BcoaQf8XPX6 { width:20rem;height:1.5rem;top:40.75rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Br0XSUyJ0549uLxuJrpOG4CaSAyJk2nB { width:20rem;height:0.75rem;top:42.25rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oV6LLFSHxFkaJeMeVOIeu1AFuR9VUmlg { width:20rem;height:0.75rem;top:43rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.adaptive-delivery-prevent-bg, #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.lazyload, #nIVZxphDTlokAV2sIvgKC9RS9veBTEJy.lazyloading { background-image: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { background-color: transparent; background-image: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container > .video-iframe-container { display: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row > .video-iframe-container { display: none; }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .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); }#nIVZxphDTlokAV2sIvgKC9RS9veBTEJy > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrLqxEIspA4nz16QTPP79dtZU4TAKuTs { width:7.1875rem;height:1.125rem;top:14.6875rem;left:2.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBSTzqreuvwu2VHUSXVd8mr3CJ78AcVH { width:20rem;height:24.1875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTcaITRaBTvv6TFnMDX1UfJ4wTW61AeX { width:15.625rem;height:20.712875rem;top:15.8125rem;left:2.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sq5itTokPVvbl7DMHLXIdoCkIdd6QaFD { width:20rem;height:55.125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAfxzNASsdk29gVlGi46oWyrufxrFLm { width:20rem;height:1.71875rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w25wRFQEP3Omr7EprkyB2eJBkGeGQdUI { width:9.625rem;height:1.125rem;top:40.8125rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #CORlIN3hTESKgyEkZ5MSqys8xkth9SJ6 { width:15.9375rem;height:14.0239375rem;top:42.4375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #vxwrGKHL6p14k5bFDzXm7M5sUxLOG8Gw { width:17.25rem;height:2.375rem;top:76rem;left:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMRon8eBRpV4Uh0pHtJoIoJy3TzTH3T { display:block; }
 }@media only screen and (max-width: 763px) { #ArcGVRLFpbiQElLCyHT4b9hK8rNi2lWO { width:20rem;height:33.375rem;top:38.75rem;left:0rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #WevdepgsqxNs21iSJ5VxFTFcywnU2vR7 { width:15.5625rem;height:8.9243125rem;top:57.3125rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #bZfDe6pCm4QUHbCEzRPc5EbA38X9hBuu { width:20rem;height:4.5rem;top:6.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziinzLifVM7LSIZfk8F20hL7ozes6HbK { width:20rem;height:17.9375rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4e5k6KVqvi3NpKvdhfUslCZECf2Wlb { width:20rem;height:15.625rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4488584b-36be-4388-962b-2300dd41828e/230411FlexNetworkbrochure_S.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL.adaptive-delivery-prevent-bg, #GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL.lazyload, #GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL.lazyloading { background-image: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { background-color: transparent; background-image: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container > .video-iframe-container { display: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row > .video-iframe-container { display: none; }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .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); }#GVAC0T7RRk0hg5vyTSNgcrIvK4ofZoBL > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldREWOxPNN8tuqCZd1a4JdmMZsIkVs8z { width:20rem;height:50.75rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frPs4xFJViuZdJKL28TmVpTb1UTupgMe { width:20rem;height:22.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlT8HynS3GRTxW8GrooH0dRRr125ZTDp { width:15.8125rem;height:2.923825rem;top:12.4375rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7XVXyvGtWwGvWrc8GSqFp6Bak6xMr6m { width:19rem;height:2.5rem;top:4.25rem;left:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEtTTLd3kPevw8hZUQQlpSN3PSnlyfSJ { display:block; }
 }@media only screen and (max-width: 763px) { #wPU7pZ2rHtVUIEgGx0Xgc4Gx0wiOPtpV { width:20rem;height:19.9375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLbDK4xrfoOwhg1I0s2WCw12IrPDWV8e { width:15.0625rem;height:3.1494125rem;top:8.625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt { display:block; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caI2E4u7dy3mkqoo7iFS6vevXkPz3duT { width:7.3125rem;height:1.8125rem;top:3.375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsrI8lCWinfFiLGBJt1IEq7HXmdkeODc { width:9.625rem;height:3.125rem;top:2.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGWL3alGN5mkTGBRW33bagakueMl2RD { width:20rem;height:7.4375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmgAhmrhTvlc0S1Q00AoPWSUtGR2fND { width:19.9375rem;height:5.875rem;top:14.375rem;left:0.061718702316284rem;z-index:14998;background-color:#07803d;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #nuCxyeA2un3n6BNKlOza07ubnDhkpCTs { width:7.25rem;height:2.1875rem;top:5.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe { display:block; }#W4T5SRqKei2WGGO1adrLMCQZTTu1ZCSe > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di7u3PREiR9S0ludGnDk99QVkVMDTR5V { width:20rem;height:16.5625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avxecAAXqhzmUt4QyHKhKoa7ToDI3vAf { width:15.25rem;height:2rem;top:7.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRUZTgxGvUQ7CfOKLPJN86FJlbV6tH5T { width:17.1875rem;height:3.65625rem;top:10.3125rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzOEP9xzoQkqq4XMouUOmLVIQcBzElDL { width:15.375rem;height:6.254875rem;top:14.6875rem;left:2.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqLA9PptSXuoJhvlRSDsnUpZUClMG8tS { width:20rem;height:15rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPbOTAa7W8HxRIGdFFmeE6XatzAZRKaN { width:20rem;height:15.1875rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHkTJ86drp43m2nWfvvQoBBDVbCnKln3 { width:20rem;height:14.8125rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLEPyxGwDcy8JZ7Goy25VH4brwzy2ui5 { width:16.375rem;height:4.875rem;top:26.1875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNENrXZILkyghWx9PXengWZKMPLNLneI { width:16.6875rem;height:6.254875rem;top:48.6875rem;left:1.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbMl4HUngdUuRvZ0yoRzIPenaRzIU51l { width:16rem;height:4.875rem;top:43.125rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGlO7OMzXCJdlA55yrTbqabKChTZoe5p { width:17.3125rem;height:4.875rem;top:59.6875rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvBu3xtTM3kTQkFTi5UCigAgJFwSAqL7 { width:16.75rem;height:6.254875rem;top:31.75rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JM74eeOUt7JF3AM1VNHMnfgJcdWxRSiK { width:17.5625rem;height:6.254875rem;top:65.375rem;left:1.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9LtUIq7NVTe8Nzv2bQAQ3qx7xEX1cvI { width:20rem;height:12.75rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4cQBaS3gbf6PdN5LoQcArrL7xUbTRkh { width:13rem;height:1.7871125rem;top:81.25rem;left:3.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAXs1b1VDK28wIFGsucc6zxOkaHzupKJ { width:13.5rem;height:3.65625rem;top:76.3125rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQqm5mIovTiCpRXTgctGU180IcwrU6pL { width:20rem;height:1.349825rem;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) { #vs0FkVJNZOCtxtbtNAaVpxqlzMzvFzXm { width:5.3125rem;height:1.5rem;top:7.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itn3BopiCuT112FdOPIs23oABEsziXD2 { width:5.3125rem;height:1.25rem;top:7.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrDZA7M6VfiV0sfpPQxtTPuNcLlKnMB { width:5.3125rem;height:1.5rem;top:84.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNtoVpADdiMRyBpcvQcz54CNpnEQaDXs { width:5.625rem;height:1.3125rem;top:84.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection { display:block; } #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection *:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="text"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="email"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection input[type="tel"]:focus-visible, #M4bKpRevO9q46yMDP3Us8klSqilvtJKa.widget-smartsection textarea:focus-visible { outline: none; } #mG2DIcixL3pUrv8TJb7tVtR4QEGRTUt4 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection { display:block; } #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection *:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="text"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="email"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection input[type="tel"]:focus-visible, #m30ad620cb7529ee4ef215f41fd406ba.widget-smartsection textarea:focus-visible { outline: none; } #Nk612vOuSZ9ZSxHg6WmAIUNkRQOUU5HJ > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb { background-color:#ffffff;background-image:none;display:block; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container { background-color: transparent; background-image: none; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container > .video-iframe-container { display: none; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row > .video-iframe-container { display: none; }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .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); }#Ih9iNhdWEc4i51Xx9sXcUiSXgpGkMNvb > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIK8P4rFWQgyBPCBFil6oTT8aDgvF55T { width:20rem;height:17.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXSLLFOHoLgqFB9ngTMwwKE8pZeTs9A { width:15.625rem;height:3.4375rem;top:15.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouISmSZTP44QNV7vI48RytHrxQRq6pUc { display:block; }
 }@media only screen and (max-width: 763px) { #R6ITW72ZxcVlF3yyIUvSvGK8Xhgnzl0u { width:19.3125rem;height:3.1484375rem;top:10.875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmCFWc9uZ0OCU42u0tH9WZTVTXowmbgP { width:4.75rem;height:2.875rem;top:6.3125rem;left:7.625rem;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; }
 }