.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.625rem;width:12.25rem;top:2.65625rem;left:60.312501907349rem;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:4.5rem;width:8.8125rem;top:1.6875rem;left:28.000001907349rem;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/e4ae9b96-a1c1-4fc7-a281-e86c4b05e56e/360_F_744713831_buGgwrmM9nslbSLZyIAZMdhf2cfpuGYH.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#P9t0VqkWqsmbWdRZZVUMikc5PEa6TsqA > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#ynXZTvIKgu0FGL5vB9huHwuPzBPxGAPH { color:#ffffff;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:18.0625rem;left:5.125rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { color:#5bccff;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(2,186,253,0.28);top:5.25rem;left:5.125rem;height:11.825rem;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:6.375rem;width:29.25rem;top:33.6875rem;left:5.125rem;overflow:hidden;display:block; }
#tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { color:#662483;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:35.5625rem;left:9.5rem;height:2.1rem;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:#ffffff;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;top:22.6875rem;left:5.125rem;height:4.4625rem;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; }
#mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { position:absolute;display:block;z-index:15085;height:29.125rem;width:28.125rem;top:8.0859375rem;left:46.875001907349rem;display:block; }
#MFku7Fy2t3z15GbmURCAoPp1yd7AxoKy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b5ed8, #04799b);background-image: -moz-linear-gradient(180deg, #2b5ed8, #04799b);background-image: -ms-linear-gradient(180deg, #2b5ed8, #04799b);background-image: -o-linear-gradient(180deg, #2b5ed8, #04799b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5ed8', endColorstr='#04799b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5ed8', endColorstr='#04799b' );";background-image: linear-gradient(180deg, #2b5ed8, #04799b);background-size:auto !important;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;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:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:28.9375rem;left:5.125rem;display:block; }
#EeHrNXL70ZqIMoTTP3EXTRacKnDy6Zlp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 { 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; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9.adaptive-delivery-prevent-bg, #Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9.lazyload, #Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9.lazyloading { background-image: none; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container { background-color: transparent; background-image: none; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container > .video-iframe-container { display: none; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row > .video-iframe-container { display: none; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .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); }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container { border-width: 0; border-radius: 0; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container { font-size:0.875rem;font-family:arial;height:70.75rem;width:75rem;position:relative;display:block; }#ia2ATdKhtOpTi1tOtrbbPIbJJTpDX3y1 { color:#595d68;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22rem;left:14.75rem;height:2.1125rem;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; }
#ip6sRxzuBa18640kT064VWkSBA04LHzT { 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='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";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:14.5625rem;width:17.5625rem;top:20.625rem;left:8.75rem;display:block; }
#Tu1I0VzNB6nkCD02ohlWuPWXKOurwlt0 { 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:30.5rem;height:4.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:60.625001907349rem;left:22.250001907349rem;display:block; }
#fdpJVPRiw4J8RVQkAgDAgKbITJH9xM9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0DwQDVAftRXW7iFXE66F02TrTpeiWm7 { color:#595d68;display:block;width:47.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.6875rem;left:14rem;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;overflow:hidden;display:block; }
#OyNUlnTc8eMqubrtDcTrk1q9JyPWazMn { 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.5rem;width:2.5rem;top:21.625rem;left:11.375rem;overflow:hidden;display:block; }
#UMEET6pJEfOLGie0dv70JPxIxu9VRs3F { color:#595d68;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.25rem;left:10.3125rem;height:8.45rem;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; }
#GEhTLeZDeVDJ9BbaVJeSvtvWO8d7KdJB { 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='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";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:6.3125rem;width:17.5625rem;top:9.1875rem;left:22.9375rem;display:none; }
#JMkz8R7dgvZgk4LVSV7KMulZcAn60fkG { position:absolute;display:block;z-index:15005;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='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";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:14.5625rem;width:17.5625rem;top:20.625rem;left:28.75rem;display:block; }
#ICiTqXz7bbGOBIf4MEw8fgZE6HIC2QuA { color:#595d68;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:26rem;left:30.375rem;height:7.39375rem;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; }
#BS94fy01eRFOETItM0r6zdJfm05WwolA { position:absolute;display:block;z-index:15028;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:21.625rem;left:31.4375rem;overflow:hidden;display:block; }
#b2LmND1Dbe4Fz8OdOHIE31PqKd8LLpOT { color:#595d68;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:22rem;left:34.8125rem;height:2.1125rem;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; }
#zP0lAeRd5AEQdqugFSn3at0qIWWaJecW { position:absolute;display:block;z-index:15009;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='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";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:14.5625rem;width:17.5625rem;top:20.625rem;left:48.75rem;display:block; }
#RwOT4Ozdl2f791wep6D6ZTTFpThlEdG2 { color:#595d68;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:26.3125rem;left:51.1875rem;height:6.3375rem;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; }
#fHrWyhMGm5dU2Z6tkHLW6JyxzNZFovkl { position:absolute;display:block;z-index:15032;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:21.6875rem;left:50.125rem;overflow:hidden;display:block; }
#hlacSwkNiHRmFtPETbaeG7qoXJ3PWOX3 { color:#595d68;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:22.25rem;left:53.9375rem;height:2.1125rem;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; }
#KzhVI9cThXTqGDOr8pEcFEWJk9iLsxES { position:absolute;display:block;z-index:15017;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='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";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:13.1875rem;width:17.5625rem;top:37rem;left:28.75rem;display:block; }
#JfcQkpT6SIO8Uisfa9q0kE8WKWgDkTBT { color:#595d68;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:42rem;left:30.375rem;height:6.3375rem;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; }
#v6JRqAysnpayteP2yGzRXFv4ufDPJOvS { position:absolute;display:block;z-index:15013;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='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";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:13.1875rem;width:17.5625rem;top:37rem;left:8.75rem;display:block; }
#OJ0IulixbnKGvR7hph1pCSJHlRSCvT6T { color:#595d68;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:42rem;left:10.3125rem;height:6.3375rem;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; }
#FoByw6I88nSO6y4m0Z1uXIk1TfEuIuiH { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:38.0625rem;left:11.375rem;overflow:hidden;display:block; }
#cgeDH4Udq6a4RxZBTy8dGPIHK0EaTg6f { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:38.125rem;left:30.812501907349rem;overflow:hidden;display:block; }
#KHmgMNfSG4UVeQSsNM3XPG76zxxwOEpD { color:#595d68;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:38.5625rem;left:14.75rem;height:2.1125rem;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; }
#fvCTSHt1sGSDCBHbJa02Oryzn5WNn74l { color:#595d68;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:38.75625038147rem;left:34.425001144409rem;height:2.1125rem;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; }
#bqmC7xur7tZIMwKfrfQ7gXEoB7Aidu76 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #2c9bd0, #001558);background-image: -moz-linear-gradient(179deg, #2c9bd0, #001558);background-image: -ms-linear-gradient(179deg, #2c9bd0, #001558);background-image: -o-linear-gradient(179deg, #2c9bd0, #001558);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9bd0', endColorstr='#001558' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9bd0', endColorstr='#001558' );";background-image: linear-gradient(179deg, #2c9bd0, #001558);background-size:auto !important;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: 0.0625rem 0.0625rem 1.875rem rgba(0,187,209,0.67) ;height:6.875rem;width:35.25rem;top:9.8125rem;left:19.9375rem;display:block; }
#DUKlzrPAHKnKxUnK28QfPSASw0nXagFU { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:11.018751144409rem;left:21.968751907349rem;height:4.4625rem;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; }
#JWuulfqHyxNnTClV5BcHvM6MSwndEqN8 { position:absolute;display:block;z-index:15021;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='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";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:13.1875rem;width:17.5625rem;top:37rem;left:48.75rem;display:block; }
#WzqTvFTsdqO16JTJvttSOVnuSEvC94FT { color:#595d68;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:38.63125038147rem;left:53.800004959106rem;height:2.1125rem;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; }
#X2WAwursCoJhLxWb6aTIpnXo2B9O59wA { color:#595d68;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:42rem;left:49.718751907349rem;height:6.3375rem;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; }
#Mq19QKEBKT8uXvJ2DNTXPvHvRd2Hudb2 { position:absolute;display:block;z-index:15044;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:38.0625rem;left:50.343751907349rem;overflow:hidden;display:block; }
#GahJHnTK88esIlf8ETqPLH1CmdvCUmfP { color:#595d68;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:52.875001907349rem;left:10.562501907349rem;height:5.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;overflow:hidden;display:block; }
#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/971f24be-0f52-4a00-9df2-f8db7be317a7/Recurso2.jpg");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; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg.adaptive-delivery-prevent-bg, #mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg.lazyload, #mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg.lazyloading { background-image: none; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container { background-color: transparent; background-image: none; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container > .video-iframe-container { display: none; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row > .video-iframe-container { display: none; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .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); }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container { border-width: 0; border-radius: 0; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#TFQnz7AqXGkTTNn8uuDReG8TlVbEMibT { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(78,79,81,0.43);top:8.5625rem;left:9.6875rem;height:3.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;overflow:hidden;display:block; }
#anaLt05vKeXrcRNoWTHUT7Hi92JIluUk { 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='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afffffff' );";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:6.3125rem;width:17.5625rem;top:9.1875rem;left:22.9375rem;display:none; }
#sw9ZuFwyDS3Px9O8z6I0PNTXTUIaD7hS { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(138deg, rgba(35,84,200,0.87), rgba(108,179,244,0.14));background-image: -moz-linear-gradient(138deg, rgba(35,84,200,0.87), rgba(108,179,244,0.14));background-image: -ms-linear-gradient(138deg, rgba(35,84,200,0.87), rgba(108,179,244,0.14));background-image: -o-linear-gradient(138deg, rgba(35,84,200,0.87), rgba(108,179,244,0.14));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2354c8', endColorstr='#236cb3f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2354c8', endColorstr='#236cb3f4' );";background-image: linear-gradient(138deg, rgba(35,84,200,0.87), rgba(108,179,244,0.14));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: 0rem 0rem 1.875rem #004fc5 ;height:25.625rem;width:31.6875rem;top:3.625rem;left:33.625rem;display:block; }
#BVnqX88lGINfDdFkrcZXFlh93qJwUqfK { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:5.625rem;left:35.8125rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#BVnqX88lGINfDdFkrcZXFlh93qJwUqfK li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#BVnqX88lGINfDdFkrcZXFlh93qJwUqfK li:before{  }
#TLBH2kOGqxRQBWAqGJT2Hq252cKfxpSb { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.125rem;left:9.6875rem;display:block; }
#ZNuo9cQSXrIq4J3NDgm8GTG6139feZRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svVChPt7aMgylCxGlU9DOMqQEaUJZmXR { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(78,79,81,0.43);top:12.625rem;left:9.6875rem;height:3.7375rem;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; }
#DtBAztTHybkRqcCit6fgApLo8XGeCDPz { 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; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row .container { background-color: transparent; background-image: none; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row .container > .video-iframe-container { display: none; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row > .video-iframe-container { display: none; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .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); }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row .container { border-width: 0; border-radius: 0; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#XlmPrSiv4z4REU79CVLlXLf8T12KbXh1 { color:#0880b7;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:3.7499997615814rem;left:15.218751907349rem;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; }
#uiBqVLG9V1RptnmV0Gv1EosOWa5mRJ99 { 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; }
#SCaLMc6ILluq9F9GOS8drUAkl8DLzgtT { 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; }
#nqS5n43MCOHzHy9eqFEutUBP6Xc0k6sP { 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; }
#Ul36BuU3vFutPTIyAhNEefH37ogxvmvT { 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; }
#Hv35P98VxkTzm7oHC3l1fvRdwAy0nmhH { 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; }
#t9brVLMcMQgrtTz1hQsyNfEIVrh4HVdb { 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; }
#NGqUmxuqQU1mTCBQxm3GTLhalfSTHdGv { 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; }
#EityQH836XXpu9ryL64FlfqIwTskyUJe { 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/1117ff37-4619-4ada-91d1-6fb7a4c494db/utility_fleet_professional_cover.jfif");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.5rem;left:3.8125rem;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; }#EityQH836XXpu9ryL64FlfqIwTskyUJe.adaptive-delivery-prevent-bg, #EityQH836XXpu9ryL64FlfqIwTskyUJe.lazyload, #EityQH836XXpu9ryL64FlfqIwTskyUJe.lazyloading { background-image: none; }
#sfwhTRIzMsv2oXSonGssLIDzc7rRsKa0 { color:#0880b7;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:17.6875rem;left:5.59375rem;height:1.16875rem;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; }
#UTIDPoTV9oWQOmPdxomOXHLXhsDwM601 { 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:14.0625rem;width:12.9375rem;top:13.3125rem;left:2.4375rem;display:block; }
#Jx7VTgxC3O5KK47MuD5Mlo3yeKAN385r { color:#595d68;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.562500238419rem;left:3.59375rem;height:3.16875rem;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; }
#XAVpRok4xTr8PUKVvKCf7XQxrUUdIhyd { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15103;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/616e4178-8bd2-4c22-a5bc-0401d1b4f7b0/lendinginbanking.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.5rem;left:18.125rem;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; }#XAVpRok4xTr8PUKVvKCf7XQxrUUdIhyd.adaptive-delivery-prevent-bg, #XAVpRok4xTr8PUKVvKCf7XQxrUUdIhyd.lazyload, #XAVpRok4xTr8PUKVvKCf7XQxrUUdIhyd.lazyloading { background-image: none; }
#B09dFMQUKCX65ldWVAwGaWfMw8ua0Ghv { 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:14.0625rem;width:12.9375rem;top:13.3125rem;left:16.75rem;display:block; }
#XUZ5lPzKurrk7VHhdfntLhVbAoVyEe7w { color:#0880b7;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:17.790618896484rem;left:19.906251907349rem;height:1.16875rem;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; }
#ouDMvftX9SpkSqZbmnUXAEO7lIMf8xn9 { color:#595d68;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.562500238419rem;left:17.500001907349rem;height:4.225rem;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; }
#ReXx5z669T1C0hrW5aXgedaXerWkeOLX { position:absolute;display:block;z-index:15018;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:14.0625rem;width:12.9375rem;top:13.3125rem;left:31.062501907349rem;display:block; }
#h1bJXm6CfDOuLUzAgF1rz2SzGHGJJhvR { color:#595d68;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:20.5625rem;left:32.437501907349rem;height:5.28125rem;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; }
#flk5yGq9D3f4fhFbGCRDWXMDHDTVQWrQ { 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/3d94efb2-74c1-4f8f-9571-89a713ae1b61/Paquetesdeproductosybolsadelacompraenelcarrito.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.5rem;left:32.4375rem;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; }#flk5yGq9D3f4fhFbGCRDWXMDHDTVQWrQ.adaptive-delivery-prevent-bg, #flk5yGq9D3f4fhFbGCRDWXMDHDTVQWrQ.lazyload, #flk5yGq9D3f4fhFbGCRDWXMDHDTVQWrQ.lazyloading { background-image: none; }
#ZcZMMPZr7XbHwQMhHLxJfBa6d8oh31Np { color:#0880b7;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:17.790618896484rem;left:34.187501907349rem;height:1.16875rem;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; }
#z7le0IykDmLZMaQQpAiqsQaSZ43WUzoI { position:absolute;display:block;z-index:15022;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:14.0625rem;width:12.9375rem;top:13.3125rem;left:45.375rem;display:block; }
#A5LfaJwy35Odox27BROcUHHBJGc2bSw7 { color:#595d68;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:20.887481689453rem;left:46.531251907349rem;height:4.225rem;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; }
#O6kxWyKI5CUhmXdfvpxlRsVm5DvRNTCx { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15111;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8251d45-0a3b-4f7b-8c8e-5638bae7e23c/Australian_Mining_EquipmentMTGA2scaled.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.5rem;left:46.75rem;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; }#O6kxWyKI5CUhmXdfvpxlRsVm5DvRNTCx.adaptive-delivery-prevent-bg, #O6kxWyKI5CUhmXdfvpxlRsVm5DvRNTCx.lazyload, #O6kxWyKI5CUhmXdfvpxlRsVm5DvRNTCx.lazyloading { background-image: none; }
#PkPJaDJMHsq1TAQUxSfZpM4RyPSRAuTl { color:#0880b7;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15072;line-height:1.1;letter-spacing:0;top:17.943725585938rem;left:48.531251907349rem;height:1.16875rem;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; }
#LW6xFzv64DHQJDF3bORHJPpaapUdgJZm { position:absolute;display:block;z-index:15026;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:14.0625rem;width:12.9375rem;top:13.3125rem;left:59.5625rem;display:block; }
#DwsTM6T9VAO05MrSKsryZhSc4PJeIuTI { color:#595d68;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:21.181249856949rem;left:60.343751907349rem;height:3.16875rem;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; }
#KwXbDw0TD5Q79VSlG6USDsisovxQrz2f { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15115;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:8.5rem;left:60.9375rem;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; }#KwXbDw0TD5Q79VSlG6USDsisovxQrz2f.adaptive-delivery-prevent-bg, #KwXbDw0TD5Q79VSlG6USDsisovxQrz2f.lazyload, #KwXbDw0TD5Q79VSlG6USDsisovxQrz2f.lazyloading { background-image: none; }
#Wah4VhChq2IN6ikkROW5XDJkB6vVouTq { color:#0880b7;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:17.6875rem;left:60.218751907349rem;height:2.3375rem;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; }
#uxqr84qf06WqAX3ZluCtVi1tlX54STHa { 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; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa.adaptive-delivery-prevent-bg, #uxqr84qf06WqAX3ZluCtVi1tlX54STHa.lazyload, #uxqr84qf06WqAX3ZluCtVi1tlX54STHa.lazyloading { background-image: none; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container { background-color: transparent; background-image: none; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container > .video-iframe-container { display: none; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .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); }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row > .video-iframe-container { display: none; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .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); }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container { border-width: 0; border-radius: 0; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa::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; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#s1v1XaWTdrJF8C5w0JboPBEcBf3WM69e { color:#19acef;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:18.1875rem;left:10.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtTLmqLuni4IC48t1tUKb3TDEEmB8WLQ { 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='#c1ededed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1ededed' );";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:15.875rem;left:8.1875rem;display:block; }
#qC7ZLvmgfOVnqk1wbPVgeFyUy7cwfyrI { color:#595d68;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15091;line-height:1.7;letter-spacing:0;top:20.25rem;left:10.5625rem;height:13.8125rem;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; }
#fD5INmedvqLiAa2mhTN0M4xbtcTOUrd8 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #0074a0, #00325f);background-image: -moz-linear-gradient(169deg, #0074a0, #00325f);background-image: -ms-linear-gradient(169deg, #0074a0, #00325f);background-image: -o-linear-gradient(169deg, #0074a0, #00325f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074a0', endColorstr='#00325f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074a0', endColorstr='#00325f' );";background-image: linear-gradient(169deg, #0074a0, #00325f);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:38.25rem;width:68.25rem;top:3.875rem;left:3.375rem;display:block; }
#aNC7THRHvbPF5yigyJXvq34lo9OiJoAw { 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:17.8125rem;left:36.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oB65nL597nLuFetpBBy71IfOBEubXNra { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15093;line-height:1.7;letter-spacing:0;top:19.875rem;left:36.4375rem;height:8.2875rem;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; }
#hzaIMs39mFasJTNNb5wkGAOevOCZAKS0 { 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:40.9375rem;left:24.25rem;display:block; }
#ScqhWoPJc7HsOTIbyTrwcgbC54sGL8ok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZSBDFgWfONkELwTQndTNzU16Ku3kTl0 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(114deg, #0a588b, rgba(0,125,132,0.79));background-image: -moz-linear-gradient(114deg, #0a588b, rgba(0,125,132,0.79));background-image: -ms-linear-gradient(114deg, #0a588b, rgba(0,125,132,0.79));background-image: -o-linear-gradient(114deg, #0a588b, rgba(0,125,132,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a588b', endColorstr='#c9007d84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a588b', endColorstr='#c9007d84' );";background-image: linear-gradient(114deg, #0a588b, rgba(0,125,132,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:15.875rem;left:33.375rem;display:block; }
#EKproZF3yPlSe764yTJQk64qBST8Nt6J { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15094;line-height:1.7;letter-spacing:0;top:28.5rem;left:36.4375rem;height:5.525rem;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; }
#LKBXoqtgSKcGiMR1noXCEVeM22eKp7UB { color:#595d68;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15096;line-height:1.2;letter-spacing:0;top:11.1875rem;left:20.25rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T02KRQ2GbNXU6kTKxtmHiZNNaNtwt3yV { 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:8.875rem;left:5.5625rem;display:block; }#T02KRQ2GbNXU6kTKxtmHiZNNaNtwt3yV.adaptive-delivery-prevent-bg, #T02KRQ2GbNXU6kTKxtmHiZNNaNtwt3yV.lazyload, #T02KRQ2GbNXU6kTKxtmHiZNNaNtwt3yV.lazyloading { background-image: none; }
#ItkhepTT1wdTbR4BsNTp0NJK7qpPgHA1 { 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:8.875rem;left:5.5625rem;display:block; }
#elPw0lJz03eQsZ0BH3I0ydqKeLRRomqn { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.61);top:5.5617198944092rem;left:14.362501144409rem;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; }
#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 { 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; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3.adaptive-delivery-prevent-bg, #ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3.lazyload, #ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3.lazyloading { background-image: none; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container { background-color: transparent; background-image: none; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container > .video-iframe-container { display: none; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row > .video-iframe-container { display: none; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .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); }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container { border-width: 0; border-radius: 0; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#kUaUCB6dTAiVJd3JCtVk0pIVrtSUUGE4 { 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='#e0efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0efefef' );";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,157,173,0.23) ;height:24.25rem;width:56.5625rem;top:9.1875rem;left:9.25rem;display:block; }
#rEMT9zJT99lKJ1M47vbVSsRvHTa5tIZI { position:absolute;display:block;z-index:15053;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(18,134,176,0.36) ;height:18.875rem;width:34.75rem;top:11.875rem;left:29.875rem;display:block; }
#DXyMfaf66NuWwoa3IO0k8dW8RN2XMNok { color:#0880b7;display:block;width:50.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:4.125rem;left:2.5625rem;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; }
#K8Qihr147m1rUSB6EQ0pkKmTZ0h6FqTi { 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:26.5625rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.5rem;left:24.25rem;display:block; }
#pNo1nUgc0sHhShf3FLXIDylaJ1N4owgR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzPpG97Xt2OX8omVWnngDgI9ZMRskn68 { box-sizing:content-box;height:20.5625rem;width:24rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2d45176-7ee6-4583-a73b-9dc5e89aafee/1231752731AdobeStock_594956182_satellite_IoT_earth_Space_1200x630.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11rem;left:10.375rem;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; }#SzPpG97Xt2OX8omVWnngDgI9ZMRskn68.adaptive-delivery-prevent-bg, #SzPpG97Xt2OX8omVWnngDgI9ZMRskn68.lazyload, #SzPpG97Xt2OX8omVWnngDgI9ZMRskn68.lazyloading { background-image: none; }
#fQv3E2yhK2tpdWSlmMbnR8iiH0bDKMGq { color:#595d68;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:14.625rem;left:38rem;height:13.36875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fQv3E2yhK2tpdWSlmMbnR8iiH0bDKMGq li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#fQv3E2yhK2tpdWSlmMbnR8iiH0bDKMGq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #b9d0da, #ffffff);background-image: -moz-linear-gradient(360deg, #b9d0da, #ffffff);background-image: -ms-linear-gradient(360deg, #b9d0da, #ffffff);background-image: -o-linear-gradient(360deg, #b9d0da, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d0da', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d0da', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #b9d0da, #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; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row .container { background-color: transparent; background-image: none; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row .container > .video-iframe-container { display: none; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row > .video-iframe-container { display: none; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .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); }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row .container { border-width: 0; border-radius: 0; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#iQgI5AUUBu5zFROWufaR8aZGv8VB9qBd { color:#0880b7;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.0625rem;left:15.25rem;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; }
#nm4ac3WnQyGWUoufRkw5PlXQRZNnGZ0V { 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; }
#y9Ipqy9T2tmUngvulPTd4D1VHpgkvby1 { 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; }
#aBRfidl6bZkWHrEn39g0HeozZAgiKIcD { 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; }
#M4yQK7e8PeeeklaGM4dLJAucx6s6wc8L { 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; }
#vqf0ZrM2UrwWveaalbyTRpQZFqSgCovl { 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; }
#ni2xNSnAeegwuFMdFa97ctra5a8lZCxt { 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; }
#iyIfiyvcqaETsrXb8d48Fab09qvKu558 { 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; }
#f0JMxMJu347yayAFNagbRN9UM7AWeDko { 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/5857f4eb-f6ca-4582-ba2b-f55afbe1c915/Siteassessment.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.125rem;left:16.1875rem;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; }#f0JMxMJu347yayAFNagbRN9UM7AWeDko.adaptive-delivery-prevent-bg, #f0JMxMJu347yayAFNagbRN9UM7AWeDko.lazyload, #f0JMxMJu347yayAFNagbRN9UM7AWeDko.lazyloading { background-image: none; }
#hEqOMLTHyJ4184VqeLlD30A95XA2XqDH { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:15.875rem;width:12.9375rem;top:9.3125rem;left:14.8125rem;display:block; }
#axOl3OU5c0xh688INGL4KEb0d3u8Loh8 { color:#595d68;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:20rem;left:15.9375rem;height:3.4125rem;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; }
#ZLU2fiM78gAlW9ySn3yVZTNBuhn13vR6 { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:15.64999961853rem;left:4.5625rem;height:3.025rem;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; }
#HmffXHqiPO4SnZaQD87ZWDWc7BzkOa4U { position:absolute;display:block;z-index:15013;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:15.875rem;width:12.9375rem;top:9.3125rem;left:29.25rem;display:block; }
#xsUlvTZeBsVWcpA3rc7QJPGfWM97VnQT { color:#595d68;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20rem;left:29.9375rem;height:3.4125rem;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; }
#B7RqJmHxNMT5IFS43Qfz0hsUEGAwI0sA { 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/2b4d73d3-c306-4f09-a0a2-1934dded1ca0/IntelsatPR2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.125rem;left:30.625rem;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; }#B7RqJmHxNMT5IFS43Qfz0hsUEGAwI0sA.adaptive-delivery-prevent-bg, #B7RqJmHxNMT5IFS43Qfz0hsUEGAwI0sA.lazyload, #B7RqJmHxNMT5IFS43Qfz0hsUEGAwI0sA.lazyloading { background-image: none; }
#FHkpB5UEvfJwD2dBmzN391MHAIDx0Tbs { 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(18,140,176,0.25) ;height:18.875rem;width:69.875rem;top:7.8125rem;left:3.3125rem;display:block; }
#tWs0mqZiQKNZonPeMTrym6PDokRCeTHk { position:absolute;display:block;z-index:15016;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:15.875rem;width:12.9375rem;top:9.3125rem;left:43.8125rem;display:block; }
#tbdJ8N8R9dKm6IXg8ZAkglwnC7wEAmSo { color:#595d68;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:20rem;left:45.1875rem;height:3.4125rem;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; }
#NumSEXzOze6DAngS0hcxQEDNS32THTxh { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15105;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36e01745-4926-4ef3-8772-86280d36395c/integrationDevelopmente1719338538113.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.125rem;left:45.1875rem;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; }#NumSEXzOze6DAngS0hcxQEDNS32THTxh.adaptive-delivery-prevent-bg, #NumSEXzOze6DAngS0hcxQEDNS32THTxh.lazyload, #NumSEXzOze6DAngS0hcxQEDNS32THTxh.lazyloading { background-image: none; }
#QqvSL3usxJ6ReCre5dLlh0iFN74ChUeq { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:15.875rem;width:12.9375rem;top:9.3125rem;left:58.3125rem;display:block; }
#ZfcDTEBX5U18DBTqUhxD5TyqG8d7Zu2r { color:#595d68;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:20rem;left:58.6875rem;height:3.4125rem;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; }
#oGSzHVTOkwgapLfutbwKlGxxoCbzB9Ha { box-sizing:content-box;height:7.5rem;width:10.1875rem;position:absolute;display:block;z-index:15108;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7891233b-3ef8-4459-8768-0d0512790f06/Hightech_monitoring_room_with_operators_at_sophisticated_1fc84321ba4a4732afdc4a803b0c790d.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.125rem;left:59.6875rem;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; }#oGSzHVTOkwgapLfutbwKlGxxoCbzB9Ha.adaptive-delivery-prevent-bg, #oGSzHVTOkwgapLfutbwKlGxxoCbzB9Ha.lazyload, #oGSzHVTOkwgapLfutbwKlGxxoCbzB9Ha.lazyloading { background-image: none; }
#Vz6HyTyX4U5Z94DwToI2CrgRIvVXDLOA { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(261deg, #125eb0, #006a76);background-image: -moz-linear-gradient(261deg, #125eb0, #006a76);background-image: -ms-linear-gradient(261deg, #125eb0, #006a76);background-image: -o-linear-gradient(261deg, #125eb0, #006a76);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#125eb0', endColorstr='#006a76' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#125eb0', endColorstr='#006a76' );";background-image: linear-gradient(261deg, #125eb0, #006a76);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:7.625rem;width:69.875rem;top:13.4375rem;left:3.3125rem;display:block; }
#MZ71CISonBvZpHNTMqT2Pg2ySZr4sHFk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:16.40625rem;left:27.750001907349rem; }
#ScA4SBltTB6m0LXAqvFQCTuv7lDnUQur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:16.40625rem;left:42.187501907349rem; }
#VtMBs441FPq0AEqBVtTZ5GqmSxmVdOpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:16.40625rem;left:56.750001907349rem; }
#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e4ae9b96-a1c1-4fc7-a281-e86c4b05e56e/360_F_744713831_buGgwrmM9nslbSLZyIAZMdhf2cfpuGYH.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5.adaptive-delivery-prevent-bg, #mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5.lazyload, #mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5.lazyloading { background-image: none; }#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(225,249,255,0.86); }#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(225,249,255,0.86); }#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::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; }#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='#72efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#72efefef' );";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:#0880b7;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:5.125rem;left:29.0625rem;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:15.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:10.625rem;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; }
#nA6F7UaRUq6UehfMGC9yIXaplinozWzm { 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:none; }#nA6F7UaRUq6UehfMGC9yIXaplinozWzm.adaptive-delivery-prevent-bg, #nA6F7UaRUq6UehfMGC9yIXaplinozWzm.lazyload, #nA6F7UaRUq6UehfMGC9yIXaplinozWzm.lazyloading { background-image: none; }#nA6F7UaRUq6UehfMGC9yIXaplinozWzm > .row .container { border-width: 0; border-radius: 0; }#nA6F7UaRUq6UehfMGC9yIXaplinozWzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA6F7UaRUq6UehfMGC9yIXaplinozWzm > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:none; }#QkbBBnkmUI01k1G0u5086nFOnx9LSyfb { 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:6.0625rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #ffffff, #f1ffff);background-image: -moz-linear-gradient(107deg, #ffffff, #f1ffff);background-image: -ms-linear-gradient(107deg, #ffffff, #f1ffff);background-image: -o-linear-gradient(107deg, #ffffff, #f1ffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ffff' );";background-image: linear-gradient(107deg, #ffffff, #f1ffff);background-size:contain !important;vertical-align:top; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden;color:#383a3f; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden;color:#595d68; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-trigger.adaptive-delivery-prevent-bg, #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-trigger.lazyload, #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-trigger.lazyloading { background-image: none; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p { box-sizing:content-box;height:auto;width:30.375rem;position:absolute;display:flex;flex-direction:column;gap:1.0625rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1293b0, #003976);background-image: -moz-linear-gradient(180deg, #1293b0, #003976);background-image: -ms-linear-gradient(180deg, #1293b0, #003976);background-image: -o-linear-gradient(180deg, #1293b0, #003976);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1293b0', endColorstr='#003976' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1293b0', endColorstr='#003976' );";background-image: linear-gradient(180deg, #1293b0, #003976);background-size:auto !important;padding-top:1.4375rem;padding-right:1.4375rem;padding-bottom:1.4375rem;padding-left:1.4375rem;top:10rem;left:3.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #HvFsDqOTUNy6r2dlDqGWtxSbgut74sDo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #uDTfR6oZM2BghhTU5nLrxMVaimSTm1TT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #OgmlVEDEfB6wdwTO9TJ6azZCxzLD1PlW { display:block;position:relative; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #qUAwAotHwrhOQUoXTFFLZcZhezeCt7hC {  }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #eCN0if09FBX4bMpyAmo7TIq8JWdhqkzc {  }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #D3lBZadybsrZr5qyiMKFqmFZ8fPCguvn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #EalJwagxAU8pBxSTw9dgJvfmpWOp4ewm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #hmOZNpODC4hmBJoar3g4GiPBcwgpE29P { display:block;position:relative; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #i53k0DMJKVGyBP01TgJ0s8sgflX6TTvu {  }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #K9S4ObrlMRUTCoto0OdltKLbCnbVTaTq { display:none; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #vD7IPA7mC3KuIrpBkSn55pUQA6xRltz4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #DGsaTIcfR6JrdrfChPeTnVvkua694UqL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #QSHoaCiMk73KxJiSA9dxoWSTRVH23e9t { display:block;position:relative; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #RcDGdDVIyi4uzFDNZElchXC0sQh5oNuK {  }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #s5yg5BOxhne9dVUNKUAJ5BLMt4hPH7at { display:none; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #lIkA1bbSqmLylK3G1upp1DlTyfTaE1Z5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #cEq1bGlrWUi6hNqIOndu57GJBOOX1ueO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #zIgxn3demiJrAN0UDLzhn96RHZrKp0a8 { display:block;position:relative; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #ZsTLSdZHV6cTA2NtrsBH74hPFDHaWBTZ {  }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #MeEC7h5855BZeweeRZRmXO9TJBhy3kRK { display:none; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #GxT1zFev602Dw3dgeGAUWz487e1gFq7k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #NIEB5QnZEkr4xUoeI5gv11XtTuPvgZfu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #T7yRhpe34NwThbTtSsRvWRpid2CxzqDB { display:block;position:relative; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #BTdpHmmdgyiwJHvT5nl6fqe4DnfSJgeM {  }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #xxZuh6srZq4kh8mOS9npQ0nR8t1eVUTX { display:none; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #zaKM0WNW3D152AN47Nb24LmOAXmoN5LO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #AShWwoSwbHIT7Pb1c6fpGnCcokUOZu7J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #ZMlTuZJcVaOzZaaKqPP0QvsXg0GWf4v2 { display:block;position:relative; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #N6gMDXEEv8nogykZxhu26Ua0U3r0acFe {  }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #lGTCpGJGbbdWXDTLKrn9T9H7NxGD7L3G { display:none; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #ffffff, #f1fdff);background-image: -moz-linear-gradient(107deg, #ffffff, #f1fdff);background-image: -ms-linear-gradient(107deg, #ffffff, #f1fdff);background-image: -o-linear-gradient(107deg, #ffffff, #f1fdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fdff' );";background-image: linear-gradient(107deg, #ffffff, #f1fdff);background-size:contain !important;vertical-align:top; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden;color:#383a3f; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden;color:#595d68; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-trigger.adaptive-delivery-prevent-bg, #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-trigger.lazyload, #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-trigger.lazyloading { background-image: none; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo { box-sizing:content-box;height:auto;width:30.375rem;position:absolute;display:flex;flex-direction:column;gap:1.0625rem;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #127fb0, #004876);background-image: -moz-linear-gradient(180deg, #127fb0, #004876);background-image: -ms-linear-gradient(180deg, #127fb0, #004876);background-image: -o-linear-gradient(180deg, #127fb0, #004876);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127fb0', endColorstr='#004876' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#127fb0', endColorstr='#004876' );";background-image: linear-gradient(180deg, #127fb0, #004876);background-size:auto !important;padding-top:1.4375rem;padding-right:1.4375rem;padding-bottom:1.4375rem;padding-left:1.4375rem;top:10rem;left:38.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #AiyGzTRcEJTo3gZKMuXMIMBRozxisTyU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #F1TBGTlQ8myf7lmBss9t7lrg4InwBovl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #kHZvTt6P8oKXE6gktgBlnw0kSo6oiUtQ { display:block;position:relative; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #WNdQJ5kICxaDbWudknJO17X0pTBGKsca {  }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #KGodoH8wFAgEdAAfRMlsP3TzDzhmw4D3 {  }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #R12voeGHZ7bHhaIxhipNm7BetiFACWGb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #cgqTsFmkO40R6ztrEMmEDk2pSWrrtJWu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #cTFr7PkuoMX8UGNeg3ZTdBh4Q1Eftikv { display:block;position:relative; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ICVJAkDaVEmTHcNGO2vTK2PSclCSzKqe {  }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #sy5kQtFF8ym4riibbtBgUEhwaFyybA6C { display:none; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #lzTc9cLMqRnF0pKXR1W4ZhE1No3sFOW2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #DbmU3FAHXcEMowUUanTcDazkP4xMf5Do { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #XQCbfe8qtWJM4pKu73tTSbWrTioT6ZDI { display:block;position:relative; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wsGvpGc0JigLrvBP123w7FmPVqTxWk9F {  }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ryVDQLFi6hnvTWbqksy6y4Lxk63pxT5u { display:none; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #F2tpcvSaJF55tHtnM42SNGrAkctNLrTd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #KFd7mpl71iQpxoFdQe5EdTtPxIt8raT2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wzF0v0QdZBlnkUDX80ugw2ABk7wxbU0g { display:block;position:relative; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #h1iZLmlEv1WyH6AHrG93ZdkusuKJDDC2 {  }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #XTnUldU7CMVNviAavQFFm15sRayDLopV { display:none; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wUNA2ChVwBbXqiLQ81uyZa7llfD9sPBT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #e002DqQ0vswikWGI9HBXGWoSs4OsFm0k { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #SOpEfudZLtRdTSWgzivQn9EEEEPwvLHh { display:block;position:relative; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #xPwWykXap23I55p7ylKF7XTbAGLaFqQi {  }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ANIE8Zx6kFbicUKT1Uie4OVxfMLFuWSQ { display:none; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ZvZGJCzEAiUwxHSa636pTTKxQ4eVPENV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #fGSfT2kDlxcsgqDF6a4o52QChOemfTTp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #dob6xaiTTxupxAp3DxZK6LtEdxykNnND { display:block;position:relative; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #s4NPBnZ0ckEzaE5u7lovoe0gQ2hepZVR {  }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #SV7PZZQcWbyyKXyh6tAK8ltq2xQg0EkL { display:none; }
#eAU35czitSJ5pBJmOOZORni04mpqT2rF { 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; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF.adaptive-delivery-prevent-bg, #eAU35czitSJ5pBJmOOZORni04mpqT2rF.lazyload, #eAU35czitSJ5pBJmOOZORni04mpqT2rF.lazyloading { background-image: none; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row .container { background-color: transparent; background-image: none; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row .container > .video-iframe-container { display: none; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row > .video-iframe-container { display: none; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .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); }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row .container { border-width: 0; border-radius: 0; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row .container { font-size:0.875rem;font-family:arial;height:89.5625rem;width:75rem;position:relative;display:block; }#Tby8iDG6x4fSU6Pte9hEZ8zGXXoGXSm8 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1f8ff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1f8ff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1f8ff);background-image: -o-linear-gradient(299deg, #ffffff, #f1f8ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f8ff' );";background-image: linear-gradient(299deg, #ffffff, #f1f8ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.1875rem;width:29.875rem;top:10.25rem;left:36.125rem;display:block; }
#pvQrBBA70ZKTruqOctM6NGhzGl2w2xHP { color:#595d68;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:16.75rem;left:41.25rem;height:4.55rem;display:block; }
#zrOWLXEOwAJEoI1RTpr3OEGVcn7vE7xn { color:#595d68;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:41.25rem;height:2.925rem;font-style:normal;display:block; }
#ce6Psrk6OhyHVq9gS80LXD3ocv7F0cWC { 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:6.1875rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zdfL0GzXrcqs4C0bzQvK363PTrtUURBG { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1f5ff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1f5ff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1f5ff);background-image: -o-linear-gradient(299deg, #ffffff, #f1f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f5ff' );";background-image: linear-gradient(299deg, #ffffff, #f1f5ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.1875rem;width:29.875rem;top:10.25rem;left:9.0625rem;display:block; }
#ncrTEQKLR7DNZpi6GiOeyIDLbPXRU2FF { color:#595d68;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:12.875rem;height:2.925rem;font-style:normal;display:block; }
#sJX8IrxglUsSIcNufpRg6mdTcrAoobJK { color:#595d68;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:16.0625rem;left:12.875rem;height:5.6875rem;display:block; }
#z4zP8AEgfOhM6XLHGggzgFhRDGLRTrRB { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.1875rem;width:29.875rem;top:22.625rem;left:36.125rem;display:block; }
#wxm0yOXtTh4kbibewtgippd7Z0kOz8GH { color:#595d68;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:29.8125rem;left:41.25rem;height:4.55rem;display:block; }
#aoN4kJDsQLGbTTpTKh8GUL3qmsSHAhnK { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.1875rem;width:29.875rem;top:22.625rem;left:9.0625rem;display:block; }
#vavaaw7M50Kxwt5rqqsa1IpZ1HtNHpaW { color:#595d68;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:29.875rem;left:12.875rem;height:4.55rem;display:block; }
#lPXnWQpfofXsPeVwe8JrLnLtZPl7Wliv { color:#595d68;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.5rem;left:41.25rem;height:2.925rem;font-style:normal;display:block; }
#XTKDGtgKckeIC8FlsDbKTsgQ5SVAvTrn { color:#595d68;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.75rem;left:12.875rem;height:2.925rem;font-style:normal;display:block; }
#UFTKKb3Qwgd2OLy462SJXCOe5yO0ccs8 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);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:12.75rem;width:29.875rem;top:35.25rem;left:36.125rem;display:block; }
#T5aZx3LgrlU1FyuwIrqTENvakC7cgyyo { color:#595d68;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:41.125rem;left:41.25rem;height:4.55rem;display:block; }
#S1G16TO7Kna4DusXsl9hOR2J9LdWDB44 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);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:12.75rem;width:29.875rem;top:35.25rem;left:9.0625rem;display:block; }
#omXrJ6TVHZr1XzDivAlEDKcPCsTtuo1l { color:#595d68;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:41.1875rem;left:12.875rem;height:4.55rem;display:block; }
#Huqt4HDGG5nw5TV0MUplFQR2SMLhqpfh { color:#595d68;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:39.125rem;left:12.875rem;height:1.4625rem;font-style:normal;display:block; }
#BWV6BThwxqT3fIdwpxdWchic9N4ps8Jd { color:#595d68;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:39.125rem;left:41.0625rem;height:1.4625rem;font-style:normal;display:block; }
#Ut7nLoiXyb62xKbSZx35GAXT8CRnpJ1f { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.3125rem;width:29.875rem;top:46.5625rem;left:36.125rem;display:block; }
#nDdVJqBQyPnTATJDCSdinVf4I3pyS5QN { color:#595d68;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:53.375rem;left:41.25rem;height:4.55rem;display:block; }
#LFcbnCy737bpLqTXdiZTCOv9mpOsN7GG { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.3125rem;width:29.875rem;top:46.5625rem;left:9.0625rem;display:block; }
#PaQV1v8nRvXk3k9KftJgd1reXHesbHHd { color:#595d68;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:54rem;left:12.875rem;height:4.55rem;display:block; }
#zPgkdwB8HWzhfiLKqeCnchTAPEJTEdNa { color:#595d68;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:50.4375rem;left:12.875rem;height:2.925rem;font-style:normal;display:block; }
#iQXvCiZuud1ZnvlDhvLeu40xQTIlpDpX { color:#595d68;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:50.9375rem;left:41.0625rem;height:1.4625rem;font-style:normal;display:block; }
#En4ZTmlRfICc8TVmRNwbm5poNLW00sbE { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.3125rem;width:29.875rem;top:57.9375rem;left:36.125rem;display:block; }
#RCAUMkLPWIiZPriiRTDoe7FocAANdFms { color:#595d68;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:66.4375rem;left:41.25rem;height:3.4125rem;display:block; }
#kQQbPMt3C7slheLSNPVA9io7RhyuyWZL { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.3125rem;width:29.875rem;top:57.9375rem;left:9.0625rem;display:block; }
#L8XlOee54dIzDsJ0119dBaNkbOipIsA9 { color:#595d68;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:66rem;left:12.875rem;height:4.55rem;display:block; }
#ZzJnroUbIL8At31MNmxFtCbZbXvHL51o { color:#595d68;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:63.4375rem;left:12.875rem;height:1.4625rem;font-style:normal;display:block; }
#XOtfBkIrfVFqv2ZNxctVphivDsTA44PM { color:#595d68;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:62.9375rem;left:41.0625rem;height:2.925rem;font-style:normal;display:block; }
#a3GPchulXZhRxxoAMMuBKpKtXt5CW8wc { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.3125rem;width:29.875rem;top:69.0625rem;left:36.125rem;display:block; }
#Vt2H0uQ7OPOfa8bXhxruzL91TpKLNOU4 { color:#595d68;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:77.5625rem;left:41.25rem;height:3.4125rem;display:block; }
#Cy8yEkHebV235Ituzavp8OV2N3PAhAnF { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -moz-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -ms-linear-gradient(299deg, #ffffff, #f1fcff);background-image: -o-linear-gradient(299deg, #ffffff, #f1fcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fcff' );";background-image: linear-gradient(299deg, #ffffff, #f1fcff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.3125rem;width:29.875rem;top:69.0625rem;left:9.0625rem;display:block; }
#r4SWmkzITNiyKARh5PUHmS8A7T0Cz3NE { color:#595d68;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:77.5rem;left:12.875rem;height:4.55rem;display:block; }
#I7zMFIurzKZZtL6Ua7dUBrr2W5G8mfwK { color:#595d68;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:74.875rem;left:41.0625rem;height:1.4625rem;font-style:normal;display:block; }
#OQcEhnOS1480X2tBuSXTzgmUivcUi7RB { color:#595d68;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:74.1875rem;left:12.8125rem;height:2.925rem;font-style:normal;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='#dbffffff', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbffffff', 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; }
#kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row .container { background-color: transparent; background-image: none; }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row .container > .video-iframe-container { display: none; }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row > .video-iframe-container { display: none; }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .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); }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row .container { border-width: 0; border-radius: 0; }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#y01ef29641f6facbda64905ec7d8cf94.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; }#y01ef29641f6facbda64905ec7d8cf94.widget-smartsection.adaptive-delivery-prevent-bg, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection.lazyload, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection.lazyloading { background-image: none; } #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection *:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="text"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="email"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="tel"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection textarea:focus-visible { outline: none; } #sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row .container { background-color: transparent; background-image: none; }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row .container > .video-iframe-container { display: none; }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row > .video-iframe-container { display: none; }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .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); }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row .container { border-width: 0; border-radius: 0; }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { background-color: transparent; background-image: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { border-width: 0; border-radius: 0; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:5.25rem;left:5.75rem;display:block; }#MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.adaptive-delivery-prevent-bg, #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.lazyload, #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ.lazyloading { background-image: none; }
#VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.5rem;top:2.25rem;left:7.0625rem;overflow:hidden;display:block; }
#dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.375rem;left:50.8125rem;display:block; }
#zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:23rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662483;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { background-color: transparent; background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { border-width: 0; border-radius: 0; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.65570068359375rem;left:33.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.625rem;left:35.5rem;width:12.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMWlKeKwx3V2eOULL4mTiCCpxkgrEyB { top:1.6875rem;left:14.375001907349rem;width:8.8125rem;height:4.5rem;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:18.0625rem;left:0rem;width:24.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { top:5.25rem;left:0rem;width:36.75rem;height:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { top:33.6875rem;left:0rem;width:29.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { top:35.5625rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfG6y9wD6f0AidFRXRdbJalKZLoNvDNT { top:22.6875rem;left:0rem;width:23.375rem;height:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { top:8.0625rem;left:19.625rem;width:28.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFku7Fy2t3z15GbmURCAoPp1yd7AxoKy { width:18.125rem;height:3.4375rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeHrNXL70ZqIMoTTP3EXTRacKnDy6Zlp { display:block; }
 }@media only screen and (max-width: 763px) { #Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 { display:block; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ia2ATdKhtOpTi1tOtrbbPIbJJTpDX3y1 { top:22rem;left:1.125rem;width:7.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip6sRxzuBa18640kT064VWkSBA04LHzT { top:20.625rem;left:0rem;width:17.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu1I0VzNB6nkCD02ohlWuPWXKOurwlt0 { width:30.5rem;height:4.3125rem;top:60.625rem;left:8.6250019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdpJVPRiw4J8RVQkAgDAgKbITJH9xM9x { display:block; }
 }@media only screen and (max-width: 763px) { #P0DwQDVAftRXW7iFXE66F02TrTpeiWm7 { top:3.6875rem;left:0.375rem;width:47.0625rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyNUlnTc8eMqubrtDcTrk1q9JyPWazMn { top:21.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMEET6pJEfOLGie0dv70JPxIxu9VRs3F { top:25.25rem;left:0rem;width:14.4375rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEhTLeZDeVDJ9BbaVJeSvtvWO8d7KdJB { top:9.1875rem;left:9.3125rem;width:17.5625rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMkz8R7dgvZgk4LVSV7KMulZcAn60fkG { top:20.625rem;left:15.125rem;width:17.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICiTqXz7bbGOBIf4MEw8fgZE6HIC2QuA { top:26rem;left:16.75rem;width:14.4375rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS94fy01eRFOETItM0r6zdJfm05WwolA { top:21.625rem;left:17.8125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2LmND1Dbe4Fz8OdOHIE31PqKd8LLpOT { top:22rem;left:21.1875rem;width:8.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0lAeRd5AEQdqugFSn3at0qIWWaJecW { top:20.625rem;left:30.1875rem;width:17.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwOT4Ozdl2f791wep6D6ZTTFpThlEdG2 { top:26.3125rem;left:35.0625rem;width:12.6875rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHrWyhMGm5dU2Z6tkHLW6JyxzNZFovkl { top:21.6875rem;left:36.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlacSwkNiHRmFtPETbaeG7qoXJ3PWOX3 { top:22.25rem;left:36.6875rem;width:11.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzhVI9cThXTqGDOr8pEcFEWJk9iLsxES { top:37rem;left:15.125rem;width:17.5625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfcQkpT6SIO8Uisfa9q0kE8WKWgDkTBT { top:42rem;left:16.75rem;width:14.4375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6JRqAysnpayteP2yGzRXFv4ufDPJOvS { top:37rem;left:0rem;width:17.5625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ0IulixbnKGvR7hph1pCSJHlRSCvT6T { top:42rem;left:0rem;width:14.4375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoByw6I88nSO6y4m0Z1uXIk1TfEuIuiH { top:38.0625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgeDH4Udq6a4RxZBTy8dGPIHK0EaTg6f { top:38.125rem;left:17.187501907349rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHmgMNfSG4UVeQSsNM3XPG76zxxwOEpD { top:38.5625rem;left:1.125rem;width:8.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvCTSHt1sGSDCBHbJa02Oryzn5WNn74l { top:38.75rem;left:20.800001144409rem;width:10.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqmC7xur7tZIMwKfrfQ7gXEoB7Aidu76 { top:9.8125rem;left:6.3125rem;width:35.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUKlzrPAHKnKxUnK28QfPSASw0nXagFU { top:11rem;left:8.3437519073488rem;width:31.0625rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWuulfqHyxNnTClV5BcHvM6MSwndEqN8 { top:37rem;left:30.1875rem;width:17.5625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzqTvFTsdqO16JTJvttSOVnuSEvC94FT { top:38.625rem;left:37.6875rem;width:8.75rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2WAwursCoJhLxWb6aTIpnXo2B9O59wA { top:42rem;left:32.125rem;width:15.625rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq19QKEBKT8uXvJ2DNTXPvHvRd2Hudb2 { top:38.0625rem;left:36.718751907349rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GahJHnTK88esIlf8ETqPLH1CmdvCUmfP { top:52.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg { display:block; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFQnz7AqXGkTTNn8uuDReG8TlVbEMibT { top:8.5625rem;left:0rem;width:22.5625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anaLt05vKeXrcRNoWTHUT7Hi92JIluUk { top:9.1875rem;left:9.3125rem;width:17.5625rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw9ZuFwyDS3Px9O8z6I0PNTXTUIaD7hS { top:3.625rem;left:16.0625rem;width:31.6875rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVnqX88lGINfDdFkrcZXFlh93qJwUqfK { top:5.625rem;left:20.375rem;width:27.375rem;height:21rem;font-size:0.75rem;display:block; }#BVnqX88lGINfDdFkrcZXFlh93qJwUqfK li:before{  }
 }@media only screen and (max-width: 763px) { #TLBH2kOGqxRQBWAqGJT2Hq252cKfxpSb { width:17.5625rem;height:4.3125rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNuo9cQSXrIq4J3NDgm8GTG6139feZRi { display:block; }
 }@media only screen and (max-width: 763px) { #svVChPt7aMgylCxGlU9DOMqQEaUJZmXR { top:12.625rem;left:0rem;width:22.5625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtBAztTHybkRqcCit6fgApLo8XGeCDPz { display:block; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlmPrSiv4z4REU79CVLlXLf8T12KbXh1 { top:3.6875rem;left:1.5937519073486rem;width:44.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiBqVLG9V1RptnmV0Gv1EosOWa5mRJ99 { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCaLMc6ILluq9F9GOS8drUAkl8DLzgtT { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqS5n43MCOHzHy9eqFEutUBP6Xc0k6sP { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ul36BuU3vFutPTIyAhNEefH37ogxvmvT { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hv35P98VxkTzm7oHC3l1fvRdwAy0nmhH { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9brVLMcMQgrtTz1hQsyNfEIVrh4HVdb { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGqUmxuqQU1mTCBQxm3GTLhalfSTHdGv { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #EityQH836XXpu9ryL64FlfqIwTskyUJe { top:8.5rem;left:0rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfwhTRIzMsv2oXSonGssLIDzc7rRsKa0 { top:17.6875rem;left:0rem;width:6.625rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIDPoTV9oWQOmPdxomOXHLXhsDwM601 { top:13.3125rem;left:0rem;width:12.9375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx7VTgxC3O5KK47MuD5Mlo3yeKAN385r { top:20.5625rem;left:0rem;width:10.625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAVpRok4xTr8PUKVvKCf7XQxrUUdIhyd { top:8.5rem;left:4.5rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B09dFMQUKCX65ldWVAwGaWfMw8ua0Ghv { top:13.3125rem;left:3.125rem;width:12.9375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZ5lPzKurrk7VHhdfntLhVbAoVyEe7w { top:17.75rem;left:6.2812519073488rem;width:6.625rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDMvftX9SpkSqZbmnUXAEO7lIMf8xn9 { top:20.5625rem;left:3.8750019073486rem;width:11.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReXx5z669T1C0hrW5aXgedaXerWkeOLX { top:13.3125rem;left:17.437501907349rem;width:12.9375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1bJXm6CfDOuLUzAgF1rz2SzGHGJJhvR { top:20.5625rem;left:18.812501907349rem;width:10.5rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flk5yGq9D3f4fhFbGCRDWXMDHDTVQWrQ { top:8.5rem;left:18.8125rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcZMMPZr7XbHwQMhHLxJfBa6d8oh31Np { top:17.75rem;left:20.562501907349rem;width:6.625rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7le0IykDmLZMaQQpAiqsQaSZ43WUzoI { top:13.3125rem;left:31.75rem;width:12.9375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5LfaJwy35Odox27BROcUHHBJGc2bSw7 { top:20.875rem;left:32.906251907349rem;width:10.625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6kxWyKI5CUhmXdfvpxlRsVm5DvRNTCx { top:8.5rem;left:33.125rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPJaDJMHsq1TAQUxSfZpM4RyPSRAuTl { top:17.9375rem;left:34.906251907349rem;width:6.625rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW6xFzv64DHQJDF3bORHJPpaapUdgJZm { top:13.3125rem;left:34.8125rem;width:12.9375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwsTM6T9VAO05MrSKsryZhSc4PJeIuTI { top:21.125rem;left:36.375rem;width:11.375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXbDw0TD5Q79VSlG6USDsisovxQrz2f { top:8.5rem;left:37.5625rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wah4VhChq2IN6ikkROW5XDJkB6vVouTq { top:17.6875rem;left:36.125rem;width:11.625rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxqr84qf06WqAX3ZluCtVi1tlX54STHa { display:block; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1v1XaWTdrJF8C5w0JboPBEcBf3WM69e { top:18.1875rem;left:0rem;width:9.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtTLmqLuni4IC48t1tUKb3TDEEmB8WLQ { top:15.875rem;left:0rem;width:23rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC7ZLvmgfOVnqk1wbPVgeFyUy7cwfyrI { top:20.25rem;left:0rem;width:18.25rem;height:13.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD5INmedvqLiAa2mhTN0M4xbtcTOUrd8 { top:3.875rem;left:0rem;width:47.75rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNC7THRHvbPF5yigyJXvq34lo9OiJoAw { top:17.8125rem;left:22.8125rem;width:9.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB65nL597nLuFetpBBy71IfOBEubXNra { top:19.875rem;left:21.3125rem;width:26.4375rem;height:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzaIMs39mFasJTNNb5wkGAOevOCZAKS0 { width:26.5rem;height:2.5625rem;top:40.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScqhWoPJc7HsOTIbyTrwcgbC54sGL8ok { display:block; }
 }@media only screen and (max-width: 763px) { #eZSBDFgWfONkELwTQndTNzU16Ku3kTl0 { top:15.875rem;left:15.25rem;width:32.5rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKproZF3yPlSe764yTJQk64qBST8Nt6J { top:28.5rem;left:22.8125rem;width:22.4375rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKBXoqtgSKcGiMR1noXCEVeM22eKp7UB { top:11.1875rem;left:6.625rem;width:34.5rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02KRQ2GbNXU6kTKxtmHiZNNaNtwt3yV { top:8.875rem;left:0rem;width:47.75rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItkhepTT1wdTbR4BsNTp0NJK7qpPgHA1 { top:8.875rem;left:0rem;width:47.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elPw0lJz03eQsZ0BH3I0ydqKeLRRomqn { top:5.5rem;left:0.73750114440919rem;width:44.5625rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 { display:block; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUaUCB6dTAiVJd3JCtVk0pIVrtSUUGE4 { top:9.1875rem;left:0rem;width:47.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMT9zJT99lKJ1M47vbVSsRvHTa5tIZI { top:11.875rem;left:13rem;width:34.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXyMfaf66NuWwoa3IO0k8dW8RN2XMNok { top:4.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Qihr147m1rUSB6EQ0pkKmTZ0h6FqTi { width:26.5625rem;height:2.8125rem;top:32.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNo1nUgc0sHhShf3FLXIDylaJ1N4owgR { display:block; }
 }@media only screen and (max-width: 763px) { #SzPpG97Xt2OX8omVWnngDgI9ZMRskn68 { top:11rem;left:0rem;width:24rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQv3E2yhK2tpdWSlmMbnR8iiH0bDKMGq { top:14.625rem;left:24.375rem;width:21.25rem;height:13.3125rem;font-size:0.75rem;display:block; }#fQv3E2yhK2tpdWSlmMbnR8iiH0bDKMGq 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) { #H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 { display:block; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQgI5AUUBu5zFROWufaR8aZGv8VB9qBd { top:4.0625rem;left:1.625rem;width:44.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm4ac3WnQyGWUoufRkw5PlXQRZNnGZ0V { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9Ipqy9T2tmUngvulPTd4D1VHpgkvby1 { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBRfidl6bZkWHrEn39g0HeozZAgiKIcD { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4yQK7e8PeeeklaGM4dLJAucx6s6wc8L { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqf0ZrM2UrwWveaalbyTRpQZFqSgCovl { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ni2xNSnAeegwuFMdFa97ctra5a8lZCxt { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyIfiyvcqaETsrXb8d48Fab09qvKu558 { top:7.5625rem;left:0rem;width:37.5rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0JMxMJu347yayAFNagbRN9UM7AWeDko { top:11.125rem;left:2.5625rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEqOMLTHyJ4184VqeLlD30A95XA2XqDH { top:9.3125rem;left:1.1875rem;width:12.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOl3OU5c0xh688INGL4KEb0d3u8Loh8 { top:20rem;left:2.3125rem;width:10.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLU2fiM78gAlW9ySn3yVZTNBuhn13vR6 { top:15.625rem;left:0rem;width:9.0625rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmffXHqiPO4SnZaQD87ZWDWc7BzkOa4U { top:9.3125rem;left:15.625rem;width:12.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsUlvTZeBsVWcpA3rc7QJPGfWM97VnQT { top:20rem;left:16.3125rem;width:11.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7RqJmHxNMT5IFS43Qfz0hsUEGAwI0sA { top:11.125rem;left:17rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHkpB5UEvfJwD2dBmzN391MHAIDx0Tbs { top:7.8125rem;left:0rem;width:47.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWs0mqZiQKNZonPeMTrym6PDokRCeTHk { top:9.3125rem;left:30.1875rem;width:12.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbdJ8N8R9dKm6IXg8ZAkglwnC7wEAmSo { top:20rem;left:31.5625rem;width:10.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NumSEXzOze6DAngS0hcxQEDNS32THTxh { top:11.125rem;left:31.5625rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqvSL3usxJ6ReCre5dLlh0iFN74ChUeq { top:9.3125rem;left:34.8125rem;width:12.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcDTEBX5U18DBTqUhxD5TyqG8d7Zu2r { top:20rem;left:35.4375rem;width:12.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGSzHVTOkwgapLfutbwKlGxxoCbzB9Ha { top:11.125rem;left:37.5625rem;width:10.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz6HyTyX4U5Z94DwToI2CrgRIvVXDLOA { width:47.75rem;height:7.625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ71CISonBvZpHNTMqT2Pg2ySZr4sHFk { top:16.375rem;left:14.125001907349rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScA4SBltTB6m0LXAqvFQCTuv7lDnUQur { top:16.375rem;left:28.562501907349rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtMBs441FPq0AEqBVtTZ5GqmSxmVdOpT { top:16.375rem;left:43.125001907349rem;width:1.6875rem;height:1.6875rem;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.125rem;left:6.125rem;width:17.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZR9emMkl6CyOT7E9QJbBUbbIyfC506o { top:10.625rem;left:1.0625rem;width:15.3125rem;height:1.25rem;font-size:1.0625rem;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) { #nA6F7UaRUq6UehfMGC9yIXaplinozWzm { display:block; }#nA6F7UaRUq6UehfMGC9yIXaplinozWzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkbBBnkmUI01k1G0u5086nFOnx9LSyfb { top:6.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p { display:flex;height:auto;width:27.8125rem;top:16.4375rem;left:3.2875003814698rem; }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #HvFsDqOTUNy6r2dlDqGWtxSbgut74sDo {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #uDTfR6oZM2BghhTU5nLrxMVaimSTm1TT {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #OgmlVEDEfB6wdwTO9TJ6azZCxzLD1PlW {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #qUAwAotHwrhOQUoXTFFLZcZhezeCt7hC {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #eCN0if09FBX4bMpyAmo7TIq8JWdhqkzc {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #D3lBZadybsrZr5qyiMKFqmFZ8fPCguvn {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #EalJwagxAU8pBxSTw9dgJvfmpWOp4ewm {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #hmOZNpODC4hmBJoar3g4GiPBcwgpE29P {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #i53k0DMJKVGyBP01TgJ0s8sgflX6TTvu {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #K9S4ObrlMRUTCoto0OdltKLbCnbVTaTq {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #vD7IPA7mC3KuIrpBkSn55pUQA6xRltz4 {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #DGsaTIcfR6JrdrfChPeTnVvkua694UqL {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #QSHoaCiMk73KxJiSA9dxoWSTRVH23e9t {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #RcDGdDVIyi4uzFDNZElchXC0sQh5oNuK {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #s5yg5BOxhne9dVUNKUAJ5BLMt4hPH7at {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #lIkA1bbSqmLylK3G1upp1DlTyfTaE1Z5 {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #cEq1bGlrWUi6hNqIOndu57GJBOOX1ueO {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #zIgxn3demiJrAN0UDLzhn96RHZrKp0a8 {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #ZsTLSdZHV6cTA2NtrsBH74hPFDHaWBTZ {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #MeEC7h5855BZeweeRZRmXO9TJBhy3kRK {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #GxT1zFev602Dw3dgeGAUWz487e1gFq7k {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #NIEB5QnZEkr4xUoeI5gv11XtTuPvgZfu {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #T7yRhpe34NwThbTtSsRvWRpid2CxzqDB {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #BTdpHmmdgyiwJHvT5nl6fqe4DnfSJgeM {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #xxZuh6srZq4kh8mOS9npQ0nR8t1eVUTX {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #zaKM0WNW3D152AN47Nb24LmOAXmoN5LO {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #AShWwoSwbHIT7Pb1c6fpGnCcokUOZu7J {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #ZMlTuZJcVaOzZaaKqPP0QvsXg0GWf4v2 {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #N6gMDXEEv8nogykZxhu26Ua0U3r0acFe {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #lGTCpGJGbbdWXDTLKrn9T9H7NxGD7L3G {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo { display:flex;height:auto;width:27.8125rem;top:16.4375rem;left:3.2875003814698rem; }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #AiyGzTRcEJTo3gZKMuXMIMBRozxisTyU {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #F1TBGTlQ8myf7lmBss9t7lrg4InwBovl {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #kHZvTt6P8oKXE6gktgBlnw0kSo6oiUtQ {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #WNdQJ5kICxaDbWudknJO17X0pTBGKsca {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #KGodoH8wFAgEdAAfRMlsP3TzDzhmw4D3 {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #R12voeGHZ7bHhaIxhipNm7BetiFACWGb {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #cgqTsFmkO40R6ztrEMmEDk2pSWrrtJWu {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #cTFr7PkuoMX8UGNeg3ZTdBh4Q1Eftikv {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ICVJAkDaVEmTHcNGO2vTK2PSclCSzKqe {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #sy5kQtFF8ym4riibbtBgUEhwaFyybA6C {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #lzTc9cLMqRnF0pKXR1W4ZhE1No3sFOW2 {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #DbmU3FAHXcEMowUUanTcDazkP4xMf5Do {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #XQCbfe8qtWJM4pKu73tTSbWrTioT6ZDI {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wsGvpGc0JigLrvBP123w7FmPVqTxWk9F {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ryVDQLFi6hnvTWbqksy6y4Lxk63pxT5u {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #F2tpcvSaJF55tHtnM42SNGrAkctNLrTd {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #KFd7mpl71iQpxoFdQe5EdTtPxIt8raT2 {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wzF0v0QdZBlnkUDX80ugw2ABk7wxbU0g {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #h1iZLmlEv1WyH6AHrG93ZdkusuKJDDC2 {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #XTnUldU7CMVNviAavQFFm15sRayDLopV {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wUNA2ChVwBbXqiLQ81uyZa7llfD9sPBT {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #e002DqQ0vswikWGI9HBXGWoSs4OsFm0k {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #SOpEfudZLtRdTSWgzivQn9EEEEPwvLHh {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #xPwWykXap23I55p7ylKF7XTbAGLaFqQi {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ANIE8Zx6kFbicUKT1Uie4OVxfMLFuWSQ {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ZvZGJCzEAiUwxHSa636pTTKxQ4eVPENV {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #fGSfT2kDlxcsgqDF6a4o52QChOemfTTp {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #dob6xaiTTxupxAp3DxZK6LtEdxykNnND {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #s4NPBnZ0ckEzaE5u7lovoe0gQ2hepZVR {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #SV7PZZQcWbyyKXyh6tAK8ltq2xQg0EkL {  }
 }@media only screen and (max-width: 763px) { #eAU35czitSJ5pBJmOOZORni04mpqT2rF { display:block; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tby8iDG6x4fSU6Pte9hEZ8zGXXoGXSm8 { width:29.875rem;height:14.1875rem;top:10.25rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvQrBBA70ZKTruqOctM6NGhzGl2w2xHP { top:16.75rem;left:26.625rem;width:21.125rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrOWLXEOwAJEoI1RTpr3OEGVcn7vE7xn { top:13.4375rem;left:26.4375rem;width:21.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce6Psrk6OhyHVq9gS80LXD3ocv7F0cWC { top:6.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdfL0GzXrcqs4C0bzQvK363PTrtUURBG { width:29.875rem;height:14.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncrTEQKLR7DNZpi6GiOeyIDLbPXRU2FF { top:12.9375rem;left:0rem;width:20.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJX8IrxglUsSIcNufpRg6mdTcrAoobJK { top:16.0625rem;left:0rem;width:21.375rem;height:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4zP8AEgfOhM6XLHGggzgFhRDGLRTrRB { width:29.875rem;height:14.1875rem;top:22.625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxm0yOXtTh4kbibewtgippd7Z0kOz8GH { top:29.8125rem;left:25.8125rem;width:21.9375rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoN4kJDsQLGbTTpTKh8GUL3qmsSHAhnK { width:29.875rem;height:14.1875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vavaaw7M50Kxwt5rqqsa1IpZ1HtNHpaW { top:29.875rem;left:0rem;width:22.375rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPXnWQpfofXsPeVwe8JrLnLtZPl7Wliv { top:26.5rem;left:26.4375rem;width:21.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKDGtgKckeIC8FlsDbKTsgQ5SVAvTrn { top:26.75rem;left:0rem;width:20.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTKKb3Qwgd2OLy462SJXCOe5yO0ccs8 { width:29.875rem;height:12.75rem;top:35.25rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aZx3LgrlU1FyuwIrqTENvakC7cgyyo { top:41.125rem;left:25.8125rem;width:21.9375rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1G16TO7Kna4DusXsl9hOR2J9LdWDB44 { width:29.875rem;height:12.75rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omXrJ6TVHZr1XzDivAlEDKcPCsTtuo1l { top:41.1875rem;left:0rem;width:22.375rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huqt4HDGG5nw5TV0MUplFQR2SMLhqpfh { top:39.125rem;left:0rem;width:23.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWV6BThwxqT3fIdwpxdWchic9N4ps8Jd { top:39.125rem;left:26.4375rem;width:21.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut7nLoiXyb62xKbSZx35GAXT8CRnpJ1f { width:29.875rem;height:14.3125rem;top:46.5625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDdVJqBQyPnTATJDCSdinVf4I3pyS5QN { top:53.375rem;left:27.625rem;width:19.625rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFcbnCy737bpLqTXdiZTCOv9mpOsN7GG { width:29.875rem;height:14.3125rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaQV1v8nRvXk3k9KftJgd1reXHesbHHd { top:54rem;left:0rem;width:19.875rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPgkdwB8HWzhfiLKqeCnchTAPEJTEdNa { top:50.4375rem;left:0rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQXvCiZuud1ZnvlDhvLeu40xQTIlpDpX { top:50.9375rem;left:27.4375rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4ZTmlRfICc8TVmRNwbm5poNLW00sbE { width:29.875rem;height:14.3125rem;top:57.9375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCAUMkLPWIiZPriiRTDoe7FocAANdFms { top:66.4375rem;left:27.625rem;width:19.625rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQbPMt3C7slheLSNPVA9io7RhyuyWZL { width:29.875rem;height:14.3125rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8XlOee54dIzDsJ0119dBaNkbOipIsA9 { top:66rem;left:0rem;width:19.875rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzJnroUbIL8At31MNmxFtCbZbXvHL51o { top:63.4375rem;left:0rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOtfBkIrfVFqv2ZNxctVphivDsTA44PM { top:62.9375rem;left:27.4375rem;width:17.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3GPchulXZhRxxoAMMuBKpKtXt5CW8wc { width:29.875rem;height:14.3125rem;top:69.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt2H0uQ7OPOfa8bXhxruzL91TpKLNOU4 { top:77.5625rem;left:27.625rem;width:19.625rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8yEkHebV235Ituzavp8OV2N3PAhAnF { width:29.875rem;height:14.3125rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4SWmkzITNiyKARh5PUHmS8A7T0Cz3NE { top:77.5rem;left:0rem;width:19.875rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7zMFIurzKZZtL6Ua7dUBrr2W5G8mfwK { top:74.875rem;left:27.4375rem;width:17.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQcEhnOS1480X2tBuSXTzgmUivcUi7RB { top:74.1875rem;left:0rem;width:18.1875rem;height:2.875rem;font-size:1.125rem;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) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection { display:block; } #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection *:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="text"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="email"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="tel"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection textarea:focus-visible { outline: none; } #sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { top:5.25rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { top:2.25rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { width:15.625rem;height:3.4375rem;top:8.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block; }
 }@media only screen and (max-width: 763px) { #mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { top:8.125rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { top:0.625rem;left:19.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:3.6875rem;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/e4ae9b96-a1c1-4fc7-a281-e86c4b05e56e/360_F_744713831_buGgwrmM9nslbSLZyIAZMdhf2cfpuGYH.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:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynXZTvIKgu0FGL5vB9huHwuPzBPxGAPH { width:14.125rem;height:2.4rem;top:21rem;left:1.1242187619209rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvhgrbmZALRp0UWVB8Hlb5Sy5817zv6Z { width:17.75rem;height:10.65625rem;top:8.8125rem;left:1.1242187619209rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VGZWkSTJ3g6UelJ6adHiM2cgQVMnl { width:20rem;height:4.7942754919499rem;top:94rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoiHl1T3SChRNs2mEodqL5eHRiqfSt9 { width:14.3125rem;height:2.4375rem;top:94.875rem;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.25rem;height:4.55rem;top:24.5rem;left:1.0625000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mfbQd6tfgUmnSEnk2KiUhtgDwcQrlv7A { width:20rem;height:29.125rem;top:31.856250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFku7Fy2t3z15GbmURCAoPp1yd7AxoKy { width:18.125rem;height:3.4375rem;top:89.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeHrNXL70ZqIMoTTP3EXTRacKnDy6Zlp { display:block; }
 }@media only screen and (max-width: 763px) { #Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 { 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; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9.adaptive-delivery-prevent-bg, #Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9.lazyload, #Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9.lazyloading { background-image: none; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container { background-color: transparent; background-image: none; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f0eff5; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container > .video-iframe-container { display: none; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f0eff5; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row > .video-iframe-container { display: none; }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .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); }#Dpa6xRrrczuSgCnKrHrReQ0OsAKMyia9 > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ia2ATdKhtOpTi1tOtrbbPIbJJTpDX3y1 { width:9rem;height:2.1125rem;top:13.75rem;left:7.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ip6sRxzuBa18640kT064VWkSBA04LHzT { width:17.5625rem;height:14.5625rem;top:12.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu1I0VzNB6nkCD02ohlWuPWXKOurwlt0 { width:19rem;height:3.4375rem;top:82.4375rem;left:0.5rem;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fdpJVPRiw4J8RVQkAgDAgKbITJH9xM9x { display:block; }
 }@media only screen and (max-width: 763px) { #P0DwQDVAftRXW7iFXE66F02TrTpeiWm7 { width:18.875rem;height:5.11875rem;top:5.3054685592651rem;left:0.56171876192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyNUlnTc8eMqubrtDcTrk1q9JyPWazMn { width:2.75rem;height:2.75rem;top:12.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMEET6pJEfOLGie0dv70JPxIxu9VRs3F { width:14.4375rem;height:8.45rem;top:16.625rem;left:2.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GEhTLeZDeVDJ9BbaVJeSvtvWO8d7KdJB { width:17.5625rem;height:6.3125rem;top:5.625rem;left:1.25rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #JMkz8R7dgvZgk4LVSV7KMulZcAn60fkG { width:17.5625rem;height:14.5625rem;top:28.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICiTqXz7bbGOBIf4MEw8fgZE6HIC2QuA { width:14.4375rem;height:7.39375rem;top:33.4375rem;left:2.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BS94fy01eRFOETItM0r6zdJfm05WwolA { width:2.75rem;height:2.75rem;top:29.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2LmND1Dbe4Fz8OdOHIE31PqKd8LLpOT { width:8.9375rem;height:2.1125rem;top:29.4375rem;left:7.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zP0lAeRd5AEQdqugFSn3at0qIWWaJecW { width:17.5625rem;height:14.5625rem;top:43.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwOT4Ozdl2f791wep6D6ZTTFpThlEdG2 { width:12.6875rem;height:6.3375rem;top:49.5625rem;left:3.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHrWyhMGm5dU2Z6tkHLW6JyxzNZFovkl { width:2.75rem;height:2.75rem;top:44.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlacSwkNiHRmFtPETbaeG7qoXJ3PWOX3 { width:11.0625rem;height:2.1125rem;top:45.5rem;left:6.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KzhVI9cThXTqGDOr8pEcFEWJk9iLsxES { width:17.5625rem;height:13.1875rem;top:37rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfcQkpT6SIO8Uisfa9q0kE8WKWgDkTBT { width:14.4375rem;height:6.3375rem;top:56.625rem;left:2.7812500596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #v6JRqAysnpayteP2yGzRXFv4ufDPJOvS { width:17.5625rem;height:13.1875rem;top:37rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJ0IulixbnKGvR7hph1pCSJHlRSCvT6T { width:14.4375rem;height:6.3375rem;top:49.0625rem;left:2.7812500596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FoByw6I88nSO6y4m0Z1uXIk1TfEuIuiH { width:2.75rem;height:2.75rem;top:38.0625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgeDH4Udq6a4RxZBTy8dGPIHK0EaTg6f { width:2.75rem;height:2.75rem;top:38.125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHmgMNfSG4UVeQSsNM3XPG76zxxwOEpD { width:8.9375rem;height:auto;top:38.5625rem;left:5.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fvCTSHt1sGSDCBHbJa02Oryzn5WNn74l { width:10.0625rem;height:2.1125rem;top:44.88125038147rem;left:8.7992187142375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bqmC7xur7tZIMwKfrfQ7gXEoB7Aidu76 { width:20rem;height:6.875rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUKlzrPAHKnKxUnK28QfPSASw0nXagFU { width:17.625rem;height:4.2rem;top:64.375rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWuulfqHyxNnTClV5BcHvM6MSwndEqN8 { width:17.5625rem;height:13.1875rem;top:37rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzqTvFTsdqO16JTJvttSOVnuSEvC94FT { width:8.75rem;height:2.1125rem;top:43.375rem;left:4.4375000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #X2WAwursCoJhLxWb6aTIpnXo2B9O59wA { width:15.625rem;height:6.3375rem;top:64.4375rem;left:2.1875000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Mq19QKEBKT8uXvJ2DNTXPvHvRd2Hudb2 { width:2.75rem;height:2.75rem;top:44.5625rem;left:8.6250005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #GahJHnTK88esIlf8ETqPLH1CmdvCUmfP { width:20rem;height:9.1rem;top:71.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg { background-color:transparent;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:scroll;background-size:cover !important;display:block; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg.adaptive-delivery-prevent-bg, #mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg.lazyload, #mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg.lazyloading { background-image: none; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container { background-color: transparent; background-image: none; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container > .video-iframe-container { display: none; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row > .video-iframe-container { display: none; }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .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); }#mwx7zxDnlqFsQT8q5kyNcD3soNa1PQbg > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFQnz7AqXGkTTNn8uuDReG8TlVbEMibT { width:14.875rem;height:5.3625rem;top:5.625rem;left:2.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #anaLt05vKeXrcRNoWTHUT7Hi92JIluUk { width:17.5625rem;height:6.3125rem;top:5.625rem;left:1.25rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #sw9ZuFwyDS3Px9O8z6I0PNTXTUIaD7hS { width:20rem;height:28.3125rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVnqX88lGINfDdFkrcZXFlh93qJwUqfK { width:17.5625rem;height:24rem;top:21rem;left:1.2179687619209rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#BVnqX88lGINfDdFkrcZXFlh93qJwUqfK li:before{  }
 }@media only screen and (max-width: 763px) { #TLBH2kOGqxRQBWAqGJT2Hq252cKfxpSb { width:17.5625rem;height:2.8125rem;top:49.91796875rem;left:1.2179687619209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNuo9cQSXrIq4J3NDgm8GTG6139feZRi { display:block; }
 }@media only screen and (max-width: 763px) { #svVChPt7aMgylCxGlU9DOMqQEaUJZmXR { width:11.9375rem;height:4.3875rem;top:11.875rem;left:2.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DtBAztTHybkRqcCit6fgApLo8XGeCDPz { background-color:#f0eff5;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; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz.adaptive-delivery-prevent-bg, #DtBAztTHybkRqcCit6fgApLo8XGeCDPz.lazyload, #DtBAztTHybkRqcCit6fgApLo8XGeCDPz.lazyloading { background-image: none; }#DtBAztTHybkRqcCit6fgApLo8XGeCDPz > .row .container { width:20rem;height:206.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XlmPrSiv4z4REU79CVLlXLf8T12KbXh1 { width:20rem;height:4.125rem;top:4.8115234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uiBqVLG9V1RptnmV0Gv1EosOWa5mRJ99 { 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) { #SCaLMc6ILluq9F9GOS8drUAkl8DLzgtT { width:10.1875rem;height:24.75rem;top:33.1875rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #nqS5n43MCOHzHy9eqFEutUBP6Xc0k6sP { 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) { #Ul36BuU3vFutPTIyAhNEefH37ogxvmvT { width:10.1875rem;height:24.75rem;top:57.0625rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Hv35P98VxkTzm7oHC3l1fvRdwAy0nmhH { 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) { #t9brVLMcMQgrtTz1hQsyNfEIVrh4HVdb { 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) { #NGqUmxuqQU1mTCBQxm3GTLhalfSTHdGv { 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) { #EityQH836XXpu9ryL64FlfqIwTskyUJe { width:10.1875rem;height:7.5rem;top:25.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfwhTRIzMsv2oXSonGssLIDzc7rRsKa0 { width:10.3125rem;height:2.475rem;top:84.778900146488rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTIDPoTV9oWQOmPdxomOXHLXhsDwM601 { width:19.0625rem;height:18.625rem;top:80.78125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx7VTgxC3O5KK47MuD5Mlo3yeKAN385r { width:10.625rem;height:0;top:127.63359069824rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XAVpRok4xTr8PUKVvKCf7XQxrUUdIhyd { width:10.1875rem;height:7.5rem;top:115.96875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B09dFMQUKCX65ldWVAwGaWfMw8ua0Ghv { width:12.9375rem;height:14.0625rem;top:100.65625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZ5lPzKurrk7VHhdfntLhVbAoVyEe7w { width:6.625rem;height:0;top:125.25859069824rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ouDMvftX9SpkSqZbmnUXAEO7lIMf8xn9 { width:11.4375rem;height:0;top:107.90625rem;left:4.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReXx5z669T1C0hrW5aXgedaXerWkeOLX { width:12.9375rem;height:14.0625rem;top:132.00859069824rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1bJXm6CfDOuLUzAgF1rz2SzGHGJJhvR { width:10.5rem;height:0;top:139.25859069824rem;left:4.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #flk5yGq9D3f4fhFbGCRDWXMDHDTVQWrQ { width:10.1875rem;height:7.5rem;top:147.32109069824rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcZMMPZr7XbHwQMhHLxJfBa6d8oh31Np { width:6.625rem;height:0;top:136.48593139649rem;left:6.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7le0IykDmLZMaQQpAiqsQaSZ43WUzoI { width:12.9375rem;height:14.0625rem;top:156.07109069824rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5LfaJwy35Odox27BROcUHHBJGc2bSw7 { width:10.625rem;height:0;top:163.64530944824rem;left:4.65625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O6kxWyKI5CUhmXdfvpxlRsVm5DvRNTCx { width:10.1875rem;height:7.5rem;top:171.38359069824rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPJaDJMHsq1TAQUxSfZpM4RyPSRAuTl { width:6.625rem;height:0;top:160.70156860351rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LW6xFzv64DHQJDF3bORHJPpaapUdgJZm { width:12.9375rem;height:14.0625rem;top:180.13359069824rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwsTM6T9VAO05MrSKsryZhSc4PJeIuTI { width:11.375rem;height:0;top:188.00234985351rem;left:4.28125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KwXbDw0TD5Q79VSlG6USDsisovxQrz2f { width:10.1875rem;height:7.5rem;top:195.44609069824rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wah4VhChq2IN6ikkROW5XDJkB6vVouTq { width:11.625rem;height:0;top:184.50859069824rem;left:4.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxqr84qf06WqAX3ZluCtVi1tlX54STHa { 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; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa.adaptive-delivery-prevent-bg, #uxqr84qf06WqAX3ZluCtVi1tlX54STHa.lazyload, #uxqr84qf06WqAX3ZluCtVi1tlX54STHa.lazyloading { background-image: none; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container { background-color: transparent; background-image: none; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container > .video-iframe-container { display: none; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row > .video-iframe-container { display: none; }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .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); }#uxqr84qf06WqAX3ZluCtVi1tlX54STHa > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1v1XaWTdrJF8C5w0JboPBEcBf3WM69e { width:7.1875rem;height:1.125rem;top:18.875rem;left:2.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PtTLmqLuni4IC48t1tUKb3TDEEmB8WLQ { width:20rem;height:19.5625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC7ZLvmgfOVnqk1wbPVgeFyUy7cwfyrI { width:15.625rem;height:15.19375rem;top:20rem;left:2.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fD5INmedvqLiAa2mhTN0M4xbtcTOUrd8 { width:20rem;height:61.125rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNC7THRHvbPF5yigyJXvq34lo9OiJoAw { width:9.625rem;height:1.125rem;top:40.375rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oB65nL597nLuFetpBBy71IfOBEubXNra { width:15.9375rem;height:13.8125rem;top:42.3125rem;left:2.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzaIMs39mFasJTNNb5wkGAOevOCZAKS0 { width:14.5625rem;height:2.375rem;top:69.5625rem;left:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScqhWoPJc7HsOTIbyTrwcgbC54sGL8ok { display:block; }
 }@media only screen and (max-width: 763px) { #eZSBDFgWfONkELwTQndTNzU16Ku3kTl0 { width:20rem;height:28.625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKproZF3yPlSe764yTJQk64qBST8Nt6J { width:16.125rem;height:8.2875rem;top:56.875rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKBXoqtgSKcGiMR1noXCEVeM22eKp7UB { width:20rem;height:4.5rem;top:2.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T02KRQ2GbNXU6kTKxtmHiZNNaNtwt3yV { width:20rem;height:48.125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItkhepTT1wdTbR4BsNTp0NJK7qpPgHA1 { width:20rem;height:20.25rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elPw0lJz03eQsZ0BH3I0ydqKeLRRomqn { width:20rem;height:1.85625rem;top:11.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 { 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; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3.adaptive-delivery-prevent-bg, #ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3.lazyload, #ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3.lazyloading { background-image: none; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container { background-color: transparent; background-image: none; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container > .video-iframe-container { display: none; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row > .video-iframe-container { display: none; }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .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); }#ka1SbW1is03nCusq2FaI9Sqs6iGfPFI3 > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUaUCB6dTAiVJd3JCtVk0pIVrtSUUGE4 { width:20rem;height:31rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMT9zJT99lKJ1M47vbVSsRvHTa5tIZI { width:20rem;height:22.375rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXyMfaf66NuWwoa3IO0k8dW8RN2XMNok { width:20rem;height:5.15625rem;top:3.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8Qihr147m1rUSB6EQ0pkKmTZ0h6FqTi { width:19rem;height:2.8125rem;top:49.481250762939rem;left:0.49921876192093rem;font-size:0.75rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #pNo1nUgc0sHhShf3FLXIDylaJ1N4owgR { display:block; }
 }@media only screen and (max-width: 763px) { #SzPpG97Xt2OX8omVWnngDgI9ZMRskn68 { width:20rem;height:20.5625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQv3E2yhK2tpdWSlmMbnR8iiH0bDKMGq { width:16.6875rem;height:14.425rem;top:11.875rem;left:1.6562500596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#fQv3E2yhK2tpdWSlmMbnR8iiH0bDKMGq 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) { #H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 { background-color:#f0eff5;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; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1.adaptive-delivery-prevent-bg, #H5p2XOUCny7QB7m5brt96IOV1elq8Lw1.lazyload, #H5p2XOUCny7QB7m5brt96IOV1elq8Lw1.lazyloading { background-image: none; }#H5p2XOUCny7QB7m5brt96IOV1elq8Lw1 > .row .container { width:20rem;height:206.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iQgI5AUUBu5zFROWufaR8aZGv8VB9qBd { width:20rem;height:4.125rem;top:4.8115234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nm4ac3WnQyGWUoufRkw5PlXQRZNnGZ0V { 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) { #y9Ipqy9T2tmUngvulPTd4D1VHpgkvby1 { width:10.1875rem;height:24.75rem;top:33.1875rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #aBRfidl6bZkWHrEn39g0HeozZAgiKIcD { 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) { #M4yQK7e8PeeeklaGM4dLJAucx6s6wc8L { width:10.1875rem;height:24.75rem;top:57.0625rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #vqf0ZrM2UrwWveaalbyTRpQZFqSgCovl { 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) { #ni2xNSnAeegwuFMdFa97ctra5a8lZCxt { 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) { #iyIfiyvcqaETsrXb8d48Fab09qvKu558 { 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) { #f0JMxMJu347yayAFNagbRN9UM7AWeDko { width:10.1875rem;height:7.5rem;top:25.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEqOMLTHyJ4184VqeLlD30A95XA2XqDH { width:19.0625rem;height:18.625rem;top:80.78125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOl3OU5c0xh688INGL4KEb0d3u8Loh8 { width:10.625rem;height:0;top:112.84375rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLU2fiM78gAlW9ySn3yVZTNBuhn13vR6 { width:9.0625rem;height:0;top:108.49374389649rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HmffXHqiPO4SnZaQD87ZWDWc7BzkOa4U { width:12.9375rem;height:15.875rem;top:102.15625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsUlvTZeBsVWcpA3rc7QJPGfWM97VnQT { width:11.625rem;height:0;top:112.84375rem;left:8.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B7RqJmHxNMT5IFS43Qfz0hsUEGAwI0sA { width:10.1875rem;height:7.5rem;top:103.96875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHkpB5UEvfJwD2dBmzN391MHAIDx0Tbs { width:20rem;height:18.875rem;top:100.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWs0mqZiQKNZonPeMTrym6PDokRCeTHk { width:12.9375rem;height:15.875rem;top:102.15625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbdJ8N8R9dKm6IXg8ZAkglwnC7wEAmSo { width:10.1875rem;height:0;top:112.84375rem;left:9.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NumSEXzOze6DAngS0hcxQEDNS32THTxh { width:10.1875rem;height:7.5rem;top:103.96875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqvSL3usxJ6ReCre5dLlh0iFN74ChUeq { width:12.9375rem;height:15.875rem;top:102.15625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcDTEBX5U18DBTqUhxD5TyqG8d7Zu2r { width:12.3125rem;height:0;top:112.84375rem;left:7.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oGSzHVTOkwgapLfutbwKlGxxoCbzB9Ha { width:10.1875rem;height:7.5rem;top:103.96875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz6HyTyX4U5Z94DwToI2CrgRIvVXDLOA { width:20rem;height:7.625rem;top:106.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ71CISonBvZpHNTMqT2Pg2ySZr4sHFk { display:flex;width:1.6875rem;height:1.6875rem;top:109.25rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #ScA4SBltTB6m0LXAqvFQCTuv7lDnUQur { display:flex;width:1.6875rem;height:1.6875rem;top:109.25rem;left:18.3125rem; }
 }@media only screen and (max-width: 763px) { #VtMBs441FPq0AEqBVtTZ5GqmSxmVdOpT { display:flex;width:1.6875rem;height:1.6875rem;top:109.25rem;left:18.3125rem; }
 }@media only screen and (max-width: 763px) { #mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 { display:block; }#mHIK4TWT7HdHSD7DiuBEVKQAQlZkJ4E5 > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0LqGGXKGy17htMzhalam4cEoG9Kwpui { width:20rem;height:15.6875rem;top:6.9687504768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2dId7ikb1HqLMT3hUp16TAoDnmT7mL { width:17.75rem;height:1.71875rem;top:4.3125004768372rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZR9emMkl6CyOT7E9QJbBUbbIyfC506o { width:15.3125rem;height:0.975rem;top:8.2187504768369rem;left:2.3437501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2P1ZugJapJBUbc6Sl4didKLST6Cy22x { width:20rem;height:7.6293125rem;top:10.965297698974rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnHTVoaVv3hqPfKruONZUNucXqc00Kv { width:7.8125rem;height:1.9375rem;top:19.406249523163rem;left:6.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA6F7UaRUq6UehfMGC9yIXaplinozWzm { display:none; }#nA6F7UaRUq6UehfMGC9yIXaplinozWzm > .row .container { width:20rem;height:85.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QkbBBnkmUI01k1G0u5086nFOnx9LSyfb { width:20rem;height:1.3496125rem;top:3.2499737739563rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VAokB1yTB1LcBG5WTpHFr79lpIR4E88p { display:flex;height:auto;width:17.5rem;top:5.81201171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #HvFsDqOTUNy6r2dlDqGWtxSbgut74sDo {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #uDTfR6oZM2BghhTU5nLrxMVaimSTm1TT {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #OgmlVEDEfB6wdwTO9TJ6azZCxzLD1PlW {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #qUAwAotHwrhOQUoXTFFLZcZhezeCt7hC {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #eCN0if09FBX4bMpyAmo7TIq8JWdhqkzc {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #D3lBZadybsrZr5qyiMKFqmFZ8fPCguvn {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #EalJwagxAU8pBxSTw9dgJvfmpWOp4ewm {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #hmOZNpODC4hmBJoar3g4GiPBcwgpE29P {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #i53k0DMJKVGyBP01TgJ0s8sgflX6TTvu {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #K9S4ObrlMRUTCoto0OdltKLbCnbVTaTq {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #vD7IPA7mC3KuIrpBkSn55pUQA6xRltz4 {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #DGsaTIcfR6JrdrfChPeTnVvkua694UqL {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #QSHoaCiMk73KxJiSA9dxoWSTRVH23e9t {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #RcDGdDVIyi4uzFDNZElchXC0sQh5oNuK {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #s5yg5BOxhne9dVUNKUAJ5BLMt4hPH7at {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #lIkA1bbSqmLylK3G1upp1DlTyfTaE1Z5 {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #cEq1bGlrWUi6hNqIOndu57GJBOOX1ueO {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #zIgxn3demiJrAN0UDLzhn96RHZrKp0a8 {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #ZsTLSdZHV6cTA2NtrsBH74hPFDHaWBTZ {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #MeEC7h5855BZeweeRZRmXO9TJBhy3kRK {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #GxT1zFev602Dw3dgeGAUWz487e1gFq7k {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #NIEB5QnZEkr4xUoeI5gv11XtTuPvgZfu {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #T7yRhpe34NwThbTtSsRvWRpid2CxzqDB {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #BTdpHmmdgyiwJHvT5nl6fqe4DnfSJgeM {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #xxZuh6srZq4kh8mOS9npQ0nR8t1eVUTX {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #zaKM0WNW3D152AN47Nb24LmOAXmoN5LO {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #AShWwoSwbHIT7Pb1c6fpGnCcokUOZu7J {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #ZMlTuZJcVaOzZaaKqPP0QvsXg0GWf4v2 {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #N6gMDXEEv8nogykZxhu26Ua0U3r0acFe {  }
 }@media only screen and (max-width: 763px) { #VAokB1yTB1LcBG5WTpHFr79lpIR4E88p #lGTCpGJGbbdWXDTLKrn9T9H7NxGD7L3G {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo { display:flex;height:auto;width:17.125rem;top:9.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #AiyGzTRcEJTo3gZKMuXMIMBRozxisTyU {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #F1TBGTlQ8myf7lmBss9t7lrg4InwBovl {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #kHZvTt6P8oKXE6gktgBlnw0kSo6oiUtQ {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #WNdQJ5kICxaDbWudknJO17X0pTBGKsca {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #KGodoH8wFAgEdAAfRMlsP3TzDzhmw4D3 {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #R12voeGHZ7bHhaIxhipNm7BetiFACWGb {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #cgqTsFmkO40R6ztrEMmEDk2pSWrrtJWu {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #cTFr7PkuoMX8UGNeg3ZTdBh4Q1Eftikv {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ICVJAkDaVEmTHcNGO2vTK2PSclCSzKqe {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #sy5kQtFF8ym4riibbtBgUEhwaFyybA6C {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #lzTc9cLMqRnF0pKXR1W4ZhE1No3sFOW2 {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #DbmU3FAHXcEMowUUanTcDazkP4xMf5Do {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #XQCbfe8qtWJM4pKu73tTSbWrTioT6ZDI {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wsGvpGc0JigLrvBP123w7FmPVqTxWk9F {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ryVDQLFi6hnvTWbqksy6y4Lxk63pxT5u {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #F2tpcvSaJF55tHtnM42SNGrAkctNLrTd {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #KFd7mpl71iQpxoFdQe5EdTtPxIt8raT2 {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wzF0v0QdZBlnkUDX80ugw2ABk7wxbU0g {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #h1iZLmlEv1WyH6AHrG93ZdkusuKJDDC2 {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #XTnUldU7CMVNviAavQFFm15sRayDLopV {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #wUNA2ChVwBbXqiLQ81uyZa7llfD9sPBT {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #e002DqQ0vswikWGI9HBXGWoSs4OsFm0k {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #SOpEfudZLtRdTSWgzivQn9EEEEPwvLHh {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #xPwWykXap23I55p7ylKF7XTbAGLaFqQi {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ANIE8Zx6kFbicUKT1Uie4OVxfMLFuWSQ {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #ZvZGJCzEAiUwxHSa636pTTKxQ4eVPENV {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #fGSfT2kDlxcsgqDF6a4o52QChOemfTTp {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #dob6xaiTTxupxAp3DxZK6LtEdxykNnND {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #s4NPBnZ0ckEzaE5u7lovoe0gQ2hepZVR {  }
 }@media only screen and (max-width: 763px) { #rcB10ThBDL6nBIWqTBtSMSC1m8Lec7uo #SV7PZZQcWbyyKXyh6tAK8ltq2xQg0EkL {  }
 }@media only screen and (max-width: 763px) { #eAU35czitSJ5pBJmOOZORni04mpqT2rF { display:block; }#eAU35czitSJ5pBJmOOZORni04mpqT2rF > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tby8iDG6x4fSU6Pte9hEZ8zGXXoGXSm8 { width:20rem;height:14.1875rem;top:6.6875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #pvQrBBA70ZKTruqOctM6NGhzGl2w2xHP { width:16.125rem;height:4.8125rem;top:12.5625rem;left:1.9375000596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrOWLXEOwAJEoI1RTpr3OEGVcn7vE7xn { width:13.5625rem;height:3.65625rem;top:8.125rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ce6Psrk6OhyHVq9gS80LXD3ocv7F0cWC { width:20rem;height:1.35rem;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) { #zdfL0GzXrcqs4C0bzQvK363PTrtUURBG { width:20rem;height:13.1875rem;top:20.0625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ncrTEQKLR7DNZpi6GiOeyIDLbPXRU2FF { width:20rem;height:2.4375rem;top:22.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJX8IrxglUsSIcNufpRg6mdTcrAoobJK { width:20rem;height:4.8125rem;top:25.875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4zP8AEgfOhM6XLHGggzgFhRDGLRTrRB { width:20rem;height:14.1875rem;top:54.4375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #wxm0yOXtTh4kbibewtgippd7Z0kOz8GH { width:20rem;height:3.85rem;top:61.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aoN4kJDsQLGbTTpTKh8GUL3qmsSHAhnK { width:20rem;height:14.1875rem;top:31.3125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #vavaaw7M50Kxwt5rqqsa1IpZ1HtNHpaW { width:15.6875rem;height:4.8125rem;top:38.6875rem;left:2.1562500596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPXnWQpfofXsPeVwe8JrLnLtZPl7Wliv { width:20rem;height:1.21875rem;top:58.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTKDGtgKckeIC8FlsDbKTsgQ5SVAvTrn { width:20rem;height:2.4375rem;top:35.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFTKKb3Qwgd2OLy462SJXCOe5yO0ccs8 { width:20rem;height:12.75rem;top:78.6875rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #T5aZx3LgrlU1FyuwIrqTENvakC7cgyyo { width:20rem;height:3.85rem;top:84.5625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1G16TO7Kna4DusXsl9hOR2J9LdWDB44 { width:20rem;height:12.75rem;top:43.5rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #omXrJ6TVHZr1XzDivAlEDKcPCsTtuo1l { width:18.0625rem;height:3.85rem;top:49.5rem;left:0.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Huqt4HDGG5nw5TV0MUplFQR2SMLhqpfh { width:20rem;height:1.21875rem;top:48rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWV6BThwxqT3fIdwpxdWchic9N4ps8Jd { width:20rem;height:1.21875rem;top:82.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ut7nLoiXyb62xKbSZx35GAXT8CRnpJ1f { width:20rem;height:14.3125rem;top:159rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDdVJqBQyPnTATJDCSdinVf4I3pyS5QN { width:19.625rem;height:0;top:165.8125rem;left:0.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LFcbnCy737bpLqTXdiZTCOv9mpOsN7GG { width:20rem;height:14.3125rem;top:66.5625rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #PaQV1v8nRvXk3k9KftJgd1reXHesbHHd { width:19.875rem;height:3.85rem;top:74rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPgkdwB8HWzhfiLKqeCnchTAPEJTEdNa { width:20rem;height:2.4375rem;top:70.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQXvCiZuud1ZnvlDhvLeu40xQTIlpDpX { width:15.9375rem;height:0;top:163.375rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #En4ZTmlRfICc8TVmRNwbm5poNLW00sbE { width:20rem;height:14.3125rem;top:190.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCAUMkLPWIiZPriiRTDoe7FocAANdFms { width:19.625rem;height:0;top:198.625rem;left:0.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kQQbPMt3C7slheLSNPVA9io7RhyuyWZL { width:20rem;height:14.3125rem;top:89rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #L8XlOee54dIzDsJ0119dBaNkbOipIsA9 { width:19.875rem;height:3.85rem;top:97.0625rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzJnroUbIL8At31MNmxFtCbZbXvHL51o { width:20rem;height:1.21875rem;top:94.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOtfBkIrfVFqv2ZNxctVphivDsTA44PM { width:17.3125rem;height:0;top:195.125rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a3GPchulXZhRxxoAMMuBKpKtXt5CW8wc { width:20rem;height:14.3125rem;top:205.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vt2H0uQ7OPOfa8bXhxruzL91TpKLNOU4 { width:19.625rem;height:0;top:214.1875rem;left:0.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Cy8yEkHebV235Ituzavp8OV2N3PAhAnF { width:20rem;height:14.3125rem;top:174.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4SWmkzITNiyKARh5PUHmS8A7T0Cz3NE { width:19.875rem;height:0;top:183rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I7zMFIurzKZZtL6Ua7dUBrr2W5G8mfwK { width:17.3125rem;height:0;top:211.5rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OQcEhnOS1480X2tBuSXTzgmUivcUi7RB { width:18.1875rem;height:0;top:179.6875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt { display:block; }#G8H0FPKDT5n2Zi91NdT6sCR6yfocCJMt > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caI2E4u7dy3mkqoo7iFS6vevXkPz3duT { width:7.3125rem;height:1.8125rem;top:7.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsrI8lCWinfFiLGBJt1IEq7HXmdkeODc { width:9.625rem;height:3.125rem;top:3.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGWL3alGN5mkTGBRW33bagakueMl2RD { width:20rem;height:7.4375rem;top:2.875rem;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:3.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #Zy1rrJslAskpNCtxg0ovc5LFSVTlXAWM > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection { display:block; } #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection *:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="text"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="email"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection input[type="tel"]:focus-visible, #y01ef29641f6facbda64905ec7d8cf94.widget-smartsection textarea:focus-visible { outline: none; } #sayX5qLPqyCrCish6LnNsdQMBv5ZG3BT > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP { background-color:#ffffff;background-image:none;display:block; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { background-color: transparent; background-image: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row > .video-iframe-container { display: none; }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1fsPruPK2HWCMlblOSpOuVXcxly3ZDP > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR0x5Bq1RJA6N6uuFaAdkHZooDqAFNmJ { width:20rem;height:16.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzVFMMFXfDWVVcqW0STHxrqvac6vvU { width:10.5rem;height:11.75rem;top:3.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlJ7a6XckSxt2BAZvCfqTsFzDJuqviI { width:15.625rem;height:3.4375rem;top:23.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVbMheqKsRL9prVwZmb6cCzqkv0lLcRc { display:block; }
 }@media only screen and (max-width: 763px) { #mC2IHt478zv8Pz1TeyaG2wFbgCOe1xNX { width:17.6875rem;height:5.11875rem;top:16.75rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.adaptive-delivery-prevent-bg, #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.lazyload, #T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm.lazyloading { background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { background-color: transparent; background-image: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { display: none; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T7UmlPdqiZuH5qnpa8X0SZ7iE51nJzvm > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFvipIPfW87kvV6f8A2Vno6f5WAC2FXr { width:8.625rem;height:1.1375rem;top:0.4375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1mz3V5C5KaurM4zmmBhq21zlI3IE81C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#m1mz3V5C5KaurM4zmmBhq21zlI3IE81C > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUhcWWmQmxLz1icHBItthH5Uw0Vyd46H { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux84RCsyWT8r1TcRLDTETU0T0Tw8U1f { display:block; }
 }