.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); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz { 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; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container { background-color: transparent; background-image: none; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container > .video-iframe-container { display: none; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row > .video-iframe-container { display: none; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .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); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container { border-width: 0; border-radius: 0; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#XnvtGtywlmvB67Z74PF7T9H8MlP06WwR { 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:9.3125rem;top:2.375rem;left:18.125rem;display:block; }
#tVTfzgyANnGUCxkD0Bq0lytuLX4fZkVl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#S14JUsTRgc0lnznizgVeQefouehtM4Ur { 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:3.625rem;width:15.125rem;top:2.125rem;left:57.75rem;overflow:hidden;display:block; }
#HZPGT6r4s2LKITPuUgQQ8g6f4WVulmyB { color:#530097;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.287109375rem;left:19.4375rem;height:1.29980625rem;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);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; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#CdAOvwEoLmf05eelu9rbTPNc1NP52TTh { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:2.375rem;height:5.0371125rem;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; }
#pQCR7ynHJTXmwK9FBKfTlUOzHzAgIlRL { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:14.0625rem;left:2.375rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIrmgIzTRIgOPocLBvEfvcCwJLgXwtRb { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:20.9375rem;left:2.375rem;height:7.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; }
#D6szwAsV8yqyT0PmTiwEHgHIS22rPTD7 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:11.25rem;top:17.6875rem;left:33.625rem;overflow:hidden;display:block; }
#x5a7yKUg2HXI5T7kAiLOKuNgdvaP6gEH { position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.2), rgba(240,239,245,0.2));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.2), rgba(240,239,245,0.2));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.2), rgba(240,239,245,0.2));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.2), rgba(240,239,245,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33f0eff5' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(240,239,245,0.2));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:36.1875rem;width:21.5625rem;top:7.25rem;left:50.25rem;display:block; }
#DyTwE3rJICsdsu7WXt1riWheoFOFsrCc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:4.8125rem;width:21.625rem;top:4.25rem;left:50.25rem;overflow:hidden;display:block; }
#ExGARZKINIcEfs5apaJBwndX59pRCGkf { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.9375rem;left:52.71875rem;height:;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; }
#pbgRg9QPff6aUDEUaE96xHNGuoOV8W4X { position:absolute;display:block;z-index:15074;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.8125rem;width:7.625rem;top:18.75rem;left:30.75rem;overflow:hidden;display:block; }
#Ainn5VAA7pCbmCq3N6KfDL5MKhDAhQIh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:12.75rem;left:34rem;overflow:hidden;display:block; }
#Xsnu9kAOXoF6VdiRIeKVZsToDL6HMvsT { position:absolute;display:block;z-index:15150;height:29.125rem;width:19.125rem;top:7.25rem;left:51.5rem;display:block; }
#OklFrUGbDlWZy6a4rSgEaHp1mtsFvTE0 { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:40.8125rem;left:53.125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#LoJy4UccrsTLhxyCLvk9Agm8XaaLIqf0 { position:absolute;display:block;z-index:15182;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:31.0625rem;left:2.375rem;overflow:hidden;display:block; }
#QRPBdECAuOFOh36zQLV1dhEwTxpWI212 { color:#662483;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15212;line-height:1.4;letter-spacing:0;top:33rem;left:9.3125rem;height:4.19970625rem;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; }
#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T { 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; }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row .container { background-color: transparent; background-image: none; }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row .container > .video-iframe-container { display: none; }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row > .video-iframe-container { display: none; }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .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); }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row .container { border-width: 0; border-radius: 0; }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#zf2WW01ax0Fxq6a2rfPXiL4ircw2nvIa { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:3.31640625rem;left:2.8125rem;height:2.68115rem;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; }
#Ry3PTknEU31aypkhBWIvwSvTeeKe9BOy { position:absolute;display:block;z-index:15004;background-color:#1250ad;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.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:60.875rem;top:2.25rem;left:0rem;display:block; }#Ry3PTknEU31aypkhBWIvwSvTeeKe9BOy.adaptive-delivery-prevent-bg, #Ry3PTknEU31aypkhBWIvwSvTeeKe9BOy.lazyload, #Ry3PTknEU31aypkhBWIvwSvTeeKe9BOy.lazyloading { background-image: none; }
#AtAsGNVI03mFJJitSgpUbXFThWcZykbD { 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; }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row .container { background-color: transparent; background-image: none; }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row .container > .video-iframe-container { display: none; }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row > .video-iframe-container { display: none; }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .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); }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row .container { border-width: 0; border-radius: 0; }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#RVxFVDfWBZhVDkWmb52EvOH7M58iAETQ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #698fea;border-left:0.125rem solid #698fea;border-right:0.125rem solid #698fea;border-bottom:0.125rem solid #698fea;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.5625rem;width:6.5625rem;top:16.937496185302rem;left:54.561634063721rem;display:block; }
#ba4rJiOPFeMiHZ0asRTpQfeccxlUqFup { color:#212121;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:21.5rem;left:38.0625rem;height:;overflow:hidden;display:block; }#ba4rJiOPFeMiHZ0asRTpQfeccxlUqFup li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ba4rJiOPFeMiHZ0asRTpQfeccxlUqFup li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
#UAvNzgzTI4Z42v3XKFDiBMlhw7V03iXg { color:#212121;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:21.5rem;left:5.0625rem;height:;overflow:hidden;display:block; }#UAvNzgzTI4Z42v3XKFDiBMlhw7V03iXg li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UAvNzgzTI4Z42v3XKFDiBMlhw7V03iXg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
#deNqHNux0MnTsk29QhFHDaZx0ok0ArBC { position:absolute;display:block;z-index:15001;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:18.625rem;width:75rem;top:1.6240234375rem;left:0rem;overflow:hidden;display:block; }
#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO { 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; }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row .container { background-color: transparent; background-image: none; }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row .container > .video-iframe-container { display: none; }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row > .video-iframe-container { display: none; }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .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); }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row .container { border-width: 0; border-radius: 0; }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#FXgzfl5H8000m8gVV6tN44iFtz73oTfC { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.8125rem;height:2.68115rem;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; }
#Pfkvl9DSTevL9P9H8SfbEZzkUTby3iU8 { position:absolute;display:block;z-index:15003;background-color:#1250ad;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:48.5rem;top:3.3125rem;left:0rem;display:block; }#Pfkvl9DSTevL9P9H8SfbEZzkUTby3iU8.adaptive-delivery-prevent-bg, #Pfkvl9DSTevL9P9H8SfbEZzkUTby3iU8.lazyload, #Pfkvl9DSTevL9P9H8SfbEZzkUTby3iU8.lazyloading { background-image: none; }
#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT { 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; }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row .container { background-color: transparent; background-image: none; }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row .container > .video-iframe-container { display: none; }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row > .video-iframe-container { display: none; }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .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); }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row .container { border-width: 0; border-radius: 0; }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#VhUKqQwP12yFTaGTLDLuetuWQ03xiEI2 { color:#212121;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:2;letter-spacing:0;top:9.9375rem;left:12.125rem;height:7.4375rem;overflow:hidden;display:block; }#VhUKqQwP12yFTaGTLDLuetuWQ03xiEI2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VhUKqQwP12yFTaGTLDLuetuWQ03xiEI2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp { color:#212121;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:9.9375rem;left:38.1875rem;height:7.4375rem;overflow:hidden;display:block; }#Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9154fdab-ee6f-47be-b2db-cbfabb6acc92/ICONS_Mesadetrabajo1copia6.svg); }
#ZAkT9oJy4K8LSlO6UP3NCxmJFmWTqaO7 { color:#212121;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6rem;left:12.125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3TsvNfv7qbX6Jkqcqt89bVrqqJtUhgH { position:absolute;display:block;z-index:15004;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:15.875rem;width:14.4375rem;top:3.625rem;left:48.375rem;overflow:hidden;display:block; }
#TaEW4pen19n18OyTAnRJrl6exgUv5PBD { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fffdfe;border-left:0.125rem solid #fffdfe;border-right:0.125rem solid #fffdfe;border-bottom:0.125rem solid #fffdfe;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:19.6875rem;width:56.25rem;top:1.5625rem;left:9.375rem;display:block; }
#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/e23a33a9-5805-4074-a474-9b3a654152c4/image43.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a.adaptive-delivery-prevent-bg, #SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a.lazyload, #SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a.lazyloading { background-image: none; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row .container { background-color: transparent; background-image: none; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row .container > .video-iframe-container { display: none; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row > .video-iframe-container { display: none; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .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); }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row .container { border-width: 0; border-radius: 0; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#o61tdcBQDDB6BT2ZIgg2WKLpTcG9wzyJ { color:#ffffff;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.875rem;height:5.0371125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OIvxTiPFaHcLUqX9F7GbJBHflSI9am9L { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5625rem;left:4.9375rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#XItHlQgC0PfJRlrK5nUQAWkvaU5ONIAe { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5625rem;left:43.5625rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#iHgQvnfdTwANIWTVibAIeoVRnXn93XgA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8.5625rem;left:2.875rem;overflow:hidden;display:block; }
#OJUhxhR5BfwIbZqTDUILMTh7Q4GJBy6V { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:13.375rem;left:2.875rem;overflow:hidden;display:block; }
#ubGfxqvTtC9O84o5BZoJZMsgzI81nSV2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8.5rem;left:41.625rem;overflow:hidden;display:block; }
#L7MNrZgmegbVHQlwNIlMIBQnpG023Vtg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:14.5625rem;left:41.625rem;overflow:hidden;display:block; }
#MKULc1PtM8MIB4MGzbOwA8MvNndNorO5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8.5rem;left:41.625rem;overflow:hidden;display:none; }
#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b { 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; }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row .container { background-color: transparent; background-image: none; }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row .container > .video-iframe-container { display: none; }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row > .video-iframe-container { display: none; }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .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); }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row .container { border-width: 0; border-radius: 0; }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#lpLrson2byLfKXztu3WR4fODV2CizPc1 { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.8125rem;height:2.68115rem;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; }
#qJRya9LHSBlZoXR6pbczllTq0Zq6xPhr { position:absolute;display:block;z-index:15004;background-color:#1250ad;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:17.5rem;top:3.3125rem;left:0rem;display:block; }#qJRya9LHSBlZoXR6pbczllTq0Zq6xPhr.adaptive-delivery-prevent-bg, #qJRya9LHSBlZoXR6pbczllTq0Zq6xPhr.lazyload, #qJRya9LHSBlZoXR6pbczllTq0Zq6xPhr.lazyloading { background-image: none; }
#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN { 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; }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row .container { background-color: transparent; background-image: none; }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row .container > .video-iframe-container { display: none; }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row > .video-iframe-container { display: none; }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .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); }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row .container { border-width: 0; border-radius: 0; }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#PVAoN2695BnhdRpIVOQWOvDwAapbK577 { color:#585858;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:3.25rem;height:5.2807625rem;text-align:left;text-align-last:left;display:block; }
#r0TkoC5NiAyNlwtV3d85hi6B6L5Wfdx3 { color:#096fd1;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3747825622556rem;left:3.2497825622559rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#p8dqDhDg9BkTeC8HJBFIeTO1ArtCvdZP { color:#096fd1;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.250000953674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#GrVLGtZTytGxSulKX3BsnbbidlrAXnmE { color:#096fd1;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:52.875000953674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#fSSrwgQgGNanAi3uwmWITaa04Ti248fg { color:#585858;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3116302490238rem;left:28.24978351593rem;height:5.2807625rem;text-align:left;text-align-last:left;display:block; }
#QHXMEOTRH0J6ug0UVkRU25dSSqdHyBxC { color:#585858;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3125rem;left:52.875rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#MayANzqw43J6Nod4u5cbNK2CCg1ZmnFC { color:#096fd1;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.2490234375rem;left:3.2490234375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#dg3ypgxUFAfoVlsxokXGZBIRcPJslfz0 { color:#585858;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.25rem;left:3.25rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#sLise5fFS8tLAdUWNB5hfC8BQq15tv6P { color:#096fd1;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.2490234375rem;left:28.2490234375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#AHsz8HAnRVRASZUkdGhOom5G3tJx3aFe { color:#585858;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.25rem;left:28.2490234375rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#FbSWv13AI5wm1mP8de5VEhg232K2TNc5 { 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.9375rem;width:3.9375rem;top:1.9990234375rem;left:3.25rem;overflow:hidden;display:block; }
#RVUHxTfqPnMKgHzrbdMlvHmLVnPEOP1T { 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.375rem;width:3.375rem;top:16.3740234375rem;left:3.25rem;overflow:hidden;display:block; }
#VT9koXXFEsmclBJg7J2lS10O2Xq5Hveq { 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.9375rem;width:3.9375rem;top:15.8115234375rem;left:28.25rem;overflow:hidden;display:block; }
#MB45zR6RJwH2KbzbrZMlM74WLIHlA6EW { 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:3.9375rem;width:3.9375rem;top:1.9990234375rem;left:28.25rem;overflow:hidden;display:block; }
#uyFWBsaOdTvhvB89zqd05TmPlFvMXvxO { 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:3.9375rem;width:3.9375rem;top:1.9990234375rem;left:52.875rem;overflow:hidden;display:block; }
#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 { 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; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container { background-color: transparent; background-image: none; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container > .video-iframe-container { display: none; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row > .video-iframe-container { display: none; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .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); }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container { border-width: 0; border-radius: 0; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#HTBbEBrZAehfHA5wR3tqs1luqIXdqnFf { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fffdfe;border-left:0.125rem solid #fffdfe;border-right:0.125rem solid #fffdfe;border-bottom:0.125rem solid #fffdfe;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:17.25rem;width:16.375rem;top:9rem;left:4.1875rem;display:block; }
#ILXTTQTGhfPBBlM015IeQ0sK5uUWzQZG { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fffdfe;border-left:0.125rem solid #fffdfe;border-right:0.125rem solid #fffdfe;border-bottom:0.125rem solid #fffdfe;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:17.25rem;width:16.375rem;top:9rem;left:29.5rem;display:block; }
#TtTKop3iKoFdWASwUbXpJT5rOxpuO5TV { position:absolute;display:block;z-index:15038;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:8.1875rem;top:10.1875rem;left:8.1875rem;overflow:hidden;display:block; }
#hD9OZqzVABob6LV7nXCTMnyo7TJraA6K { color:#1c1b1b;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:15.5rem;left:5.625rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pZmXJlx9LJ3uwLaZMVD75fbcyNSAkKcs { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fffdfe;border-left:0.125rem solid #fffdfe;border-right:0.125rem solid #fffdfe;border-bottom:0.125rem solid #fffdfe;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:17.25rem;width:16.375rem;top:9rem;left:54.3125rem;display:block; }
#fwmiQnpn2PzF662eMvc2wW2QX6n9uZ66 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.1875rem;top:10.6875rem;left:57.40625rem;overflow:hidden;display:block; }
#TFp4zMa4QB0xG2Hbhyuns8heyZLJAkGx { color:#1c1b1b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:15.0625rem;left:56.1875rem;height:10.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2GTrcTsBxxkRXwFcAGvzqtbhO1G0fhf { color:#595d68;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.220703125rem;left:2.875rem;height:3.25rem;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; }
#yObDrrPLVoo4JQy5I5POE0U7fUwMkKSt { color:#1c1b1b;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:15.25rem;left:31.1875rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dEDlsFv6MczUTk1L7x6vOrB4cETf7Ocf { color:#530097;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:11.2685546875rem;left:33.25rem;height:1.4624rem;display:block; }
#r3noDTEuWRBp34Nw8PiyWm74eadRmxup { 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; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container { background-color: transparent; background-image: none; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container > .video-iframe-container { display: none; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row > .video-iframe-container { display: none; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .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); }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container { border-width: 0; border-radius: 0; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#atldJaA4fVNHG6RNzqT8Qozl8BKDecBQ { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fffdfe;border-left:0.125rem solid #fffdfe;border-right:0.125rem solid #fffdfe;border-bottom:0.125rem solid #fffdfe;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:17.25rem;width:16.3748125rem;top:2.75rem;left:4.1875rem;display:block; }
#Dv5vTBtk28xtLG46n03GzatwG7oismHp { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fffdfe;border-left:0.125rem solid #fffdfe;border-right:0.125rem solid #fffdfe;border-bottom:0.125rem solid #fffdfe;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:17.25rem;width:16.375rem;top:2.75rem;left:29.3125rem;display:block; }
#xU3b4hHTCfgiTrTGq258FzUb7QxCw5RT { color:#1c1b1b;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:7.8125rem;left:30.25rem;height:11.69825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fAOwwTWSXEoMDokDF3DumEerTkSLksA1 { position:absolute;display:block;z-index:15038;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.375rem;width:10.125rem;top:4.25rem;left:7.3125rem;overflow:hidden;display:block; }
#tPRxWJSOsFCRSW3J2XNNGtJurwDOlZhd { color:#1c1b1b;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:7.8125rem;left:5.6875rem;height:10.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzFxWDOeRsmJA5xDtLIhBLTiDnkFETsA { color:#530097;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:5.2255859375rem;left:33.59375rem;height:1.4624rem;display:block; }
#mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.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; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row .container { background-color: transparent; background-image: none; }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row .container > .video-iframe-container { display: none; }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row > .video-iframe-container { display: none; }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .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); }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row .container { border-width: 0; border-radius: 0; }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,114,220,0.63);background-image:url("https://images.assets-landingi.com/uc/3d298f67-dcbc-479f-951a-7b076f569c52/dotsvoice.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL.adaptive-delivery-prevent-bg, #ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL.lazyload, #ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL.lazyloading { background-image: none; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row .container { background-color: transparent; background-image: none; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row .container > .video-iframe-container { display: none; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row > .video-iframe-container { display: none; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .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); }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row .container { border-width: 0; border-radius: 0; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#J7QNwhTZL1T7bfkRnXCN5O5RldTcoegZ { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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: none;height:22.9375rem;width:63.5625rem;top:7.68359375rem;left:5.658203125rem;display:block; }
#kZzLvFOOVt5FTyz8t5GiuBXupfwKUwMN { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:10.185546875rem;left:23.4375rem;display:block; }
#qVw6iy7QE8d2fBPqlEiLuU1zUZHMBSdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmAR5TKxte7nQhQqHC4CRT0AXgIVh7kT { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:10.185546875rem;left:53.9990234375rem;display:block; }
#SpNvgfiE8u89tLSpGKHsE4JZ4I3JFkEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzuUy5cWAUWcS3TFooMwdqSGmEfomk7f { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:16.9970703125rem;left:8.24609375rem;display:block; }
#Co7XPsVP5kwUI558qkq3TTk7XD3ITW5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XcmHB8ZC8Z0D9RXC3Vm72SSGbQmZEPpk { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:17.24609375rem;left:23.4375rem;display:block; }
#monmPmneLaAcEN0O0TlgRBLHhL37agIL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKayEqZzmzwca268vZ270HFnn6IZ86wO { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:10.185546875rem;left:8.24609375rem;display:block; }
#HakvtDD0hGhSNfyytH0d3niffvBPZky7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryaIOFkUzchPsFA3XeEXh5ldc45l6x38 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:10.185546875rem;left:38.6865234375rem;display:block; }
#snQ4uen3ucpiCiO2GnRWWPbrZ8i9lM4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4VsvzlNBRiadCuuu9o9C3TO5ggg2tdh { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:23.80859375rem;left:23.4375rem;display:block; }
#Fdyy7DJlvdgAIp7vhsdJhkihSxrBzbOF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJyq0WeV0zbi34yHviZQKPRdOXNr0oy1 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:23.80859375rem;left:8.24609375rem;display:block; }
#M3gPsa1hvXTatt9NdggLgoebhtGMTebd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyfk8ZcL1mFAvN9LhyGQTMQ0a8pXAsRL { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.75rem;height:3.9375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:23.87109375rem;left:38.6865234375rem;display:block; }
#fUXfPKUC3yM4bvTNEVkUMaPDfII5R1Pn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kS0XUuTpWkTS5h5v5T5I3ZugXU61vq0y { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0615234375rem;left:20.74609375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RR3klUWcWar3Mb8ddqtu0LmG9oLU5RPk { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:17.24609375rem;left:38.6865234375rem;display:block; }
#AKlV36ubXXaELrgdlDUVFwG8I1Rn2Unc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UoCExUz0J6zGBKvRCGotyphPmDT6tkUd { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:17.24609375rem;left:53.9990234375rem;display:block; }
#Ksk0bEf6hIIkcLx9q7W6EvLi239SmzuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 { 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; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container { background-color: transparent; background-image: none; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container > .video-iframe-container { display: none; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row > .video-iframe-container { display: none; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .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); }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container { border-width: 0; border-radius: 0; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#D5tpTPA7IBSx0xySAwzpLcJL7XWPoz2J { 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.5625rem;left:5.75rem;display:block; }#D5tpTPA7IBSx0xySAwzpLcJL7XWPoz2J.adaptive-delivery-prevent-bg, #D5tpTPA7IBSx0xySAwzpLcJL7XWPoz2J.lazyload, #D5tpTPA7IBSx0xySAwzpLcJL7XWPoz2J.lazyloading { background-image: none; }
#nKsefIM22duQwEDGbMaBhO9siNFffDUZ { 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:3.25rem;left:7.0625rem;overflow:hidden;display:block; }
#omMalEIivmuBmOKT0Amdy4bvKfCmX5bS { 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.6875rem;left:50.8125rem;display:block; }
#oX4oXuuxJIZeIs050G4LAT0DTTtVuqrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LA4XgEoT8V1BpITZ7fzyATJFXVyZqC9I { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:23rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/11KDtiUWRq4/unsplash/uriel-sc-11KDtiUWRq4-photo-1590859808308-3d2d9c515b1a.jpg");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; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.adaptive-delivery-prevent-bg, #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.lazyload, #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz.lazyloading { background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { background-color: transparent; background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .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); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { border-width: 0; border-radius: 0; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::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; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#AWbpOORoBxd1dwXsAPNg2VOVdnmQkw81 { color:#fafafa;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.28125rem;left:32.78125rem;height:0.9747875rem;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; }
#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW { background-color: transparent; background-image: none; }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .row .container > .video-iframe-container { display: none; }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .row > .video-iframe-container { display: none; }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .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); }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW { border-width: 0; border-radius: 0; }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .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; }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .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; }#XAiWRMo4maoTbEewbuTwP5L9zdb8ts0K { 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; }
#aHdmaH3ZRiiQLCTOt3C9LrTfHDHe3MVg { 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) { #ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz { display:block; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnvtGtywlmvB67Z74PF7T9H8MlP06WwR { top:2.375rem;left:4.5rem;width:9.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTfzgyANnGUCxkD0Bq0lytuLX4fZkVl { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S14JUsTRgc0lnznizgVeQefouehtM4Ur { top:2.125rem;left:30.5rem;width:15.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZPGT6r4s2LKITPuUgQQ8g6f4WVulmyB { top:3.25rem;left:5.8125rem;width:6.9375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdAOvwEoLmf05eelu9rbTPNc1NP52TTh { top:8.625rem;left:0rem;width:31.375rem;height:5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQCR7ynHJTXmwK9FBKfTlUOzHzAgIlRL { top:14.0625rem;left:0rem;width:32.8125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrmgIzTRIgOPocLBvEfvcCwJLgXwtRb { top:20.9375rem;left:0rem;width:30.9375rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6szwAsV8yqyT0PmTiwEHgHIS22rPTD7 { top:17.6875rem;left:20rem;width:11.25rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5a7yKUg2HXI5T7kAiLOKuNgdvaP6gEH { top:7.25rem;left:26.1875rem;width:21.5625rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyTwE3rJICsdsu7WXt1riWheoFOFsrCc { top:4.25rem;left:26.125rem;width:21.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExGARZKINIcEfs5apaJBwndX59pRCGkf { top:4.9375rem;left:31.125rem;width:16.625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbgRg9QPff6aUDEUaE96xHNGuoOV8W4X { top:18.75rem;left:17.125rem;width:7.625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ainn5VAA7pCbmCq3N6KfDL5MKhDAhQIh { top:12.75rem;left:20.375rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsnu9kAOXoF6VdiRIeKVZsToDL6HMvsT { top:7.25rem;left:28.625rem;width:19.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OklFrUGbDlWZy6a4rSgEaHp1mtsFvTE0 { top:40.8125rem;left:31.4375rem;width:16.3125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoJy4UccrsTLhxyCLvk9Agm8XaaLIqf0 { top:31.0625rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRPBdECAuOFOh36zQLV1dhEwTxpWI212 { top:33rem;left:0rem;width:21.1875rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T { display:block; }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf2WW01ax0Fxq6a2rfPXiL4ircw2nvIa { top:3.3125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry3PTknEU31aypkhBWIvwSvTeeKe9BOy { top:2.25rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtAsGNVI03mFJJitSgpUbXFThWcZykbD { display:block; }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVxFVDfWBZhVDkWmb52EvOH7M58iAETQ { top:16.875rem;left:34.124134063721rem;width:6.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4rJiOPFeMiHZ0asRTpQfeccxlUqFup { top:21.5rem;left:12.5rem;width:35.25rem;height:;font-size:0.8125rem;display:block; }#ba4rJiOPFeMiHZ0asRTpQfeccxlUqFup li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
 }@media only screen and (max-width: 763px) { #UAvNzgzTI4Z42v3XKFDiBMlhw7V03iXg { top:21.5rem;left:0rem;width:30.1875rem;height:;font-size:0.8125rem;display:block; }#UAvNzgzTI4Z42v3XKFDiBMlhw7V03iXg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
 }@media only screen and (max-width: 763px) { #deNqHNux0MnTsk29QhFHDaZx0ok0ArBC { top:1.5625rem;left:0rem;width:47.75rem;height:11.857916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO { display:block; }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXgzfl5H8000m8gVV6tN44iFtz73oTfC { top:4.375rem;left:0rem;width:42.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfkvl9DSTevL9P9H8SfbEZzkUTby3iU8 { top:3.3125rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT { display:block; }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhUKqQwP12yFTaGTLDLuetuWQ03xiEI2 { top:9.9375rem;left:0rem;width:23.5rem;height:7.4375rem;font-size:0.8125rem;display:block; }#VhUKqQwP12yFTaGTLDLuetuWQ03xiEI2 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) { #Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp { top:9.9375rem;left:20rem;width:13.5625rem;height:7.4375rem;font-size:0.8125rem;display:block; }#Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp 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) { #ZAkT9oJy4K8LSlO6UP3NCxmJFmWTqaO7 { top:6rem;left:0rem;width:32.6875rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TsvNfv7qbX6Jkqcqt89bVrqqJtUhgH { top:3.625rem;left:17.3125rem;width:14.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEW4pen19n18OyTAnRJrl6exgUv5PBD { width:47.5rem;height:19.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a { display:block; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o61tdcBQDDB6BT2ZIgg2WKLpTcG9wzyJ { top:2.6875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIvxTiPFaHcLUqX9F7GbJBHflSI9am9L { top:8.5625rem;left:0rem;width:29.6875rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XItHlQgC0PfJRlrK5nUQAWkvaU5ONIAe { top:8.5625rem;left:20.4375rem;width:27.3125rem;height:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHgQvnfdTwANIWTVibAIeoVRnXn93XgA { top:8.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUhxhR5BfwIbZqTDUILMTh7Q4GJBy6V { top:13.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubGfxqvTtC9O84o5BZoJZMsgzI81nSV2 { top:8.5rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7MNrZgmegbVHQlwNIlMIBQnpG023Vtg { top:14.5625rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKULc1PtM8MIB4MGzbOwA8MvNndNorO5 { top:8.5rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b { display:block; }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpLrson2byLfKXztu3WR4fODV2CizPc1 { top:4.375rem;left:0rem;width:11.9375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJRya9LHSBlZoXR6pbczllTq0Zq6xPhr { top:3.3125rem;left:0rem;width:17.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN { display:block; }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVAoN2695BnhdRpIVOQWOvDwAapbK577 { top:8.3125rem;left:0rem;width:18.5625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0TkoC5NiAyNlwtV3d85hi6B6L5Wfdx3 { top:6.3125rem;left:0rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8dqDhDg9BkTeC8HJBFIeTO1ArtCvdZP { top:6.375rem;left:11.875rem;width:19.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVLGtZTytGxSulKX3BsnbbidlrAXnmE { top:6.375rem;left:28.375rem;width:19.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSrwgQgGNanAi3uwmWITaa04Ti248fg { top:8.25rem;left:12.6875rem;width:19.0625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHXMEOTRH0J6ug0UVkRU25dSSqdHyBxC { top:8.3125rem;left:29.875rem;width:17.75rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MayANzqw43J6Nod4u5cbNK2CCg1ZmnFC { top:20.1875rem;left:0rem;width:16.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg3ypgxUFAfoVlsxokXGZBIRcPJslfz0 { top:22.25rem;left:0rem;width:17.75rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLise5fFS8tLAdUWNB5hfC8BQq15tv6P { top:20.1875rem;left:13.125rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHsz8HAnRVRASZUkdGhOom5G3tJx3aFe { top:22.25rem;left:14rem;width:17.75rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbSWv13AI5wm1mP8de5VEhg232K2TNc5 { top:1.9375rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVUHxTfqPnMKgHzrbdMlvHmLVnPEOP1T { top:16.3125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT9koXXFEsmclBJg7J2lS10O2Xq5Hveq { top:15.75rem;left:15.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB45zR6RJwH2KbzbrZMlM74WLIHlA6EW { top:1.9375rem;left:15.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyFWBsaOdTvhvB89zqd05TmPlFvMXvxO { top:1.9375rem;left:31.75rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 { display:block; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTBbEBrZAehfHA5wR3tqs1luqIXdqnFf { width:16.375rem;height:17.25rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXTTQTGhfPBBlM015IeQ0sK5uUWzQZG { width:16.375rem;height:17.25rem;top:9rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTKop3iKoFdWASwUbXpJT5rOxpuO5TV { top:10.1875rem;left:3.625rem;width:8.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9OZqzVABob6LV7nXCTMnyo7TJraA6K { top:15.5rem;left:1.0625rem;width:13.625rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZmXJlx9LJ3uwLaZMVD75fbcyNSAkKcs { width:16.375rem;height:17.25rem;top:9rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmiQnpn2PzF662eMvc2wW2QX6n9uZ66 { top:10.6875rem;left:34.59375rem;width:10.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFp4zMa4QB0xG2Hbhyuns8heyZLJAkGx { top:15.0625rem;left:33.375rem;width:13.125rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2GTrcTsBxxkRXwFcAGvzqtbhO1G0fhf { top:3.1875rem;left:0rem;width:33.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yObDrrPLVoo4JQy5I5POE0U7fUwMkKSt { top:15.25rem;left:17.5rem;width:13.3125rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEDlsFv6MczUTk1L7x6vOrB4cETf7Ocf { top:11.25rem;left:19.5625rem;width:8.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3noDTEuWRBp34Nw8PiyWm74eadRmxup { display:block; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atldJaA4fVNHG6RNzqT8Qozl8BKDecBQ { width:16.3125rem;height:17.25rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv5vTBtk28xtLG46n03GzatwG7oismHp { width:16.375rem;height:17.25rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU3b4hHTCfgiTrTGq258FzUb7QxCw5RT { top:7.8125rem;left:16.5625rem;width:14.875rem;height:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAOwwTWSXEoMDokDF3DumEerTkSLksA1 { top:4.25rem;left:2.75rem;width:10.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPRxWJSOsFCRSW3J2XNNGtJurwDOlZhd { top:7.8125rem;left:1.125rem;width:13.3125rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzFxWDOeRsmJA5xDtLIhBLTiDnkFETsA { top:5.1875rem;left:19.90625rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL { display:block; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7QNwhTZL1T7bfkRnXCN5O5RldTcoegZ { top:7.625rem;left:0rem;width:47.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZzLvFOOVt5FTyz8t5GiuBXupfwKUwMN { width:12.5rem;height:4.0625rem;top:10.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVw6iy7QE8d2fBPqlEiLuU1zUZHMBSdk { display:block; }
 }@media only screen and (max-width: 763px) { #qmAR5TKxte7nQhQqHC4CRT0AXgIVh7kT { width:12.5rem;height:4.0625rem;top:10.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpNvgfiE8u89tLSpGKHsE4JZ4I3JFkEk { display:block; }
 }@media only screen and (max-width: 763px) { #NzuUy5cWAUWcS3TFooMwdqSGmEfomk7f { width:12.5rem;height:4.0625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co7XPsVP5kwUI558qkq3TTk7XD3ITW5k { display:block; }
 }@media only screen and (max-width: 763px) { #XcmHB8ZC8Z0D9RXC3Vm72SSGbQmZEPpk { width:12.5rem;height:4.0625rem;top:17.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #monmPmneLaAcEN0O0TlgRBLHhL37agIL { display:block; }
 }@media only screen and (max-width: 763px) { #xKayEqZzmzwca268vZ270HFnn6IZ86wO { width:12.5rem;height:4.0625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HakvtDD0hGhSNfyytH0d3niffvBPZky7 { display:block; }
 }@media only screen and (max-width: 763px) { #ryaIOFkUzchPsFA3XeEXh5ldc45l6x38 { width:12.5rem;height:4.0625rem;top:10.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQ4uen3ucpiCiO2GnRWWPbrZ8i9lM4a { display:block; }
 }@media only screen and (max-width: 763px) { #r4VsvzlNBRiadCuuu9o9C3TO5ggg2tdh { width:12.5rem;height:4.0625rem;top:23.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdyy7DJlvdgAIp7vhsdJhkihSxrBzbOF { display:block; }
 }@media only screen and (max-width: 763px) { #BJyq0WeV0zbi34yHviZQKPRdOXNr0oy1 { width:12.5rem;height:4.0625rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3gPsa1hvXTatt9NdggLgoebhtGMTebd { display:block; }
 }@media only screen and (max-width: 763px) { #fyfk8ZcL1mFAvN9LhyGQTMQ0a8pXAsRL { width:27.75rem;height:3.9375rem;top:23.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUXfPKUC3yM4bvTNEVkUMaPDfII5R1Pn { display:block; }
 }@media only screen and (max-width: 763px) { #kS0XUuTpWkTS5h5v5T5I3ZugXU61vq0y { top:4rem;left:0rem;width:32.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR3klUWcWar3Mb8ddqtu0LmG9oLU5RPk { width:12.5rem;height:4.0625rem;top:17.1875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKlV36ubXXaELrgdlDUVFwG8I1Rn2Unc { display:block; }
 }@media only screen and (max-width: 763px) { #UoCExUz0J6zGBKvRCGotyphPmDT6tkUd { width:12.5rem;height:4.0625rem;top:17.1875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksk0bEf6hIIkcLx9q7W6EvLi239SmzuN { display:block; }
 }@media only screen and (max-width: 763px) { #Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 { display:block; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5tpTPA7IBSx0xySAwzpLcJL7XWPoz2J { top:5.5625rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsefIM22duQwEDGbMaBhO9siNFffDUZ { top:3.25rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omMalEIivmuBmOKT0Amdy4bvKfCmX5bS { width:15.625rem;height:3.4375rem;top:8.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4oXuuxJIZeIs050G4LAT0DTTtVuqrr { display:block; }
 }@media only screen and (max-width: 763px) { #LA4XgEoT8V1BpITZ7fzyATJFXVyZqC9I { top:8.4375rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { display:block; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWbpOORoBxd1dwXsAPNg2VOVdnmQkw81 { top:0.25rem;left:19.15625rem;width:9.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPbdLWkep49NbiRZeRBC0In1FPyb4zXW { display:block; }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAiWRMo4maoTbEewbuTwP5L9zdb8ts0K { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdmaH3ZRiiQLCTOt3C9LrTfHDHe3MVg { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz { 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; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz.adaptive-delivery-prevent-bg, #ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz.lazyload, #ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz.lazyloading { background-image: none; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container { background-color: transparent; background-image: none; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container > .video-iframe-container { display: none; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row > .video-iframe-container { display: none; }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .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); }#ykX6kXI9oPqFXn31ciEA1lV72Th9nVDz > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnvtGtywlmvB67Z74PF7T9H8MlP06WwR { width:19.75rem;height:4.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTfzgyANnGUCxkD0Bq0lytuLX4fZkVl { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S14JUsTRgc0lnznizgVeQefouehtM4Ur { width:17.1875rem;height:4.125rem;top:13.5625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZPGT6r4s2LKITPuUgQQ8g6f4WVulmyB { width:6.9375rem;height:1.4624rem;top:8.1123046875rem;left:6.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/806f0bba-e88c-4e86-b15d-4694fe74077d/backingforheaders_Soluthead1copia8.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdAOvwEoLmf05eelu9rbTPNc1NP52TTh { width:20rem;height:2.76220625rem;top:3.1871032714844rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQCR7ynHJTXmwK9FBKfTlUOzHzAgIlRL { width:17.4370625rem;height:2.625rem;top:6.6861991882325rem;left:1.2803819775581rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TIrmgIzTRIgOPocLBvEfvcCwJLgXwtRb { width:16.75rem;height:8.3979375rem;top:10.25rem;left:1.2802734375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D6szwAsV8yqyT0PmTiwEHgHIS22rPTD7 { width:9.125rem;height:6.25rem;top:74.625rem;left:5.125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #x5a7yKUg2HXI5T7kAiLOKuNgdvaP6gEH { width:20rem;height:43.8125rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyTwE3rJICsdsu7WXt1riWheoFOFsrCc { width:20rem;height:4.4508670520231rem;top:22.4375rem;left:0rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #ExGARZKINIcEfs5apaJBwndX59pRCGkf { width:15.9375rem;height:1.70605625rem;top:23.0625rem;left:2.03125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbgRg9QPff6aUDEUaE96xHNGuoOV8W4X { width:4.375rem;height:5.0625rem;top:77.25rem;left:4rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #Ainn5VAA7pCbmCq3N6KfDL5MKhDAhQIh { width:9.4375rem;height:9.4375rem;top:70rem;left:6.625rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #Xsnu9kAOXoF6VdiRIeKVZsToDL6HMvsT { width:19.125rem;height:29.125rem;top:25.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OklFrUGbDlWZy6a4rSgEaHp1mtsFvTE0 { width:16.3125rem;height:1.7871125rem;top:66.5rem;left:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoJy4UccrsTLhxyCLvk9Agm8XaaLIqf0 { width:20rem;height:4.7942754919499rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRPBdECAuOFOh36zQLV1dhEwTxpWI212 { width:12.8125rem;height:2.625rem;top:84.458984375rem;left:3.59375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T { display:block; }#nP7A2Gmm3aogn1u2Utam9SNkiNhAnb9T > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf2WW01ax0Fxq6a2rfPXiL4ircw2nvIa { width:17.4375rem;height:3.0869125rem;top:4.86328125rem;left:1.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ry3PTknEU31aypkhBWIvwSvTeeKe9BOy { width:20rem;height:4.8125rem;top:4rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AtAsGNVI03mFJJitSgpUbXFThWcZykbD { display:block; }#AtAsGNVI03mFJJitSgpUbXFThWcZykbD > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVxFVDfWBZhVDkWmb52EvOH7M58iAETQ { width:6.5625rem;height:1.5625rem;top:1.1378040313721rem;left:3.4993491768837rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ba4rJiOPFeMiHZ0asRTpQfeccxlUqFup { width:20rem;height:5.423825rem;top:18.374565124512rem;left:0rem;font-size:0.8125rem;display:block; }#ba4rJiOPFeMiHZ0asRTpQfeccxlUqFup li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
 }@media only screen and (max-width: 763px) { #UAvNzgzTI4Z42v3XKFDiBMlhw7V03iXg { width:20rem;height:7.4360625rem;top:8.8125rem;left:0rem;font-size:0.8125rem;display:block; }#UAvNzgzTI4Z42v3XKFDiBMlhw7V03iXg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/753a7723-3c7b-4cd6-9ecf-40f8685bd9d5/ICONS_Mesadetrabajo1copia4.svg); }
 }@media only screen and (max-width: 763px) { #deNqHNux0MnTsk29QhFHDaZx0ok0ArBC { width:18.75rem;height:4.75rem;top:1.4518101215362rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO { display:block; }#GDA5DRGTuTnqUUnfroTvpwOhfBOsi3yO > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXgzfl5H8000m8gVV6tN44iFtz73oTfC { width:16.9365rem;height:3.25rem;top:4.4375rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pfkvl9DSTevL9P9H8SfbEZzkUTby3iU8 { width:20rem;height:4.8125rem;top:3.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT { display:block; }#QsEX3ad0iRVsrtiEXe4z9vOQl71R3UHT > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhUKqQwP12yFTaGTLDLuetuWQ03xiEI2 { width:17.75rem;height:9.0625rem;top:11.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }#VhUKqQwP12yFTaGTLDLuetuWQ03xiEI2 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) { #Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp { width:12.9375rem;height:7.4375rem;top:20.5rem;left:1.1875rem;font-size:0.8125rem;display:block; }#Q3V3QttmXy5eJf2Lqo2l1TaSMwsovFfp 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) { #ZAkT9oJy4K8LSlO6UP3NCxmJFmWTqaO7 { width:17.5rem;height:6.09375rem;top:2.5908203125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r3TsvNfv7qbX6Jkqcqt89bVrqqJtUhgH { width:13.9375rem;height:15.4375rem;top:29.30078125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEW4pen19n18OyTAnRJrl6exgUv5PBD { width:19.75rem;height:8.625rem;top:1.2001953125rem;left:0.1103515625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a { display:block; }#SHEZ5c8xUBUL9rpc4zzJeMw1ewVyaP1a > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o61tdcBQDDB6BT2ZIgg2WKLpTcG9wzyJ { width:17.6230625rem;height:4.38720625rem;top:2.4472427368164rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIvxTiPFaHcLUqX9F7GbJBHflSI9am9L { width:18.375rem;height:9.75rem;top:9.0625rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XItHlQgC0PfJRlrK5nUQAWkvaU5ONIAe { width:17.25rem;height:15.84375rem;top:19.624603271484rem;left:1.810546875rem;font-size:0.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iHgQvnfdTwANIWTVibAIeoVRnXn93XgA { width:1.4375rem;height:1.4375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUhxhR5BfwIbZqTDUILMTh7Q4GJBy6V { width:1.4375rem;height:1.4375rem;top:13.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubGfxqvTtC9O84o5BZoJZMsgzI81nSV2 { width:1.4375rem;height:1.4375rem;top:19.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7MNrZgmegbVHQlwNIlMIBQnpG023Vtg { width:1.4375rem;height:1.4375rem;top:31.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKULc1PtM8MIB4MGzbOwA8MvNndNorO5 { width:1.4375rem;height:1.4375rem;top:28.046875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b { display:block; }#oz6VDOL7BTTNLtTur2SloakiDc6Lqo6b > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpLrson2byLfKXztu3WR4fODV2CizPc1 { width:14.375rem;height:1.7871125rem;top:4.8125rem;left:2.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJRya9LHSBlZoXR6pbczllTq0Zq6xPhr { width:15.6875rem;height:4.8125rem;top:3.3125rem;left:2.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN { display:block; }#PXhQsLlQ30V2hzxImdK60AB7q8RWTvnN > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVAoN2695BnhdRpIVOQWOvDwAapbK577 { width:17.75rem;height:5.249025rem;top:7.375rem;left:1.125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r0TkoC5NiAyNlwtV3d85hi6B6L5Wfdx3 { width:12.5rem;height:2.599825rem;top:4.8437423706055rem;left:1.1241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8dqDhDg9BkTeC8HJBFIeTO1ArtCvdZP { width:12.9373125rem;height:1.2999125rem;top:29.270401000976rem;left:1.1241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVLGtZTytGxSulKX3BsnbbidlrAXnmE { width:15.499125rem;height:1.29980625rem;top:53.4375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSrwgQgGNanAi3uwmWITaa04Ti248fg { width:17.75rem;height:6.2988125rem;top:30.499786376953rem;left:1.1241319775581rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QHXMEOTRH0J6ug0UVkRU25dSSqdHyBxC { width:17.75rem;height:5.249025rem;top:54.6875rem;left:1.125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MayANzqw43J6Nod4u5cbNK2CCg1ZmnFC { width:16.936875rem;height:1.2999125rem;top:18.894748926162rem;left:1.1241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg3ypgxUFAfoVlsxokXGZBIRcPJslfz0 { width:17.75rem;height:4.19921875rem;top:20.125rem;left:1.125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sLise5fFS8tLAdUWNB5hfC8BQq15tv6P { width:16.936875rem;height:1.2999125rem;top:42.331816673279rem;left:1.1241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHsz8HAnRVRASZUkdGhOom5G3tJx3aFe { width:17.75rem;height:4.19921875rem;top:43.5625rem;left:1.125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FbSWv13AI5wm1mP8de5VEhg232K2TNc5 { width:3.9375rem;height:3.9375rem;top:0.96717834472656rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVUHxTfqPnMKgHzrbdMlvHmLVnPEOP1T { width:3.375rem;height:3.375rem;top:15.08203125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT9koXXFEsmclBJg7J2lS10O2Xq5Hveq { width:3.9375rem;height:3.9375rem;top:38.267578125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB45zR6RJwH2KbzbrZMlM74WLIHlA6EW { width:3.4375rem;height:3.4375rem;top:25.64453125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyFWBsaOdTvhvB89zqd05TmPlFvMXvxO { width:3.9375rem;height:3.9375rem;top:49.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 { background-color:#fafafa;background-image:none;display:block; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container { background-color: transparent; background-image: none; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container > .video-iframe-container { display: none; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row > .video-iframe-container { display: none; }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .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); }#AqChVsgUiQKaFNR2ZUFkT0aabghJUMH9 > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTBbEBrZAehfHA5wR3tqs1luqIXdqnFf { width:16.3125rem;height:14.8125rem;top:8rem;left:1.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ILXTTQTGhfPBBlM015IeQ0sK5uUWzQZG { width:16.3125rem;height:14.8125rem;top:26.125rem;left:1.6875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TtTKop3iKoFdWASwUbXpJT5rOxpuO5TV { width:7.5rem;height:3.31163125rem;top:9.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9OZqzVABob6LV7nXCTMnyo7TJraA6K { width:14.6875rem;height:7.7988125rem;top:13.6875rem;left:2.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pZmXJlx9LJ3uwLaZMVD75fbcyNSAkKcs { width:16.3125rem;height:14.8125rem;top:44rem;left:2rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #fwmiQnpn2PzF662eMvc2wW2QX6n9uZ66 { width:10.374375rem;height:2.87435rem;top:45.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFp4zMa4QB0xG2Hbhyuns8heyZLJAkGx { width:14.874125rem;height:9.098625rem;top:48.9375rem;left:2.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2GTrcTsBxxkRXwFcAGvzqtbhO1G0fhf { width:16.375rem;height:3.9375rem;top:2rem;left:1.875rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yObDrrPLVoo4JQy5I5POE0U7fUwMkKSt { width:15.1248125rem;height:9.098625rem;top:31.0625rem;left:2.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dEDlsFv6MczUTk1L7x6vOrB4cETf7Ocf { width:8.5rem;height:1.4624rem;top:28.4375rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3noDTEuWRBp34Nw8PiyWm74eadRmxup { background-color:#ffffff;background-image:none;display:block; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container { background-color: transparent; background-image: none; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container > .video-iframe-container { display: none; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row > .video-iframe-container { display: none; }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .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); }#r3noDTEuWRBp34Nw8PiyWm74eadRmxup > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atldJaA4fVNHG6RNzqT8Qozl8BKDecBQ { width:16.3125rem;height:14.8125rem;top:1.9375rem;left:1.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Dv5vTBtk28xtLG46n03GzatwG7oismHp { width:16.3125rem;height:16.625rem;top:19.5rem;left:2.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #xU3b4hHTCfgiTrTGq258FzUb7QxCw5RT { width:15.4980625rem;height:11.69825rem;top:23rem;left:2.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fAOwwTWSXEoMDokDF3DumEerTkSLksA1 { width:11.3125rem;height:2.625rem;top:3.74609375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPRxWJSOsFCRSW3J2XNNGtJurwDOlZhd { width:14.749375rem;height:9.098625rem;top:7.0615234375rem;left:2.8115234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzFxWDOeRsmJA5xDtLIhBLTiDnkFETsA { width:7.8125rem;height:1.4624rem;top:20.8125rem;left:6.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #VE3k0vE7zD91Ulchxvp9zTHqL7c8NRsT > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL { display:block; }#ndrbAPNI8J4fu7nScswbwEUDvAq7QWdL > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7QNwhTZL1T7bfkRnXCN5O5RldTcoegZ { width:19.8125rem;height:46.625rem;top:8.8125rem;left:0.125rem;border-top:0.125rem solid rgba(174,211,248,0.57);border-left:0.125rem solid rgba(174,211,248,0.57);border-right:0.125rem solid rgba(174,211,248,0.57);border-bottom:0.125rem solid rgba(174,211,248,0.57);z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kZzLvFOOVt5FTyz8t5GiuBXupfwKUwMN { width:14.77254rem;height:2.7102275rem;top:14.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVw6iy7QE8d2fBPqlEiLuU1zUZHMBSdk { display:block; }
 }@media only screen and (max-width: 763px) { #qmAR5TKxte7nQhQqHC4CRT0AXgIVh7kT { width:14.77254rem;height:2.7102275rem;top:10.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpNvgfiE8u89tLSpGKHsE4JZ4I3JFkEk { display:block; }
 }@media only screen and (max-width: 763px) { #NzuUy5cWAUWcS3TFooMwdqSGmEfomk7f { width:14.77254rem;height:2.7102275rem;top:22.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co7XPsVP5kwUI558qkq3TTk7XD3ITW5k { display:block; }
 }@media only screen and (max-width: 763px) { #XcmHB8ZC8Z0D9RXC3Vm72SSGbQmZEPpk { width:14.77254rem;height:2.7102275rem;top:30.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #monmPmneLaAcEN0O0TlgRBLHhL37agIL { display:block; }
 }@media only screen and (max-width: 763px) { #xKayEqZzmzwca268vZ270HFnn6IZ86wO { width:14.75rem;height:2.6875rem;top:37.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HakvtDD0hGhSNfyytH0d3niffvBPZky7 { display:block; }
 }@media only screen and (max-width: 763px) { #ryaIOFkUzchPsFA3XeEXh5ldc45l6x38 { width:14.75rem;height:2.6875rem;top:34.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQ4uen3ucpiCiO2GnRWWPbrZ8i9lM4a { display:block; }
 }@media only screen and (max-width: 763px) { #r4VsvzlNBRiadCuuu9o9C3TO5ggg2tdh { width:14.75rem;height:2.6875rem;top:49.875rem;left:2.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fdyy7DJlvdgAIp7vhsdJhkihSxrBzbOF { display:block; }
 }@media only screen and (max-width: 763px) { #BJyq0WeV0zbi34yHviZQKPRdOXNr0oy1 { width:14.75rem;height:2.6875rem;top:41.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3gPsa1hvXTatt9NdggLgoebhtGMTebd { display:block; }
 }@media only screen and (max-width: 763px) { #fyfk8ZcL1mFAvN9LhyGQTMQ0a8pXAsRL { width:14.75rem;height:2.6875rem;top:45.875rem;left:2.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUXfPKUC3yM4bvTNEVkUMaPDfII5R1Pn { display:block; }
 }@media only screen and (max-width: 763px) { #kS0XUuTpWkTS5h5v5T5I3ZugXU61vq0y { width:20rem;height:1.7871125rem;top:4.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RR3klUWcWar3Mb8ddqtu0LmG9oLU5RPk { width:15rem;height:2.9375rem;top:18.375335693359rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKlV36ubXXaELrgdlDUVFwG8I1Rn2Unc { display:block; }
 }@media only screen and (max-width: 763px) { #UoCExUz0J6zGBKvRCGotyphPmDT6tkUd { width:15rem;height:2.9375rem;top:26.25rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksk0bEf6hIIkcLx9q7W6EvLi239SmzuN { display:block; }
 }@media only screen and (max-width: 763px) { #Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 { background-color:#ffffff;background-image:none;display:block; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container { background-color: transparent; background-image: none; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container > .video-iframe-container { display: none; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row > .video-iframe-container { display: none; }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .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); }#Mr89lbfyzKs64ZWoy2ngJVhNukwDO4z0 > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5tpTPA7IBSx0xySAwzpLcJL7XWPoz2J { width:20rem;height:14.625rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsefIM22duQwEDGbMaBhO9siNFffDUZ { width:6.5rem;height:7.25rem;top:4.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omMalEIivmuBmOKT0Amdy4bvKfCmX5bS { width:15.625rem;height:3.4375rem;top:18.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4oXuuxJIZeIs050G4LAT0DTTtVuqrr { display:block; }
 }@media only screen and (max-width: 763px) { #LA4XgEoT8V1BpITZ7fzyATJFXVyZqC9I { width:17.6875rem;height:5.1181625rem;top:12.3125rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz { background-color:#662483;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { background-color: transparent; background-image: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { display: none; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .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); }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucIJHTnmJpOAJ6aS1QTDBob1SKP1hUBz > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWbpOORoBxd1dwXsAPNg2VOVdnmQkw81 { width:8.625rem;height:1.13720625rem;top:0.1875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kPbdLWkep49NbiRZeRBC0In1FPyb4zXW { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kPbdLWkep49NbiRZeRBC0In1FPyb4zXW > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAiWRMo4maoTbEewbuTwP5L9zdb8ts0K { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdmaH3ZRiiQLCTOt3C9LrTfHDHe3MVg { display:block; }
 }