.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX { 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; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container { background-color: transparent; background-image: none; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container > .video-iframe-container { display: none; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row > .video-iframe-container { display: none; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .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); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container { border-width: 0; border-radius: 0; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#LE1o6yBvF0y2fLyRTlnb6mXtWXw9t8lS { 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:22.5625rem;top:2.375rem;left:18.5625rem;display:block; }
#XPz4LE5DSmD3zrN3IGmN1RT6RSO16wtV { 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.0625rem;left:0rem;overflow:hidden;display:block; }
#oPUtzZw6hRKe5hWIWTnanB8iku7sAGQv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.9375rem;top:2.5625rem;left:61.25rem;overflow:hidden;display:block; }
#kIb1uAkDsdGu4Lz1BP0qLL5I6TDTwV1n { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:2.875rem;left:20.1875rem;overflow:hidden;display:block; }
#v6vRn9L42WT9qAU3fBAgGibkCAE6pyWK { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6rem;top:3.125rem;left:24.9375rem;overflow:hidden;display:block; }
#QAphFFri09C8vq5G3F38V5D8TpRhbEAB { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:6.0625rem;top:3rem;left:33.75rem;overflow:hidden;display:block; }
#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/806f0bba-e88c-4e86-b15d-4694fe74077d/backingforheaders_Soluthead1copia8.svg");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; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy.adaptive-delivery-prevent-bg, #V24rwcffkZe4HLrzXHFaVf1eQm835Dsy.lazyload, #V24rwcffkZe4HLrzXHFaVf1eQm835Dsy.lazyloading { background-image: none; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container { background-color: transparent; background-image: none; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container > .video-iframe-container { display: none; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row > .video-iframe-container { display: none; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .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); }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container { border-width: 0; border-radius: 0; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#qPo6hhKhq52su4KRuohKEa8MQkateyfA { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:montserrat;font-size:4.25rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.5rem;height:5.5244125rem;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; }
#tFUzUOyA8bznyzLhnKtKUTiXiQC0ONiA { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:17.0625rem;left:15.6875rem;height:10.5rem;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; }
#fX1FzhieZDAPBMdpHVL25EEBMDW9Au3y { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,239,245,0.08), rgba(255,255,255,0.12));background-image: -moz-linear-gradient(180deg, rgba(240,239,245,0.08), rgba(255,255,255,0.12));background-image: -ms-linear-gradient(180deg, rgba(240,239,245,0.08), rgba(255,255,255,0.12));background-image: -o-linear-gradient(180deg, rgba(240,239,245,0.08), rgba(255,255,255,0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14f0eff5', endColorstr='#1effffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14f0eff5', endColorstr='#1effffff' );";background-image: linear-gradient(180deg, rgba(240,239,245,0.08), rgba(255,255,255,0.12));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.9375rem;width:31.5625rem;top:15.5625rem;left:7.0625rem;display:block; }
#NHTJCIw8V9Tg1PAl1todt0gTTnkSALTH { position:absolute;display:block;z-index:15051;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:12rem;width:14.1875rem;top:16.9375rem;left:0rem;overflow:hidden;display:block; }
#AIRx0mltxunUbKRVmTlTxU9Z9Wd648eM { position:absolute;display:block;z-index:15084;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:8.375rem;width:34.9375rem;top:32.4375rem;left:2.5rem;overflow:hidden;display:block; }
#fP7BCW4qwdnquahVIBHxRflRaLHNPRvU { color:#662483;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15114;line-height:1.4;letter-spacing:0;top:34.3125rem;left:9.1875rem;height:4.19824375rem;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; }
#LkeRXJVKgfe2toOvF2do1SfHsihKH11i { position:absolute;display:block;z-index:15088;height:29.125rem;width:21.75rem;top:2.3125rem;left:50.125rem;display:block; }
#bqU6Nal3D123kySNPw4ZSI39A9DPheTR { 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:none; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { border-width: 0; border-radius: 0; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:none; }#tlmlsMSC5xlApXrnoR8gSXdiLZoONlpT { color:#096fd1;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(255,255,255,0.81);top:3.5625rem;left:24rem;height:3.1625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xfv4KeXPtDdggt6bvgxyOuJSNms70X9C { color:#595d68;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:7.1875rem;left:24rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oksRbIhbwHy2wvevcCpu55sv07lXnW4p { color:#595d68;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(255,255,255,0.81);top:9.75rem;left:24rem;height:1.58125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTyCFngXQc4JTaEeFZnCJ2Cg6SvnqA4o { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:17.5625rem;top:3rem;left:53.5rem;overflow:hidden;display:block; }
#kOG4QNTpGxZu0d5V43wCcvfJ01PfPert { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:16.1875rem;top:0.5244140625rem;left:2.375rem;overflow:hidden;display:block; }
#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/526cde80-18f2-4e18-9352-a28f8e1a1f44/faxherojpgrendition.webp");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; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288.adaptive-delivery-prevent-bg, #fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288.lazyload, #fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288.lazyloading { background-image: none; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { background-color: transparent; background-image: none; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container > .video-iframe-container { display: none; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row > .video-iframe-container { display: none; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .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); }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { border-width: 0; border-radius: 0; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288::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; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;position:relative;display:block; }#MHWl3kS4TLOaMXUbBAiCxcb4MTN0iolw { color:#0e3c5a;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:3.3125rem;left:2.6875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gvOfU4dMR9oDIZImdFRIca041ilI6efk { color:#0e3c5a;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y8JgMHnVOX8t4hMz8ozNPTpBiwEu4KpV { color:#595d68;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:3.125rem;height:7.95703125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qXBJgs4vzmsblZocCuZzEpyCxrWAgJgT { color:#0e3c5a;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.875rem;left:4.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3CMt1sUlxrwRS2kEFSnWGSTbQ16OZTB { color:#595d68;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.8125rem;left:3.125rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qfz8q501wNClKcaRIpm8rmJGMqQHH2R1 { color:#595d68;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:41.125rem;left:3.125rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#onKZXkwrGhF7RqecloHtEF9VNbiiiODq { color:#0e3c5a;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:39.0625rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTGuMhI5i5Hx1PRUAoxlXFNcyB7NNv7l { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:24.375rem;top:14.9375rem;left:47rem;overflow:hidden;display:block; }
#W5CNQZxGxlQoTzGkIFaVCVGpHROABG4C { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:20.25rem;top:28.625rem;left:48.25rem;overflow:hidden;display:block; }
#sSxMx5noxIoQX5DQfvRrz22PttbdGF1Q { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;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:13rem;width:37.5rem;top:8.71875rem;left:0rem;display:block; }
#vmD0dLWLLHLmkKF8CbTXBGMPWK7IkO8W { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;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:13rem;width:37.5rem;top:22.8125rem;left:0rem;display:block; }
#apMaMdiOv2xi4cWrkoDUstK51ln6IddU { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;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:13rem;width:37.5rem;top:36.875rem;left:0rem;display:block; }
#qNIaqHR8BwUqzgenNwIDRBEaemlCEPyX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:24.375rem;top:8.65625rem;left:46.375rem;overflow:hidden;display:block; }
#vJqXR45deICtFu2pMdK8TZ7FwbPm5Z6i { 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:none; }#vJqXR45deICtFu2pMdK8TZ7FwbPm5Z6i > .row .container { border-width: 0; border-radius: 0; }#vJqXR45deICtFu2pMdK8TZ7FwbPm5Z6i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJqXR45deICtFu2pMdK8TZ7FwbPm5Z6i > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:none; }#sNRPoxHmWHbF8ULHsJxlw5O7GiwRI249 { color:#f1a500;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #fafafa;top:3.16796875rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GyDAiQUInBi8ZwszBnSWPCuqlyoxTOAw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.1875rem;width:19.6875rem;top:11.9375rem;left:53.8125rem;overflow:hidden;display:block; }
#oiCtp5TvyhoGObBeSGyAHcs0SHDxL6Tz { color:#f1a500;display:block;width:5.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #fafafa;top:3.16796875rem;left:31.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aHgMa2FlBn0E10Id6R3siTiSl6pMWSVs { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:12.6875rem;top:2.85546875rem;left:18.375rem;overflow:hidden;display:block; }
#MnkCpVcd7TVMHIIzb2kmZL3LwrORV4rw { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:13.8125rem;width:16.25rem;top:8rem;left:1.8125rem;display:block; }
#f9CM7gsBx528TWeD7tITyVKSO6LlHR4O { color:#fafafa;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.125rem;left:3.4375rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VRa0CdTbzK1XTsMTgWlmwJsmF77Pqyhr { 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:4.375rem;width:4.375rem;top:9.375rem;left:3.4375rem;overflow:hidden;display:block; }
#ukFwDXqnSVkOzXusyaa7rnCiEMX7UX3K { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:13.8125rem;width:16.25rem;top:8rem;left:19.5rem;display:block; }
#TIBwTTRrwkVittu242UsJCRIkL4ZrcMy { color:#fafafa;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.125rem;left:21.0625rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t4UInV7rEmcgSnTpnylSsfdJml9osh6N { position:absolute;display:block;z-index:15027;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.375rem;width:4.375rem;top:9.375rem;left:20.5625rem;overflow:hidden;display:block; }
#wd6iIPVfX5Tatgh6nHbTOJaxtM39dXCS { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:13.8125rem;width:16.25rem;top:8rem;left:21.25rem;display:block; }
#Q4J3v3kJ1p4gc6WOP6EIBZNR988QKu3A { color:#fafafa;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.125rem;left:38.8125rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qw8PqILdftmp8PEtrEioXeTwpRlb1DxK { position:absolute;display:block;z-index:15030;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.375rem;width:4.375rem;top:9.375rem;left:38.3125rem;overflow:hidden;display:block; }
#VyNVxDDf7qpJc203GP69EkgkaSTXyVnC { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:13.8125rem;width:16.25rem;top:23.1875rem;left:1.8125rem;display:block; }
#bz8qMdCegsn7REWBlN91peqR4lOTU3T6 { color:#fafafa;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.3125rem;left:3.375rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTspwv1CwJ98xKBE4KtwEl5bqlpM0rCk { position:absolute;display:block;z-index:15027;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.375rem;width:4.375rem;top:24.5625rem;left:3rem;overflow:hidden;display:block; }
#wM1Tqw7MMz8O6bOe8ahlAIGJXRodWbP5 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:13.8125rem;width:16.25rem;top:23.1875rem;left:19.5rem;display:block; }
#wskuETTmuFxObpWIAdlRCw7Gt4IkA4q2 { color:#fafafa;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:30.3125rem;left:21.0625rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0aq1MbuV19eQTbiwWmTvXJrR80QSwuL { position:absolute;display:block;z-index:15030;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.375rem;width:4.375rem;top:24.5625rem;left:20.6875rem;overflow:hidden;display:block; }
#BTVBp374u5ALICrJevGbk3fzlNma3uEs { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:13.8125rem;width:16.25rem;top:23.1875rem;left:21.25rem;display:block; }
#hE7GRUTWGcft2MxkLGrzBX8Gg1gROPQm { color:#fafafa;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.3125rem;left:38.75rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5m2XpcneI7cy7D70NDxuca2vOyNRZau { position:absolute;display:block;z-index:15033;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.375rem;width:4.375rem;top:24.5625rem;left:38.375rem;overflow:hidden;display:block; }
#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e23a33a9-5805-4074-a474-9b3a654152c4/image43.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; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt.adaptive-delivery-prevent-bg, #MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt.lazyload, #MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt.lazyloading { background-image: none; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container { background-color: transparent; background-image: none; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,111,209,0.47); }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container > .video-iframe-container { display: none; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,111,209,0.47); }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row > .video-iframe-container { display: none; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .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); }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container { border-width: 0; border-radius: 0; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt::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; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#l7FVAfZ6zGDFqboQv9By6BX98tnZXiyb { color:#0b2d6f;display:block;width:67.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.3125rem;left:2.625rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 { color:#595d68;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:11.4805rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#ARopS92ekvNTkhBETLkkAd68H9r43HKW { color:#2b5ed8;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:9.6875rem;left:5.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oBIoSTi0tlQT1quwIBzBG940ZnRRkqBO { color:#2b5ed8;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6875rem;left:41rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh { color:#595d68;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:39.5625rem;height:10.34375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#P5NX02p46TnlZfGwsxygEu0Zq5RncIhb { position:absolute;display:block;z-index:14998;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.25rem;width:34.375rem;top:7.625rem;left:38rem;display:block; }
#seO7kMtB96M8UvwbIZoU9XqnHV6Hp0S4 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.25rem;width:34.375rem;top:7.625rem;left:2.625rem;display:block; }
#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB { 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; }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row .container { background-color: transparent; background-image: none; }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row .container > .video-iframe-container { display: none; }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row > .video-iframe-container { display: none; }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .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); }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row .container { border-width: 0; border-radius: 0; }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#GhQQN2EEN5IJHFMdS1OwroTmvmD5nNWu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.625rem;left:2.6875rem;overflow:hidden;display:block; }
#pqWfruZzELgIilfR2XAbVeU73vZleNGm { color:#fafafa;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:14.4375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7IUl1d5fWsJGw09S3FJAtThRTr0qI8o { color:#fafafa;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5rem;left:64.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mtab2DxVDgFo3KE0HnkxhEJkAPxCMG0B { color:#096fd1;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwWP6H4AwT4m9NJrr1HxPSbvvwttgqKk { color:#fafafa;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.75rem;left:14.375rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LCEFqUZXa33c1nxDZqebWySl9g01NGbE { color:#fafafa;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.75rem;left:39.9375rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uhWEGHHae6vfA5LoSXm0Z9nbbSpQBPSH { color:#fafafa;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:64.5rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPPdOc1gus0md3DMb0vAKoDyOslu4FTz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.625rem;width:10.625rem;top:10.625rem;left:26.875rem;overflow:hidden;display:block; }
#TON5Ptr0JLPDNREQd0pGLfgGANrEyAQw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.625rem;width:10.625rem;top:10.625rem;left:52.8125rem;overflow:hidden;display:block; }
#AToCskN7uH4k2J1Sib4LWy751mmKPuAa { position:absolute;display:block;z-index:15002;background-color:#f0eff5;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.625rem;left:12.5625rem;display:block; }
#RbI1WsamzBECNFB3tA16wihrFOWDTULW { position:absolute;display:block;z-index:15003;background-color:#f0eff5;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.625rem;left:38.25rem;display:block; }
#yrsKTEe8BTavARHMaR7wozldcs6Q3zKE { position:absolute;display:block;z-index:15004;background-color:#f0eff5;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:10.625rem;left:62.6875rem;display:block; }
#Me7fkfNcguqthXqrfFTrHTdobPlwW1pF { position:absolute;display:block;z-index:15009;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:24.0625rem;top:3.1875rem;left:2.625rem;display:block; }#Me7fkfNcguqthXqrfFTrHTdobPlwW1pF.adaptive-delivery-prevent-bg, #Me7fkfNcguqthXqrfFTrHTdobPlwW1pF.lazyload, #Me7fkfNcguqthXqrfFTrHTdobPlwW1pF.lazyloading { background-image: none; }
#Mh6VyBVG5A3aETKf0a11FCBAqoE7RLxU { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.4375rem;height:2.4375rem;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; }
#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ { 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; }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row .container { background-color: transparent; background-image: none; }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row .container > .video-iframe-container { display: none; }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row > .video-iframe-container { display: none; }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .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); }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row .container { border-width: 0; border-radius: 0; }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#vDHNNiVqV0F03iyeXlfozt0Cs5dG1uLO { color:#fafafa;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.6875rem;left:6.8125rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O5ADrSUcnIFv8twnc2vDIv0OgzFAXmEf { color:#0684bc;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:8.8125rem;left:6.8125rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WP74z5s9A58puaZ5DyZC78uaKc6esLKI { color:#fafafa;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:30.1875rem;left:7.0625rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ircJp5QkUi8xRuVGdrXcTCtQts7MlMJO { color:#fafafa;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.875rem;left:7.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bzf1oqnBekbgvyFgclIGz3PqXytyUWbf { color:#fafafa;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.375rem;left:29rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZUJO6TaTz5bPzzDNX2UT3ILn4TyP4CyN { color:#fafafa;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:8.5rem;left:29rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mOp0Bhi6WFU1o0554yzMTH45RnT8ihTW { color:#fafafa;display:block;width:9.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:26.8125rem;left:29.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VobLXHfDTn9LTEIaRHSXRrUiQDhhkzOD { color:#fafafa;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.125rem;left:29.1875rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2PP4GrIfzoTkgZDJN2C6SkKJF4SMQow { color:#fafafa;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:51.1875rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEvmqy7TiGCJ10SRpArVC4UT2zgU6UHC { color:#fafafa;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:8.375rem;left:51.1875rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZzNSwRZmCoEgEsOetsWVmwAii00LcWZD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:22.4375rem;left:51.1875rem;overflow:hidden;display:block; }
#kdkzGT76hoFnci74n7GruKqXHd9Oq6iu { color:#fafafa;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:26.8125rem;left:51.0625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTy4nNEvrQ90G70h8XT23UbhKkapuDAo { color:#fafafa;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:30.125rem;left:51.1875rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMyOllhBvy7QLVSx6qaI14tiWJTW9G4N { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:22.4375rem;left:29rem;overflow:hidden;display:block; }
#ZA0mgLPyePQsN00rm1HqDPX80TAPPK7l { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:22.375rem;left:6.8125rem;overflow:hidden;display:block; }
#avrMpiNZoL6f6T5hN8owxBcHTBL3X9NE { 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.3125rem;width:4.3125rem;top:3.375rem;left:28.3125rem;overflow:hidden;display:block; }
#snupx9oBPSl4TVeuTODv9ug77xWSOq3f { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.9375rem;top:4.125rem;left:6.8125rem;overflow:hidden;display:block; }
#t3p1uHPTu5kI4Rc8kT1wm9VJf3HuHpwp { 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:4.3125rem;width:4.375rem;top:3.125rem;left:51.0625rem;overflow:hidden;display:block; }
#QeDsoWkMRywkdlFqGgJeQlaahRmyHlMT { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:16.9375rem;width:20.25rem;top:2.125rem;left:4.75rem;display:block; }
#KIsfvaRWJE8RphFMTTBFRmh95lOJmsuS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:16.9375rem;width:20.25rem;top:2.125rem;left:27.375rem;display:block; }
#NU8zkSDNIKm74OoSISdXekpWOTuyP1iT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:16.9375rem;width:20.25rem;top:2.125rem;left:29.75rem;display:block; }
#TKw0wbtxirmPZ0Mdmq31GrPSp6y0VowP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:16.9375rem;width:20.25rem;top:21rem;left:4.75rem;display:block; }
#mCbOsNJ08Tcqvgpgna9LyvSanCTT6Iyz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:16.9375rem;width:20.25rem;top:21rem;left:27.375rem;display:block; }
#UbmWqRCEDUt0Xxe1sUa6GfOW7zku7xL2 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:16.9375rem;width:20.25rem;top:21rem;left:29.75rem;display:block; }
#bVi7NTkchSL102fnksDNDFhT077qPbVH { 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; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container { background-color: transparent; background-image: none; }#bVi7NTkchSL102fnksDNDFhT077qPbVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container > .video-iframe-container { display: none; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row > .video-iframe-container { display: none; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .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); }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container { border-width: 0; border-radius: 0; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#GE6CrXspnXqGTUbdbXL3qQi1Z0BVZQDm { 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.375rem;left:5.75rem;display:block; }#GE6CrXspnXqGTUbdbXL3qQi1Z0BVZQDm.adaptive-delivery-prevent-bg, #GE6CrXspnXqGTUbdbXL3qQi1Z0BVZQDm.lazyload, #GE6CrXspnXqGTUbdbXL3qQi1Z0BVZQDm.lazyloading { background-image: none; }
#Ui70wV51aLu43APsMeqzEP3aF7vMFEFx { 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.375rem;left:7.0625rem;overflow:hidden;display:block; }
#ETsoUHqKlzInE4SivQTsxdH2TwQN2tS1 { 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.5rem;left:50.8125rem;display:block; }
#CR4n33Jhy11rLXZ4DZkt0B3kwCkJVrhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gc9t6UdJOzoZoxtdOoCHmRxR692uzHnf { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21.125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#abvWvMp6TnfWigp1cKr7SeWObWcVIUQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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:none; }#abvWvMp6TnfWigp1cKr7SeWObWcVIUQS > .row .container { border-width: 0; border-radius: 0; }#abvWvMp6TnfWigp1cKr7SeWObWcVIUQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abvWvMp6TnfWigp1cKr7SeWObWcVIUQS > .row .container { font-size:0.875rem;font-family:arial;height:81.9375rem;width:75rem;position:relative;display:none; }#RPFm2tNn8QZFRR47HrZx7sUebpsuK6nM { color:#096fd1;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:6.2548828125rem;left:18.75rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7xMuTcHKsdIbza0HpT7IUazLNicTGeB { color:#096fd1;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.0732421875rem;left:0rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uPFwryXZvfGyvopwqoBUmE8AWiSgvRps { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.625rem;width:5.625rem;top:11.1875rem;left:2.1875rem;overflow:hidden;display:block; }
#lkELkJXfsCubSqPUwxcLTGXUPrB8wAdh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:11.1875rem;left:20.8125rem;overflow:hidden;display:block; }
#mcisetVNbscriVKRBgwE1KTIht7ePmWg { color:#fafafa;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.2998046875rem;left:2.1875rem;height:6.8203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q8RiFXn4oF8UPV44LCk3p6ITMti5300o { color:#fafafa;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.2998046875rem;left:21rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HzVp2tMKQfUWOkoaw3H7R8lqgypBU2Kf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6rem;width:6rem;top:11.375rem;left:39.25rem;overflow:hidden;display:block; }
#snK2AJSfaL8cNQDgDpWxRNTwkBKSqqNz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.1875rem;width:6.1875rem;top:11.3115234375rem;left:58.0625rem;overflow:hidden;display:block; }
#F4c5pIBPTku4DiucUh2mywHEi9xTDVkc { color:#fafafa;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.2998046875rem;left:39.875rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tzkM05Q2cAw1qomOO3MBvmhCU6IB9FRE { color:#fafafa;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.2998046875rem;left:58.625rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4DoAK0IImeRBQoETS85v4iidqWWEbTo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:28.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#lpHQunhS02dJMcqtkNyH7QTxnJWIJLw9 { color:#fafafa;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.1865234375rem;left:2.3125rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhCk1IVxSbww7lcQmCS6cJMbIFEkRp2i { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:28.9375rem;left:20.4375rem;overflow:hidden;display:block; }
#qSEpw22Ta4995hcMGOQPkVTL4O9zIL7n { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:28.9375rem;left:39.1875rem;overflow:hidden;display:block; }
#HWV0uco9vzay6T5RViqsMLRhHFHENu47 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:28.9375rem;left:57.9375rem;overflow:hidden;display:block; }
#p2XReCEHRd2ua0UaXZbaxO4yppMmv9ak { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.75rem;width:5.75rem;top:46.625rem;left:2.125rem;overflow:hidden;display:block; }
#DI45sDSTfQmU7kEkOQGECkmHOrA5cB7t { color:#fafafa;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:54.318359375rem;left:2.25rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KM1KpWFxi5zwEKqexTTzhiQxK4SHx45L { color:#fafafa;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:36.1865234375rem;left:21rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M6aS89wLxtuBeZgHFP3i8hO1KLSmt6Nh { color:#fafafa;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:36.1865234375rem;left:39.75rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F56rhN65xKJooZK1laOiy7rS70oIg9CB { color:#fafafa;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.1865234375rem;left:58.4375rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHdVGpDLGOrhIlFALFUZ5q62d0MsauHC { color:#fafafa;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:54.318359375rem;left:21rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWd9Tdt9TAT8ISlSeSZgUz4xsI1b3I5P { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.75rem;width:5.75rem;top:46.625rem;left:20.75rem;overflow:hidden;display:block; }
#cdi03ThtoM8HwmVkJQyl9CkuLbgyb58f { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:46.6748046875rem;left:39.375rem;overflow:hidden;display:block; }
#CoS4axhlTy1TRV4uXkk26U0HHe58ykIf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:46.6240234375rem;left:57.875rem;overflow:hidden;display:block; }
#gT93QZN4OJhKNBb4Qsb2FOBBIcPlTL31 { color:#fafafa;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.318359375rem;left:39.75rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dx8FrcV4nIe8Uf3MAHT5mJpCZr08eNLs { color:#fafafa;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:54.318359375rem;left:58.5rem;height:6.33398125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Umbz1RUmlooTil2ONVgaDNg0vbHfPoa2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:63.75rem;left:11rem;overflow:hidden;display:block; }
#DZWw1mJTDHnrUM7nAzxeM28a3ppdhNyc { color:#fafafa;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:71.4375rem;left:3.9375rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TScf6ggwxDrEM1XIxwq6fNfziDBV3fQ2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:63.75rem;left:29.3125rem;overflow:hidden;display:block; }
#tbnlmyhFTkyc9ntotggzhAoh9avq1n7F { color:#fafafa;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:71.25rem;left:22rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCLFtilUwrpqGzpPCv8DRr5UK69aFZyM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:63.6865234375rem;left:47.9375rem;overflow:hidden;display:block; }
#apDrIBUKnamtahCheVdOe7OpvycBi4vB { color:#fafafa;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:70.875rem;left:41.3125rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4qfA0ZkFrT9tDyG67PifMgu93xDrKzk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:15.625rem;top:2.5048828125rem;left:40.625rem;overflow:hidden;display:block; }
#DW2IG36WTUOlZTfLQofrsIUfXJtxUeUq { position:absolute;display:block;z-index:15005;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:10.1875rem;left:1.125rem;display:block; }
#lmVsa0ddxdkCwsAQvt73Qd5WNq03dUBZ { position:absolute;display:block;z-index:15006;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:10.1875rem;left:19.875rem;display:block; }
#hTgtX1ZDKXELav2BllNrxLseSpinmUMk { position:absolute;display:block;z-index:15007;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:10.1875rem;left:38.625rem;display:block; }
#TcTtvLHvTkw01qCHJFT7aEsJVKT67JJW { position:absolute;display:block;z-index:15008;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:10.1875rem;left:57.375rem;display:block; }
#sknvAXGiI7BMNLiFA2v1PmBlmSAEkgEI { position:absolute;display:block;z-index:15004;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:27.8125rem;left:1.125rem;display:block; }
#s02VJGVy9zIAWBOSlM8iLDH6hJk9v2eC { position:absolute;display:block;z-index:15005;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:27.8125rem;left:19.875rem;display:block; }
#t7cwNsI13ZsouqC1zE0LagNACgtfTnNT { position:absolute;display:block;z-index:15006;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:27.8125rem;left:38.625rem;display:block; }
#wSSFaCnUkthtqeeW0xhaenOk0RZJo2ur { position:absolute;display:block;z-index:15007;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:27.8125rem;left:57.375rem;display:block; }
#nyq42y28DCiHpwTe34nTMF4MEevdtAhg { position:absolute;display:block;z-index:15005;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:45.375rem;left:1.125rem;display:block; }
#fv6CG6RiLeK2z4LVBEoBDAQm9bkq9XsQ { position:absolute;display:block;z-index:15006;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:45.375rem;left:19.875rem;display:block; }
#zfBzi3Tee77kZtFyLOIKBlCdUwN3Tpb2 { position:absolute;display:block;z-index:15007;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:45.375rem;left:38.625rem;display:block; }
#P9n8Mpg83GBCaFmknC3KrBf6fiVdW5z7 { position:absolute;display:block;z-index:15008;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:45.3740234375rem;left:57.3125rem;display:block; }
#KXfSQy84beDvmHNoITefbyhiQTC85VNb { position:absolute;display:block;z-index:15008;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:62.4375rem;left:1.125rem;display:block; }
#kxT0xfADnWBqd0NMF2ehKwlvMoiRBMZk { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:62.4375rem;left:19.875rem;display:block; }
#ISVL1MZ1hCATJ8OekKhAlvK273LObPgt { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:62.4375rem;left:38.625rem;display:block; }
#iSiTkRtWF58sGHNtJuCHm7zhLPx5NLsr { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:17.625rem;top:61.5rem;left:38.625rem;display:none; }
#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB { 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; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB.adaptive-delivery-prevent-bg, #nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB.lazyload, #nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB.lazyloading { background-image: none; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row .container { background-color: transparent; background-image: none; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row .container > .video-iframe-container { display: none; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row > .video-iframe-container { display: none; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .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); }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row .container { border-width: 0; border-radius: 0; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#r50U9wVbBX7BfseNkD6Bx9zmVf0qaviO { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, #1250ad, #3169f1);background-image: -moz-linear-gradient(top, #1250ad, #3169f1);background-image: -ms-linear-gradient(top, #1250ad, #3169f1);background-image: -o-linear-gradient(top, #1250ad, #3169f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );";background-image: linear-gradient(to bottom, #1250ad, #3169f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:19.125rem;width:30.125rem;top:7.25rem;left:9.0625rem;display:block; }
#ttE2e2hdMUK9nfDc74QWyWU7Jnn7kAe2 { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.3125rem;left:11.75rem;height:4.62890625rem;font-style:normal;display:block; }
#Gwndym2ImF1RcsR4Bv5IAJFNFXa95EtU { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.5rem;left:11.75rem;height:6.334rem;display:block; }
#OAQJaIExDSrafT6kbHWnyiMOBtJN2g0q { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #e6f0fc, #ffffff);background-image: -moz-linear-gradient(top, #e6f0fc, #ffffff);background-image: -ms-linear-gradient(top, #e6f0fc, #ffffff);background-image: -o-linear-gradient(top, #e6f0fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #e6f0fc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:20.5rem;width:29.75rem;top:23.8125rem;left:9.0625rem;display:block; }
#h5LhOB7kTTwsgWImtpCxhThdRHq387cD { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -moz-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -ms-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -o-linear-gradient(46deg, #ffffff, #e6f0fc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0fc' );";background-image: linear-gradient(46deg, #ffffff, #e6f0fc);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:19rem;width:29.75rem;top:7.25rem;left:36.125rem;display:block; }
#cZqTnMenVNKRmt3qnvhT3F2uakuWIDMg { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(top, #e6f0fc, #ffffff);background-image: -moz-linear-gradient(top, #e6f0fc, #ffffff);background-image: -ms-linear-gradient(top, #e6f0fc, #ffffff);background-image: -o-linear-gradient(top, #e6f0fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #e6f0fc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:19.875rem;width:29.75rem;top:24.4375rem;left:36.1875rem;display:block; }
#oEmHzknHq1d3tGNvzTKckWf252tZHuTR { color:#595d68;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.6875rem;left:11.6875rem;height:4.62890625rem;font-style:normal;display:block; }
#G4kXTIhP1qwfrAG6mHzRPiQWhmg7tnAc { color:#595d68;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.5rem;left:41.0625rem;height:6.334rem;display:block; }
#NMUypUIw8ndSO6A6cwMwgnzwapm4pXly { color:#595d68;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.125rem;left:41.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#udZlJV7Txu2bhNHSUwU2XSJaZRRgnhH8 { color:#595d68;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.8125rem;left:41.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#CIsSL5lsfaSSCQrd3gPSn4JBKCSXfZJx { color:#595d68;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:34.125rem;left:11.6875rem;height:6.334rem;display:block; }
#ILlARJ2dq2sh9gCuc5sm5wGKTMAUULhE { color:#595d68;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:34.6875rem;left:41.03125rem;height:6.334rem;display:block; }
#anTLAs8zbU2PTT3ab1FR4NT5yZSkyFDA { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #e6f0fc, #ffffff);background-image: -moz-linear-gradient(top, #e6f0fc, #ffffff);background-image: -ms-linear-gradient(top, #e6f0fc, #ffffff);background-image: -o-linear-gradient(top, #e6f0fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #e6f0fc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:17.0625rem;width:29.75rem;top:41.513671875rem;left:22.625rem;display:block; }
#usKtzkVGuHFfihbKrWhb4JX6kAUFFB6L { color:#595d68;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:50.1875rem;left:27.0625rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#pS4L2xcT8XMIlRpAHRxGlhVJ0xTn5BnT { color:#595d68;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:46.375rem;left:29.03125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uweNDEa2EUa2opddgtx2qMChri7ivqtx { color:#0e3c5a;display:block;width:62.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.5625rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k09aGGt6WAO0gyDo2cRD1FQN2JX1d6nV { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:53.5625rem;left:31rem;overflow:hidden;display:block; }
#oyVBrlgfk40xI8KfiBZrcXSwPHIJqTlu { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:6.0625rem;top:53.5625rem;left:41.9375rem;overflow:hidden;display:block; }
#p4tr34Ivifx2kHo1PlMW7Pw2HRfuakoA { 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:1.625rem;width:6rem;top:53.71875rem;left:34.5rem;overflow:hidden;display:block; }
#n79POJAvz6NTaV5FQwtcaBUUyZ69847R { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2rem;width:17.8125rem;top:8.375rem;left:11.75rem;display:block; }
#U2oBT1vTMfaXJ4bxeDT6kUobrkEW8ZEz { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:8.5625rem;left:12.8125rem;overflow:hidden;display:block; }
#KrQ38RscPb4mZWhUGhgVRF5Vp8UNXdDz { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.625rem;top:8.6875rem;left:15.625rem;overflow:hidden;display:block; }
#m6TfhxbLCFNsnXBsDdo39dTA34WpOAJU { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.75rem;width:5.625rem;top:8.5625rem;left:22.8125rem;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; } #T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row .container { background-color: transparent; background-image: none; }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row .container > .video-iframe-container { display: none; }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row > .video-iframe-container { display: none; }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .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); }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row .container { border-width: 0; border-radius: 0; }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#Bb046292ef85991c924a4a4bebb77957.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/96a8f79e-f8e2-450c-b097-eb8693796b14/voiccross.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; }#Bb046292ef85991c924a4a4bebb77957.widget-smartsection.adaptive-delivery-prevent-bg, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection.lazyload, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection.lazyloading { background-image: none; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row .container { background-color: transparent; background-image: none; }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row .container > .video-iframe-container { display: none; }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row > .video-iframe-container { display: none; }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .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); }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row .container { border-width: 0; border-radius: 0; }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 { 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; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container { background-color: transparent; background-image: none; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container > .video-iframe-container { display: none; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row > .video-iframe-container { display: none; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .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); }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container { border-width: 0; border-radius: 0; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#EPZEJSEHB19Xeqt5ScCAuxdTmeDtEpDw { 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:3.8125rem;left:5.75rem;display:block; }#EPZEJSEHB19Xeqt5ScCAuxdTmeDtEpDw.adaptive-delivery-prevent-bg, #EPZEJSEHB19Xeqt5ScCAuxdTmeDtEpDw.lazyload, #EPZEJSEHB19Xeqt5ScCAuxdTmeDtEpDw.lazyloading { background-image: none; }
#GseuavJTI7KRcZeTDqhPN698QAbPLnl4 { 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.0625rem;width:9.875rem;top:1.5rem;left:7.0625rem;overflow:hidden;display:block; }
#RLPAkcasuBzi5FeBIbUXMd8V6bwVDdWL { 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:6.9375rem;left:50.8125rem;display:block; }
#nygXMkTwTXooGZc8IrcfIWtW2VTfvDGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8tgfD1hgogP30Ama1g6G4bNpVyT8CZ5 { 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:6.70703125rem;left:23rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF { 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; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container { background-color: transparent; background-image: none; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container > .video-iframe-container { display: none; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row > .video-iframe-container { display: none; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .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); }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container { border-width: 0; border-radius: 0; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#grgB0Pwm1UWQcapcLT7JhUTuk8IeKcxd { 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; }
#I4DdOGmomzCwt9uu921I73FgoZJDHtdr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr { background-color: transparent; background-image: none; }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .row .container > .video-iframe-container { display: none; }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .row > .video-iframe-container { display: none; }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .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); }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr { border-width: 0; border-radius: 0; }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .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; }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .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; }#slZbbk20HoksBTPqNtIaZSXEvoBaL2Qi { 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; }
#mq0JrCLheDAhV1E4Q6Jx7bUAnorv0R2D { 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) { #g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX { display:block; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE1o6yBvF0y2fLyRTlnb6mXtWXw9t8lS { top:2.375rem;left:4.9375rem;width:22.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPz4LE5DSmD3zrN3IGmN1RT6RSO16wtV { top:1.0625rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPUtzZw6hRKe5hWIWTnanB8iku7sAGQv { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIb1uAkDsdGu4Lz1BP0qLL5I6TDTwV1n { top:2.875rem;left:6.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6vRn9L42WT9qAU3fBAgGibkCAE6pyWK { top:3.125rem;left:11.3125rem;width:6rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAphFFri09C8vq5G3F38V5D8TpRhbEAB { top:3rem;left:20.125rem;width:6.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V24rwcffkZe4HLrzXHFaVf1eQm835Dsy { display:block; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPo6hhKhq52su4KRuohKEa8MQkateyfA { top:9.4375rem;left:0rem;width:33.5rem;height:5.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUzUOyA8bznyzLhnKtKUTiXiQC0ONiA { top:17.0625rem;left:2.0625rem;width:20.875rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX1FzhieZDAPBMdpHVL25EEBMDW9Au3y { top:15.5625rem;left:0rem;width:31.5625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHTJCIw8V9Tg1PAl1todt0gTTnkSALTH { top:16.9375rem;left:0rem;width:14.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIRx0mltxunUbKRVmTlTxU9Z9Wd648eM { top:32.4375rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP7BCW4qwdnquahVIBHxRflRaLHNPRvU { top:34.3125rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkeRXJVKgfe2toOvF2do1SfHsihKH11i { top:2.3125rem;left:26rem;width:21.75rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqU6Nal3D123kySNPw4ZSI39A9DPheTR { display:block; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlmlsMSC5xlApXrnoR8gSXdiLZoONlpT { top:3.5625rem;left:10.375rem;width:29.375rem;height:3.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfv4KeXPtDdggt6bvgxyOuJSNms70X9C { top:7.1875rem;left:10.375rem;width:35.9375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oksRbIhbwHy2wvevcCpu55sv07lXnW4p { top:9.75rem;left:10.375rem;width:36.9375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTyCFngXQc4JTaEeFZnCJ2Cg6SvnqA4o { top:3rem;left:30.1875rem;width:17.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOG4QNTpGxZu0d5V43wCcvfJ01PfPert { top:0.5rem;left:0rem;width:16.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 { display:block; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHWl3kS4TLOaMXUbBAiCxcb4MTN0iolw { top:3.3125rem;left:0rem;width:26.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvOfU4dMR9oDIZImdFRIca041ilI6efk { top:9.6875rem;left:0rem;width:24.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8JgMHnVOX8t4hMz8ozNPTpBiwEu4KpV { top:11.6875rem;left:0rem;width:34.375rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXBJgs4vzmsblZocCuZzEpyCxrWAgJgT { top:24.875rem;left:0rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3CMt1sUlxrwRS2kEFSnWGSTbQ16OZTB { top:26.8125rem;left:0rem;width:34.375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfz8q501wNClKcaRIpm8rmJGMqQHH2R1 { top:41.125rem;left:0rem;width:34.375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKZXkwrGhF7RqecloHtEF9VNbiiiODq { top:39.0625rem;left:0rem;width:30.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTGuMhI5i5Hx1PRUAoxlXFNcyB7NNv7l { top:14.9375rem;left:23.375rem;width:24.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5CNQZxGxlQoTzGkIFaVCVGpHROABG4C { top:28.625rem;left:27.5rem;width:20.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSxMx5noxIoQX5DQfvRrz22PttbdGF1Q { top:8.6875rem;left:0rem;width:38.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmD0dLWLLHLmkKF8CbTXBGMPWK7IkO8W { top:22.8125rem;left:0rem;width:38.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #apMaMdiOv2xi4cWrkoDUstK51ln6IddU { top:36.875rem;left:0rem;width:38.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNIaqHR8BwUqzgenNwIDRBEaemlCEPyX { top:8.625rem;left:23.375rem;width:24.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJqXR45deICtFu2pMdK8TZ7FwbPm5Z6i { display:block; }#vJqXR45deICtFu2pMdK8TZ7FwbPm5Z6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNRPoxHmWHbF8ULHsJxlw5O7GiwRI249 { top:3.125rem;left:0rem;width:16.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyDAiQUInBi8ZwszBnSWPCuqlyoxTOAw { top:11.9375rem;left:28.0625rem;width:19.6875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiCtp5TvyhoGObBeSGyAHcs0SHDxL6Tz { top:3.125rem;left:18.8125rem;width:5.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHgMa2FlBn0E10Id6R3siTiSl6pMWSVs { top:2.8125rem;left:11.1875rem;width:12.6875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnkCpVcd7TVMHIIzb2kmZL3LwrORV4rw { top:8rem;left:0rem;width:16.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9CM7gsBx528TWeD7tITyVKSO6LlHR4O { top:15.125rem;left:0rem;width:13.25rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRa0CdTbzK1XTsMTgWlmwJsmF77Pqyhr { top:9.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukFwDXqnSVkOzXusyaa7rnCiEMX7UX3K { top:8rem;left:7.625rem;width:16.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBwTTRrwkVittu242UsJCRIkL4ZrcMy { top:15.125rem;left:10.5625rem;width:13.3125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4UInV7rEmcgSnTpnylSsfdJml9osh6N { top:9.375rem;left:13.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6iIPVfX5Tatgh6nHbTOJaxtM39dXCS { top:8rem;left:7.625rem;width:16.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4J3v3kJ1p4gc6WOP6EIBZNR988QKu3A { top:15.125rem;left:23.875rem;width:13.3125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw8PqILdftmp8PEtrEioXeTwpRlb1DxK { top:9.375rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyNVxDDf7qpJc203GP69EkgkaSTXyVnC { top:23.1875rem;left:0rem;width:16.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz8qMdCegsn7REWBlN91peqR4lOTU3T6 { top:30.3125rem;left:0rem;width:13.25rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTspwv1CwJ98xKBE4KtwEl5bqlpM0rCk { top:24.5625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM1Tqw7MMz8O6bOe8ahlAIGJXRodWbP5 { top:23.1875rem;left:7.625rem;width:16.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wskuETTmuFxObpWIAdlRCw7Gt4IkA4q2 { top:30.3125rem;left:10.625rem;width:13.25rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0aq1MbuV19eQTbiwWmTvXJrR80QSwuL { top:24.5625rem;left:13.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVBp374u5ALICrJevGbk3fzlNma3uEs { top:23.1875rem;left:7.625rem;width:16.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7GRUTWGcft2MxkLGrzBX8Gg1gROPQm { top:30.3125rem;left:23.875rem;width:13.25rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5m2XpcneI7cy7D70NDxuca2vOyNRZau { top:24.5625rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt { display:block; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7FVAfZ6zGDFqboQv9By6BX98tnZXiyb { top:3.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 { top:12.625rem;left:0rem;width:29rem;height:12.625rem;font-size:0.875rem;display:block; }#kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #ARopS92ekvNTkhBETLkkAd68H9r43HKW { top:9.6875rem;left:0rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBIoSTi0tlQT1quwIBzBG940ZnRRkqBO { top:9.6875rem;left:27.375rem;width:11.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh { top:13.1875rem;left:17.5625rem;width:30.1875rem;height:11.5rem;font-size:0.875rem;display:block; }#Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #P5NX02p46TnlZfGwsxygEu0Zq5RncIhb { top:7.625rem;left:13.375rem;width:34.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #seO7kMtB96M8UvwbIZoU9XqnHV6Hp0S4 { top:7.625rem;left:0rem;width:34.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB { display:block; }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhQQN2EEN5IJHFMdS1OwroTmvmD5nNWu { top:10.625rem;left:0rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqWfruZzELgIilfR2XAbVeU73vZleNGm { top:13.8125rem;left:7.625rem;width:5.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7IUl1d5fWsJGw09S3FJAtThRTr0qI8o { top:13.5rem;left:41rem;width:6.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtab2DxVDgFo3KE0HnkxhEJkAPxCMG0B { top:13.75rem;left:23.875rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwWP6H4AwT4m9NJrr1HxPSbvvwttgqKk { top:15.75rem;left:7.5625rem;width:7.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCEFqUZXa33c1nxDZqebWySl9g01NGbE { top:15.75rem;left:23.875rem;width:8.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhWEGHHae6vfA5LoSXm0Z9nbbSpQBPSH { top:14.9375rem;left:39.6875rem;width:8.0625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPPdOc1gus0md3DMb0vAKoDyOslu4FTz { top:10.625rem;left:13.25rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TON5Ptr0JLPDNREQd0pGLfgGANrEyAQw { top:10.625rem;left:32.375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AToCskN7uH4k2J1Sib4LWy751mmKPuAa { top:10.625rem;left:5.75rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbI1WsamzBECNFB3tA16wihrFOWDTULW { top:10.625rem;left:23.875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsKTEe8BTavARHMaR7wozldcs6Q3zKE { top:10.625rem;left:37.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me7fkfNcguqthXqrfFTrHTdobPlwW1pF { top:3.1875rem;left:0rem;width:24.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh6VyBVG5A3aETKf0a11FCBAqoE7RLxU { top:4.375rem;left:0rem;width:19.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ { display:block; }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDHNNiVqV0F03iyeXlfozt0Cs5dG1uLO { top:11.6875rem;left:0rem;width:16.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ADrSUcnIFv8twnc2vDIv0OgzFAXmEf { top:8.8125rem;left:2.25rem;width:11.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP74z5s9A58puaZ5DyZC78uaKc6esLKI { top:30.1875rem;left:0rem;width:16.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircJp5QkUi8xRuVGdrXcTCtQts7MlMJO { top:26.875rem;left:2.5625rem;width:10.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzf1oqnBekbgvyFgclIGz3PqXytyUWbf { top:11.375rem;left:14.4375rem;width:17.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUJO6TaTz5bPzzDNX2UT3ILn4TyP4CyN { top:8.5rem;left:15.875rem;width:11.1875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOp0Bhi6WFU1o0554yzMTH45RnT8ihTW { top:26.8125rem;left:15.875rem;width:9.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VobLXHfDTn9LTEIaRHSXRrUiQDhhkzOD { top:30.125rem;left:15rem;width:16.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PP4GrIfzoTkgZDJN2C6SkKJF4SMQow { top:11.3125rem;left:30.875rem;width:16.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEvmqy7TiGCJ10SRpArVC4UT2zgU6UHC { top:8.375rem;left:31.75rem;width:11.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNSwRZmCoEgEsOetsWVmwAii00LcWZD { top:22.4375rem;left:31.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdkzGT76hoFnci74n7GruKqXHd9Oq6iu { top:26.8125rem;left:31.75rem;width:8.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTy4nNEvrQ90G70h8XT23UbhKkapuDAo { top:30.125rem;left:30.8125rem;width:16.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMyOllhBvy7QLVSx6qaI14tiWJTW9G4N { top:22.4375rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA0mgLPyePQsN00rm1HqDPX80TAPPK7l { top:22.375rem;left:2.25rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avrMpiNZoL6f6T5hN8owxBcHTBL3X9NE { top:3.375rem;left:15.875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snupx9oBPSl4TVeuTODv9ug77xWSOq3f { top:4.125rem;left:2.25rem;width:3.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3p1uHPTu5kI4Rc8kT1wm9VJf3HuHpwp { top:3.125rem;left:31.75rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeDsoWkMRywkdlFqGgJeQlaahRmyHlMT { top:2.125rem;left:0rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIsfvaRWJE8RphFMTTBFRmh95lOJmsuS { top:2.125rem;left:11.5rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU8zkSDNIKm74OoSISdXekpWOTuyP1iT { top:2.125rem;left:11.5rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw0wbtxirmPZ0Mdmq31GrPSp6y0VowP { top:21rem;left:0rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCbOsNJ08Tcqvgpgna9LyvSanCTT6Iyz { top:21rem;left:11.5rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbmWqRCEDUt0Xxe1sUa6GfOW7zku7xL2 { top:21rem;left:11.5rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVi7NTkchSL102fnksDNDFhT077qPbVH { display:block; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE6CrXspnXqGTUbdbXL3qQi1Z0BVZQDm { top:5.375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui70wV51aLu43APsMeqzEP3aF7vMFEFx { top:2.375rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsoUHqKlzInE4SivQTsxdH2TwQN2tS1 { width:15.625rem;height:3.4375rem;top:8.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR4n33Jhy11rLXZ4DZkt0B3kwCkJVrhw { display:block; }
 }@media only screen and (max-width: 763px) { #Gc9t6UdJOzoZoxtdOoCHmRxR692uzHnf { top:9.0625rem;left:7.5rem;width:26.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abvWvMp6TnfWigp1cKr7SeWObWcVIUQS { display:block; }#abvWvMp6TnfWigp1cKr7SeWObWcVIUQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPFm2tNn8QZFRR47HrZx7sUebpsuK6nM { top:6.25rem;left:0rem;width:37.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7xMuTcHKsdIbza0HpT7IUazLNicTGeB { top:3.0625rem;left:0rem;width:32.375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPFwryXZvfGyvopwqoBUmE8AWiSgvRps { top:11.1875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkELkJXfsCubSqPUwxcLTGXUPrB8wAdh { top:11.1875rem;left:11.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcisetVNbscriVKRBgwE1KTIht7ePmWg { top:18.25rem;left:0rem;width:14.8125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8RiFXn4oF8UPV44LCk3p6ITMti5300o { top:18.25rem;left:9.6875rem;width:14.1875rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzVp2tMKQfUWOkoaw3H7R8lqgypBU2Kf { top:11.375rem;left:23.875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #snK2AJSfaL8cNQDgDpWxRNTwkBKSqqNz { top:11.25rem;left:35.8125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4c5pIBPTku4DiucUh2mywHEi9xTDVkc { top:18.25rem;left:21.8125rem;width:14rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzkM05Q2cAw1qomOO3MBvmhCU6IB9FRE { top:18.25rem;left:34.375rem;width:13.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4DoAK0IImeRBQoETS85v4iidqWWEbTo { top:28.9375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpHQunhS02dJMcqtkNyH7QTxnJWIJLw9 { top:36.125rem;left:0rem;width:15.4375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhCk1IVxSbww7lcQmCS6cJMbIFEkRp2i { top:28.9375rem;left:11.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSEpw22Ta4995hcMGOQPkVTL4O9zIL7n { top:28.9375rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWV0uco9vzay6T5RViqsMLRhHFHENu47 { top:28.9375rem;left:35.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2XReCEHRd2ua0UaXZbaxO4yppMmv9ak { top:46.625rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI45sDSTfQmU7kEkOQGECkmHOrA5cB7t { top:54.3125rem;left:0rem;width:14.8125rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM1KpWFxi5zwEKqexTTzhiQxK4SHx45L { top:36.125rem;left:8.8125rem;width:15.0625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6aS89wLxtuBeZgHFP3i8hO1KLSmt6Nh { top:36.125rem;left:20.75rem;width:15.0625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F56rhN65xKJooZK1laOiy7rS70oIg9CB { top:36.125rem;left:34.375rem;width:13.375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdVGpDLGOrhIlFALFUZ5q62d0MsauHC { top:54.3125rem;left:9.3125rem;width:14.5625rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWd9Tdt9TAT8ISlSeSZgUz4xsI1b3I5P { top:46.625rem;left:11.9375rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdi03ThtoM8HwmVkJQyl9CkuLbgyb58f { top:46.625rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoS4axhlTy1TRV4uXkk26U0HHe58ykIf { top:46.5625rem;left:35.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT93QZN4OJhKNBb4Qsb2FOBBIcPlTL31 { top:54.3125rem;left:21.25rem;width:14.5625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx8FrcV4nIe8Uf3MAHT5mJpCZr08eNLs { top:54.3125rem;left:32.5rem;width:15.25rem;height:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umbz1RUmlooTil2ONVgaDNg0vbHfPoa2 { top:63.75rem;left:5.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWw1mJTDHnrUM7nAzxeM28a3ppdhNyc { top:71.4375rem;left:0rem;width:14.8125rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScf6ggwxDrEM1XIxwq6fNfziDBV3fQ2 { top:63.75rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbnlmyhFTkyc9ntotggzhAoh9avq1n7F { top:71.25rem;left:8.375rem;width:15.5rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCLFtilUwrpqGzpPCv8DRr5UK69aFZyM { top:63.625rem;left:29.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apDrIBUKnamtahCheVdOe7OpvycBi4vB { top:70.875rem;left:20.875rem;width:14.9375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4qfA0ZkFrT9tDyG67PifMgu93xDrKzk { top:2.5rem;left:20.1875rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW2IG36WTUOlZTfLQofrsIUfXJtxUeUq { top:10.1875rem;left:0rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmVsa0ddxdkCwsAQvt73Qd5WNq03dUBZ { top:10.1875rem;left:6.25rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTgtX1ZDKXELav2BllNrxLseSpinmUMk { top:10.1875rem;left:18.1875rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTtvLHvTkw01qCHJFT7aEsJVKT67JJW { top:10.1875rem;left:30.125rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sknvAXGiI7BMNLiFA2v1PmBlmSAEkgEI { top:27.8125rem;left:0rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02VJGVy9zIAWBOSlM8iLDH6hJk9v2eC { top:27.8125rem;left:6.25rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cwNsI13ZsouqC1zE0LagNACgtfTnNT { top:27.8125rem;left:18.1875rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSSFaCnUkthtqeeW0xhaenOk0RZJo2ur { top:27.8125rem;left:30.125rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyq42y28DCiHpwTe34nTMF4MEevdtAhg { top:45.375rem;left:0rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv6CG6RiLeK2z4LVBEoBDAQm9bkq9XsQ { top:45.375rem;left:6.25rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfBzi3Tee77kZtFyLOIKBlCdUwN3Tpb2 { top:45.375rem;left:18.1875rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9n8Mpg83GBCaFmknC3KrBf6fiVdW5z7 { top:45.3125rem;left:30.125rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXfSQy84beDvmHNoITefbyhiQTC85VNb { top:62.4375rem;left:0rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxT0xfADnWBqd0NMF2ehKwlvMoiRBMZk { top:62.4375rem;left:6.25rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISVL1MZ1hCATJ8OekKhAlvK273LObPgt { top:62.4375rem;left:18.1875rem;width:17.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSiTkRtWF58sGHNtJuCHm7zhLPx5NLsr { top:61.5rem;left:18.1875rem;width:17.625rem;height:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB { display:block; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r50U9wVbBX7BfseNkD6Bx9zmVf0qaviO { width:30.125rem;height:19.125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttE2e2hdMUK9nfDc74QWyWU7Jnn7kAe2 { top:11.3125rem;left:0rem;width:20.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwndym2ImF1RcsR4Bv5IAJFNFXa95EtU { top:16.5rem;left:0rem;width:22.4375rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAQJaIExDSrafT6kbHWnyiMOBtJN2g0q { width:29.75rem;height:20.5rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5LhOB7kTTwsgWImtpCxhThdRHq387cD { width:29.75rem;height:19rem;top:7.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZqTnMenVNKRmt3qnvhT3F2uakuWIDMg { width:29.75rem;height:19.875rem;top:24.4375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmHzknHq1d3tGNvzTKckWf252tZHuTR { top:28.6875rem;left:0rem;width:22.5rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4kXTIhP1qwfrAG6mHzRPiQWhmg7tnAc { top:14.5rem;left:26.375rem;width:21.375rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMUypUIw8ndSO6A6cwMwgnzwapm4pXly { top:9.125rem;left:25.3125rem;width:22.375rem;height:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZlJV7Txu2bhNHSUwU2XSJaZRRgnhH8 { top:27.8125rem;left:27.4375rem;width:19rem;height:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIsSL5lsfaSSCQrd3gPSn4JBKCSXfZJx { top:34.125rem;left:0rem;width:21.75rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILlARJ2dq2sh9gCuc5sm5wGKTMAUULhE { top:34.6875rem;left:27.125rem;width:20.625rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anTLAs8zbU2PTT3ab1FR4NT5yZSkyFDA { width:29.75rem;height:17.0625rem;top:41.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #usKtzkVGuHFfihbKrWhb4JX6kAUFFB6L { top:50.1875rem;left:13.4375rem;width:20.875rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS4L2xcT8XMIlRpAHRxGlhVJ0xTn5BnT { top:46.375rem;left:15.40625rem;width:16.9375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uweNDEa2EUa2opddgtx2qMChri7ivqtx { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k09aGGt6WAO0gyDo2cRD1FQN2JX1d6nV { top:53.5625rem;left:17.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyVBrlgfk40xI8KfiBZrcXSwPHIJqTlu { top:53.5625rem;left:28.3125rem;width:6.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4tr34Ivifx2kHo1PlMW7Pw2HRfuakoA { top:53.6875rem;left:20.875rem;width:6rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n79POJAvz6NTaV5FQwtcaBUUyZ69847R { top:8.375rem;left:0rem;width:17.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2oBT1vTMfaXJ4bxeDT6kUobrkEW8ZEz { top:8.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrQ38RscPb4mZWhUGhgVRF5Vp8UNXdDz { top:8.6875rem;left:2rem;width:5.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TfhxbLCFNsnXBsDdo39dTA34WpOAJU { top:8.5625rem;left:9.1875rem;width:5.625rem;height:1.75rem;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; } #T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb046292ef85991c924a4a4bebb77957.widget-smartsection { display:block; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 { display:block; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPZEJSEHB19Xeqt5ScCAuxdTmeDtEpDw { top:3.8125rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GseuavJTI7KRcZeTDqhPN698QAbPLnl4 { top:1.5rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLPAkcasuBzi5FeBIbUXMd8V6bwVDdWL { width:15.625rem;height:3.4375rem;top:6.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nygXMkTwTXooGZc8IrcfIWtW2VTfvDGT { display:block; }
 }@media only screen and (max-width: 763px) { #i8tgfD1hgogP30Ama1g6G4bNpVyT8CZ5 { top:6.6875rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeeDW08GccWVwfwInWzaUVZKMccCUXIF { display:block; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grgB0Pwm1UWQcapcLT7JhUTuk8IeKcxd { 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) { #I4DdOGmomzCwt9uu921I73FgoZJDHtdr { display:block; }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slZbbk20HoksBTPqNtIaZSXEvoBaL2Qi { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq0JrCLheDAhV1E4Q6Jx7bUAnorv0R2D { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX { 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; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX.adaptive-delivery-prevent-bg, #g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX.lazyload, #g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX.lazyloading { background-image: none; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container { background-color: transparent; background-image: none; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container > .video-iframe-container { display: none; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row > .video-iframe-container { display: none; }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .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); }#g96OsMwxGHyXWbx4Z95IiKaJ4HU3w4iX > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE1o6yBvF0y2fLyRTlnb6mXtWXw9t8lS { width:19.75rem;height:2.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPz4LE5DSmD3zrN3IGmN1RT6RSO16wtV { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPUtzZw6hRKe5hWIWTnanB8iku7sAGQv { width:16.1875rem;height:4.125rem;top:12.875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIb1uAkDsdGu4Lz1BP0qLL5I6TDTwV1n { width:1.875rem;height:1.875rem;top:7.90625rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6vRn9L42WT9qAU3fBAgGibkCAE6pyWK { width:4.6875rem;height:1.25rem;top:8.21875rem;left:8.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QAphFFri09C8vq5G3F38V5D8TpRhbEAB { width:5.5625rem;height:1.625rem;top:8.03125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V24rwcffkZe4HLrzXHFaVf1eQm835Dsy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09a0776a-ebc3-4ba1-9e04-0343ce9d7460/Voicehead.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy.adaptive-delivery-prevent-bg, #V24rwcffkZe4HLrzXHFaVf1eQm835Dsy.lazyload, #V24rwcffkZe4HLrzXHFaVf1eQm835Dsy.lazyloading { background-image: none; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container { background-color: transparent; background-image: none; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container > .video-iframe-container { display: none; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row > .video-iframe-container { display: none; }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .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); }#V24rwcffkZe4HLrzXHFaVf1eQm835Dsy > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPo6hhKhq52su4KRuohKEa8MQkateyfA { width:20rem;height:3.33125rem;top:5.8896484375rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFUzUOyA8bznyzLhnKtKUTiXiQC0ONiA { width:17.375rem;height:9.59375rem;top:14.75rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fX1FzhieZDAPBMdpHVL25EEBMDW9Au3y { width:20rem;height:13rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHTJCIw8V9Tg1PAl1todt0gTTnkSALTH { width:15.9375rem;height:13.5rem;top:27.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIRx0mltxunUbKRVmTlTxU9Z9Wd648eM { width:20rem;height:4.7942754919499rem;top:97.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP7BCW4qwdnquahVIBHxRflRaLHNPRvU { width:12.625rem;height:2.625rem;top:98.5625rem;left:3.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkeRXJVKgfe2toOvF2do1SfHsihKH11i { width:20rem;height:49.0625rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqU6Nal3D123kySNPw4ZSI39A9DPheTR { display:none; }#bqU6Nal3D123kySNPw4ZSI39A9DPheTR > .row .container { width:20rem;height:29.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tlmlsMSC5xlApXrnoR8gSXdiLZoONlpT { width:18.75rem;height:1.58125rem;top:2.5609378814698rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xfv4KeXPtDdggt6bvgxyOuJSNms70X9C { width:18.75rem;height:2.475rem;top:7.89687538147rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oksRbIhbwHy2wvevcCpu55sv07lXnW4p { width:18.75rem;height:2.0625rem;top:11.12265586853rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTyCFngXQc4JTaEeFZnCJ2Cg6SvnqA4o { width:10.875rem;height:2.5625rem;top:4.6851568222046rem;left:4.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOG4QNTpGxZu0d5V43wCcvfJ01PfPert { width:16.1875rem;height:13.25rem;top:14.8095703125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 { display:block; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHWl3kS4TLOaMXUbBAiCxcb4MTN0iolw { width:18.5625rem;height:3.8984375rem;top:2.5867233276367rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvOfU4dMR9oDIZImdFRIca041ilI6efk { width:18.75rem;height:2.923825rem;top:10.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8JgMHnVOX8t4hMz8ozNPTpBiwEu4KpV { width:18.75rem;height:17.05078125rem;top:14.490234375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qXBJgs4vzmsblZocCuZzEpyCxrWAgJgT { width:18.75rem;height:1.4625rem;top:47.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3CMt1sUlxrwRS2kEFSnWGSTbQ16OZTB { width:18.75rem;height:9.09375rem;top:49.9375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qfz8q501wNClKcaRIpm8rmJGMqQHH2R1 { width:18.75rem;height:9.09375rem;top:65.375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #onKZXkwrGhF7RqecloHtEF9VNbiiiODq { width:18.75rem;height:2.923825rem;top:61.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTGuMhI5i5Hx1PRUAoxlXFNcyB7NNv7l { width:18.75rem;height:7rem;top:37.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5CNQZxGxlQoTzGkIFaVCVGpHROABG4C { width:15.4375rem;height:12.875rem;top:75.3125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSxMx5noxIoQX5DQfvRrz22PttbdGF1Q { width:20rem;height:26.375rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmD0dLWLLHLmkKF8CbTXBGMPWK7IkO8W { width:20rem;height:13rem;top:46.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apMaMdiOv2xi4cWrkoDUstK51ln6IddU { width:20rem;height:18.5rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNIaqHR8BwUqzgenNwIDRBEaemlCEPyX { width:20rem;height:10.7685625rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJqXR45deICtFu2pMdK8TZ7FwbPm5Z6i { display:none; }#vJqXR45deICtFu2pMdK8TZ7FwbPm5Z6i > .row .container { width:20rem;height:121.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sNRPoxHmWHbF8ULHsJxlw5O7GiwRI249 { width:18.75rem;height:1.86875rem;top:1.6640629768372rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyDAiQUInBi8ZwszBnSWPCuqlyoxTOAw { width:20rem;height:17.453125rem;top:100.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiCtp5TvyhoGObBeSGyAHcs0SHDxL6Tz { width:5.0625rem;height:1.86875rem;top:3.6578130722046rem;left:11.737500548362rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHgMa2FlBn0E10Id6R3siTiSl6pMWSVs { width:10.8125rem;height:2.125rem;top:3.5328130722046rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnkCpVcd7TVMHIIzb2kmZL3LwrORV4rw { width:16.25rem;height:13.8125rem;top:8.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9CM7gsBx528TWeD7tITyVKSO6LlHR4O { width:13.25rem;height:4.22265625rem;top:15.5rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VRa0CdTbzK1XTsMTgWlmwJsmF77Pqyhr { width:4.6875rem;height:4.6875rem;top:9.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukFwDXqnSVkOzXusyaa7rnCiEMX7UX3K { width:16.25rem;height:13.8125rem;top:23.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBwTTRrwkVittu242UsJCRIkL4ZrcMy { width:13.3125rem;height:4.22265625rem;top:30.5625rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4UInV7rEmcgSnTpnylSsfdJml9osh6N { width:4.6875rem;height:4.6875rem;top:24.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6iIPVfX5Tatgh6nHbTOJaxtM39dXCS { width:16.25rem;height:13.8125rem;top:38.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4J3v3kJ1p4gc6WOP6EIBZNR988QKu3A { width:13.3125rem;height:5.27831875rem;top:45.5625rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qw8PqILdftmp8PEtrEioXeTwpRlb1DxK { width:4.6875rem;height:4.6875rem;top:39.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyNVxDDf7qpJc203GP69EkgkaSTXyVnC { width:16.25rem;height:13.8125rem;top:53.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz8qMdCegsn7REWBlN91peqR4lOTU3T6 { width:13.25rem;height:5.27831875rem;top:60.625rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTspwv1CwJ98xKBE4KtwEl5bqlpM0rCk { width:4.6875rem;height:4.6875rem;top:54.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM1Tqw7MMz8O6bOe8ahlAIGJXRodWbP5 { width:16.25rem;height:13.8125rem;top:68.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wskuETTmuFxObpWIAdlRCw7Gt4IkA4q2 { width:13.25rem;height:4.22265625rem;top:75.6875rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0aq1MbuV19eQTbiwWmTvXJrR80QSwuL { width:4.6875rem;height:4.6875rem;top:69.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVBp374u5ALICrJevGbk3fzlNma3uEs { width:16.25rem;height:13.8125rem;top:83.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7GRUTWGcft2MxkLGrzBX8Gg1gROPQm { width:13.25rem;height:5.27831875rem;top:90.75rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I5m2XpcneI7cy7D70NDxuca2vOyNRZau { width:4.6875rem;height:4.6875rem;top:85rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt { background-color:transparent;background-image:url("https://images.assets-landingi.com/dnJAHiNT/5039684.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt.adaptive-delivery-prevent-bg, #MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt.lazyload, #MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt.lazyloading { background-image: none; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container { background-color: transparent; background-image: none; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #096fd1; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container > .video-iframe-container { display: none; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #096fd1; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row > .video-iframe-container { display: none; }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .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); }#MZuWN6X3NPWKMl8347pWPw8wqoT4IgAt > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7FVAfZ6zGDFqboQv9By6BX98tnZXiyb { width:18.75rem;height:4.275rem;top:3.8125rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 { width:18.75rem;height:19.4375rem;top:16.875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #ARopS92ekvNTkhBETLkkAd68H9r43HKW { width:18.75rem;height:1.4625rem;top:13.4375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBIoSTi0tlQT1quwIBzBG940ZnRRkqBO { width:18.75rem;height:1.4625rem;top:43.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh { width:18.75rem;height:16.027375rem;top:47.375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
 }@media only screen and (max-width: 763px) { #P5NX02p46TnlZfGwsxygEu0Zq5RncIhb { width:20rem;height:25.1875rem;top:41.75rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #seO7kMtB96M8UvwbIZoU9XqnHV6Hp0S4 { width:20rem;height:29.125rem;top:10.875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB { display:block; }#NKVLGg1MQzKXEFLtnLhacExNy4sPw7HB > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhQQN2EEN5IJHFMdS1OwroTmvmD5nNWu { width:10.499125rem;height:10.499125rem;top:8.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqWfruZzELgIilfR2XAbVeU73vZleNGm { width:18.75rem;height:1.4625rem;top:19.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7IUl1d5fWsJGw09S3FJAtThRTr0qI8o { width:18.75rem;height:1.4625rem;top:56.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mtab2DxVDgFo3KE0HnkxhEJkAPxCMG0B { width:18.75rem;height:1.4625rem;top:37.875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwWP6H4AwT4m9NJrr1HxPSbvvwttgqKk { width:8.125rem;height:2.2734375rem;top:21.6875rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCEFqUZXa33c1nxDZqebWySl9g01NGbE { width:8.5625rem;height:2.2734375rem;top:39.9375rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhWEGHHae6vfA5LoSXm0Z9nbbSpQBPSH { width:9.125rem;height:3.41015625rem;top:57.5625rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPPdOc1gus0md3DMb0vAKoDyOslu4FTz { width:10.4373125rem;height:10.4373125rem;top:45.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TON5Ptr0JLPDNREQd0pGLfgGANrEyAQw { width:10.4373125rem;height:10.4373125rem;top:26.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AToCskN7uH4k2J1Sib4LWy751mmKPuAa { width:10.5625rem;height:16.75rem;top:8.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbI1WsamzBECNFB3tA16wihrFOWDTULW { width:10.5625rem;height:16.75rem;top:26.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsKTEe8BTavARHMaR7wozldcs6Q3zKE { width:10.5625rem;height:16.75rem;top:45.125rem;left:4.75rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #Me7fkfNcguqthXqrfFTrHTdobPlwW1pF { width:20rem;height:4.8125rem;top:1.3125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Mh6VyBVG5A3aETKf0a11FCBAqoE7RLxU { width:19.3125rem;height:2.03125rem;top:2.5rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ { display:block; }#Flrw5oq13DCnzy7H6OE3WS3NJk7JM5GZ > .row .container { width:20rem;height:113.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDHNNiVqV0F03iyeXlfozt0Cs5dG1uLO { width:14.1875rem;height:4.546875rem;top:11.375rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5ADrSUcnIFv8twnc2vDIv0OgzFAXmEf { width:12.0625rem;height:2.475rem;top:8.125rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WP74z5s9A58puaZ5DyZC78uaKc6esLKI { width:13.375rem;height:6.8203125rem;top:28.537501335144rem;left:3.3124998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ircJp5QkUi8xRuVGdrXcTCtQts7MlMJO { width:9.625rem;height:2.923825rem;top:25.350018883124rem;left:5.1874998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bzf1oqnBekbgvyFgclIGz3PqXytyUWbf { width:13.5rem;height:6.8203125rem;top:46.962524414062rem;left:3.2500001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUJO6TaTz5bPzzDNX2UT3ILn4TyP4CyN { width:10.0625rem;height:2.475rem;top:43.837500572204rem;left:4.9687498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOp0Bhi6WFU1o0554yzMTH45RnT8ihTW { width:15.1875rem;height:1.4625rem;top:63.312500953675rem;left:2.4062501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VobLXHfDTn9LTEIaRHSXRrUiQDhhkzOD { width:13.0625rem;height:6.8203125rem;top:65.400024414062rem;left:3.4687498807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2PP4GrIfzoTkgZDJN2C6SkKJF4SMQow { width:14.3125rem;height:6.8203125rem;top:84.737504959106rem;left:2.8437501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEvmqy7TiGCJ10SRpArVC4UT2zgU6UHC { width:9.5625rem;height:2.475rem;top:81.56250190735rem;left:5.2187498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNSwRZmCoEgEsOetsWVmwAii00LcWZD { width:4.6875rem;height:4.6875rem;top:95.062504768369rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdkzGT76hoFnci74n7GruKqXHd9Oq6iu { width:13.4375rem;height:1.4625rem;top:100.56250572204rem;left:3.4062498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTy4nNEvrQ90G70h8XT23UbhKkapuDAo { width:12.6875rem;height:6.8203125rem;top:102.43750572204rem;left:3.6562498807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMyOllhBvy7QLVSx6qaI14tiWJTW9G4N { width:4.6875rem;height:4.6875rem;top:58.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA0mgLPyePQsN00rm1HqDPX80TAPPK7l { width:4.6875rem;height:4.6875rem;top:38.812500953674rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #avrMpiNZoL6f6T5hN8owxBcHTBL3X9NE { width:4.6875rem;height:4.6875rem;top:20.673407554626rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #snupx9oBPSl4TVeuTODv9ug77xWSOq3f { width:4.6875rem;height:4.375rem;top:2.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3p1uHPTu5kI4Rc8kT1wm9VJf3HuHpwp { width:4.6875rem;height:4.6875rem;top:76.250000953675rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeDsoWkMRywkdlFqGgJeQlaahRmyHlMT { width:15.875rem;height:16.9375rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIsfvaRWJE8RphFMTTBFRmh95lOJmsuS { width:15.875rem;height:16.9375rem;top:38rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU8zkSDNIKm74OoSISdXekpWOTuyP1iT { width:15.875rem;height:16.9375rem;top:74.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw0wbtxirmPZ0Mdmq31GrPSp6y0VowP { width:15.875rem;height:16.9375rem;top:19.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCbOsNJ08Tcqvgpgna9LyvSanCTT6Iyz { width:15.875rem;height:16.9375rem;top:56.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbmWqRCEDUt0Xxe1sUa6GfOW7zku7xL2 { width:15.875rem;height:16.9375rem;top:93.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVi7NTkchSL102fnksDNDFhT077qPbVH { background-color:#ffffff;background-image:none;display:block; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container { background-color: transparent; background-image: none; }#bVi7NTkchSL102fnksDNDFhT077qPbVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container > .video-iframe-container { display: none; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row > .video-iframe-container { display: none; }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .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); }#bVi7NTkchSL102fnksDNDFhT077qPbVH > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE6CrXspnXqGTUbdbXL3qQi1Z0BVZQDm { width:20rem;height:15.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui70wV51aLu43APsMeqzEP3aF7vMFEFx { width:9.625rem;height:10.75rem;top:2.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsoUHqKlzInE4SivQTsxdH2TwQN2tS1 { width:15.625rem;height:3.4375rem;top:19.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR4n33Jhy11rLXZ4DZkt0B3kwCkJVrhw { display:block; }
 }@media only screen and (max-width: 763px) { #Gc9t6UdJOzoZoxtdOoCHmRxR692uzHnf { width:13.0625rem;height:3.4125rem;top:14.3125rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abvWvMp6TnfWigp1cKr7SeWObWcVIUQS { display:none; }#abvWvMp6TnfWigp1cKr7SeWObWcVIUQS > .row .container { width:20rem;height:277.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RPFm2tNn8QZFRR47HrZx7sUebpsuK6nM { width:18.75rem;height:1.375rem;top:10.125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7xMuTcHKsdIbza0HpT7IUazLNicTGeB { width:18.75rem;height:1.925rem;top:2.0625rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPFwryXZvfGyvopwqoBUmE8AWiSgvRps { width:6.25rem;height:6.25rem;top:16.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkELkJXfsCubSqPUwxcLTGXUPrB8wAdh { width:6.25rem;height:6.25rem;top:85.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcisetVNbscriVKRBgwE1KTIht7ePmWg { width:16.25rem;height:5.68359375rem;top:24.125rem;left:1.8750001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8RiFXn4oF8UPV44LCk3p6ITMti5300o { width:14rem;height:5.68359375rem;top:92.9375rem;left:3.0000001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzVp2tMKQfUWOkoaw3H7R8lqgypBU2Kf { width:6.25rem;height:6.25rem;top:156rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #snK2AJSfaL8cNQDgDpWxRNTwkBKSqqNz { width:6.25rem;height:6.25rem;top:225.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4c5pIBPTku4DiucUh2mywHEi9xTDVkc { width:12.0625rem;height:4.546875rem;top:163.6875038147rem;left:3.7812498807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzkM05Q2cAw1qomOO3MBvmhCU6IB9FRE { width:12.5625rem;height:4.546875rem;top:233.3125rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4DoAK0IImeRBQoETS85v4iidqWWEbTo { width:6.25rem;height:6.25rem;top:33.5625rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpHQunhS02dJMcqtkNyH7QTxnJWIJLw9 { width:16.0625rem;height:5.68359375rem;top:41rem;left:1.9687501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhCk1IVxSbww7lcQmCS6cJMbIFEkRp2i { width:6.25rem;height:6.25rem;top:102.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSEpw22Ta4995hcMGOQPkVTL4O9zIL7n { width:6.25rem;height:6.25rem;top:172.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWV0uco9vzay6T5RViqsMLRhHFHENu47 { width:6.25rem;height:6.25rem;top:242.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2XReCEHRd2ua0UaXZbaxO4yppMmv9ak { width:6.25rem;height:6.25rem;top:51.5625rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI45sDSTfQmU7kEkOQGECkmHOrA5cB7t { width:13.4375rem;height:3.41015625rem;top:59.512500762939rem;left:3.2812498807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KM1KpWFxi5zwEKqexTTzhiQxK4SHx45L { width:14.5rem;height:5.68359375rem;top:110.3125rem;left:2.7500001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6aS89wLxtuBeZgHFP3i8hO1KLSmt6Nh { width:14.5625rem;height:5.68359375rem;top:180.0625rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F56rhN65xKJooZK1laOiy7rS70oIg9CB { width:15.0625rem;height:5.68359375rem;top:249.875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHdVGpDLGOrhIlFALFUZ5q62d0MsauHC { width:13.6875rem;height:4.546875rem;top:128.8750038147rem;left:3.0937501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWd9Tdt9TAT8ISlSeSZgUz4xsI1b3I5P { width:6.25rem;height:6.25rem;top:120.68750333786rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdi03ThtoM8HwmVkJQyl9CkuLbgyb58f { width:6.25rem;height:6.25rem;top:190.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoS4axhlTy1TRV4uXkk26U0HHe58ykIf { width:6.25rem;height:6.25rem;top:259.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT93QZN4OJhKNBb4Qsb2FOBBIcPlTL31 { width:11.375rem;height:4.546875rem;top:198.0625rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dx8FrcV4nIe8Uf3MAHT5mJpCZr08eNLs { width:15.625rem;height:6.8203125rem;top:266.31251811981rem;left:2.3750001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Umbz1RUmlooTil2ONVgaDNg0vbHfPoa2 { width:6.25rem;height:6.25rem;top:68.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWw1mJTDHnrUM7nAzxeM28a3ppdhNyc { width:15rem;height:5.68359375rem;top:75.8125rem;left:2.5000001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TScf6ggwxDrEM1XIxwq6fNfziDBV3fQ2 { width:6.25rem;height:6.25rem;top:138.37500333786rem;left:6.6874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbnlmyhFTkyc9ntotggzhAoh9avq1n7F { width:13.875rem;height:5.68359375rem;top:145.68750286102rem;left:3.1874998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCLFtilUwrpqGzpPCv8DRr5UK69aFZyM { width:6.25rem;height:6.25rem;top:207.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #apDrIBUKnamtahCheVdOe7OpvycBi4vB { width:14.375rem;height:5.68359375rem;top:214.8125rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4qfA0ZkFrT9tDyG67PifMgu93xDrKzk { width:15.625rem;height:3.75rem;top:5.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW2IG36WTUOlZTfLQofrsIUfXJtxUeUq { width:17.625rem;height:16.0625rem;top:15.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmVsa0ddxdkCwsAQvt73Qd5WNq03dUBZ { width:17.625rem;height:16.0625rem;top:84.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTgtX1ZDKXELav2BllNrxLseSpinmUMk { width:17.625rem;height:16.0625rem;top:136.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTtvLHvTkw01qCHJFT7aEsJVKT67JJW { width:17.625rem;height:16.0625rem;top:223.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sknvAXGiI7BMNLiFA2v1PmBlmSAEkgEI { width:17.625rem;height:16.0625rem;top:32.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02VJGVy9zIAWBOSlM8iLDH6hJk9v2eC { width:17.625rem;height:16.0625rem;top:101.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cwNsI13ZsouqC1zE0LagNACgtfTnNT { width:17.625rem;height:16.0625rem;top:153.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSSFaCnUkthtqeeW0xhaenOk0RZJo2ur { width:17.625rem;height:16.0625rem;top:240.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyq42y28DCiHpwTe34nTMF4MEevdtAhg { width:17.625rem;height:16.0625rem;top:49.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv6CG6RiLeK2z4LVBEoBDAQm9bkq9XsQ { width:17.625rem;height:16.0625rem;top:118.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfBzi3Tee77kZtFyLOIKBlCdUwN3Tpb2 { width:17.625rem;height:16.0625rem;top:171.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9n8Mpg83GBCaFmknC3KrBf6fiVdW5z7 { width:17.625rem;height:16.0625rem;top:258.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXfSQy84beDvmHNoITefbyhiQTC85VNb { width:17.625rem;height:16.0625rem;top:67rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxT0xfADnWBqd0NMF2ehKwlvMoiRBMZk { width:17.625rem;height:16.0625rem;top:136.25rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISVL1MZ1hCATJ8OekKhAlvK273LObPgt { width:17.625rem;height:16.0625rem;top:206.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSiTkRtWF58sGHNtJuCHm7zhLPx5NLsr { width:17.625rem;height:16.0625rem;top:188.625rem;left:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB { display:block; }#nWrTyg5bp2TEMrATNyTUDmlMhMh94sbB > .row .container { width:20rem;height:103.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r50U9wVbBX7BfseNkD6Bx9zmVf0qaviO { width:20rem;height:15.375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttE2e2hdMUK9nfDc74QWyWU7Jnn7kAe2 { width:14.0625rem;height:3.65625rem;top:7.8125rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gwndym2ImF1RcsR4Bv5IAJFNFXa95EtU { width:16.9375rem;height:7.1484375rem;top:12.5rem;left:1.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAQJaIExDSrafT6kbHWnyiMOBtJN2g0q { width:20rem;height:15.8125rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5LhOB7kTTwsgWImtpCxhThdRHq387cD { width:20rem;height:14.625rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZqTnMenVNKRmt3qnvhT3F2uakuWIDMg { width:20rem;height:17.3125rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmHzknHq1d3tGNvzTKckWf252tZHuTR { width:14.625rem;height:4.875rem;top:25.1875rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4kXTIhP1qwfrAG6mHzRPiQWhmg7tnAc { width:16.375rem;height:8.042rem;top:47.0625rem;left:1.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMUypUIw8ndSO6A6cwMwgnzwapm4pXly { width:14.5625rem;height:4.875rem;top:42.5rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udZlJV7Txu2bhNHSUwU2XSJaZRRgnhH8 { width:15.75rem;height:4.875rem;top:58.4375rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIsSL5lsfaSSCQrd3gPSn4JBKCSXfZJx { width:16.0625rem;height:7.1484375rem;top:30.9375rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILlARJ2dq2sh9gCuc5sm5wGKTMAUULhE { width:17.125rem;height:6.254875rem;top:64.625rem;left:1.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anTLAs8zbU2PTT3ab1FR4NT5yZSkyFDA { width:20rem;height:13.625rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usKtzkVGuHFfihbKrWhb4JX6kAUFFB6L { width:12.75rem;height:2.6806625rem;top:80.6875rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pS4L2xcT8XMIlRpAHRxGlhVJ0xTn5BnT { width:12.1875rem;height:3.65625rem;top:77.5625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uweNDEa2EUa2opddgtx2qMChri7ivqtx { 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) { #k09aGGt6WAO0gyDo2cRD1FQN2JX1d6nV { width:1.9375rem;height:1.9375rem;top:90.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyVBrlgfk40xI8KfiBZrcXSwPHIJqTlu { width:6.0625rem;height:1.9375rem;top:96.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4tr34Ivifx2kHo1PlMW7Pw2HRfuakoA { width:6rem;height:1.625rem;top:93.9375rem;left:7rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n79POJAvz6NTaV5FQwtcaBUUyZ69847R { width:17.8125rem;height:2rem;top:100rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2oBT1vTMfaXJ4bxeDT6kUobrkEW8ZEz { width:1.875rem;height:1.875rem;top:100.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrQ38RscPb4mZWhUGhgVRF5Vp8UNXdDz { width:5.625rem;height:1.5rem;top:100.3125rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m6TfhxbLCFNsnXBsDdo39dTA34WpOAJU { width:5.625rem;height:1.75rem;top:100.1875rem;left:12rem;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; } #T5T1wqpRN5Odw1QHyiHyuiIovJsvTBVT > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb046292ef85991c924a4a4bebb77957.widget-smartsection { display:block; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #I9usDHWlzHUfglVCovLlVxkeaHDg0KpT > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 { background-color:#ffffff;background-image:none;display:block; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container { background-color: transparent; background-image: none; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container > .video-iframe-container { display: none; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row > .video-iframe-container { display: none; }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .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); }#oZbAAXFbQTvSdNcWCXkxQKtvKnD9nDv0 > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPZEJSEHB19Xeqt5ScCAuxdTmeDtEpDw { width:20rem;height:14.625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GseuavJTI7KRcZeTDqhPN698QAbPLnl4 { width:10.5rem;height:11.75rem;top:2.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLPAkcasuBzi5FeBIbUXMd8V6bwVDdWL { width:15.625rem;height:3.4375rem;top:20.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nygXMkTwTXooGZc8IrcfIWtW2VTfvDGT { display:block; }
 }@media only screen and (max-width: 763px) { #i8tgfD1hgogP30Ama1g6G4bNpVyT8CZ5 { width:17.6875rem;height:3.4125rem;top:15.375rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeeDW08GccWVwfwInWzaUVZKMccCUXIF { 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; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF.adaptive-delivery-prevent-bg, #ZeeDW08GccWVwfwInWzaUVZKMccCUXIF.lazyload, #ZeeDW08GccWVwfwInWzaUVZKMccCUXIF.lazyloading { background-image: none; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container { background-color: transparent; background-image: none; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container > .video-iframe-container { display: none; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row > .video-iframe-container { display: none; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .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); }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF::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; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ZeeDW08GccWVwfwInWzaUVZKMccCUXIF > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grgB0Pwm1UWQcapcLT7JhUTuk8IeKcxd { 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) { #I4DdOGmomzCwt9uu921I73FgoZJDHtdr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#I4DdOGmomzCwt9uu921I73FgoZJDHtdr > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slZbbk20HoksBTPqNtIaZSXEvoBaL2Qi { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq0JrCLheDAhV1E4Q6Jx7bUAnorv0R2D { display:block; }
 }