.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:245,231,217;--color-primary-1:236,190,150;--color-primary-2:207,133,67;--color-primary-3:207,90,67;--color-primary-4:255,108,0;--color-secondary-0:214,238,243;--color-secondary-1:133,203,218;--color-secondary-2:51,169,193;--color-secondary-3:0,147,178;--color-secondary-4:53,90,113;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { background-color: transparent; background-image: none; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container > .video-iframe-container { display: none; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row > .video-iframe-container { display: none; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .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); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { border-width: 0; border-radius: 0; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .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; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;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; }#THPrOzpMQb7XSG4csa72RDdv0ntdM8xI { background-color:transparent;background-image: -webkit-linear-gradient(118deg, #0fa40a, #3ce038);background-image: -moz-linear-gradient(118deg, #0fa40a, #3ce038);background-image: -ms-linear-gradient(118deg, #0fa40a, #3ce038);background-image: -o-linear-gradient(118deg, #0fa40a, #3ce038);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa40a', endColorstr='#3ce038' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa40a', endColorstr='#3ce038' );";background-image: linear-gradient(118deg, #0fa40a, #3ce038);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:61.75rem;display:block; }
#fWRzLWSuM5tVfiRDWExarE4TIrtnsEdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVPWvpVCSDsnJHtLe5IM9VpDR7u30TL3 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.1875rem;width:13.625rem;top:0.625rem;left:61.375rem;display:block; }
#QPn3mtgFGRfxKxwViPsii3CGtPn7lzkI { 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.75rem;width:17.625rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ed8c7bb3-c197-44b1-a7a6-0a97273b565c/retirosespiritualesdeevolucioninteriorplantasmaestras.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { font-size:0.875rem;font-family:arial;height:79.5625rem;width:75rem;position:relative;display:block; }#XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { color:rgba(var(--color-primary-2),1);display:block;width:47.625rem;position:absolute;font-family:alice;font-size:7.375rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:7.607421875rem;left:0rem;height:19.9101875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { color:#16444a;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:28.357421875rem;left:0rem;height:4.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 1.125rem 2.5rem rgba(22,68,74,0.29) ;height:36.5rem;width:58.375rem;top:38.5625rem;left:8.5rem;display:block; }
#vlHGEEbvZy2mLT8WmTTyZwykmeRonsGP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:41.5625rem;left:11.625rem; }
#hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:41.5625rem;left:14rem;height:3.25rem;font-style:normal;display:block; }
#dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:49.25rem;left:14rem;height:3.75rem;font-style:normal;display:block; }
#oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:45.75rem;left:14rem;height:2.75rem;font-style:normal;display:block; }
#cXSBA5qSDycwliCkhQBgGvZT97KkgbgZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:45.75rem;left:11.625rem; }
#Nnr4lGuL79tyzyIZkhunzCrUgTtNBs9k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:49.5625rem;left:11.8125rem; }
#lVEt3BGqokmswwZPK70FR7SlvFsPbKO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:53.875rem;left:11.625rem; }
#ATxUc7ZGDuAth2CaQzm2C60ZIirIsOnk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:53.6875rem;left:14rem;height:3.75rem;font-style:normal;display:block; }
#S9DDx7mdTR5kW1iTrmvCzGeiG3KEmuXc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:58.4375rem;left:14rem;height:3.75rem;font-style:normal;display:block; }
#KilmME1RhfHSMmol2dqDwKuiTkf5MDnJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:58.5rem;left:11.75rem; }
#yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { color:#002642;display:block;width:23.9375rem;position:absolute;font-family:alice;font-size:2rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:64.1875rem;left:11.90625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZrKbaGPFrFpbzknDF2lZ1i6gwpFGmTo { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.5625rem;width:58.375rem;top:38.25rem;left:8.5rem;display:block; }
#CpuTPfTiv1MTE5ikl8KA6sbe2NmKXsS2 { 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:26.8125rem;width:26.0625rem;top:42.15625rem;left:38.84375rem;overflow:hidden;display:block; }
#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fb1ea8fa-9bc6-426b-af90-ffe3c5eaf27a/retirosespiritualesdeevolucioninteriorplantaslaura.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA.adaptive-delivery-prevent-bg, #xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA.lazyload, #xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA.lazyloading { background-image: none; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container { background-color: transparent; background-image: none; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container > .video-iframe-container { display: none; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row > .video-iframe-container { display: none; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .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); }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container { border-width: 0; border-radius: 0; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#OmHAXMTG78TpR67oZwTw9vUTvkuAm4mw { color:#2e2d2d;display:block;width:30.625rem;position:absolute;font-family:alice;font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:1.25rem;left:34.84375rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#xl5xlot6gRB19vOfFO1fMId6Gh1IfFJv { position:absolute;display:block;z-index:14998;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:26.875rem;width:16.125rem;top:24.5rem;left:67.13232421875rem;overflow:hidden;display:none; }
#tqr4fLrankVsBXINQklLrznNctvOJqJy { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:6.8125rem;left:32.1875rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AyKWvZ66mh1uMUNIX2HoBIkyHTbuPXDv { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-2),0.52) ;height:10.875rem;width:44.0625rem;top:18.4375rem;left:28.125rem;display:block; }
#mxNsBSQ3J0Q8Oc8HSXPf29Qbkzou8pmi { color:#2e2d2d;display:block;width:22.625rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:19.63720703125rem;left:31.1875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ve4pm3aR8CMDa0uh7QArKvI7sOOfauHc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:18.375rem;left:68.5625rem;overflow:hidden;display:block; }
#psdqcqHnNpXG0EegOqHUpG73BuHBcGKq { color:#2e2d2d;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:21.99951171875rem;left:31.1875rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#unsENyT57w9wAlbEJtJ4eoQoyQEOHf1E { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #5bed57, #0fa40a);background-image: -moz-linear-gradient(207deg, #5bed57, #0fa40a);background-image: -ms-linear-gradient(207deg, #5bed57, #0fa40a);background-image: -o-linear-gradient(207deg, #5bed57, #0fa40a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bed57', endColorstr='#0fa40a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bed57', endColorstr='#0fa40a' );";background-image: linear-gradient(207deg, #5bed57, #0fa40a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.625rem;left:56.8125rem;display:block; }
#BudmdLTNrlmGeBOSv9TnrPklvfvNz8AF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxAVaNWE38AGi6e5olbGxdZ3hpfwtlL7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.4375rem;width:14.5rem;top:22.3125rem;left:56.375rem;display:block; }
#zlZsCTPf3kmbmh2QiI1mPUIrb3t2aUBi { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.875rem;top:31.9384765625rem;left:65.95166015625rem;overflow:hidden;display:block; }
#iDoUzzcvpGlMOlKTiQBeq46OV9BV7X1v { color:#2e2d2d;display:block;width:26rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:32.25rem;left:31.1875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXPoGJJTgqxFS9JDL0cNovLkgxmvqToM { color:#2e2d2d;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:34.25rem;left:31.1875rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CAHU4rsuehV1KtKsbM472tTE7DvMPG0T { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-2),0.52) ;height:11.3125rem;width:44.0625rem;top:30.75rem;left:28.125rem;display:block; }
#ccNXWIovTqVVssTiR6qloRTFTR38W8qb { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.4375rem;width:14.5625rem;top:34.75rem;left:56.4375rem;display:block; }
#OPzVD0vPPkCKB6Tf72JFnk6C6TK4DQvd { background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.09375rem;left:56.8125rem;display:block; }
#lVg6dCEUFEtpeuRHK1TmBTefUoBSOspd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTTZUMp61snTFMmFiLd5Fs5uLf2WUFd7 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-2),0.52) ;height:10.875rem;width:44.0625rem;top:43.25rem;left:28.1875rem;display:block; }
#L3oC7U2FqnixzTz3NbTReSXmt3T5AufK { color:#2e2d2d;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:47.7138671875rem;left:31.1875rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RBkM9QwSpsS60KdM7SFkFJvbhcxTu8V0 { color:#2e2d2d;display:block;width:26rem;position:absolute;font-family:alice;font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:45.125rem;left:31.375rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QWaVbbBWtRWLBtptdegO5GFTyBnrBx9L { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.875rem;top:44.3134765625rem;left:65.95166015625rem;overflow:hidden;display:block; }
#NMUrlVeXHCf7h0Zi6S9gDtZP6gkJIumF { background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(207deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:47.5888671875rem;left:56.8125rem;display:block; }
#ZEOtrzFrVTAC53fFQMVmNHWcwNEKPXlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vz5O66vMFvgqsXmmx2vMoEHsTuHJUWrT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.4375rem;width:14.5625rem;top:47.25rem;left:56.375rem;display:block; }
#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { background-color: transparent; background-image: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container > .video-iframe-container { display: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container { display: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .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); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { border-width: 0; border-radius: 0; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#Zit6ToSHgkS1GWgNfXSuoJ3VfGPtwD7h { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:14.875rem;width:61.6875rem;top:8.9375rem;left:6.65625rem;display:block; }
#dWGCvQmmHp8EUNplk214wv3gxXklma1J { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(255,231,213,0.64);border-left:0.25rem solid rgba(255,231,213,0.64);border-right:0.25rem solid rgba(255,231,213,0.64);border-bottom:0.25rem solid rgba(255,231,213,0.64);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:12.15625rem;left:13.125rem;display:block; }
#ldE3E6WV8gyFbfq8bssqagnULzCxiGGQ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(255,231,213,0.64);border-left:0.25rem solid rgba(255,231,213,0.64);border-right:0.25rem solid rgba(255,231,213,0.64);border-bottom:0.25rem solid rgba(255,231,213,0.64);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:12.15625rem;left:27.6875rem;display:block; }
#uhfqntzxITiWvspVwc2TtyMiurywHf36 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5bed57, #0fa40a);background-image: -moz-linear-gradient(180deg, #5bed57, #0fa40a);background-image: -ms-linear-gradient(180deg, #5bed57, #0fa40a);background-image: -o-linear-gradient(180deg, #5bed57, #0fa40a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bed57', endColorstr='#0fa40a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bed57', endColorstr='#0fa40a' );";background-image: linear-gradient(180deg, #5bed57, #0fa40a);background-size:auto !important;border-top:0.3125rem solid #ffa05a;border-left:0.3125rem solid #ffa05a;border-right:0.3125rem solid #ffa05a;border-bottom:0.3125rem solid #ffa05a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.625rem;width:4.625rem;top:7.21875rem;left:57.71630859375rem;display:block; }
#oAxtVQTq6Zp6F4OEgwDubZEnrprz7QMW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(255,231,213,0.64);border-left:0.25rem solid rgba(255,231,213,0.64);border-right:0.25rem solid rgba(255,231,213,0.64);border-bottom:0.25rem solid rgba(255,231,213,0.64);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:12.15625rem;left:42.0625rem;display:block; }
#B7uZEWh1pH80zJkI1UhUwQ2DD3DtGsaR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.21875rem;left:10.84375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlVBHVstDTNClr37fpmuCD2EdDOFGXE8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.0625rem;left:14.09375rem; }
#FsdCpeOM1sNocFBUKsFSkVBnT4BwvA3s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.0625rem;left:28.71875rem; }
#abp9Tvvyz210W1aUiKB4AyA4plDk5XTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.21875rem;left:26.0625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oG3ydXCE4L41y6EE2FAG6ov54Tzx7t76 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.25rem;left:43.09375rem; }
#fEBQzomlFGUXrp6MLLGEwAvvivLNFthu { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.21875rem;left:41.65625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKRhDCoT6KDsqwX8gwTZxBJeFcqz73B4 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(157deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(157deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(157deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(157deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:19.3125rem;width:16.25rem;top:4.4375rem;left:52.09130859375rem;display:block; }
#cSW0bQODN1G3w8nO3iFy0BABNDtWnR94 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.875rem;left:53.4345703125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgAlCqkW2uT2QUQsO1ZHG9Amtoe6tlTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.5rem;left:58.99755859375rem; }
#KgAlCqkW2uT2QUQsO1ZHG9Amtoe6tlTQ > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#hSV29JmsahCNM7OXU9hskGCtT0IPdzBn { color:#2e2d2d;display:block;width:41.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:26.21875rem;left:16.02880859375rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhEW5uWW9V0XobRMgCShD9Dd7LX1fAn0 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-2),0.52) ;height:16.625rem;width:63.5rem;top:8.0625rem;left:5.78125rem;display:block; }
#AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { color:#2e2d2d;display:block;width:40.0625rem;position:absolute;font-family:alice;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:0rem;left:17.46875rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#sZSC4byFtmc6inZ38MPKlA2ywsV05T8p { position:absolute;display:block;z-index:14996;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:19.25rem;width:10.75rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#QTsIyzCohEV02c4GFxk1awCqlK0fvBhx { position:absolute;display:block;z-index:14995;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:24.75rem;width:23.375rem;top:0rem;left:57.390513126492rem;overflow:hidden;display:block; }
#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:url("https://images.assets-landingi.com/uc/5127edc7-9b64-4cb6-863e-b5ec74bb61da/seccioncambio2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE.adaptive-delivery-prevent-bg, #OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE.lazyload, #OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE.lazyloading { background-image: none; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container { background-color: transparent; background-image: none; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container > .video-iframe-container { display: none; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row > .video-iframe-container { display: none; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .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); }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container { border-width: 0; border-radius: 0; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#XFSXG4MVXe3d9GTGGu8ihKB5iEsBETGJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.45) ;height:12rem;width:54.3125rem;top:31.5625rem;left:10.375rem;display:block; }
#mSBnfPJZrZlTvdLzy8FqXLaNqTrTq1ui { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.6875rem;width:52.9375rem;top:32.1875rem;left:11rem;display:block; }
#OHCKlEnOb6l2n8VTRoArAfa3eh8rGT8G { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:33.375rem;left:21.0625rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHL7LTTrztaQ2u3RVIznTmxtnu9mh8Eh { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(255,231,213,0.64);border-left:0.25rem solid rgba(255,231,213,0.64);border-right:0.25rem solid rgba(255,231,213,0.64);border-bottom:0.25rem solid rgba(255,231,213,0.64);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:34.5rem;left:13.75rem;display:block; }
#x0OwJTG072IzM7218nOiJKVapwyoOubC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:35.5625rem;left:14.8125rem; }
#M7dMq9EQ3IJbQWhgm7DqCbmAxRdMHbas { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:alice;font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:5.8125rem;left:10.75rem;height:4.8125rem;text-align:left;text-align-last:left;display:block; }
#SGR5yrD4pnfzwvScdJWfSdMa9X7nlLqk { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:20.4375rem;left:16rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wrA9OqS2c04XgoKAIxsJWliLHM3of1AU { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0.25rem solid rgba(255,231,213,0.64);border-left:0.25rem solid rgba(255,231,213,0.64);border-right:0.25rem solid rgba(255,231,213,0.64);border-bottom:0.25rem solid rgba(255,231,213,0.64);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:20.6875rem;left:10.375rem;display:block; }
#qEFEsNyq6vQhq0EJ1W6miQtrsu6MKNaU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.75rem;left:11.4375rem; }
#RgI6C5R9FKPq3ONaIxZ9bHcNUE8dvSyN { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0.25rem solid rgba(255,231,213,0.64);border-left:0.25rem solid rgba(255,231,213,0.64);border-right:0.25rem solid rgba(255,231,213,0.64);border-bottom:0.25rem solid rgba(255,231,213,0.64);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:13.1875rem;left:10.375rem;display:block; }
#TC0fTv2htxEIWsHBszzirokO5EPeisD8 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.5625rem;left:16rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XhlTcMbfC2i1eQM6LyhuJdTl8n1HvOF2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.25rem;left:11.4375rem; }
#MBmGMSnLllEGS7eTJwk8NZ7ABVvAmal6 { position:absolute;display:block;z-index:15001;height:24.875rem;width:53rem;top:41.25rem;left:11rem;display:block; }
#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/afc8698e-366d-4c59-b738-619d48eb5f3f/bckcarrousel.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.adaptive-delivery-prevent-bg, #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.lazyload, #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.lazyloading { background-image: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { background-color: transparent; background-image: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container > .video-iframe-container { display: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container { display: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .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); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { border-width: 0; border-radius: 0; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#SiW2NUTUBmuJGRzihMbrhZiGUIT8I9OT { color:#2e2d2d;display:block;width:39.6875rem;position:absolute;font-family:alice;font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.3125rem;left:17.65625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GunUBaUD2PmW5RgA2Pf5cDUnBsNe1Cfr { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.75rem;width:17rem;top:40.3125rem;left:10.5625rem;display:block; }
#OTVfBbBhKnDBvxyVNuU2Ta0dEHPUQOk2 { background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.875rem;left:11.25rem;display:block; }
#wWmJw8rIsJDOaqm22n34ydyqmPcGdZfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrohsmIzR7snC2gsqOQkACKT5G3HRWfD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:41.6875rem;left:12.5625rem; }
#JFWHEwGqnAgrypOBTUWcLzGPiiTBdqdw { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.75rem;width:17rem;top:40.3125rem;left:29.1875rem;display:block; }
#pAfM6U0VDOFqAaZt10rSfmKniw70WU4U { background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.8125rem;left:29.8125rem;display:block; }
#wIWvr2pF6XU3uGhu4FuRoXcsd9x4JhHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aw5wFsZo5IzZr4TQkW38RvQf4eulZwRd { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:41.5625rem;left:31.8125rem; }
#XyIlFzyPkIaSiEukgq59giygDRbcgARV { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.75rem;width:17rem;top:40.25rem;left:47.5rem;display:block; }
#nXDc4T76oqdMmqx8JxbwhUiTaSzEIDBA { background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.75rem;left:48.1875rem;display:block; }
#gUQDQF5QDTS6GJ1OekA4dcFf9brG098n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rU8G8NcRHO1AvtGAUdpxec0rg8iVu9cz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:41.75rem;left:52.3125rem; }
#yne0hDs97Ak8xC5Uhoam2kZsCSTQ7Wxa { color:#2e2d2d;display:block;width:72.0625rem;position:absolute;font-family:alice;font-size:2.6875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.875rem;left:1.65625rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QPAhCEAnJM9LoPJFcNZTAQO06Ul1KDg8 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:31.125rem;top:5.71875rem;left:-11.438591022444rem;overflow:hidden;display:none; }
#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f173addc-fe80-4538-bd58-88ea6f9536c4/fondolateralmin.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.adaptive-delivery-prevent-bg, #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.lazyload, #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.lazyloading { background-image: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { background-color: transparent; background-image: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container > .video-iframe-container { display: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container { display: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .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); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { border-width: 0; border-radius: 0; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:block; }#Z20Gw8X1Awo3qfzfHJONM4MmtnwBCGng { color:rgba(var(--color-primary-2),1);display:block;width:18.6875rem;position:absolute;font-family:prueba;font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:49.4375rem;left:1.875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oe5wyxLiq9Sd8RussAJDHgTBrbTvO04H { color:#2e2d2d;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:54.375rem;left:6.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l7FHS5bHDlmsAgPdxLucnPiTARsk7Im7 { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:prueba;font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:49.4375rem;left:22.625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ikqxNB8mkX8fIBTSrTXekQTCcxI967ik { color:#2e2d2d;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:54.375rem;left:23.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxAJIbyI7d6dAxps3G4LdL1cmTOX8THE { color:rgba(var(--color-primary-2),1);display:block;width:9rem;position:absolute;font-family:prueba;font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:49.4375rem;left:35.5625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2pTwUQeupA8bufJ7p6qfAN6FVk8aox0 { color:#2e2d2d;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:54.375rem;left:36.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWHSwXK23Bk66NM4oXRNEBI269BErU9u { color:rgba(var(--color-primary-2),1);display:block;width:11.75rem;position:absolute;font-family:prueba;font-size:4.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:61.375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pwXOzBlbi0we9BwhMqbE6FvIBRdFQfgJ { color:#2e2d2d;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:54.4375rem;left:62.25rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAhCQBtZ4mlhHBAKfbMUtUShzqOiI1bI { color:rgba(var(--color-primary-2),1);display:block;width:10.625rem;position:absolute;font-family:prueba;font-size:4.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:47.125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGU5TZu4nQNi7WQggAzvHOlCEfDrdFCc { color:#2e2d2d;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:54.4375rem;left:47.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTuKyR9s3q9OgPUPw0IptdsvZvL4TSNk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:19.6875rem;top:31.875rem;left:6.0625rem;overflow:hidden;display:block; }
#Ufh5JK8gkF8QTfZdtOE5cpAQcgb4Qhzu { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.9375rem;width:19.5625rem;top:3.25rem;left:6.1621951219512rem;display:block; }
#JNSQrKov4rfCnpKgmhnIBvFwBDZ2kqKT { color:rgba(var(--color-primary-2),1);display:block;width:18.375rem;position:absolute;font-family:philosopher;font-size:4rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:6.5rem;height:5.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wGmp6PrqWN9rsCgrmHR9fX4s3G5wkTXM { color:#3d4051;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:9.44921875rem;left:8.28125rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fe6ZAC6VF1SluCchnop9eByNxu4GLE5D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.9375rem;width:19.75rem;top:3.25rem;left:26.125rem;overflow:hidden;display:block; }
#O2nu9PkTQnGbbXeQZhalTvNqW56otpzL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.5rem;width:19.8125rem;top:16.5625rem;left:26.125rem;overflow:hidden;display:block; }
#ZHxriuPV3UH5Hc2xiea7G5BusZB5sdco { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.6875rem;top:16.5625rem;left:6.125rem;overflow:hidden;display:block; }
#oeX4NHTimxiA3fM6UvkrUXIVBkxOeugU { color:#050b26;display:block;width:20.375rem;position:absolute;font-family:alice;font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.4375rem;left:48.75rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQtUwAXXCuZf1yS7DhnPiHeSQDV2UnkZ { color:#2e2d2d;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:11.4375rem;left:48.75rem;height:32.296875rem;font-style:normal;display:block; }
#OJbQ9tpc49luu176VhnhF5Kk8Q81ffkp { position:absolute;display:block;z-index:14999;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:37.9375rem;width:34.0625rem;top:5.71875rem;left:-11.438591022444rem;overflow:hidden;display:block; }
#hcTvEUDPve7FcIou0mRlFoPLQtC8WLnK { position:absolute;display:block;z-index:14999;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:37.9375rem;width:34.0625rem;top:5.71875rem;left:-11.438591022444rem;overflow:hidden;display:none; }
#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.45);background-image:url("https://images.assets-landingi.com/uc/5f03390e-fa43-47ce-952f-2e34d7ad3489/background.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1.adaptive-delivery-prevent-bg, #XwnqODWJFbmRCgFW9nITwuSPbKfer0k1.lazyload, #XwnqODWJFbmRCgFW9nITwuSPbKfer0k1.lazyloading { background-image: none; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { background-color: transparent; background-image: none; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container > .video-iframe-container { display: none; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row > .video-iframe-container { display: none; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .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); }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { border-width: 0; border-radius: 0; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#ggEtVh0gtb9JQtRA5s1ZUFl664KTRfg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:11.1181640625rem;left:19.6875rem;height:10.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NL6wmDVSb4g6ZavzwC7hGqdftHx3UHr4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:20.25rem;top:-10.0625rem;left:-9.1162109375rem;overflow:hidden;display:none; }
#EoQentlevO8IaT9Fd2ppI4tA0zacd0W3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.0625rem;width:23.125rem;top:-2.3125rem;left:-8.74072265625rem;overflow:hidden;display:block; }
#Bn0unT4pmpHxHoP8rxo2THw608Bogdsf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { background-color: transparent; background-image: none; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container > .video-iframe-container { display: none; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row > .video-iframe-container { display: none; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .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); }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { border-width: 0; border-radius: 0; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#HKSBXnngTpRF56JKgSnT0uggeTPIFQWl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.4375rem;top:1.28125rem;left:4.4375rem;overflow:hidden;display:block; }
#AHhKpLQnSM99HgvlLtTAqwIzW3AQqoh8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.4716796875rem;left:41.5rem;height:1.0556625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { display:block; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THPrOzpMQb7XSG4csa72RDdv0ntdM8xI { width:12.875rem;height:3.4375rem;top:1rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRzLWSuM5tVfiRDWExarE4TIrtnsEdg { display:block; }
 }@media only screen and (max-width: 763px) { #uVPWvpVCSDsnJHtLe5IM9VpDR7u30TL3 { top:0.625rem;left:34.125rem;width:13.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPn3mtgFGRfxKxwViPsii3CGtPn7lzkI { top:0.3125rem;left:0rem;width:17.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { top:7.5625rem;left:0rem;width:47.625rem;height:19.875rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { top:28.3125rem;left:0rem;width:31.3125rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { top:38.5625rem;left:0rem;width:47.75rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlHGEEbvZy2mLT8WmTTyZwykmeRonsGP { top:41.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { top:41.5625rem;left:0.375rem;width:23.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { top:49.25rem;left:0.375rem;width:24.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { top:45.75rem;left:0.375rem;width:22.25rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXSBA5qSDycwliCkhQBgGvZT97KkgbgZ { top:45.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnr4lGuL79tyzyIZkhunzCrUgTtNBs9k { top:49.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVEt3BGqokmswwZPK70FR7SlvFsPbKO8 { top:53.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxUc7ZGDuAth2CaQzm2C60ZIirIsOnk { top:53.6875rem;left:0.375rem;width:20.8125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9DDx7mdTR5kW1iTrmvCzGeiG3KEmuXc { top:58.4375rem;left:0.375rem;width:23.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KilmME1RhfHSMmol2dqDwKuiTkf5MDnJ { top:58.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { top:64.1875rem;left:0rem;width:23.9375rem;height:8rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZrKbaGPFrFpbzknDF2lZ1i6gwpFGmTo { top:38.25rem;left:0rem;width:47.75rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpuTPfTiv1MTE5ikl8KA6sbe2NmKXsS2 { top:42.125rem;left:21.6875rem;width:26.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA { display:block; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmHAXMTG78TpR67oZwTw9vUTvkuAm4mw { top:1.25rem;left:17.125rem;width:30.625rem;height:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl5xlot6gRB19vOfFO1fMId6Gh1IfFJv { top:24.5rem;left:31.625rem;width:16.125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqr4fLrankVsBXINQklLrznNctvOJqJy { top:6.8125rem;left:11.8125rem;width:35.9375rem;height:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyKWvZ66mh1uMUNIX2HoBIkyHTbuPXDv { top:18.4375rem;left:3.6875rem;width:44.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNsBSQ3J0Q8Oc8HSXPf29Qbkzou8pmi { top:19.625rem;left:17.5625rem;width:22.625rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve4pm3aR8CMDa0uh7QArKvI7sOOfauHc { top:18.375rem;left:37.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psdqcqHnNpXG0EegOqHUpG73BuHBcGKq { top:21.9375rem;left:17.5625rem;width:23.5625rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unsENyT57w9wAlbEJtJ4eoQoyQEOHf1E { width:13.6875rem;height:2.75rem;top:22.625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BudmdLTNrlmGeBOSv9TnrPklvfvNz8AF { display:block; }
 }@media only screen and (max-width: 763px) { #NxAVaNWE38AGi6e5olbGxdZ3hpfwtlL7 { top:22.3125rem;left:33.25rem;width:14.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlZsCTPf3kmbmh2QiI1mPUIrb3t2aUBi { top:31.9375rem;left:33.875rem;width:13.875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDoUzzcvpGlMOlKTiQBeq46OV9BV7X1v { top:32.25rem;left:17.5625rem;width:26rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXPoGJJTgqxFS9JDL0cNovLkgxmvqToM { top:34.25rem;left:17.5625rem;width:23.5rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAHU4rsuehV1KtKsbM472tTE7DvMPG0T { top:30.75rem;left:3.6875rem;width:44.0625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccNXWIovTqVVssTiR6qloRTFTR38W8qb { top:34.75rem;left:33.1875rem;width:14.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzVD0vPPkCKB6Tf72JFnk6C6TK4DQvd { width:13.6875rem;height:2.75rem;top:35.0625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVg6dCEUFEtpeuRHK1TmBTefUoBSOspd { display:block; }
 }@media only screen and (max-width: 763px) { #qTTZUMp61snTFMmFiLd5Fs5uLf2WUFd7 { top:43.25rem;left:3.6875rem;width:44.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3oC7U2FqnixzTz3NbTReSXmt3T5AufK { top:47.6875rem;left:17.5625rem;width:24.3125rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBkM9QwSpsS60KdM7SFkFJvbhcxTu8V0 { top:45.125rem;left:17.75rem;width:26rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWaVbbBWtRWLBtptdegO5GFTyBnrBx9L { top:44.3125rem;left:33.875rem;width:13.875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMUrlVeXHCf7h0Zi6S9gDtZP6gkJIumF { width:13.6875rem;height:2.75rem;top:47.5625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEOtrzFrVTAC53fFQMVmNHWcwNEKPXlZ { display:block; }
 }@media only screen and (max-width: 763px) { #vz5O66vMFvgqsXmmx2vMoEHsTuHJUWrT { top:47.25rem;left:33.1875rem;width:14.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { display:block; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zit6ToSHgkS1GWgNfXSuoJ3VfGPtwD7h { top:8.9375rem;left:0rem;width:47.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGCvQmmHp8EUNplk214wv3gxXklma1J { top:12.125rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldE3E6WV8gyFbfq8bssqagnULzCxiGGQ { top:12.125rem;left:14.0625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhfqntzxITiWvspVwc2TtyMiurywHf36 { top:7.1875rem;left:42.625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAxtVQTq6Zp6F4OEgwDubZEnrprz7QMW { top:12.125rem;left:28.4375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7uZEWh1pH80zJkI1UhUwQ2DD3DtGsaR { top:17.1875rem;left:0rem;width:9.125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlVBHVstDTNClr37fpmuCD2EdDOFGXE8 { top:13.0625rem;left:0.46875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsdCpeOM1sNocFBUKsFSkVBnT4BwvA3s { top:13.0625rem;left:15.09375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abp9Tvvyz210W1aUiKB4AyA4plDk5XTJ { top:17.1875rem;left:12.4375rem;width:7.8125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG3ydXCE4L41y6EE2FAG6ov54Tzx7t76 { top:13.25rem;left:29.46875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEBQzomlFGUXrp6MLLGEwAvvivLNFthu { top:17.1875rem;left:28.03125rem;width:5.375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRhDCoT6KDsqwX8gwTZxBJeFcqz73B4 { top:4.4375rem;left:31.5rem;width:16.25rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSW0bQODN1G3w8nO3iFy0BABNDtWnR94 { top:13.875rem;left:34.0625rem;width:13.6875rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgAlCqkW2uT2QUQsO1ZHG9Amtoe6tlTQ { top:8.5rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
#KgAlCqkW2uT2QUQsO1ZHG9Amtoe6tlTQ > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #hSV29JmsahCNM7OXU9hskGCtT0IPdzBn { top:26.1875rem;left:2.40380859375rem;width:41.75rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhEW5uWW9V0XobRMgCShD9Dd7LX1fAn0 { top:8.0625rem;left:0rem;width:47.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { top:0rem;left:3.84375rem;width:40.0625rem;height:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZSC4byFtmc6inZ38MPKlA2ywsV05T8p { top:7.375rem;left:0rem;width:10.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTsIyzCohEV02c4GFxk1awCqlK0fvBhx { top:0rem;left:24.375rem;width:23.375rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE { display:block; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFSXG4MVXe3d9GTGGu8ihKB5iEsBETGJ { top:31.5625rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSBnfPJZrZlTvdLzy8FqXLaNqTrTq1ui { top:32.1875rem;left:0rem;width:47.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHCKlEnOb6l2n8VTRoArAfa3eh8rGT8G { top:33.375rem;left:7.4375rem;width:37.625rem;height:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHL7LTTrztaQ2u3RVIznTmxtnu9mh8Eh { top:34.5rem;left:0.125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OwJTG072IzM7218nOiJKVapwyoOubC { top:35.5625rem;left:1.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7dMq9EQ3IJbQWhgm7DqCbmAxRdMHbas { top:5.8125rem;left:0rem;width:33.0625rem;height:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGR5yrD4pnfzwvScdJWfSdMa9X7nlLqk { top:20.4375rem;left:2.375rem;width:26.9375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrA9OqS2c04XgoKAIxsJWliLHM3of1AU { top:20.6875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEFEsNyq6vQhq0EJ1W6miQtrsu6MKNaU { top:21.75rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgI6C5R9FKPq3ONaIxZ9bHcNUE8dvSyN { top:13.1875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0fTv2htxEIWsHBszzirokO5EPeisD8 { top:13.5625rem;left:2.375rem;width:21.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhlTcMbfC2i1eQM6LyhuJdTl8n1HvOF2 { top:14.25rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBmGMSnLllEGS7eTJwk8NZ7ABVvAmal6 { top:41.25rem;left:0rem;width:47.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR { display:block; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiW2NUTUBmuJGRzihMbrhZiGUIT8I9OT { top:36.3125rem;left:4.03125rem;width:39.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GunUBaUD2PmW5RgA2Pf5cDUnBsNe1Cfr { top:40.3125rem;left:0rem;width:17rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVfBbBhKnDBvxyVNuU2Ta0dEHPUQOk2 { width:15.625rem;height:3.625rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWmJw8rIsJDOaqm22n34ydyqmPcGdZfS { display:block; }
 }@media only screen and (max-width: 763px) { #BrohsmIzR7snC2gsqOQkACKT5G3HRWfD { top:41.6875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFWHEwGqnAgrypOBTUWcLzGPiiTBdqdw { top:40.3125rem;left:15.5625rem;width:17rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAfM6U0VDOFqAaZt10rSfmKniw70WU4U { width:15.625rem;height:3.625rem;top:40.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWvr2pF6XU3uGhu4FuRoXcsd9x4JhHL { display:block; }
 }@media only screen and (max-width: 763px) { #aw5wFsZo5IzZr4TQkW38RvQf4eulZwRd { top:41.5625rem;left:18.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyIlFzyPkIaSiEukgq59giygDRbcgARV { top:40.25rem;left:30.75rem;width:17rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXDc4T76oqdMmqx8JxbwhUiTaSzEIDBA { width:15.625rem;height:3.625rem;top:40.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUQDQF5QDTS6GJ1OekA4dcFf9brG098n { display:block; }
 }@media only screen and (max-width: 763px) { #rU8G8NcRHO1AvtGAUdpxec0rg8iVu9cz { top:41.75rem;left:38.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yne0hDs97Ak8xC5Uhoam2kZsCSTQ7Wxa { top:2.875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPAhCEAnJM9LoPJFcNZTAQO06Ul1KDg8 { top:5.6875rem;left:0rem;width:31.125rem;height:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 { display:block; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z20Gw8X1Awo3qfzfHJONM4MmtnwBCGng { width:18.6875rem;height:5.6875rem;top:49.4375rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe5wyxLiq9Sd8RussAJDHgTBrbTvO04H { width:12rem;height:3.375rem;top:54.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7FHS5bHDlmsAgPdxLucnPiTARsk7Im7 { width:9.75rem;height:5.6875rem;top:49.4375rem;left:9rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikqxNB8mkX8fIBTSrTXekQTCcxI967ik { width:8.125rem;height:3.375rem;top:54.375rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAJIbyI7d6dAxps3G4LdL1cmTOX8THE { width:9rem;height:5.6875rem;top:49.4375rem;left:21.9375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2pTwUQeupA8bufJ7p6qfAN6FVk8aox0 { width:7.125rem;height:3.375rem;top:54.375rem;left:22.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWHSwXK23Bk66NM4oXRNEBI269BErU9u { width:11.75rem;height:5.6875rem;top:49.4375rem;left:36rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwXOzBlbi0we9BwhMqbE6FvIBRdFQfgJ { width:10.6875rem;height:3.375rem;top:54.4375rem;left:37.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAhCQBtZ4mlhHBAKfbMUtUShzqOiI1bI { width:10.625rem;height:5.6875rem;top:49.4375rem;left:33.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGU5TZu4nQNi7WQggAzvHOlCEfDrdFCc { width:10.6875rem;height:3.375rem;top:54.4375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuKyR9s3q9OgPUPw0IptdsvZvL4TSNk { width:19.6875rem;height:14rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufh5JK8gkF8QTfZdtOE5cpAQcgb4Qhzu { width:19.5625rem;height:12.9375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNSQrKov4rfCnpKgmhnIBvFwBDZ2kqKT { width:18.375rem;height:5.1875rem;top:4.25rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmp6PrqWN9rsCgrmHR9fX4s3G5wkTXM { width:15.25rem;height:5.0625rem;top:9.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe6ZAC6VF1SluCchnop9eByNxu4GLE5D { width:19.75rem;height:12.9375rem;top:3.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2nu9PkTQnGbbXeQZhalTvNqW56otpzL { width:19.8125rem;height:29.5rem;top:16.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxriuPV3UH5Hc2xiea7G5BusZB5sdco { width:19.6875rem;height:14.9375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeX4NHTimxiA3fM6UvkrUXIVBkxOeugU { width:20.375rem;height:5.125rem;top:5.4375rem;left:27.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQtUwAXXCuZf1yS7DhnPiHeSQDV2UnkZ { width:20.25rem;height:32.25rem;top:11.4375rem;left:27.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJbQ9tpc49luu176VhnhF5Kk8Q81ffkp { top:5.6875rem;left:0rem;width:34.0625rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTvEUDPve7FcIou0mRlFoPLQtC8WLnK { top:5.6875rem;left:0rem;width:34.0625rem;height:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 { display:block; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggEtVh0gtb9JQtRA5s1ZUFl664KTRfg7 { top:11.0625rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL6wmDVSb4g6ZavzwC7hGqdftHx3UHr4 { top:-10.0625rem;left:0rem;width:20.25rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoQentlevO8IaT9Fd2ppI4tA0zacd0W3 { top:-2.3125rem;left:0rem;width:23.125rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn0unT4pmpHxHoP8rxo2THw608Bogdsf { display:none; }
 }@media only screen and (max-width: 763px) { #UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 { display:block; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSBXnngTpRF56JKgSnT0uggeTPIFQWl { top:1.25rem;left:0rem;width:8.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHhKpLQnSM99HgvlLtTAqwIzW3AQqoh8 { top:2.4375rem;left:16.75rem;width:31rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THPrOzpMQb7XSG4csa72RDdv0ntdM8xI { width:11.4375rem;height:2.5625rem;top:0.8125rem;left:8.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRzLWSuM5tVfiRDWExarE4TIrtnsEdg { display:block; }
 }@media only screen and (max-width: 763px) { #uVPWvpVCSDsnJHtLe5IM9VpDR7u30TL3 { width:12.25rem;height:3.375rem;top:0.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPn3mtgFGRfxKxwViPsii3CGtPn7lzkI { width:7.8125rem;height:2.0625rem;top:1.07421875rem;left:-0.48486328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7c424950-0758-44d7-81e5-921c6c92e8cf/retirosespiritualesdeevolucionmovil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:105.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { width:15.625rem;height:6.24316875rem;top:4.775390625rem;left:2.5rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { width:14.5rem;height:4.72265625rem;top:11.6435546875rem;left:3.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { width:20rem;height:61rem;top:40.625rem;left:0rem;z-index:15010;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 1.125rem 2.5rem rgba(22,68,74,0.29) ;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vlHGEEbvZy2mLT8WmTTyZwykmeRonsGP { width:2rem;height:2rem;top:42.25rem;left:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { width:14.1875rem;height:4.38574375rem;top:51.8642578125rem;left:3.875rem;font-size:1.125rem;line-height:1.3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { width:15.1875rem;height:2.923825rem;top:47.6875rem;left:3.875rem;font-size:1.125rem;line-height:1.3;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { width:13.375rem;height:4.38574375rem;top:42.375rem;left:3.9375rem;font-size:1.125rem;line-height:1.3;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #cXSBA5qSDycwliCkhQBgGvZT97KkgbgZ { width:2rem;height:2rem;top:51.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnr4lGuL79tyzyIZkhunzCrUgTtNBs9k { width:2rem;height:2rem;top:57.4267578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVEt3BGqokmswwZPK70FR7SlvFsPbKO8 { width:2rem;height:2rem;top:47.5625rem;left:1.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ATxUc7ZGDuAth2CaQzm2C60ZIirIsOnk { width:14.4375rem;height:4.38574375rem;top:57.4267578125rem;left:3.875rem;font-size:1.125rem;line-height:1.3;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #S9DDx7mdTR5kW1iTrmvCzGeiG3KEmuXc { width:13.875rem;height:4.38574375rem;top:62.75rem;left:4rem;font-size:1.125rem;line-height:1.3;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #KilmME1RhfHSMmol2dqDwKuiTkf5MDnJ { width:2rem;height:2rem;top:62.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { width:16.4375rem;height:7.8125rem;top:68.25rem;left:1.78125rem;font-size:1.5625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uZrKbaGPFrFpbzknDF2lZ1i6gwpFGmTo { width:20rem;height:17.6875rem;top:114.849625rem;left:0rem;z-index:15010;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 1.125rem 2.5rem rgba(22,68,74,0.29) ;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CpuTPfTiv1MTE5ikl8KA6sbe2NmKXsS2 { width:20rem;height:20.5751875rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/44833bb5-592e-4e35-9fa1-5db25aace0ea/retirosespiritualesdeevolucioninteriorplantaslauramovil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA.adaptive-delivery-prevent-bg, #xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA.lazyload, #xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA.lazyloading { background-image: none; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container { background-color: transparent; background-image: none; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container > .video-iframe-container { display: none; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row > .video-iframe-container { display: none; }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .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); }#xdpwmQp0HGc1Dq4lTuy81G5lsGfdgmkA > .row .container { width:20rem;height:128.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmHAXMTG78TpR67oZwTw9vUTvkuAm4mw { width:14.25rem;height:5.56640625rem;top:0.6875rem;left:2.875rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xl5xlot6gRB19vOfFO1fMId6Gh1IfFJv { width:8.8125rem;height:16.25rem;top:-5.4375rem;left:-5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqr4fLrankVsBXINQklLrznNctvOJqJy { width:17.6875rem;height:11.8984375rem;top:7.37646484375rem;left:1.15625rem;font-size:1.0625rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AyKWvZ66mh1uMUNIX2HoBIkyHTbuPXDv { width:20rem;height:22.375rem;top:53.10986328125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNsBSQ3J0Q8Oc8HSXPf29Qbkzou8pmi { width:11.375rem;height:3.44921875rem;top:59.4345703125rem;left:4.3125rem;font-size:1.4375rem;line-height:1.2;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ve4pm3aR8CMDa0uh7QArKvI7sOOfauHc { width:10.5625rem;height:10.5625rem;top:48.04541015625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psdqcqHnNpXG0EegOqHUpG73BuHBcGKq { width:16.25rem;height:9.4453125rem;top:63.546875rem;left:1.875rem;font-size:1.125rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unsENyT57w9wAlbEJtJ4eoQoyQEOHf1E { width:13.6875rem;height:2.75rem;top:74.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BudmdLTNrlmGeBOSv9TnrPklvfvNz8AF { display:block; }
 }@media only screen and (max-width: 763px) { #NxAVaNWE38AGi6e5olbGxdZ3hpfwtlL7 { width:14.5625rem;height:3.4375rem;top:73.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlZsCTPf3kmbmh2QiI1mPUIrb3t2aUBi { width:9.5625rem;height:5.4375rem;top:80.42138671875rem;left:5.21875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #iDoUzzcvpGlMOlKTiQBeq46OV9BV7X1v { width:8.625rem;height:3.44921875rem;top:85.04541015625rem;left:5.6875rem;font-size:1.4375rem;line-height:1.2;z-index:15035;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXPoGJJTgqxFS9JDL0cNovLkgxmvqToM { width:16.875rem;height:7.871125rem;top:89.30712890625rem;left:1.5625rem;font-size:1.125rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAHU4rsuehV1KtKsbM472tTE7DvMPG0T { width:20rem;height:20.5625rem;top:79.85791015625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccNXWIovTqVVssTiR6qloRTFTR38W8qb { width:14.5625rem;height:3.4375rem;top:98.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzVD0vPPkCKB6Tf72JFnk6C6TK4DQvd { width:13.6875rem;height:2.75rem;top:98.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVg6dCEUFEtpeuRHK1TmBTefUoBSOspd { display:block; }
 }@media only screen and (max-width: 763px) { #qTTZUMp61snTFMmFiLd5Fs5uLf2WUFd7 { width:20rem;height:20.5625rem;top:104.75rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3oC7U2FqnixzTz3NbTReSXmt3T5AufK { width:15.75rem;height:7.871125rem;top:114.375rem;left:2.125rem;font-size:1.125rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBkM9QwSpsS60KdM7SFkFJvbhcxTu8V0 { width:11.625rem;height:3.44921875rem;top:109.73828125rem;left:4.1875rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #QWaVbbBWtRWLBtptdegO5GFTyBnrBx9L { width:9.5rem;height:5.4375rem;top:105.25rem;left:5.25rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #NMUrlVeXHCf7h0Zi6S9gDtZP6gkJIumF { width:13.6875rem;height:2.75rem;top:123.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEOtrzFrVTAC53fFQMVmNHWcwNEKPXlZ { display:block; }
 }@media only screen and (max-width: 763px) { #vz5O66vMFvgqsXmmx2vMoEHsTuHJUWrT { width:14.5625rem;height:3.4375rem;top:123.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { display:block; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zit6ToSHgkS1GWgNfXSuoJ3VfGPtwD7h { width:17rem;height:33.0625rem;top:10.6318359375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGCvQmmHp8EUNplk214wv3gxXklma1J { width:3.75rem;height:3.75rem;top:13.2568359375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldE3E6WV8gyFbfq8bssqagnULzCxiGGQ { width:4.0625rem;height:4.0625rem;top:25.9443359375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhfqntzxITiWvspVwc2TtyMiurywHf36 { width:4.625rem;height:4.625rem;top:35.2568359375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAxtVQTq6Zp6F4OEgwDubZEnrprz7QMW { width:4.0625rem;height:4.0625rem;top:19.3818359375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7uZEWh1pH80zJkI1UhUwQ2DD3DtGsaR { width:7.875rem;height:3.1494125rem;top:13.8193359375rem;left:8.3125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MlVBHVstDTNClr37fpmuCD2EdDOFGXE8 { width:2.4375rem;height:2.4375rem;top:14.1943359375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsdCpeOM1sNocFBUKsFSkVBnT4BwvA3s { width:2.4375rem;height:2.4375rem;top:20.4443359375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abp9Tvvyz210W1aUiKB4AyA4plDk5XTJ { width:6.9375rem;height:3.1494125rem;top:20.1318359375rem;left:8.375rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oG3ydXCE4L41y6EE2FAG6ov54Tzx7t76 { width:2.4375rem;height:2.4375rem;top:27.1943359375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEBQzomlFGUXrp6MLLGEwAvvivLNFthu { width:4.0625rem;height:3.1494125rem;top:26.6318359375rem;left:8.4375rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKRhDCoT6KDsqwX8gwTZxBJeFcqz73B4 { width:18.5625rem;height:11.5625rem;top:32.3193359375rem;left:1.4375rem;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSW0bQODN1G3w8nO3iFy0BABNDtWnR94 { width:10.375rem;height:7.871125rem;top:34.3818359375rem;left:8.625rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KgAlCqkW2uT2QUQsO1ZHG9Amtoe6tlTQ { width:2.4375rem;height:2.4375rem;top:36.625rem;left:3.6875rem;display:block; }
#KgAlCqkW2uT2QUQsO1ZHG9Amtoe6tlTQ > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #hSV29JmsahCNM7OXU9hskGCtT0IPdzBn { width:15.4375rem;height:4.375rem;top:49.373046875rem;left:2.28125rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XhEW5uWW9V0XobRMgCShD9Dd7LX1fAn0 { width:18.5625rem;height:34.8125rem;top:9.9443359375rem;left:0.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { width:15.9375rem;height:6.07324375rem;top:1.9375rem;left:2.03125rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sZSC4byFtmc6inZ38MPKlA2ywsV05T8p { width:11rem;height:18.375rem;top:43.15625rem;left:-5.52978515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTsIyzCohEV02c4GFxk1awCqlK0fvBhx { width:13.5625rem;height:14.25rem;top:36.625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90d0cd5e-2f86-4e97-ade3-e2dbde09bef7/cambiarmividamovil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE.adaptive-delivery-prevent-bg, #OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE.lazyload, #OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE.lazyloading { background-image: none; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container { background-color: transparent; background-image: none; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container > .video-iframe-container { display: none; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row > .video-iframe-container { display: none; }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .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); }#OCqZmvA76PKtOSi6NzIzmvWaBO9gaBSE > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFSXG4MVXe3d9GTGGu8ihKB5iEsBETGJ { width:20rem;height:18.75rem;top:38.125rem;left:0rem;background-color:rgba(255,255,255,0.35);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) { #mSBnfPJZrZlTvdLzy8FqXLaNqTrTq1ui { width:18.8125rem;height:17.25rem;top:38.75rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #OHCKlEnOb6l2n8VTRoArAfa3eh8rGT8G { width:17.5rem;height:11.63475rem;top:42.1875rem;left:1.25rem;font-size:1.1875rem;line-height:1.4;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EHL7LTTrztaQ2u3RVIznTmxtnu9mh8Eh { width:4.0625rem;height:4.0625rem;top:36.875rem;left:7.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #x0OwJTG072IzM7218nOiJKVapwyoOubC { width:2.4375rem;height:2.4375rem;top:37.9375rem;left:8.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #M7dMq9EQ3IJbQWhgm7DqCbmAxRdMHbas { width:14.6875rem;height:7.421875rem;top:3.26416015625rem;left:2.59375rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGR5yrD4pnfzwvScdJWfSdMa9X7nlLqk { width:11.5rem;height:14.168rem;top:21.25rem;left:6.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wrA9OqS2c04XgoKAIxsJWliLHM3of1AU { width:4.0625rem;height:4.0625rem;top:21.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEFEsNyq6vQhq0EJ1W6miQtrsu6MKNaU { width:2.4375rem;height:2.4375rem;top:22.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgI6C5R9FKPq3ONaIxZ9bHcNUE8dvSyN { width:4.0625rem;height:4.0625rem;top:13.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0fTv2htxEIWsHBszzirokO5EPeisD8 { width:11.5rem;height:4.72265625rem;top:13.4375rem;left:6.1875rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XhlTcMbfC2i1eQM6LyhuJdTl8n1HvOF2 { width:2.4375rem;height:2.4375rem;top:14.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBmGMSnLllEGS7eTJwk8NZ7ABVvAmal6 { width:20rem;height:1.375rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/781fae7c-ffc6-4373-ae24-957e7ac60d7a/bckcarrouselmovil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.adaptive-delivery-prevent-bg, #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.lazyload, #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.lazyloading { background-image: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { background-color: transparent; background-image: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container > .video-iframe-container { display: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container { display: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .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); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiW2NUTUBmuJGRzihMbrhZiGUIT8I9OT { width:18.75rem;height:3.4375rem;top:39.25rem;left:0.625rem;font-size:1.5625rem;line-height:1.1;font-family:alice;display:block; }
 }@media only screen and (max-width: 763px) { #GunUBaUD2PmW5RgA2Pf5cDUnBsNe1Cfr { width:15.125rem;height:3.4375rem;top:43.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVfBbBhKnDBvxyVNuU2Ta0dEHPUQOk2 { width:14.375rem;height:2.8125rem;top:44.0625rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -moz-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -ms-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -o-linear-gradient(153deg, #cf8543, #ff6c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8543', endColorstr='#ff6c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8543', endColorstr='#ff6c00' );";background-image: linear-gradient(153deg, #cf8543, #ff6c00);background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWmJw8rIsJDOaqm22n34ydyqmPcGdZfS { display:block; }
 }@media only screen and (max-width: 763px) { #BrohsmIzR7snC2gsqOQkACKT5G3HRWfD { width:1.6875rem;height:1.6875rem;top:44.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFWHEwGqnAgrypOBTUWcLzGPiiTBdqdw { width:15.125rem;height:3.4375rem;top:47.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAfM6U0VDOFqAaZt10rSfmKniw70WU4U { width:14.375rem;height:2.8125rem;top:48.125rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -moz-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -ms-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -o-linear-gradient(153deg, #cf8543, #ff6c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8543', endColorstr='#ff6c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8543', endColorstr='#ff6c00' );";background-image: linear-gradient(153deg, #cf8543, #ff6c00);background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWvr2pF6XU3uGhu4FuRoXcsd9x4JhHL { display:block; }
 }@media only screen and (max-width: 763px) { #aw5wFsZo5IzZr4TQkW38RvQf4eulZwRd { width:2.0625rem;height:2.0625rem;top:48.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyIlFzyPkIaSiEukgq59giygDRbcgARV { width:15.125rem;height:3.4375rem;top:51.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXDc4T76oqdMmqx8JxbwhUiTaSzEIDBA { width:14.375rem;height:2.8125rem;top:52.1875rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -moz-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -ms-linear-gradient(153deg, #cf8543, #ff6c00);background-image: -o-linear-gradient(153deg, #cf8543, #ff6c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8543', endColorstr='#ff6c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8543', endColorstr='#ff6c00' );";background-image: linear-gradient(153deg, #cf8543, #ff6c00);background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUQDQF5QDTS6GJ1OekA4dcFf9brG098n { display:block; }
 }@media only screen and (max-width: 763px) { #rU8G8NcRHO1AvtGAUdpxec0rg8iVu9cz { width:1.5625rem;height:1.5625rem;top:52.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yne0hDs97Ak8xC5Uhoam2kZsCSTQ7Wxa { width:16rem;height:3.75rem;top:4.72509765625rem;left:2rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QPAhCEAnJM9LoPJFcNZTAQO06Ul1KDg8 { width:20rem;height:6.6875rem;top:0rem;left:0rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 { background-color:rgba(255,255,255,0.88);background-image:none;display:block; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { background-color: transparent; background-image: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container > .video-iframe-container { display: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container { display: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .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); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z20Gw8X1Awo3qfzfHJONM4MmtnwBCGng { width:20rem;height:5.19970625rem;top:85.125rem;left:0rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oe5wyxLiq9Sd8RussAJDHgTBrbTvO04H { width:9.0625rem;height:3.375rem;top:89.69921875rem;left:5.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7FHS5bHDlmsAgPdxLucnPiTARsk7Im7 { width:8.9375rem;height:5.19970625rem;top:94.625rem;left:0.5rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikqxNB8mkX8fIBTSrTXekQTCcxI967ik { width:10.25rem;height:3.375rem;top:98.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAJIbyI7d6dAxps3G4LdL1cmTOX8THE { width:6.875rem;height:5.19970625rem;top:94.625rem;left:12.1875rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2pTwUQeupA8bufJ7p6qfAN6FVk8aox0 { width:7.9375rem;height:3.375rem;top:98.6875rem;left:11.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWHSwXK23Bk66NM4oXRNEBI269BErU9u { width:9.5rem;height:5.19970625rem;top:104.6875rem;left:10.4375rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwXOzBlbi0we9BwhMqbE6FvIBRdFQfgJ { width:7.9375rem;height:3.375rem;top:108.9375rem;left:12.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAhCQBtZ4mlhHBAKfbMUtUShzqOiI1bI { width:8.8125rem;height:5.19970625rem;top:104.6875rem;left:0rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGU5TZu4nQNi7WQggAzvHOlCEfDrdFCc { width:9.0625rem;height:3.375rem;top:108.875rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTuKyR9s3q9OgPUPw0IptdsvZvL4TSNk { width:9.75rem;height:6.9375rem;top:72.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufh5JK8gkF8QTfZdtOE5cpAQcgb4Qhzu { width:20rem;height:11.0625rem;top:7.296875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNSQrKov4rfCnpKgmhnIBvFwBDZ2kqKT { width:8.875rem;height:5.9619125rem;top:9.84765625rem;left:1.09375rem;font-size:3.3125rem;text-align:center;text-align-last:center;line-height:.9;font-family:alice;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wGmp6PrqWN9rsCgrmHR9fX4s3G5wkTXM { width:9.6875rem;height:7.871125rem;top:9.2861328125rem;left:9.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Fe6ZAC6VF1SluCchnop9eByNxu4GLE5D { width:20rem;height:12.9375rem;top:19.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2nu9PkTQnGbbXeQZhalTvNqW56otpzL { width:9.75rem;height:14.625rem;top:65.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxriuPV3UH5Hc2xiea7G5BusZB5sdco { width:9.75rem;height:7.375rem;top:65.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeX4NHTimxiA3fM6UvkrUXIVBkxOeugU { width:18rem;height:4.94921875rem;top:1.5625rem;left:1rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:alice;display:block; }
 }@media only screen and (max-width: 763px) { #eQtUwAXXCuZf1yS7DhnPiHeSQDV2UnkZ { width:18rem;height:30.5966875rem;top:33.4736328125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OJbQ9tpc49luu176VhnhF5Kk8Q81ffkp { width:20rem;height:22.2744375rem;top:4.767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTvEUDPve7FcIou0mRlFoPLQtC8WLnK { width:20rem;height:22.2744375rem;top:64.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 { display:block; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggEtVh0gtb9JQtRA5s1ZUFl664KTRfg7 { width:20rem;height:12.59375rem;top:7.0625rem;left:0rem;font-size:1.125rem;line-height:1.4;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #NL6wmDVSb4g6ZavzwC7hGqdftHx3UHr4 { width:14.625rem;height:30.8125rem;top:26.25rem;left:2.6875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #EoQentlevO8IaT9Fd2ppI4tA0zacd0W3 { width:20rem;height:32.054054054054rem;top:51.41064453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bn0unT4pmpHxHoP8rxo2THw608Bogdsf { top:56.3125rem;left:0rem;width:20rem;height:0.75rem;z-index:14993;background-color:#19415a;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) { #UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 { display:block; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSBXnngTpRF56JKgSnT0uggeTPIFQWl { width:7.6875rem;height:3rem;top:1.25rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHhKpLQnSM99HgvlLtTAqwIzW3AQqoh8 { width:17.25rem;height:2.111325rem;top:5.5rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }