.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT { 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;z-index:auto;display:block; }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row .container { background-color: transparent; background-image: none; }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row .container > .video-iframe-container { display: none; }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row > .video-iframe-container { display: none; }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .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); }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row .container { border-width: 0; border-radius: 0; }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#ZZLgqZKQCmWCa6tytmHogn4SfENo924Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.875rem;top:0.5625rem;left:0.29267990074442rem;overflow:hidden;display:block; }
#rQavCzTH9Z0T153fnAuccCsNVKR0B7Ok { color:#ff7e00;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0302734375rem;left:22.4990234375rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wIMp5wti0HgANwtdIH6KpPC3rJT1l0KU { color:#000000;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.59375rem;left:51.4365234375rem;height:1.13715rem;font-style:normal;display:block; }
#TLG5c83hPP7A3lgUq1UiCkwTwq5FQAiF { background-color:#999999;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.624rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:61.3759765625rem;display:block; }
#LNOnTW5XtSPFQh8Oq5nQul99VfGoLPak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/43a2b849-1c6f-4bd5-98ae-2303b61831fd/formatoportadalanding.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k.adaptive-delivery-prevent-bg, #XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k.lazyload, #XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k.lazyloading { background-image: none; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row .container { border-width: 0; border-radius: 0; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#whmTVFDIG3XJJtBxI4UykTaPTlA8Q61h { color:#ff7e00;display:block;width:25.8114375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.6875rem;left:9.875rem;height:8.0625rem;font-style:normal;display:block; }
#p82XnBmQGztpOQW2JfhLiTv1TheU6Mzq { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.37343788147rem;left:0.93515682220456rem;height:5.2rem;display:none; }
#mDEm0srZ8BR9axRf6wDOgGkHJIQF5Psd { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.848438262939rem;left:0.93671894073488rem;height:1.1375rem;font-style:normal;display:none; }
#nkEbUfBeweC3c5AHOWABkGSHVX2evlZe { color:#ff7e00;display:block;width:25.8114375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.6875rem;left:9.875rem;height:8.0625rem;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7b8d0f84-9ec8-4881-9d02-9ff2c517f4ce/fotoscampeonatoescolar3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#b77PGgw8OGQGyrTT53aAUIiPyWT13qRn { color:#ffffff;display:block;width:58.0625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.6240234375rem;left:2.5615234375rem;height:2.312675rem;font-style:normal;display:block; }
#qxRyfqRPsfpKtFmBUBgxDRqU3whbTkuu { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.4462890625rem;left:2.5615234375rem;height:4.0625rem;display:block; }
#ulEwhm5vtK2CIa7BtoOtykD1pw3pKTrW { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.6875rem;left:2.5615234375rem;height:1.86805625rem;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; }
#voKipzzIH4UXOxRKzOpktm74L2ONgKHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fa7d05, #dc3d01);background-image: -moz-linear-gradient(180deg, #fa7d05, #dc3d01);background-image: -ms-linear-gradient(180deg, #fa7d05, #dc3d01);background-image: -o-linear-gradient(180deg, #fa7d05, #dc3d01);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7d05', endColorstr='#dc3d01' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7d05', endColorstr='#dc3d01' );";background-image: linear-gradient(180deg, #fa7d05, #dc3d01);background-size:auto !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; }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row .container { background-color: transparent; background-image: none; }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row .container > .video-iframe-container { display: none; }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row > .video-iframe-container { display: none; }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .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); }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row .container { border-width: 0; border-radius: 0; }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#F0Tvxx8qPZm7N0aqqwAWHgdnATUVs86a { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.66753482818606rem;left:22.562501907349rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h { position:relative;display:block; }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h { background-color: transparent; background-image: none; }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .row .container > .video-iframe-container { display: none; }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .row > .video-iframe-container { display: none; }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .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); }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h { border-width: 0; border-radius: 0; }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HKU0lrzVxo0PA0hXIChAvBAlw4FH8q7u { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.400390625rem;left:7.59375rem;height:4.14323125rem;text-align:center;text-align-last:center;display:block; }
#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb { position:relative;display:block; }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb { background-color: transparent; background-image: none; }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .row .container > .video-iframe-container { display: none; }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .row > .video-iframe-container { display: none; }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .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); }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb { border-width: 0; border-radius: 0; }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vFfZyptLR4Txhh9zqAybJsvmZAIdaw9V { background-color:#999999;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0625rem;left:27.25rem;display:block; }
#PAvHxdfefTgxcALbCHDSKd1RBdUHNIxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO { position:relative;display:block; }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO { background-color: transparent; background-image: none; }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .row .container > .video-iframe-container { display: none; }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .row > .video-iframe-container { display: none; }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .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); }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO { border-width: 0; border-radius: 0; }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LfmJRN77BGrDk8bbxPzg3HnhTy0fB5Ex { color:#000000;display:block;width:5.99921875rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:11.6875rem;height:0.8125rem;font-style:normal;display:block; }
#lklnCwm62TGrQ6v68kWlPsBerVJwg7DQ { color:#000000;display:block;width:3.0625rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:29.25rem;height:0.8125rem;font-style:normal;display:block; }
#pCEcBXfJGa1FRBQndoiTy9HazWCkRoLo { 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:3.375rem;width:5.25rem;top:1.875rem;left:18.8125rem;overflow:hidden;display:block; }
#bAi7kltaMMX0E16rUqfb2fOEA9KRfCqJ { 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:4.0625rem;width:13.25rem;top:1.5rem;left:32.5rem;overflow:hidden;display:block; }
#TH9adbvRJ0pSJsa32kyPpb6fV0DVAi3D { color:#000000;display:block;width:2.9375rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:50rem;height:0.8125rem;font-style:normal;display:block; }
#IowX8PN5qqhw31d5eFMIgPEZyWE7lJ8Q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.25rem;top:1.25rem;left:54.625rem;overflow:hidden;display:block; }
#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv { position:relative;display:block; }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv { background-color: transparent; background-image: none; }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .row .container > .video-iframe-container { display: none; }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .row > .video-iframe-container { display: none; }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .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); }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv { border-width: 0; border-radius: 0; }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xrwOy4bkFIVTmTPJDCrzwX0byemgeDZk { color:#000000;display:block;width:56.124125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.041015625rem;left:9.4368495941163rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#TSSwBZxT3RpFTSkFpRzWFGfSUs4k9orL { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:5.2490234375rem;left:9.4375rem;height:3.82291875rem;display:block; }
#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f9f67862-8e88-4d5a-8463-429e926d14d5/Collage_Monte_Olivo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk.adaptive-delivery-prevent-bg, #l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk.lazyload, #l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk.lazyloading { background-image: none; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container { background-color: transparent; background-image: none; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container > .video-iframe-container { display: none; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row > .video-iframe-container { display: none; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .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); }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container { border-width: 0; border-radius: 0; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT { position:relative;display:block; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT { background-color: transparent; background-image: none; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .row .container > .video-iframe-container { display: none; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .row > .video-iframe-container { display: none; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .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); }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT { border-width: 0; border-radius: 0; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uETLfJW4pkNxcSmH7ODDgTpsHmD6sKGI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.8125rem;width:35.4375rem;top:5.1840276718139rem;left:19.781251907349rem;display:block; }
#iCVDy02oTi0D8GFxSl3F0BItxAakTwdw { background-color:#999999;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.807291030884rem;left:26.250001907349rem;display:block; }
#kCGTwLmI6hTmCIPnGrsfTRGhza58GUA3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSXxy7x7M5cPfebt1ncVB2blLq7V3s0I { color:#000000;display:block;width:55rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:10rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 { position:relative;display:block; }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 { background-color: transparent; background-image: none; }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .row .container > .video-iframe-container { display: none; }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .row > .video-iframe-container { display: none; }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .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); }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 { border-width: 0; border-radius: 0; }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MEmrSeMTR59ACBBC1l4neVbGdeQML1tl { color:#000000;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3715319633484rem;left:26.312501907349rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mobJssobb0U2XmiiHmI0Tafw41vbk9JI { color:#000000;display:block;width:4.74964375rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.125rem;left:8.8125rem;height:3.8984375rem;display:block; }
#JRDmX2ct989OMzWzEWTCCEPb4t62wXl2 { color:#ff7e00;display:block;width:3.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:8.8125rem;height:3.25rem;font-style:normal;display:block; }
#UEsyeQ9vzpfx0KVZUwkvNJkKykQE55vv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:5.875rem;left:10.625rem;overflow:hidden;display:block; }
#AG7FfnRp2SJPtwt06J7UNgZTL2H7LAF4 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.1875rem;left:21.375rem;height:3.8984375rem;display:block; }
#ABaPaylIvxtXcUHNKBzxrXmmaAl2J6NV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:5.9375rem;left:24.75rem;overflow:hidden;display:block; }
#o9kZCXXeS7zZ4DOuwVCZ5lFuBeXh2ilb { color:#ff7e00;display:block;width:3.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.9375rem;left:22.5rem;height:3.25rem;font-style:normal;display:block; }
#Q92ti978O7XdN6xRlXuTHcJCD1GsdhDD { color:#000000;display:block;width:8.6869375rem;position:absolute;font-family:"roboto condensed";font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.1875rem;left:21.375rem;height:3.16731875rem;display:block; }
#byNGzwOh6b1LNnneCPaB9EyNE93B47li { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.1875rem;left:38.500000953674rem;height:6.497375rem;display:block; }
#QlUrIL9k12gA78vE4rPJMCLQIHC9Wk7U { color:#ff7e00;display:block;width:3.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.9375rem;left:40.25rem;height:3.25rem;font-style:normal;display:block; }
#ux1kIO4BqeICbPaB08s28lEPBPgTUpRW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:5.9375rem;left:42.5rem;overflow:hidden;display:block; }
#vmUHknbSbkOOm3SPmMqsu700wXNQAd4n { color:#ff7e00;display:block;width:3.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.875rem;left:58.5rem;height:3.25rem;font-style:normal;display:block; }
#yB2ccOSkCEXVdBf3izT6XOkmbbFgQiEO { 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:2.8125rem;width:2.8125rem;top:5.875rem;left:60.75rem;overflow:hidden;display:block; }
#bXnnWTJJg94vRGrrKTlPy6R0b0mmnMHi { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.125rem;left:56.750004768372rem;height:6.497375rem;display:block; }
#hwxCXeiGv8lVhaTz41EK71XTdFTgZuQx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.375rem;left:16.125rem; }
#IGVy0SPq1RUBOQTBr9iocqdlg52fPauP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.375rem;left:32.75rem; }
#JBMTwIobRzX0PkyJJ2mF8BrzytgLB21N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.375rem;left:51.687500953674rem; }
#OLzIZ0G1wN2LQVTb5LKEJ2ZhqoTU47f3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Jafoq2wMmM2kkTWxvqWa9e9ETzFuUSCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hV3Kg5dekS7xXE8l3whRE6Joq5ZxU1oe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d2da9bb-c780-40d4-8aa9-a330cdc8cd9e/063de722disenosintitulo52.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq.adaptive-delivery-prevent-bg, #TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq.lazyload, #TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq.lazyloading { background-image: none; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container { background-color: transparent; background-image: none; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container > .video-iframe-container { display: none; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row > .video-iframe-container { display: none; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .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); }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container { border-width: 0; border-radius: 0; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container { font-size:0.875rem;font-family:arial;height:68.8125rem;width:75rem;position:relative;display:block; }#DpZeLEIwnzwhdCiuJbzNOqlikA8EJUHR { box-sizing:content-box;height:42.5625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:24.146873474121rem;left:0rem;display:block; }
#N7XchOWZenWZQC9nTvyNc00qJBIgsX7O { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#e9e9e9;background-image:none;top:3.4937591552734rem;left:0rem;display:block; }
#rXtbQs7TIDgTq0EJXAbnedHT9EWg6U9w { color:#000000;display:block;width:29rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.6875rem;left:23.000000953674rem;height:3.0875rem;font-style:normal;display:block; }
#m737GWaC7tvmzRI5d6asSTMJqfdqHnpf { color:#000000;display:block;width:16rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.125rem;left:15.375rem;height:1.787325rem;font-style:normal;display:block; }
#iWpUTlrxxEJR6U77kBvVFeq1wli2obhG { color:#ff7043;display:block;width:18.875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.9375rem;left:15.375000953674rem;height:1.381075rem;font-style:normal;display:block; }
#nr6hZJemZLTqP3pToxRWSr6pdFD2foy9 { color:#000000;display:block;width:44rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.5rem;left:15.3125rem;height:6.90538125rem;font-style:normal;display:block; }
#y77n9AIyQiZ8fn4ckJNM0xxCiicTUNbB { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.875rem;left:15.375rem;height:1.787325rem;font-style:normal;display:block; }
#DZN8pnvlGhyRusPtehgTFFJVWPOnT67U { color:#ff7043;display:block;width:23.875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:45.75rem;left:15.375rem;height:1.381075rem;font-style:normal;display:block; }
#rmadZx81o10xiswpySvK4uGVcnd7vLLE { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:48.0625rem;left:15.375rem;height:4.14323125rem;font-style:normal;display:block; }
#cBnXBwAwZPBwReKp8qb9srxqU36zSzB8 { color:#000000;display:block;width:9.87425rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4375rem;left:32.562500953674rem;height:3.0875rem;font-style:normal;display:block; }
#GPJpnnVHb0LkiA8v6ZNh8oblkdzh3qdi { color:#ff7043;display:block;width:8.3123125rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:24.312500953674rem;height:3.25rem;font-style:normal;display:block; }
#GUK0r908gODpdk1HKKhQq7dio3yF7VBA { color:#000000;display:block;width:15rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.75rem;left:20.937501907349rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhhh4iJekQESi9zoDbIRf7OyeSF9yNGQ { background-color:#999999;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:56.337501525879rem;left:40.050001144409rem;display:block; }
#gfJDhQDh3r1cy1Bs42UddgL0AUToNHdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFSXQ674n3eA9x9N5POcAg7LNXSsF3Rx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff7043;border-left:0.0625rem solid #ff7043;border-right:0.0625rem solid #ff7043;border-bottom:0.0625rem solid #ff7043;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8375rem;height:3.8375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:56.400001525879rem;left:15.375rem;display:block; }
#CeUltcq10ENn6ifJqxo0VNMvFtk9WvOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQvPfgflibrRKf2XfZPKizCRA1v4QUuJ { background-color:#999999;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749625rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:60.684120178222rem;left:49.5rem;display:none; }
#HJthknxJ6lhyExElOEh0Op4imAqBCVQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xx8o6ZThgBkUoEfVBHlRvwsoXP1diZOF { color:#000000;display:block;width:9.8748125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0625rem;left:51.75rem;height:3.086825rem;font-style:normal;display:none; }
#WWnJ0y7uVlMLgifUw3NgT3UTIe8NTLCr { color:#000000;display:block;width:3.625rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.875000953674rem;height:1.70573125rem;font-style:normal;display:block; }
#wN1q2ZX5ANwNtAgiL4FDQVFehM7P1EOE { color:#ff7043;display:block;width:11.1875rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:41.000000953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5o4bgiriXDLdPdnedFvKGzBs1JJGIBb { color:#000000;display:block;width:7.75rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.875rem;left:42.750000953674rem;height:1.70573125rem;font-style:normal;display:block; }
#fZz7TVmtmIEos2aCwH1KkqxW0mfDB4qw { color:#000000;display:block;width:15rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.9375rem;left:39.125001907349rem;height:2.76215rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIvvaurAQATHBVsxxoIDCxGIL0Xuc9S9 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d2da9bb-c780-40d4-8aa9-a330cdc8cd9e/063de722disenosintitulo52.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI.adaptive-delivery-prevent-bg, #X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI.lazyload, #X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI.lazyloading { background-image: none; }#X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI > .row .container { border-width: 0; border-radius: 0; }#X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:none; }#qxh9Ii2l7uriobqKD9iMq8sxBE8RORvt { box-sizing:content-box;height:8.5625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.0625rem;left:0rem;display:block; }
#dMyzSNF9FLiin1CakEGGyABWs3aU4F1H { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:24.75rem;height:3.08680625rem;font-style:normal;display:block; }
#p5zANN2uyMnwnVv0iGKBbuFTIbHAeVRv { color:#000000;display:block;width:24.6234375rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.625rem;left:25.1875rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eklfPHnHqO9yMbcd3XK2bV32NB8znFUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d2da9bb-c780-40d4-8aa9-a330cdc8cd9e/063de722disenosintitulo52.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eklfPHnHqO9yMbcd3XK2bV32NB8znFUC.adaptive-delivery-prevent-bg, #eklfPHnHqO9yMbcd3XK2bV32NB8znFUC.lazyload, #eklfPHnHqO9yMbcd3XK2bV32NB8znFUC.lazyloading { background-image: none; }#eklfPHnHqO9yMbcd3XK2bV32NB8znFUC > .row .container { border-width: 0; border-radius: 0; }#eklfPHnHqO9yMbcd3XK2bV32NB8znFUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eklfPHnHqO9yMbcd3XK2bV32NB8znFUC > .row .container { font-size:0.875rem;font-family:arial;height:89.8125rem;width:75rem;position:relative;display:none; }#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-form-header {  }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-regular-label { height:auto;display:block;font-family:"roboto condensed";font-size:0.875rem;font-weight:bold;color:#000000;width:26.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-text {padding-top: 0; padding-bottom: 0;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-select {padding-top: 0; padding-bottom: 0;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ff8900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:26.5rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.0625rem;overflow:hidden;font-style:normal; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-container:first-of-type{padding-top:0;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-container:last-of-type{padding-bottom:0;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.6796875rem;left:22.404515266419rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH {display:block;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.6796875rem;left:22.404515266419rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Gy9bBSFMWZSn19Ay6460r7AgIGtfn0aU { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Dq07cIt3AWyH7cLUPEMAikwO5bNh9BKd { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #aGBrDnRgqtJE02JkEv7EDTqi7ySCxIKX { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #pVB4Xtmza0axoyTzyREreIWlX0IZAlb7 { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #iNgfPmO92BWXoaGTwm1eXzdBKQzuGTvW { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #U7dUup3HFLflPLQUXMM0IdOyCpMo3CpS { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #dxdMeR608ATad73nNtf7V67JqwONpM0a { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #eGTgu1xZreVDi6L2lbOzhLftOeDs6UBm { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #f6GgeDyUyLSISvgV3K1h8ttfVMvUCnto { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #C8wtKHvqsFuft5gT9xpbVJ88m5v3yxWf { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NAAkopIe10ocIIKupBz0vspwcg2DlLiz { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #fnAaSdJGnnPHKu7E3XFpNeDNAxJOpS74 { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #C1Z11EDmI7FImaRgm4umvnsd0qiEArWl { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #zm2KOskqOvSTssz0I7MgLcteWGgGyk6r { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #kabq8U2bHhU5glJf7M7QODzVve6J2hG7 { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #aydZA4K7aMQOJGFNrdgCCLxWnGpL9z2Z { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #mw6J1Ndr7qHgwCuqHBQpKGWafDm5c7hn { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ui5oCxHTgGQKgNtoS9ORd08TPoLNxepU { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #cULpK6o0UUpTGLGTqHJRbg7O1OTRdJ7R { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #J6m7WB7hEmnaLRfxofu5xf6xLFwohEDA { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #t23ZtkAALyrImO9eEWsbMfNOT8SOf1co { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #PBDmZNu7MnvrTMtb6AwlwOG3TzxguEAL { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #K40z7u5pZt8VUPwqzqN7pO1bEVLR3aSg { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #iy7znavDITz7VCRAzrSQ2BtUMrPIATyJ { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #vLT9UhDN9USyrQMs7CcMgNnIi3hlndzJ { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NP2iCUxR7oHr5lmgFfZFTiqz3neuuon2 { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #U3uCEu3L6qRQ31WWh9hpIb8voXaoPNBF { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #WhuQfxlZBKTVqCIq596KWWmnGF1hDPL3 { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #WFG5TuaqSS4pmNiSWsEbctlBPveB1keS { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #nIC62k8KnJUBCMKNFbLXAATdfBZsXz0d { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #KqTtssmOoBe71L2bqFLXlxFJeqglL0xO { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #grtnPE4dvFoAl3LmHSLaeNDeqW003Gr2 { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #lIFzIQdqaNHJBvbr6qmLk0g8hH3XOB0J { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #XqsagFM2exv0vbrRBnqKZ5549zJnKmfK { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #VwNiyv6TdMFoPluiQip9cLLTBsOaTMlX { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #xTokFMMUv9LlGH65hamAMa8f73uaK5b7 { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #xmeXqUK8I0hvW5ZfnpmpT0H3pGR8P09S { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #E1SI3IteFCEs7qlC69gr8NUvyT18w6g9 { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NEnIMiNTTXx20DqoENAz4tEkfekiOfnc { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #LT3BrFQde6XVe3i3AcDGn8TtO5Jns0yB { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #LT3BrFQde6XVe3i3AcDGn8TtO5Jns0yB .container-column{width:100%;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #EwU8DtB99oydkF6vr6xh0zya1NFl25Zq { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #H9fCgPDT8BW1FzyMuc53Ob8e0N7zzB5U { position:relative;z-index:2; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #dfBPPPOUyD3oXWr6y12nU29Mvlgmhtvq { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #DmTXh0kV41VzzNG7T2S8MXNOwS78c0A3 { position:relative;z-index:2; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #kmJ7xZ8ZC5MfNwrdEe6CJ5DsOVDNdhLa { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #KQp3nl9LwEUoZeMskhuWVRplrIxanuem { position:relative;z-index:2; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #f69AMnAqvpJIwdkNozc6xFCdcL1vBJEq { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #hZuawciCN6MgfZBCp0UvNi2wtFUTf5GE { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ZCTTtw5gZs39xlUDJU1kpcX4lEshMgLW { position:relative;z-index:2; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Eyic3JqZK4NKfq29TNpmQFUrLGTDOuZP { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #RzBLcG6HQsSbqugXxGvoxvp9K2NMJTW9 { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #K5hTlqmRnBJJeX5g6solpU5veUk3zZTm { position:relative;z-index:2; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ymXuqrsydc9oT8Mw4KKSTgmrTHZxIrLz { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #eZDzUBlVvXTJ9ZBPN1KRG57s9DH6UVFR { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #vcGJST0s24bzcRuz8dVsCZgtweAQI5xm { position:relative;z-index:2; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #FfvieaEtvnHEnoTDLf1iLscDU5JCFpD2 { position:relative; }
#W18n71HoqnQM8mNT01MdJys6RtgJ53ok { position:relative;display:block; }
#mcOwCJbUF7HTEJlsP9JQ6TdTENA9uEOT { position:relative;display:block; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #TDKclz0mI1UtWPw1ZO1H8Ic9fJuIuBqk { position:relative; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #tov2m4VxVSfwXGJ2CVbFflmRrIQ0waGs { position:relative; }
#irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d2da9bb-c780-40d4-8aa9-a330cdc8cd9e/063de722disenosintitulo52.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p.adaptive-delivery-prevent-bg, #irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p.lazyload, #irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p.lazyloading { background-image: none; }#irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p > .row .container { border-width: 0; border-radius: 0; }#irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:none; }#wMmT21WgDFviTiPcXTPSFz9Xl2MfxRoI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff7043;border-left:0.0625rem solid #ff7043;border-right:0.0625rem solid #ff7043;border-bottom:0.0625rem solid #ff7043;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.122625rem;height:3.6234375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4835929870606rem;left:23.939064979553rem;display:block; }
#y9O2SSi5OKOeltemIzTv0T3DG0HyZyM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJqZ5JBcJRwNUfZ6z3iUprpypCLkzl9I { box-sizing:content-box;height:6.875rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0rem;left:0rem;display:block; }
#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row .container { background-color: transparent; background-image: none; }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row .container > .video-iframe-container { display: none; }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row > .video-iframe-container { display: none; }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .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); }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row .container { border-width: 0; border-radius: 0; }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#mGd79o3LsVohIXq7Qqw1KNV4ezOCiQEM { position:absolute;display:block;z-index:15000;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.1875rem;width:4.8125rem;top:1.5rem;left:13.5625rem;overflow:hidden;display:block; }
#RwvqIA4hQQr3QtxPaVBS7yDV5DIIzyUX { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:"roboto condensed";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.8125rem;height:2.11154375rem;display:block; }
#yGp3aEA32ooBkTGaJdxSdi90VZFmQ59w { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:"roboto condensed";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5625rem;left:13.5625rem;height:1.05625rem;display:block; }
#EQ9TXDeFVZccsGqTsi4pFwSzEQQQ8vp5 { box-sizing:content-box;height:0.0625rem;width:47.5rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:6.6221580505369rem;left:13.6875rem;display:block; }
#IO79qCWUN1euNbFayD197E5phDLKqut7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:8.125rem;left:25.25rem; }
#IO79qCWUN1euNbFayD197E5phDLKqut7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rugTB3vy7JIoRZUwZKnfk6128vEgmFPl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.125rem;left:28rem; }
#rugTB3vy7JIoRZUwZKnfk6128vEgmFPl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#PICyJ9Pu52ILTL7Lm3nXN0CWqxnhrFpl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.125rem;left:31rem; }
#PICyJ9Pu52ILTL7Lm3nXN0CWqxnhrFpl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#lQ1VmuZUlngvJIS87Or7rzbAEoOAHLys { color:#ffffff;display:block;width:16.8119375rem;position:absolute;font-family:"roboto condensed";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.55912399292rem;left:44.4375rem;height:1.05625rem;display:block; }
#IvJkodM1aFmsxR32NlZIhQdN401ieUgT { position:relative;display:block; }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT { background-color: transparent; background-image: none; }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .row .container > .video-iframe-container { display: none; }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .row > .video-iframe-container { display: none; }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .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); }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT { border-width: 0; border-radius: 0; }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .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; }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7e00;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#wWT8gv7Mtb9Kg1uLRq3e5r0TqAB3ur4M { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8500003814698rem;left:25.406250953674rem;height:11.048625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT { display:block; }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZLgqZKQCmWCa6tytmHogn4SfENo924Q { top:0.5625rem;left:0rem;width:5.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQavCzTH9Z0T153fnAuccCsNVKR0B7Ok { top:2rem;left:8.8732662200925rem;width:37.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIMp5wti0HgANwtdIH6KpPC3rJT1l0KU { top:0.5625rem;left:37.8115234375rem;width:8.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLG5c83hPP7A3lgUq1UiCkwTwq5FQAiF { width:13.5625rem;height:4.6875rem;top:0rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNOnTW5XtSPFQh8Oq5nQul99VfGoLPak { display:block; }
 }@media only screen and (max-width: 763px) { #XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k { display:none; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whmTVFDIG3XJJtBxI4UykTaPTlA8Q61h { top:6.8125rem;left:0rem;width:18.5625rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p82XnBmQGztpOQW2JfhLiTv1TheU6Mzq { top:15.0625rem;left:0rem;width:14.8125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDEm0srZ8BR9axRf6wDOgGkHJIQF5Psd { top:12.625rem;left:0rem;width:10.625rem;height:2.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkEbUfBeweC3c5AHOWABkGSHVX2evlZe { top:8.75rem;left:0rem;width:18.5625rem;height:2.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b77PGgw8OGQGyrTT53aAUIiPyWT13qRn { top:5.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxRyfqRPsfpKtFmBUBgxDRqU3whbTkuu { top:11.4375rem;left:0rem;width:41.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulEwhm5vtK2CIa7BtoOtykD1pw3pKTrW { top:8.625rem;left:0rem;width:14.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voKipzzIH4UXOxRKzOpktm74L2ONgKHW { display:block; }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0Tvxx8qPZm7N0aqqwAWHgdnATUVs86a { top:0.625rem;left:8.9375019073488rem;width:29.875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h { display:block; }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKU0lrzVxo0PA0hXIChAvBAlw4FH8q7u { top:2.375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb { display:block; }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFfZyptLR4Txhh9zqAybJsvmZAIdaw9V { width:20.5rem;height:4rem;top:1.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAvHxdfefTgxcALbCHDSKd1RBdUHNIxP { display:block; }
 }@media only screen and (max-width: 763px) { #F1RFbdgK46yPrgL6WlW0O3oMIkBhighO { display:block; }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfmJRN77BGrDk8bbxPzg3HnhTy0fB5Ex { top:3.1875rem;left:0rem;width:5.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklnCwm62TGrQ6v68kWlPsBerVJwg7DQ { top:3.1875rem;left:15.625rem;width:3.0625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCEcBXfJGa1FRBQndoiTy9HazWCkRoLo { top:1.875rem;left:5.1875rem;width:5.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAi7kltaMMX0E16rUqfb2fOEA9KRfCqJ { top:1.5rem;left:18.875rem;width:13.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9adbvRJ0pSJsa32kyPpb6fV0DVAi3D { top:3.25rem;left:36.375rem;width:2.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IowX8PN5qqhw31d5eFMIgPEZyWE7lJ8Q { top:1.25rem;left:41rem;width:3.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIBmkuwbdgqKf5LWtCNh1etTSIizLepv { display:block; }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrwOy4bkFIVTmTPJDCrzwX0byemgeDZk { top:2rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSSwBZxT3RpFTSkFpRzWFGfSUs4k9orL { top:5.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk { display:block; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2abhgvov4aLkKEu1KS0lT2n4alMOWwT { display:block; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uETLfJW4pkNxcSmH7ODDgTpsHmD6sKGI { top:5.125rem;left:0rem;width:35.4375rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCVDy02oTi0D8GFxSl3F0BItxAakTwdw { width:22.5rem;height:4.375rem;top:25.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGTwLmI6hTmCIPnGrsfTRGhza58GUA3 { display:block; }
 }@media only screen and (max-width: 763px) { #VSXxy7x7M5cPfebt1ncVB2blLq7V3s0I { top:1.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 { display:block; }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEmrSeMTR59ACBBC1l4neVbGdeQML1tl { top:1.3125rem;left:1.375rem;width:22.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mobJssobb0U2XmiiHmI0Tafw41vbk9JI { top:9.125rem;left:5.4062509536743rem;width:4.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRDmX2ct989OMzWzEWTCCEPb4t62wXl2 { top:5.875rem;left:5.40625rem;width:3.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEsyeQ9vzpfx0KVZUwkvNJkKykQE55vv { top:5.875rem;left:7.21875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG7FfnRp2SJPtwt06J7UNgZTL2H7LAF4 { top:9.1875rem;left:11.9375rem;width:8.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABaPaylIvxtXcUHNKBzxrXmmaAl2J6NV { top:5.9375rem;left:14.53125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9kZCXXeS7zZ4DOuwVCZ5lFuBeXh2ilb { top:5.9375rem;left:12.28125rem;width:3.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q92ti978O7XdN6xRlXuTHcJCD1GsdhDD { top:13.1875rem;left:11.9375rem;width:8.625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byNGzwOh6b1LNnneCPaB9EyNE93B47li { top:9.1875rem;left:23.875rem;width:13.0625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlUrIL9k12gA78vE4rPJMCLQIHC9Wk7U { top:5.9375rem;left:23.875rem;width:3.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux1kIO4BqeICbPaB08s28lEPBPgTUpRW { top:5.9375rem;left:25.46875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUHknbSbkOOm3SPmMqsu700wXNQAd4n { top:5.875rem;left:35.8125rem;width:3.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB2ccOSkCEXVdBf3izT6XOkmbbFgQiEO { top:5.875rem;left:36.90625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXnnWTJJg94vRGrrKTlPy6R0b0mmnMHi { top:9.125rem;left:33.375rem;width:14.375rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwxCXeiGv8lVhaTz41EK71XTdFTgZuQx { top:7.375rem;left:9.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGVy0SPq1RUBOQTBr9iocqdlg52fPauP { top:7.375rem;left:21.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBMTwIobRzX0PkyJJ2mF8BrzytgLB21N { top:7.375rem;left:33.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLzIZ0G1wN2LQVTb5LKEJ2ZhqoTU47f3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Jafoq2wMmM2kkTWxvqWa9e9ETzFuUSCZ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hV3Kg5dekS7xXE8l3whRE6Joq5ZxU1oe { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq { display:block; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpZeLEIwnzwhdCiuJbzNOqlikA8EJUHR { top:24.125rem;left:0rem;width:47.75rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7XchOWZenWZQC9nTvyNc00qJBIgsX7O { top:3.4375rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXtbQs7TIDgTq0EJXAbnedHT9EWg6U9w { top:25.6875rem;left:9.3750009536744rem;width:29rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m737GWaC7tvmzRI5d6asSTMJqfdqHnpf { top:31.125rem;left:1.75rem;width:16rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWpUTlrxxEJR6U77kBvVFeq1wli2obhG { top:32.9375rem;left:1.75rem;width:18.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr6hZJemZLTqP3pToxRWSr6pdFD2foy9 { top:35.5rem;left:1.6875rem;width:44rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y77n9AIyQiZ8fn4ckJNM0xxCiicTUNbB { top:43.875rem;left:1.75rem;width:22.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZN8pnvlGhyRusPtehgTFFJVWPOnT67U { top:45.75rem;left:1.75rem;width:23.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmadZx81o10xiswpySvK4uGVcnd7vLLE { top:48.0625rem;left:1.75rem;width:44.3125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnXBwAwZPBwReKp8qb9srxqU36zSzB8 { top:5.4375rem;left:18.937500953674rem;width:9.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPJpnnVHb0LkiA8v6ZNh8oblkdzh3qdi { top:9.75rem;left:10.687500953674rem;width:8.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUK0r908gODpdk1HKKhQq7dio3yF7VBA { top:14.75rem;left:7.3125019073488rem;width:15rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhhh4iJekQESi9zoDbIRf7OyeSF9yNGQ { width:16.8125rem;height:3.9375rem;top:56.3125rem;left:26.425001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJDhQDh3r1cy1Bs42UddgL0AUToNHdW { display:block; }
 }@media only screen and (max-width: 763px) { #GFSXQ674n3eA9x9N5POcAg7LNXSsF3Rx { width:16.8125rem;height:3.8125rem;top:56.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeUltcq10ENn6ifJqxo0VNMvFtk9WvOT { display:block; }
 }@media only screen and (max-width: 763px) { #AQvPfgflibrRKf2XfZPKizCRA1v4QUuJ { width:14.6875rem;height:4.0625rem;top:60.625rem;left:33.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJthknxJ6lhyExElOEh0Op4imAqBCVQi { display:block; }
 }@media only screen and (max-width: 763px) { #Xx8o6ZThgBkUoEfVBHlRvwsoXP1diZOF { top:9.0625rem;left:38.125rem;width:8.4375rem;height:10.375rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWnJ0y7uVlMLgifUw3NgT3UTIe8NTLCr { top:12.875rem;left:13.250000953674rem;width:3.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN1q2ZX5ANwNtAgiL4FDQVFehM7P1EOE { top:9.6875rem;left:27.374353408814rem;width:11.125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5o4bgiriXDLdPdnedFvKGzBs1JJGIBb { top:12.875rem;left:29.125000953674rem;width:7.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZz7TVmtmIEos2aCwH1KkqxW0mfDB4qw { top:14.9375rem;left:25.500001907349rem;width:15rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIvvaurAQATHBVsxxoIDCxGIL0Xuc9S9 { display:none; }
 }@media only screen and (max-width: 763px) { #X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI { display:block; }#X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxh9Ii2l7uriobqKD9iMq8sxBE8RORvt { top:0.0625rem;left:0rem;width:47.75rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMyzSNF9FLiin1CakEGGyABWs3aU4F1H { top:2.5625rem;left:11.125rem;width:25.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5zANN2uyMnwnVv0iGKBbuFTIbHAeVRv { top:6.625rem;left:11.5625rem;width:24.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklfPHnHqO9yMbcd3XK2bV32NB8znFUC { display:block; }#eklfPHnHqO9yMbcd3XK2bV32NB8znFUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-regular-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-text { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-text {padding-top: 0; padding-bottom: 0;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-textarea { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-select { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-select {padding-top: 0; padding-bottom: 0;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-button { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-checkbox-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH  { width:26.5rem;height:auto;top:1.625rem;left:8.7795152664188rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .radio-container { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH {display:block;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH { width:26.5rem;height:auto;top:1.625rem;left:8.7795152664188rem; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Gy9bBSFMWZSn19Ay6460r7AgIGtfn0aU {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Dq07cIt3AWyH7cLUPEMAikwO5bNh9BKd {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #aGBrDnRgqtJE02JkEv7EDTqi7ySCxIKX {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #pVB4Xtmza0axoyTzyREreIWlX0IZAlb7 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #iNgfPmO92BWXoaGTwm1eXzdBKQzuGTvW {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #U7dUup3HFLflPLQUXMM0IdOyCpMo3CpS {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #dxdMeR608ATad73nNtf7V67JqwONpM0a {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #eGTgu1xZreVDi6L2lbOzhLftOeDs6UBm {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #f6GgeDyUyLSISvgV3K1h8ttfVMvUCnto {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #C8wtKHvqsFuft5gT9xpbVJ88m5v3yxWf {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NAAkopIe10ocIIKupBz0vspwcg2DlLiz {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #fnAaSdJGnnPHKu7E3XFpNeDNAxJOpS74 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #C1Z11EDmI7FImaRgm4umvnsd0qiEArWl {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #zm2KOskqOvSTssz0I7MgLcteWGgGyk6r {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #kabq8U2bHhU5glJf7M7QODzVve6J2hG7 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #aydZA4K7aMQOJGFNrdgCCLxWnGpL9z2Z {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #mw6J1Ndr7qHgwCuqHBQpKGWafDm5c7hn {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ui5oCxHTgGQKgNtoS9ORd08TPoLNxepU {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #cULpK6o0UUpTGLGTqHJRbg7O1OTRdJ7R {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #J6m7WB7hEmnaLRfxofu5xf6xLFwohEDA {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #t23ZtkAALyrImO9eEWsbMfNOT8SOf1co {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #PBDmZNu7MnvrTMtb6AwlwOG3TzxguEAL {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #K40z7u5pZt8VUPwqzqN7pO1bEVLR3aSg {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #iy7znavDITz7VCRAzrSQ2BtUMrPIATyJ {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #vLT9UhDN9USyrQMs7CcMgNnIi3hlndzJ {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NP2iCUxR7oHr5lmgFfZFTiqz3neuuon2 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #U3uCEu3L6qRQ31WWh9hpIb8voXaoPNBF {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #WhuQfxlZBKTVqCIq596KWWmnGF1hDPL3 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #WFG5TuaqSS4pmNiSWsEbctlBPveB1keS {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #nIC62k8KnJUBCMKNFbLXAATdfBZsXz0d {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #KqTtssmOoBe71L2bqFLXlxFJeqglL0xO {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #grtnPE4dvFoAl3LmHSLaeNDeqW003Gr2 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #lIFzIQdqaNHJBvbr6qmLk0g8hH3XOB0J {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #XqsagFM2exv0vbrRBnqKZ5549zJnKmfK {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #VwNiyv6TdMFoPluiQip9cLLTBsOaTMlX {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #xTokFMMUv9LlGH65hamAMa8f73uaK5b7 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #xmeXqUK8I0hvW5ZfnpmpT0H3pGR8P09S {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #E1SI3IteFCEs7qlC69gr8NUvyT18w6g9 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NEnIMiNTTXx20DqoENAz4tEkfekiOfnc {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #LT3BrFQde6XVe3i3AcDGn8TtO5Jns0yB {  }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #LT3BrFQde6XVe3i3AcDGn8TtO5Jns0yB .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #EwU8DtB99oydkF6vr6xh0zya1NFl25Zq {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #H9fCgPDT8BW1FzyMuc53Ob8e0N7zzB5U {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #dfBPPPOUyD3oXWr6y12nU29Mvlgmhtvq {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #DmTXh0kV41VzzNG7T2S8MXNOwS78c0A3 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #kmJ7xZ8ZC5MfNwrdEe6CJ5DsOVDNdhLa {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #KQp3nl9LwEUoZeMskhuWVRplrIxanuem {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #f69AMnAqvpJIwdkNozc6xFCdcL1vBJEq {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #hZuawciCN6MgfZBCp0UvNi2wtFUTf5GE {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ZCTTtw5gZs39xlUDJU1kpcX4lEshMgLW {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Eyic3JqZK4NKfq29TNpmQFUrLGTDOuZP {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #RzBLcG6HQsSbqugXxGvoxvp9K2NMJTW9 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #K5hTlqmRnBJJeX5g6solpU5veUk3zZTm {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ymXuqrsydc9oT8Mw4KKSTgmrTHZxIrLz {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #eZDzUBlVvXTJ9ZBPN1KRG57s9DH6UVFR {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #vcGJST0s24bzcRuz8dVsCZgtweAQI5xm {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #FfvieaEtvnHEnoTDLf1iLscDU5JCFpD2 {  }
 }@media only screen and (max-width: 763px) { #W18n71HoqnQM8mNT01MdJys6RtgJ53ok { display:block; }
 }@media only screen and (max-width: 763px) { #mcOwCJbUF7HTEJlsP9JQ6TdTENA9uEOT { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #TDKclz0mI1UtWPw1ZO1H8Ic9fJuIuBqk {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #tov2m4VxVSfwXGJ2CVbFflmRrIQ0waGs {  }
 }@media only screen and (max-width: 763px) { #irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p { display:block; }#irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMmT21WgDFviTiPcXTPSFz9Xl2MfxRoI { width:27.0625rem;height:3.5625rem;top:1.4375rem;left:10.314064979553rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9O2SSi5OKOeltemIzTv0T3DG0HyZyM8 { display:block; }
 }@media only screen and (max-width: 763px) { #iJqZ5JBcJRwNUfZ6z3iUprpypCLkzl9I { top:0rem;left:0rem;width:47.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI { display:block; }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGd79o3LsVohIXq7Qqw1KNV4ezOCiQEM { top:1.4375rem;left:0rem;width:4.8125rem;height:3.1876156827114rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwvqIA4hQQr3QtxPaVBS7yDV5DIIzyUX { top:2rem;left:7.125rem;width:40.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGp3aEA32ooBkTGaJdxSdi90VZFmQ59w { top:8.5rem;left:0rem;width:10.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9TXDeFVZccsGqTsi4pFwSzEQQQ8vp5 { top:6.5625rem;left:0.0625rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO79qCWUN1euNbFayD197E5phDLKqut7 { top:8.125rem;left:11.625rem;width:1.875rem;height:1.875rem;display:block; }
#IO79qCWUN1euNbFayD197E5phDLKqut7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rugTB3vy7JIoRZUwZKnfk6128vEgmFPl { top:8.125rem;left:14.375rem;width:1.875rem;height:1.875rem;display:block; }
#rugTB3vy7JIoRZUwZKnfk6128vEgmFPl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PICyJ9Pu52ILTL7Lm3nXN0CWqxnhrFpl { top:8.125rem;left:17.375rem;width:1.875rem;height:1.875rem;display:block; }
#PICyJ9Pu52ILTL7Lm3nXN0CWqxnhrFpl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lQ1VmuZUlngvJIS87Or7rzbAEoOAHLys { top:8.5rem;left:30.8125rem;width:16.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvJkodM1aFmsxR32NlZIhQdN401ieUgT { display:block; }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWT8gv7Mtb9Kg1uLRq3e5r0TqAB3ur4M { top:3.8125rem;left:11.781251907349rem;width:24.1875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VNrTCOaf4fmyp9kFmHT7r85JfN1s9lQT > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZLgqZKQCmWCa6tytmHogn4SfENo924Q { width:6.5rem;height:4.1875rem;top:0.15625rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQavCzTH9Z0T153fnAuccCsNVKR0B7Ok { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIMp5wti0HgANwtdIH6KpPC3rJT1l0KU { width:8.499625rem;height:0;top:12.1875rem;left:5.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLG5c83hPP7A3lgUq1UiCkwTwq5FQAiF { width:11.25rem;height:4.6875rem;top:0rem;left:8.8734012246131rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNOnTW5XtSPFQh8Oq5nQul99VfGoLPak { display:block; }
 }@media only screen and (max-width: 763px) { #XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/653a9614-be61-4532-9643-306277e1a7f5/MOBILEESCOLAR1.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k.adaptive-delivery-prevent-bg, #XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k.lazyload, #XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k.lazyloading { background-image: none; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row .container { background-color: transparent; background-image: none; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row .container > .video-iframe-container { display: none; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row > .video-iframe-container { display: none; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .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); }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row .container { border-width: 0; border-radius: 0; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k::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; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBSsrhEfl2VigG7DEsf5oAKA5zMlKV2k > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whmTVFDIG3XJJtBxI4UykTaPTlA8Q61h { width:18.5625rem;height:1.03125rem;top:7.8994140625rem;left:0.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p82XnBmQGztpOQW2JfhLiTv1TheU6Mzq { width:14.8125rem;height:3.8984375rem;top:15.0625rem;left:2.59375rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDEm0srZ8BR9axRf6wDOgGkHJIQF5Psd { width:15.375rem;height:1.21875rem;top:12.8798828125rem;left:2.3125rem;font-size:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #nkEbUfBeweC3c5AHOWABkGSHVX2evlZe { width:18.5625rem;height:3.025rem;top:9.7314453125rem;left:0.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2f7038dd-fdbc-49bf-a6bb-a28b270abd4f/formatoportadalanding125x.jpg");background-position:bottom 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b77PGgw8OGQGyrTT53aAUIiPyWT13qRn { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxRyfqRPsfpKtFmBUBgxDRqU3whbTkuu { width:20rem;height:3.8994125rem;top:13.4343rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulEwhm5vtK2CIa7BtoOtykD1pw3pKTrW { width:16.4373125rem;height:1.13725rem;top:11.0479375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voKipzzIH4UXOxRKzOpktm74L2ONgKHW { display:block; }#voKipzzIH4UXOxRKzOpktm74L2ONgKHW > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0Tvxx8qPZm7N0aqqwAWHgdnATUVs86a { width:19.4375rem;height:1.38125rem;top:1.3406257629394rem;left:0.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h { display:block; }#SKtyaWQGZTy3Gd7zAUfTfCe1fpX1145h > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKU0lrzVxo0PA0hXIChAvBAlw4FH8q7u { width:18.75rem;height:11.048625rem;top:1.298828125rem;left:0.62411218881607rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb { display:block; }#T1qQt3gKCe95tUIyJSxqLct2IuEGNPcb > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFfZyptLR4Txhh9zqAybJsvmZAIdaw9V { width:17.1244375rem;height:3.49964375rem;top:0.78036117553713rem;left:1.4364345669746rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAvHxdfefTgxcALbCHDSKd1RBdUHNIxP { display:block; }
 }@media only screen and (max-width: 763px) { #F1RFbdgK46yPrgL6WlW0O3oMIkBhighO { display:block; }#F1RFbdgK46yPrgL6WlW0O3oMIkBhighO > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfmJRN77BGrDk8bbxPzg3HnhTy0fB5Ex { width:5.9375rem;height:0.8125rem;top:1.25rem;left:7rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklnCwm62TGrQ6v68kWlPsBerVJwg7DQ { width:3.0625rem;height:0.8125rem;top:6.9984376132487rem;left:8.4687498211863rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCEcBXfJGa1FRBQndoiTy9HazWCkRoLo { width:4.4375rem;height:2.875rem;top:2.8718748092651rem;left:7.7812498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAi7kltaMMX0E16rUqfb2fOEA9KRfCqJ { width:11.25rem;height:3.5rem;top:9.03125rem;left:4.3750001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TH9adbvRJ0pSJsa32kyPpb6fV0DVAi3D { width:2.9375rem;height:0.8125rem;top:13.625000208616rem;left:8.5624998211863rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IowX8PN5qqhw31d5eFMIgPEZyWE7lJ8Q { width:3.5rem;height:4.75rem;top:15.312500208616rem;left:8.2499998211863rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VIBmkuwbdgqKf5LWtCNh1etTSIizLepv { display:block; }#VIBmkuwbdgqKf5LWtCNh1etTSIizLepv > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrwOy4bkFIVTmTPJDCrzwX0byemgeDZk { width:18.9375rem;height:4.94791875rem;top:1.6237640380859rem;left:0.7180398106575rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TSSwBZxT3RpFTSkFpRzWFGfSUs4k9orL { width:17.875rem;height:7.4375rem;top:7.4696178436281rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/378eb65a-4bb9-4101-89da-d7e54a9d79ba/Collage_Monte_Olivo.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk.adaptive-delivery-prevent-bg, #l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk.lazyload, #l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk.lazyloading { background-image: none; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container { background-color: transparent; background-image: none; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container > .video-iframe-container { display: none; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row > .video-iframe-container { display: none; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .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); }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container { border-width: 0; border-radius: 0; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3ZlKq8TmwVdemTdTcWzKFCv1LnluFBk > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2abhgvov4aLkKEu1KS0lT2n4alMOWwT { display:block; }#O2abhgvov4aLkKEu1KS0lT2n4alMOWwT > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uETLfJW4pkNxcSmH7ODDgTpsHmD6sKGI { height:10.2126875rem;width:18.1875rem;top:7.2465276718137rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCVDy02oTi0D8GFxSl3F0BItxAakTwdw { width:19rem;height:4.8125rem;top:20.308161735534rem;left:0.5rem;background-color:#ff7e00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kCGTwLmI6hTmCIPnGrsfTRGhza58GUA3 { display:block; }
 }@media only screen and (max-width: 763px) { #VSXxy7x7M5cPfebt1ncVB2blLq7V3s0I { width:20rem;height:3.57465rem;top:1.686625957489rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 { display:block; }#s3cACNoSbNJpSXlsIBXksTXZu57b5pb5 > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEmrSeMTR59ACBBC1l4neVbGdeQML1tl { width:15.25rem;height:3.7361125rem;top:1.3107643127441rem;left:2.3750001192093rem;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mobJssobb0U2XmiiHmI0Tafw41vbk9JI { width:6.8119375rem;height:3.8984375rem;top:11.375rem;left:6.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRDmX2ct989OMzWzEWTCCEPb4t62wXl2 { width:2.0625rem;height:2.6rem;top:7.9375rem;left:7.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEsyeQ9vzpfx0KVZUwkvNJkKykQE55vv { width:3rem;height:3rem;top:7.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG7FfnRp2SJPtwt06J7UNgZTL2H7LAF4 { width:8.6860625rem;height:3.8984375rem;top:22.5rem;left:5.6875002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABaPaylIvxtXcUHNKBzxrXmmaAl2J6NV { width:2.9367875rem;height:2.9367875rem;top:18.25rem;left:8.9374998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9kZCXXeS7zZ4DOuwVCZ5lFuBeXh2ilb { width:3.125rem;height:2.6rem;top:18.6875rem;left:7.0625002980231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q92ti978O7XdN6xRlXuTHcJCD1GsdhDD { width:8.6239375rem;height:3.16666875rem;top:27.125rem;left:5.6875002980232rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byNGzwOh6b1LNnneCPaB9EyNE93B47li { width:10.4368125rem;height:7.796875rem;top:37.55859375rem;left:4.7796877026558rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QlUrIL9k12gA78vE4rPJMCLQIHC9Wk7U { width:3.125rem;height:2.6rem;top:33.375rem;left:7.5624998211863rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux1kIO4BqeICbPaB08s28lEPBPgTUpRW { width:2.87464375rem;height:2.87464375rem;top:33.125rem;left:9.4999998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUHknbSbkOOm3SPmMqsu700wXNQAd4n { width:3.125rem;height:2.6rem;top:49rem;left:7.3749998211863rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB2ccOSkCEXVdBf3izT6XOkmbbFgQiEO { width:2.8125rem;height:2.8125rem;top:48.875rem;left:9.4374998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXnnWTJJg94vRGrrKTlPy6R0b0mmnMHi { width:11.31125rem;height:9.096375rem;top:52.9375rem;left:4.3750002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwxCXeiGv8lVhaTz41EK71XTdFTgZuQx { display:flex;width:2.375rem;height:2.375rem;top:53.333636547851rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGVy0SPq1RUBOQTBr9iocqdlg52fPauP { display:flex;width:2.375rem;height:2.375rem;top:56.958636547851rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBMTwIobRzX0PkyJJ2mF8BrzytgLB21N { display:flex;width:2.375rem;height:2.375rem;top:60.583636547851rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLzIZ0G1wN2LQVTb5LKEJ2ZhqoTU47f3 { display:flex;top:16.034378051757rem;left:8.9992187619206rem;width:1.9992875rem;height:1.9992875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #Jafoq2wMmM2kkTWxvqWa9e9ETzFuUSCZ { display:flex;top:30.870315551757rem;left:8.9992187619206rem;width:1.9984rem;height:1.9984rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #hV3Kg5dekS7xXE8l3whRE6Joq5ZxU1oe { display:flex;top:46.55859375rem;left:8.9999998211863rem;width:1.9975125rem;height:1.9975125rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d2da9bb-c780-40d4-8aa9-a330cdc8cd9e/063de722disenosintitulo52.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq.adaptive-delivery-prevent-bg, #TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq.lazyload, #TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq.lazyloading { background-image: none; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container { background-color: transparent; background-image: none; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container > .video-iframe-container { display: none; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row > .video-iframe-container { display: none; }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .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); }#TsTTcTt59mqugACN8dOCxyQAQZxGf9Lq > .row .container { width:20rem;height:99.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpZeLEIwnzwhdCiuJbzNOqlikA8EJUHR { width:20rem;height:57.75rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7XchOWZenWZQC9nTvyNc00qJBIgsX7O { width:20rem;height:33.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXtbQs7TIDgTq0EJXAbnedHT9EWg6U9w { width:14.4993125rem;height:5.2rem;top:42.1875rem;left:2.7500000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m737GWaC7tvmzRI5d6asSTMJqfdqHnpf { width:14.875rem;height:1.625rem;top:49.125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWpUTlrxxEJR6U77kBvVFeq1wli2obhG { width:18.3744375rem;height:1.38125rem;top:51.0625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr6hZJemZLTqP3pToxRWSr6pdFD2foy9 { width:17rem;height:14.29429375rem;top:53rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y77n9AIyQiZ8fn4ckJNM0xxCiicTUNbB { width:18.5rem;height:1.625rem;top:69rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZN8pnvlGhyRusPtehgTFFJVWPOnT67U { width:19.1875rem;height:2.76215rem;top:71.375rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmadZx81o10xiswpySvK4uGVcnd7vLLE { width:17.6875rem;height:11.048625rem;top:73.5rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnXBwAwZPBwReKp8qb9srxqU36zSzB8 { width:8.4375rem;height:0;top:94.440689086912rem;left:5.7803621888161rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPJpnnVHb0LkiA8v6ZNh8oblkdzh3qdi { width:6.9993125rem;height:2.6rem;top:12.0625rem;left:6.5000002980231rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUK0r908gODpdk1HKKhQq7dio3yF7VBA { width:15rem;height:1.38139375rem;top:17.062500476837rem;left:2.5000000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhhh4iJekQESi9zoDbIRf7OyeSF9yNGQ { width:18.6875rem;height:3.9375rem;top:30.187501430511rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJDhQDh3r1cy1Bs42UddgL0AUToNHdW { display:block; }
 }@media only screen and (max-width: 763px) { #GFSXQ674n3eA9x9N5POcAg7LNXSsF3Rx { width:18.69825rem;height:3.94824375rem;top:91.625rem;left:0.650390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeUltcq10ENn6ifJqxo0VNMvFtk9WvOT { display:block; }
 }@media only screen and (max-width: 763px) { #AQvPfgflibrRKf2XfZPKizCRA1v4QUuJ { width:18.6875rem;height:3.9375rem;top:86.5rem;left:0.65625rem;z-index:15003;background-color:#ff7e00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HJthknxJ6lhyExElOEh0Op4imAqBCVQi { display:block; }
 }@media only screen and (max-width: 763px) { #Xx8o6ZThgBkUoEfVBHlRvwsoXP1diZOF { width:12.1875rem;height:4.7986125rem;top:5.6875rem;left:3.8750002980233rem;font-size:2rem;z-index:15006;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WWnJ0y7uVlMLgifUw3NgT3UTIe8NTLCr { width:3.625rem;height:1.70625rem;top:14.662500858307rem;left:8.1874998211863rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN1q2ZX5ANwNtAgiL4FDQVFehM7P1EOE { width:9.375rem;height:2.6rem;top:21.125000953674rem;left:5.3125002980232rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5o4bgiriXDLdPdnedFvKGzBs1JJGIBb { width:7.75rem;height:1.70625rem;top:23.912499427796rem;left:6.1250002980232rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZz7TVmtmIEos2aCwH1KkqxW0mfDB4qw { width:15rem;height:2.76215rem;top:26.186718940735rem;left:2.5000000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIvvaurAQATHBVsxxoIDCxGIL0Xuc9S9 { top:20.020312309265rem;left:5.3125002980232rem;width:9.375rem;height:0.125rem;z-index:15012;background-color:rgba(68,68,68,0.23);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI { display:none; }#X1ElM6E4GRtpWnX8ESTTb84qnx2XC7DI > .row .container { width:20rem;height:12.688369750977rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qxh9Ii2l7uriobqKD9iMq8sxBE8RORvt { width:20rem;height:14.3125rem;top:-1.6246452331543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMyzSNF9FLiin1CakEGGyABWs3aU4F1H { width:14.74925rem;height:4.7986125rem;top:0.67656135559081rem;left:2.6250000596046rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5zANN2uyMnwnVv0iGKBbuFTIbHAeVRv { width:14.12425rem;height:2.275rem;top:6.64999961853rem;left:2.9375000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklfPHnHqO9yMbcd3XK2bV32NB8znFUC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d2da9bb-c780-40d4-8aa9-a330cdc8cd9e/063de722disenosintitulo52.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#eklfPHnHqO9yMbcd3XK2bV32NB8znFUC.adaptive-delivery-prevent-bg, #eklfPHnHqO9yMbcd3XK2bV32NB8znFUC.lazyload, #eklfPHnHqO9yMbcd3XK2bV32NB8znFUC.lazyloading { background-image: none; }#eklfPHnHqO9yMbcd3XK2bV32NB8znFUC > .row .container { width:20rem;height:100.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-text {padding-top: 0; padding-bottom: 0;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-select {padding-top: 0; padding-bottom: 0;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .widget-radio-label { line-height:1.8;overflow:hidden;height:1.625rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH  { width:17.5rem;height:auto;top:0rem;left:0rem; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH {display:block;}#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH { width:17.5rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Gy9bBSFMWZSn19Ay6460r7AgIGtfn0aU {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Dq07cIt3AWyH7cLUPEMAikwO5bNh9BKd { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #aGBrDnRgqtJE02JkEv7EDTqi7ySCxIKX {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #pVB4Xtmza0axoyTzyREreIWlX0IZAlb7 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #iNgfPmO92BWXoaGTwm1eXzdBKQzuGTvW { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #U7dUup3HFLflPLQUXMM0IdOyCpMo3CpS {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #dxdMeR608ATad73nNtf7V67JqwONpM0a {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #eGTgu1xZreVDi6L2lbOzhLftOeDs6UBm { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #f6GgeDyUyLSISvgV3K1h8ttfVMvUCnto {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #C8wtKHvqsFuft5gT9xpbVJ88m5v3yxWf {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NAAkopIe10ocIIKupBz0vspwcg2DlLiz { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #fnAaSdJGnnPHKu7E3XFpNeDNAxJOpS74 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #C1Z11EDmI7FImaRgm4umvnsd0qiEArWl {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #zm2KOskqOvSTssz0I7MgLcteWGgGyk6r { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #kabq8U2bHhU5glJf7M7QODzVve6J2hG7 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #aydZA4K7aMQOJGFNrdgCCLxWnGpL9z2Z {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #mw6J1Ndr7qHgwCuqHBQpKGWafDm5c7hn { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ui5oCxHTgGQKgNtoS9ORd08TPoLNxepU {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #cULpK6o0UUpTGLGTqHJRbg7O1OTRdJ7R {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #J6m7WB7hEmnaLRfxofu5xf6xLFwohEDA { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #t23ZtkAALyrImO9eEWsbMfNOT8SOf1co {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #PBDmZNu7MnvrTMtb6AwlwOG3TzxguEAL {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #K40z7u5pZt8VUPwqzqN7pO1bEVLR3aSg { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #iy7znavDITz7VCRAzrSQ2BtUMrPIATyJ {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #vLT9UhDN9USyrQMs7CcMgNnIi3hlndzJ {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NP2iCUxR7oHr5lmgFfZFTiqz3neuuon2 { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #U3uCEu3L6qRQ31WWh9hpIb8voXaoPNBF {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #WhuQfxlZBKTVqCIq596KWWmnGF1hDPL3 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #WFG5TuaqSS4pmNiSWsEbctlBPveB1keS { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #nIC62k8KnJUBCMKNFbLXAATdfBZsXz0d {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #KqTtssmOoBe71L2bqFLXlxFJeqglL0xO {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #grtnPE4dvFoAl3LmHSLaeNDeqW003Gr2 { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #lIFzIQdqaNHJBvbr6qmLk0g8hH3XOB0J {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #XqsagFM2exv0vbrRBnqKZ5549zJnKmfK {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #VwNiyv6TdMFoPluiQip9cLLTBsOaTMlX { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #xTokFMMUv9LlGH65hamAMa8f73uaK5b7 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #xmeXqUK8I0hvW5ZfnpmpT0H3pGR8P09S {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #E1SI3IteFCEs7qlC69gr8NUvyT18w6g9 { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #NEnIMiNTTXx20DqoENAz4tEkfekiOfnc {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #LT3BrFQde6XVe3i3AcDGn8TtO5Jns0yB {  }
#CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #LT3BrFQde6XVe3i3AcDGn8TtO5Jns0yB .container-column{width:100%;} }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #EwU8DtB99oydkF6vr6xh0zya1NFl25Zq { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #H9fCgPDT8BW1FzyMuc53Ob8e0N7zzB5U {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #dfBPPPOUyD3oXWr6y12nU29Mvlgmhtvq {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #DmTXh0kV41VzzNG7T2S8MXNOwS78c0A3 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #kmJ7xZ8ZC5MfNwrdEe6CJ5DsOVDNdhLa {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #KQp3nl9LwEUoZeMskhuWVRplrIxanuem {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #f69AMnAqvpJIwdkNozc6xFCdcL1vBJEq {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #hZuawciCN6MgfZBCp0UvNi2wtFUTf5GE {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ZCTTtw5gZs39xlUDJU1kpcX4lEshMgLW {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #Eyic3JqZK4NKfq29TNpmQFUrLGTDOuZP {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #RzBLcG6HQsSbqugXxGvoxvp9K2NMJTW9 {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #K5hTlqmRnBJJeX5g6solpU5veUk3zZTm {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #ymXuqrsydc9oT8Mw4KKSTgmrTHZxIrLz {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #eZDzUBlVvXTJ9ZBPN1KRG57s9DH6UVFR {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #vcGJST0s24bzcRuz8dVsCZgtweAQI5xm {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #FfvieaEtvnHEnoTDLf1iLscDU5JCFpD2 {  }
 }@media only screen and (max-width: 763px) { #W18n71HoqnQM8mNT01MdJys6RtgJ53ok { display:block; }
 }@media only screen and (max-width: 763px) { #mcOwCJbUF7HTEJlsP9JQ6TdTENA9uEOT { display:block; }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #TDKclz0mI1UtWPw1ZO1H8Ic9fJuIuBqk {  }
 }@media only screen and (max-width: 763px) { #CCxb838SomlqmHUsmrl8hpEHpLXBTMbH #tov2m4VxVSfwXGJ2CVbFflmRrIQ0waGs {  }
 }@media only screen and (max-width: 763px) { #irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p { display:none; }#irP4wqzUgZSxEntt34yqzI6Hz2RzTb0p > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wMmT21WgDFviTiPcXTPSFz9Xl2MfxRoI { width:17.1875rem;height:3.875rem;top:0.4375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9O2SSi5OKOeltemIzTv0T3DG0HyZyM8 { display:block; }
 }@media only screen and (max-width: 763px) { #iJqZ5JBcJRwNUfZ6z3iUprpypCLkzl9I { width:20rem;height:5.4375rem;top:-0.09375rem;left:0.031072437763214rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI { display:block; }#VxN1UGiil5EO5dJWkZkfPTQm0OfqqgMI > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGd79o3LsVohIXq7Qqw1KNV4ezOCiQEM { width:5.25rem;height:3.4375rem;top:1.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwvqIA4hQQr3QtxPaVBS7yDV5DIIzyUX { width:15.8123125rem;height:5.277775rem;top:6.3734016418456rem;left:2.0925069451332rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGp3aEA32ooBkTGaJdxSdi90VZFmQ59w { width:8.9994375rem;height:1.05625rem;top:15.625rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9TXDeFVZccsGqTsi4pFwSzEQQQ8vp5 { width:12.5rem;height:0.0625rem;top:13.717151641846rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO79qCWUN1euNbFayD197E5phDLKqut7 { display:flex;width:1.875rem;height:1.875rem;top:18.374450683594rem;left:5.3117895722389rem; }
#IO79qCWUN1euNbFayD197E5phDLKqut7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rugTB3vy7JIoRZUwZKnfk6128vEgmFPl { display:flex;width:1.875rem;height:1.875rem;top:18.374450683594rem;left:8.6871448159219rem; }
#rugTB3vy7JIoRZUwZKnfk6128vEgmFPl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PICyJ9Pu52ILTL7Lm3nXN0CWqxnhrFpl { display:flex;width:1.875rem;height:1.875rem;top:18.374450683594rem;left:11.999466478824rem; }
#PICyJ9Pu52ILTL7Lm3nXN0CWqxnhrFpl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lQ1VmuZUlngvJIS87Or7rzbAEoOAHLys { width:8.4375rem;height:2.1111125rem;top:21.18696975708rem;left:5.7803621888161rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvJkodM1aFmsxR32NlZIhQdN401ieUgT { display:block; }#IvJkodM1aFmsxR32NlZIhQdN401ieUgT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWT8gv7Mtb9Kg1uLRq3e5r0TqAB3ur4M { width:20rem;height:13.81075rem;top:2.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }