.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.45);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row .container { background-color: transparent; background-image: none; }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row .container > .video-iframe-container { display: none; }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row > .video-iframe-container { display: none; }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .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); }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row .container { border-width: 0; border-radius: 0; }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#f4EzAH63qWy3vmVcO3Wfh935MO8hZDsQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.875rem;top:0.46875rem;left:0.6875rem;overflow:hidden;display:block; }
#iJsyGeAmwEnCCb8KCEoF7TNd4EpluWEX { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:28.75rem;display:block; }
#EXao0FEqvpCuQmQfOk14VDDSUzPsXz9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JowxbuTx5Zdfriqq63vQAUp4Kll6erRE { background-color:rgba(0,58,138,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:50.625rem;display:block; }
#iiMgeGNQPHMLZIJHFvxWbPfMqlhT3bDB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChbzyvHftvcVoQ8xLtZB2q2q7k3BrrgT { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:35.6875rem;display:block; }
#Dz8C5O5TwR1uLwIZhmSffA4QaiXowH1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RuaFnKJarv78m949Wvda28s60V3hCvTO { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:41.9375rem;display:block; }
#RbqaL0PiP6PUAJiEQTOrcJ5xnqRQEAep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1904c3e4-403c-420b-bf7f-35859d04dd2f/porteriavallenogalesvistacumbreI.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#Tu8x2CT1XEcDTpZbpbuEPCX7FQk6Mlt6 { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.63);top:27.5625rem;left:5.625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sXZyUWwDhbSP43kTA89EGZhTT9bhXH2O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sXZyUWwDhbSP43kTA89EGZhTT9bhXH2O > .row .container { border-width: 0; border-radius: 0; }#sXZyUWwDhbSP43kTA89EGZhTT9bhXH2O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXZyUWwDhbSP43kTA89EGZhTT9bhXH2O > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:none; }#NXLc3lgnRey5NH9mawyx3wrLd8kyhyrD { color:#61c05d;display:block;width:36.4365rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.12109375rem;left:11.782032012939rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VAhUGRLLywhaa9mdvvd2fGOOLq2bG0su { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.875rem;left:13.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5yL5znK5z9VMdtEcETkEM1S60R6UWde { color:#000000;display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:4rem;left:31.5rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#peaaDwmgGZZTSaVgpt4ASBVStIb21G2J { box-sizing:content-box;height:2.3125rem;width:14.1875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:3.9375rem;left:11.8125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#X5roCSf1caCBNMelelG0iBMQSS3KLG33 { color:#61c05d;display:block;width:9.3125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5625rem;left:14.4375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPxULkLncIPx2COXBgyhqwGzqWIslGtZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bPxULkLncIPx2COXBgyhqwGzqWIslGtZ > .row .container { border-width: 0; border-radius: 0; }#bPxULkLncIPx2COXBgyhqwGzqWIslGtZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPxULkLncIPx2COXBgyhqwGzqWIslGtZ > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:none; }#Tor3TapLb4sbzTJQOHkRnFa12VnATEQG { color:#61c05d;display:block;width:36.4365rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.12109375rem;left:11.782032012939rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PntG0qNlmJTVdVOSe4lOcJeTqdwesGar { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.875rem;left:13.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVbTSVmEaE4E8AE1TXgSgTwASGFmTyvM { color:#000000;display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:3.9375rem;left:31.5rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#AkVf1VnuazBRkTq47MKdB2ENzqfbFdVF { box-sizing:content-box;height:2.3125rem;width:14.1875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:3.9375rem;left:11.8125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#s7hMCenCkJhzrrl95fl1w4ZukMhH1L48 { color:#61c05d;display:block;width:9.3125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5625rem;left:14.4375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 { position:relative;display:block; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 { background-color: transparent; background-image: none; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container > .video-iframe-container { display: none; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row > .video-iframe-container { display: none; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .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); }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 { border-width: 0; border-radius: 0; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .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; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XOO182Arm06OHSwVIAA8Cc44gmVTs8Fl { position:absolute;display:block;z-index:15000;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:34.375rem;top:0rem;left:0rem;display:block; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-form-header {  }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:16.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-text { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bbbbbb;border-left:0.0625rem solid #bbbbbb;border-right:0.0625rem solid #bbbbbb;border-bottom:0.0625rem solid #bbbbbb;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:2.0625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:nunito;vertical-align:top;font-weight:400;font-style:normal;line-height:.5;box-shadow: none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-textarea { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bbbbbb;border-left:0.0625rem solid #bbbbbb;border-right:0.0625rem solid #bbbbbb;border-bottom:0.0625rem solid #bbbbbb;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:nunito;vertical-align:top;font-weight:400;font-style:normal;line-height:.5;box-shadow: none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#003a8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.1875rem;margin-bottom:0.25rem;margin-left:1.1875rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#ffffff;width:13.8125rem;height:2.875rem;font-family:roboto;overflow:hidden;line-height:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.86);font-family:arial;font-size:0.875rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.86);font-family:arial;font-size:0.875rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.86);font-family:arial;font-size:0.875rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.86);font-family:arial;font-size:0.875rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:15.0625rem;overflow:hidden;font-style:normal;float:none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-container:first-of-type{padding-top:0;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-container:last-of-type{padding-bottom:0;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:5.40625rem;left:38.3125rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem;display:block;vertical-align:top; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e {display:block;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:5.40625rem;left:38.3125rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #ItVGTikpCpWP4OzrOeHLCLUR0WXDnsln { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #CAq7H4ZNbACKUK33LB8XK6PHsh80vzbo { position:relative;display:none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #ULzUsq3MVMEmMTZVBbBoH7SErRyhSKso { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #AIrSd7fZTGvchy5q2S8oAoMJMZ8h9mJE { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #N4kp8OD3G5mimX7KNrXubWL7RlMCg9cB { position:relative;display:none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #SURsTKgnybzTulTUG5Ps4ZJaAoJ3pMXD { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #m3SefI35NPT8uzDtQevfERnUvrIWUSZi { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #FDPmc7rTcZu08TIUTiI1mIHpHBI8KgpA { position:relative;display:none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #HszfaUv0WTudyNSxaiLAwuZqBNO9DXGG { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #e6knlpzinZusIaSzeHPo6doFQtMAuBJb { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #X4zsyg3thWNKstm5FheSoWC9ToZ1FpQw { position:relative;display:none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #sHgR1CekAbT2TVMtUPnci7TeTMr1Tn1R { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #TFrq49TH6bfnwbi6BFemPW13yqEzJiXm { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #TJ0x78FXvTSyZxMUuhbwnZcVKwMTfw0x { position:relative;display:none; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #aPEBEqEywyZrghuKakLG57A18ORQCdcC { position:relative; }
#C9N9dBEUXM0iwiTaSzMOMUPhl7TzTdEp { position:relative;display:block; }
#lJqtFazhUx3kKtzMZNdxL1Zf1voSNgXc { position:relative;display:block; }
#rge1tdahrFB3Ic619TNFKKbeBd5swE27 { position:relative;display:block; }
#lnbkiGGiRLeC2vHTXxh34wakEiIph7xJ { position:relative;display:block; }
#KcfRHnqz14IXqVJNAhO49PtoQX8KdcGp { position:relative;display:block; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #tdiCGxB9ibTLKb1zSHr3IouQFWmThoRE { position:relative; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #f1OQwtTsI47CzxpDdd7ozoPvP3efu3MR { position:relative; }
#J5xQDLosaJLiv1B5aghdfA1VKoPXh1QT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:11.25rem;top:1.125rem;left:11.5625rem;overflow:hidden;display:block; }
#UBfBltzzlAUsIPOr86bVHib44xQf7wpI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:16.3125rem;top:8.1875rem;left:9.03125rem;overflow:hidden;display:block; }
#fnuaJbRu7EJsdXbiXruLBf6uL8Tu8BuW { color:#45a041;display:block;width:27.5625rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.3125rem;left:3.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGPKRl5ODl6gVTdgApDxQtUvWuuNsfKT { position:absolute;display:block;z-index:15005;background-color:#e4e4e4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:20.625rem;top:15.0625rem;left:6.875rem;display:block; }
#xrHK5tn6LMs6Qg6xkwiSM4h1nTNWTJMB { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:10.25rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gcvk8IqqycKpw6qOwIQBfmDk65s6AMv2 { color:#8bc34a;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.3125rem;left:10.75rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GBIlEOPgEkG3ElMzST6CFzVSnuop8l83 { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:nunito;font-size:0.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.4619140625rem;left:1.21875rem;height:1.78645625rem;text-align:center;text-align-last:center;display:block; }
#bfNm119vxBOshJkERuZQPlOy5maJMqKt { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:20.125rem;left:5.625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y7nva3e3SGdgGt1rTTHxVXfRiu2XysTw { color:#000000;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:41.375rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L76ScUKRAyCuKgfAO8TkQaV9wBMiRmF1 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.75rem;top:2.90625rem;left:40.8125rem;display:block; }
#yw25TV9VZRGuTrM4Fu9RuWqFFaCr8gLh { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #444444;border-left:0.0625rem solid #444444;border-right:0.0625rem solid #444444;border-bottom:0.0625rem solid #444444;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.375rem;width:21.9375rem;top:3.9619140625rem;left:36.65625rem;display:block; }
#Jqb9i8dRQ7wL6TXeq2MDV48u6WheiqhN { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:20.625rem;top:17.3125rem;left:6.875rem;display:block; }
#zpke1tMRvbwe1vVyrFLTryuB3baGNvpZ { color:#000000;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17.8125rem;left:8.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZpTrXqUQ40oL5zn28WGmWvGxvJobMv1 { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.9306640625rem;left:9.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#duboV4zC7q2UQl03Esk27O683QXna1ta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#444444;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; }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row .container { background-color: transparent; background-image: none; }#duboV4zC7q2UQl03Esk27O683QXna1ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row .container > .video-iframe-container { display: none; }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row > .video-iframe-container { display: none; }#duboV4zC7q2UQl03Esk27O683QXna1ta > .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); }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row .container { border-width: 0; border-radius: 0; }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#A1JPlKyCaZDD3s6s6xTChtUUgTTSlh62 { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.818359375rem;left:8.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR { position:relative;display:block; }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR { background-color: transparent; background-image: none; }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .row .container > .video-iframe-container { display: none; }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .row > .video-iframe-container { display: none; }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .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); }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR { border-width: 0; border-radius: 0; }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .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; }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xu8mJLBozhgXg6hXRkSda3My1sdep5D3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:27.4375rem;top:3.25rem;left:2.0625rem;overflow:hidden;display:block; }
#snOdfzVLpETv1vc32hDtkyoiR1kgLNCU { 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.75rem;width:18.75rem;top:30.0625rem;left:36.6875rem;overflow:hidden;display:block; }
#ZXLQapKaE8dtLdmF0oFWit7SLiTTJLwA { color:#000000;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.9375rem;left:37.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yRr2Rz2OW5VFrB58EkF4yqCV9asKiSpG { color:#323e48;display:block;width:25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.9375rem;left:33.5625rem;height:14.782975rem;display:block; }
#wvnGZqgTWc829G5n6MVxnADrc6zyPKwr { position:relative;display:none; }#wvnGZqgTWc829G5n6MVxnADrc6zyPKwr { border-width: 0; border-radius: 0; }#wvnGZqgTWc829G5n6MVxnADrc6zyPKwr > .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; }#wvnGZqgTWc829G5n6MVxnADrc6zyPKwr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gT01O0OzCOnwJek7Tvq8xMcJFIgUyfck { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a131099c-26cc-490c-aa87-02212197af6c/vistacumbreipraderaivlivingcomedor.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:0rem;display:block; }#gT01O0OzCOnwJek7Tvq8xMcJFIgUyfck.adaptive-delivery-prevent-bg, #gT01O0OzCOnwJek7Tvq8xMcJFIgUyfck.lazyload, #gT01O0OzCOnwJek7Tvq8xMcJFIgUyfck.lazyloading { background-image: none; }
#WRFArEmDIM51hTqDPTHxmfNwHEO971iU { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d411dd2-b575-4650-924b-5f79cfc7c0e8/vistacumbreipraderaivclosetdormitorioprincipal.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:20.15625rem;display:block; }#WRFArEmDIM51hTqDPTHxmfNwHEO971iU.adaptive-delivery-prevent-bg, #WRFArEmDIM51hTqDPTHxmfNwHEO971iU.lazyload, #WRFArEmDIM51hTqDPTHxmfNwHEO971iU.lazyloading { background-image: none; }
#tGBfQHf1qAqfyvMoOw48RJxbscaPJi03 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e51260c0-a42e-4c7d-a589-c59091ea21ed/PraderaIV116m2SalaEstar1912024copia3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:40.3125rem;display:block; }#tGBfQHf1qAqfyvMoOw48RJxbscaPJi03.adaptive-delivery-prevent-bg, #tGBfQHf1qAqfyvMoOw48RJxbscaPJi03.lazyload, #tGBfQHf1qAqfyvMoOw48RJxbscaPJi03.lazyloading { background-image: none; }
#DAXAh2AgLOJU2TBrEXJbkQVHpQESBeDo { color:#323e48;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:23.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ZgTgzH5v772GvAGJW0UdspbyNEcBKvMx { position:relative;display:none; }#ZgTgzH5v772GvAGJW0UdspbyNEcBKvMx { border-width: 0; border-radius: 0; }#ZgTgzH5v772GvAGJW0UdspbyNEcBKvMx > .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; }#ZgTgzH5v772GvAGJW0UdspbyNEcBKvMx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lygbF1daAB4SnTEV04gwS4DfGOcrTRxl { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZCpElKocz4H6lBVDmw0RqnialPrtqwW { position:relative;display:none; }#UZCpElKocz4H6lBVDmw0RqnialPrtqwW { border-width: 0; border-radius: 0; }#UZCpElKocz4H6lBVDmw0RqnialPrtqwW > .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; }#UZCpElKocz4H6lBVDmw0RqnialPrtqwW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#U0SwBmfMBiGuOEATV95wrnFa4rMw6Txe { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/52ed88e0-7738-4ba8-ba79-e5e4f7e9f98a/mediterrnea.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:0rem;display:block; }#U0SwBmfMBiGuOEATV95wrnFa4rMw6Txe.adaptive-delivery-prevent-bg, #U0SwBmfMBiGuOEATV95wrnFa4rMw6Txe.lazyload, #U0SwBmfMBiGuOEATV95wrnFa4rMw6Txe.lazyloading { background-image: none; }
#O6p7TEkgmsqFnrxbuz5erpSwNI0iw5yL { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3289745d-f0dd-41c1-87b3-b23550cef7b5/mediterrnea3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:20.15625rem;display:block; }#O6p7TEkgmsqFnrxbuz5erpSwNI0iw5yL.adaptive-delivery-prevent-bg, #O6p7TEkgmsqFnrxbuz5erpSwNI0iw5yL.lazyload, #O6p7TEkgmsqFnrxbuz5erpSwNI0iw5yL.lazyloading { background-image: none; }
#VWeOK2cePWcxLnAWs9dxnr3bKyiTiU1V { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1759211f-d956-4e4e-8bb8-dbc9d4a49b34/mediterrnea2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:40.3125rem;display:block; }#VWeOK2cePWcxLnAWs9dxnr3bKyiTiU1V.adaptive-delivery-prevent-bg, #VWeOK2cePWcxLnAWs9dxnr3bKyiTiU1V.lazyload, #VWeOK2cePWcxLnAWs9dxnr3bKyiTiU1V.lazyloading { background-image: none; }
#aX5x0pyKTGn7oSmRaoGxSyuLBb5WKRER { color:#323e48;display:block;width:13rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.6875rem;left:23.5rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#RbCvdde23hoGTTlL2S40S4oArLlD96TQ { position:relative;display:none; }#RbCvdde23hoGTTlL2S40S4oArLlD96TQ { border-width: 0; border-radius: 0; }#RbCvdde23hoGTTlL2S40S4oArLlD96TQ > .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; }#RbCvdde23hoGTTlL2S40S4oArLlD96TQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:72.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vVm4eMDubhyTaod7lCK1c39WMUEVniVf { color:#323e48;display:block;width:37.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.4375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5zQ9g1bzmM9RrVnSgsuyJMt5bVLogCT { position:absolute;display:block;z-index:15002;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:42.5rem;top:0.5625rem;left:8.75rem;display:block; }
#sBuNWpsW9JwTtaNOHPvVBCVUgb1wqBmX { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e88a8038-e36c-4dfa-a7a1-a56db401eee6/mediterrnea4estndar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:60rem;top:5.375rem;left:0rem;display:block; }#sBuNWpsW9JwTtaNOHPvVBCVUgb1wqBmX.adaptive-delivery-prevent-bg, #sBuNWpsW9JwTtaNOHPvVBCVUgb1wqBmX.lazyload, #sBuNWpsW9JwTtaNOHPvVBCVUgb1wqBmX.lazyloading { background-image: none; }
#HvTOTrEPAhkOwu3ToWiDgLZgaI40gTrF { color:#323e48;display:block;width:19.0625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.8125rem;left:20.46875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#dUIUcUFAw9fZn5dvJKpMKsd9hFk6o3Fh { 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:13.5rem;width:15.3125rem;top:37.6875rem;left:19.724609375rem;overflow:hidden;display:block; }
#d9BaD6TzvJHJmKXW5ZNpiHf0WbFVJuO7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:17.75rem;top:37.875rem;left:0.662109375rem;overflow:hidden;display:block; }
#KwMlbHzMWXcTXitTu1I3iQ96rFFwb5T9 { position:absolute;display:block;z-index:15003;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:0.125rem;top:37.3125rem;left:37.25rem;display:block; }
#pHvG8FGQVNxTf7EWqzTNknXanIta7G6D { color:#323e48;display:block;width:19.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.3125rem;left:39.53125rem;height:27.29295rem;display:block; }
#NbnEJSeXdHM1ISFdyzGKoTxPspy80PGq { background-color:#54565a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:67.3125rem;left:44.09375rem;display:block; }
#ZFmI8K2ZHz4Tb4wR9h96Wp4gcaEaiTdK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcPp4igvLhTwF6nCKtlpU3PBTaivSgip { color:#323e48;display:block;width:17.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:58.67578125rem;left:0rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#sc9D2i5L5XmfamMNqTmevpTGZbOAkZpV { color:#323e48;display:block;width:17.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:58.67578125rem;left:18.599609375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#fLGZUhZf6aXNhZca0TuKxqrPeo98cxgs { color:#323e48;display:block;width:37.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3359375rem;left:11.4375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwrlOxq9Vne4brnwhayw0TLefltNOzSK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:5.375rem;left:0rem;overflow:hidden;display:block; }
#C3MPUehEnNJupHXZBBA9mKTC6WNH7bIE { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:67.3125rem;left:12.125rem;display:block; }
#TLVbsS7APcB1wSrSGQxdXxrpOZFdBVQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziaGT8T7vWlFkkX3TyU2HzH9lGnxAH4e { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.125rem;top:61.23828125rem;left:17.21875rem;overflow:hidden;display:block; }
#cMhBAgmLfphBNvozCBd1RUbluUIZtM5C { position:relative;display:none; }#cMhBAgmLfphBNvozCBd1RUbluUIZtM5C { border-width: 0; border-radius: 0; }#cMhBAgmLfphBNvozCBd1RUbluUIZtM5C > .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; }#cMhBAgmLfphBNvozCBd1RUbluUIZtM5C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:72.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nz5X5tFfoinhyB3ObhEfrf9bITLKQHrW { color:#323e48;display:block;width:37.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.4375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQbSV2vWKsKaO05bEXHpLgixnxDuTrAy { position:absolute;display:block;z-index:15002;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:42.5rem;top:0.5625rem;left:8.75rem;display:block; }
#UhBua0QXw4A0P2tlTuhRsApxOTsnTHZ2 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1643105c-a4e2-423a-b859-1b9d6d9451d9/chilenaestndar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:60rem;top:5.375rem;left:0rem;display:block; }#UhBua0QXw4A0P2tlTuhRsApxOTsnTHZ2.adaptive-delivery-prevent-bg, #UhBua0QXw4A0P2tlTuhRsApxOTsnTHZ2.lazyload, #UhBua0QXw4A0P2tlTuhRsApxOTsnTHZ2.lazyloading { background-image: none; }
#JNKtOxdv4otQPpCN0rOvK1kbvTdIT3bU { color:#323e48;display:block;width:19.0625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.8125rem;left:20.46875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#zT5FA2mob0fF5ckcoNT15TM04tSnTdX6 { 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:13.25rem;width:15.5625rem;top:37.875rem;left:19.724609375rem;overflow:hidden;display:block; }
#UPbtowwxm47tFCEA5MhlyUEfAzFooSIN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:17.75rem;top:37.875rem;left:0.662109375rem;overflow:hidden;display:block; }
#H6WxzttAAQtEwThdW86il0KM9xN1kecS { position:absolute;display:block;z-index:15003;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:0.125rem;top:37.3125rem;left:37.25rem;display:block; }
#t8eNfnEUh0S98TM8AzoN7nXtqpOABHmu { color:#323e48;display:block;width:19.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.25rem;left:39.53125rem;height:25.0185375rem;display:block; }
#sv2MltZDTTqPIMw7cpMvLvG01J1G04ry { background-color:#54565a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:67.3125rem;left:44.09375rem;display:block; }
#lk8uwD4xmpSQpAEtD42455LOETpt995e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8VtFOhIGiUtyzgyrq3KZCryyTA5oLsy { color:#323e48;display:block;width:17.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:58.67578125rem;left:0rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#T4Rhigeo3wbA5ZHHW4Ne8XfqPyeReJbi { color:#323e48;display:block;width:17.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:58.67578125rem;left:18.599609375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#Cifa8rySSM827FrkKngQRhR9qswA9MSG { color:#323e48;display:block;width:37.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3359375rem;left:11.4375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiKFZn7gt8SoHgObsFVnQ24McWVde44t { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:5.375rem;left:0rem;overflow:hidden;display:block; }
#hwIwUdJzcId0Pb2hTM5qTS8Z4VPqDwfy { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:67.3125rem;left:11.4375rem;display:block; }
#a56I1tDPHuPU8y7a5HMiAulWOSOm80Wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnvATVr7KtJ7uXh4Z6wzyeJuRvRxqF4M { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.125rem;top:61.25rem;left:16.53125rem;overflow:hidden;display:block; }
#S1TNs0SJ3418TzSWi3y8On1TyD84gtAT { position:relative;display:none; }#S1TNs0SJ3418TzSWi3y8On1TyD84gtAT { border-width: 0; border-radius: 0; }#S1TNs0SJ3418TzSWi3y8On1TyD84gtAT > .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; }#S1TNs0SJ3418TzSWi3y8On1TyD84gtAT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aV2KRuh46cUEwzROOwt99IE10fyB0LLo { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#srrsl1BiIoytLtuJbZgkkIRqG1TiTZV1 { position:relative;display:none; }#srrsl1BiIoytLtuJbZgkkIRqG1TiTZV1 { border-width: 0; border-radius: 0; }#srrsl1BiIoytLtuJbZgkkIRqG1TiTZV1 > .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; }#srrsl1BiIoytLtuJbZgkkIRqG1TiTZV1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ais4Jmrxpkqlpokly4dFsTn6CifFfrT3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a53d06c-39af-4b50-a87a-65795c35d5f7/chilena.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:0rem;display:block; }#ais4Jmrxpkqlpokly4dFsTn6CifFfrT3.adaptive-delivery-prevent-bg, #ais4Jmrxpkqlpokly4dFsTn6CifFfrT3.lazyload, #ais4Jmrxpkqlpokly4dFsTn6CifFfrT3.lazyloading { background-image: none; }
#LHD5KSgiL00uG6bapGdT4R3ROPk5pzKg { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7354cb03-a1d9-4892-a630-7a034d3a5f48/chilena2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:20.15625rem;display:block; }#LHD5KSgiL00uG6bapGdT4R3ROPk5pzKg.adaptive-delivery-prevent-bg, #LHD5KSgiL00uG6bapGdT4R3ROPk5pzKg.lazyload, #LHD5KSgiL00uG6bapGdT4R3ROPk5pzKg.lazyloading { background-image: none; }
#NE2iNynpTLWWNTcf47HEyyLSgVuE13Lc { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5012b1bd-d3a5-43d2-8a61-49fe7c864f76/chilena3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:40.3125rem;display:block; }#NE2iNynpTLWWNTcf47HEyyLSgVuE13Lc.adaptive-delivery-prevent-bg, #NE2iNynpTLWWNTcf47HEyyLSgVuE13Lc.lazyload, #NE2iNynpTLWWNTcf47HEyyLSgVuE13Lc.lazyloading { background-image: none; }
#gRiOG74lydBBAM1rkBFtldrTdqDw9pT7 { color:#323e48;display:block;width:13rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.6875rem;left:23.5rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#ynfktFraOLoLfTVzWHPPHiZcwvptKJfa { position:relative;display:none; }#ynfktFraOLoLfTVzWHPPHiZcwvptKJfa { border-width: 0; border-radius: 0; }#ynfktFraOLoLfTVzWHPPHiZcwvptKJfa > .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; }#ynfktFraOLoLfTVzWHPPHiZcwvptKJfa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ECg8Ux5Z9xaeP5lT9ZCgvvtACIk70QIp { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAexf3CSV0TDQ9ed3VFZzyHpVhCyHnoK { position:relative;display:none; }#TAexf3CSV0TDQ9ed3VFZzyHpVhCyHnoK { border-width: 0; border-radius: 0; }#TAexf3CSV0TDQ9ed3VFZzyHpVhCyHnoK > .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; }#TAexf3CSV0TDQ9ed3VFZzyHpVhCyHnoK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fuRRTTru2zVwc2PNsogQdZlQJmFaFJCq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a131099c-26cc-490c-aa87-02212197af6c/vistacumbreipraderaivlivingcomedor.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:0rem;display:block; }#fuRRTTru2zVwc2PNsogQdZlQJmFaFJCq.adaptive-delivery-prevent-bg, #fuRRTTru2zVwc2PNsogQdZlQJmFaFJCq.lazyload, #fuRRTTru2zVwc2PNsogQdZlQJmFaFJCq.lazyloading { background-image: none; }
#Jt8FtosUbpuSFz5qlMAcQTENBG3nAIFw { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d411dd2-b575-4650-924b-5f79cfc7c0e8/vistacumbreipraderaivclosetdormitorioprincipal.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:20.15625rem;display:block; }#Jt8FtosUbpuSFz5qlMAcQTENBG3nAIFw.adaptive-delivery-prevent-bg, #Jt8FtosUbpuSFz5qlMAcQTENBG3nAIFw.lazyload, #Jt8FtosUbpuSFz5qlMAcQTENBG3nAIFw.lazyloading { background-image: none; }
#UzCIOcO3cP3PtoJTCzGHzbCPcIy46hJQ { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e51260c0-a42e-4c7d-a589-c59091ea21ed/PraderaIV116m2SalaEstar1912024copia3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:40.3125rem;display:block; }#UzCIOcO3cP3PtoJTCzGHzbCPcIy46hJQ.adaptive-delivery-prevent-bg, #UzCIOcO3cP3PtoJTCzGHzbCPcIy46hJQ.lazyload, #UzCIOcO3cP3PtoJTCzGHzbCPcIy46hJQ.lazyloading { background-image: none; }
#iJSBXH8fZ7RelmwxUPOnGJbv0SGF4eA0 { color:#323e48;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:23.75rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#W6hTzNDWxs5Di2zPTsLgWvBIStnnhoQS { position:relative;display:none; }#W6hTzNDWxs5Di2zPTsLgWvBIStnnhoQS { border-width: 0; border-radius: 0; }#W6hTzNDWxs5Di2zPTsLgWvBIStnnhoQS > .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; }#W6hTzNDWxs5Di2zPTsLgWvBIStnnhoQS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:69.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KchMA1Jbn9lGAMQMWSsWzHZFcaT2ALRD { color:#323e48;display:block;width:24.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3271484375rem;left:17.78125rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#taTC8IOZVZd4L4rcRzuVts0TxtpTz8mH { position:absolute;display:block;z-index:15002;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:42.5rem;top:0.5625rem;left:8.75rem;display:block; }
#d93Jnuvh61PElbtGTeeT1ntVznfXRGfb { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a4eeb7e3-273d-46aa-88ee-ceba2a24c2f2/praderaiv116m2fachadadelanterafull1912024ch.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:60rem;top:5.0625rem;left:0rem;display:block; }#d93Jnuvh61PElbtGTeeT1ntVznfXRGfb.adaptive-delivery-prevent-bg, #d93Jnuvh61PElbtGTeeT1ntVznfXRGfb.lazyload, #d93Jnuvh61PElbtGTeeT1ntVznfXRGfb.lazyloading { background-image: none; }
#nmUGlyi0c134t3BgQRBeZURnfgJeJmnB { color:#323e48;display:block;width:19.0625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:20.46875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#i4BZENkL86UrW1saR8arODLyG6M7EM9T { 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:19.875rem;width:17.9375rem;top:32.9375rem;left:0rem;overflow:hidden;display:block; }
#EycWVoqVuqWEVGWUZniok4sdazc58vJx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:18rem;top:33rem;left:18.599947617478rem;overflow:hidden;display:block; }
#AlBFM0lRMTZm7TeA5dT7at0iOg13DyDC { position:absolute;display:block;z-index:15003;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:0.125rem;top:32.9375rem;left:37.25rem;display:block; }
#hJu7AkUoas04u4zJrf8UlWx9Tlx3Q7PA { color:#323e48;display:block;width:19.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.9375rem;left:39.53125rem;height:29.5546875rem;display:block; }
#UTqr3DIFTtbTH8I2Pm1zmN2c0TDzFlSy { background-color:#54565a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ededed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:64.6875rem;left:44.09375rem;display:block; }
#SEkL7NX2R73QiH6ddHHeO9u6KsThvQNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vh1Z8Lynodb3LQK5NSTb9q7ez3dQWBK6 { color:#323e48;display:block;width:17.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:54.30078125rem;left:0rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#AwQwm5IHvzL70xTR7gOtxeZZ2ieTxofH { color:#323e48;display:block;width:17.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:54.30078125rem;left:18.599609375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#Ot5TA9PKczdtcNOVgdlr0dwLnWpZtyoS { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:64.6875rem;left:12.15625rem;display:block; }
#NpdxrnzxWLX9NUW2R1MNLeNBVgaWfQEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEhohItGrHCtdMo00L2wG77mqJtKEmxM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.125rem;top:58.375rem;left:17.25rem;overflow:hidden;display:block; }
#q988BncmBnbNJ8t3fNZ3vSn3WDf97HDU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#On8nf3ULtqmtImO1KnazqleK9iKstmP0 { position:relative;display:block; }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 { background-color: transparent; background-image: none; }#On8nf3ULtqmtImO1KnazqleK9iKstmP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .row .container > .video-iframe-container { display: none; }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .row > .video-iframe-container { display: none; }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .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); }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 { border-width: 0; border-radius: 0; }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .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; }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NKO1QNP99Q8891pqDTO6crpEN3QTFkN7 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:20.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKs5HRbfbTqcS3sD6IcVFp3i0kRTeGXf { position:absolute;display:block;z-index:15001;height:26.875rem;width:60rem;top:4.6875rem;left:0rem;display:block; }
#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 { position:relative;display:block; }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 { background-color: transparent; background-image: none; }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .row .container > .video-iframe-container { display: none; }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .row > .video-iframe-container { display: none; }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .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); }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 { border-width: 0; border-radius: 0; }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .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; }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DTN5G6sZaH2GoT8FuJWkiqylKgTXNzVx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c822d823-ea68-406b-97d3-fa4c036616c4/miradoriiriberaiiicocina2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:0rem;display:block; }#DTN5G6sZaH2GoT8FuJWkiqylKgTXNzVx.adaptive-delivery-prevent-bg, #DTN5G6sZaH2GoT8FuJWkiqylKgTXNzVx.lazyload, #DTN5G6sZaH2GoT8FuJWkiqylKgTXNzVx.lazyloading { background-image: none; }
#xZvOBJUnWTZyTSUiZVzNesLSWEyDvCHn { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1ed8fe9-ca38-43ae-b1a8-36cf2acb3689/miradoriiriberaiiijardin.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:20.15625rem;display:block; }#xZvOBJUnWTZyTSUiZVzNesLSWEyDvCHn.adaptive-delivery-prevent-bg, #xZvOBJUnWTZyTSUiZVzNesLSWEyDvCHn.lazyload, #xZvOBJUnWTZyTSUiZVzNesLSWEyDvCHn.lazyloading { background-image: none; }
#SmeLif5CDd2aFdQGmMkzlcJF4MVT5p8W { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eaee4bdb-10fd-426b-b2d4-e89a40c19a78/miradoriiriberaiiilivingcomedor.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:40.3125rem;display:block; }#SmeLif5CDd2aFdQGmMkzlcJF4MVT5p8W.adaptive-delivery-prevent-bg, #SmeLif5CDd2aFdQGmMkzlcJF4MVT5p8W.lazyload, #SmeLif5CDd2aFdQGmMkzlcJF4MVT5p8W.lazyloading { background-image: none; }
#AhudIhXDPXxZmaRpyQQZGka8r93eJzHt { color:#323e48;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:23.75rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU { position:relative;display:block; }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU { background-color: transparent; background-image: none; }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .row .container > .video-iframe-container { display: none; }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .row > .video-iframe-container { display: none; }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .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); }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU { border-width: 0; border-radius: 0; }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .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; }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kiRthzzvtluwIZfoiVTi91zQ3Q5UDFVP { color:#323e48;display:block;width:23.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3271484375rem;left:17.375rem;height:2.9236125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrfqKg2fNJnrHUKqPVucAxP9bhTZ9XTb { position:absolute;display:block;z-index:15002;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:42.5rem;top:0.5625rem;left:8.75rem;display:block; }
#maSLthJMAT8H5Q0lFFHXiyAxfT047EcW { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13b14595-faf9-460f-b20f-0cee63817d6d/casariberaiiimediterranea.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:60rem;top:5rem;left:0rem;display:block; }#maSLthJMAT8H5Q0lFFHXiyAxfT047EcW.adaptive-delivery-prevent-bg, #maSLthJMAT8H5Q0lFFHXiyAxfT047EcW.lazyload, #maSLthJMAT8H5Q0lFFHXiyAxfT047EcW.lazyloading { background-image: none; }
#NzTp0prIaPkdiTZMOE6mBKFDzVAaxTkN { color:#323e48;display:block;width:19.0625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.375rem;left:20.46875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#Td49bgkaALxWpgTSJJwOzUb4flEprUk1 { 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:17.8125rem;width:20.5625rem;top:32.9375rem;left:0rem;overflow:hidden;display:block; }
#QyTGHqIi7mksCrTwzcUT0FZfkdh6k1nV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:14.25rem;top:32.4375rem;left:21.90625rem;overflow:hidden;display:block; }
#Uga58T8ZwR8fHME7VOKt3MonIuk3o0QV { position:absolute;display:block;z-index:15003;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:0.125rem;top:32.9375rem;left:37.25rem;display:block; }
#X2ZbEhX9l41PcCiRSVAdh71HJ1zyZpTe { color:#323e48;display:block;width:19.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.5361328125rem;left:39.53125rem;height:17.057275rem;display:block; }
#HbnfWK1JeVJlcZiQdMvMyeNy0yHUQ1fw { background-color:#54565a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:62.4375rem;left:43.875rem;display:block; }
#e23TMA939ZDezGW5s79T2Xe5VdJ1Nar2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZ9yDUKJ1PxeFfm4vnDSCzOP1Ubb9c01 { color:#323e48;display:block;width:20.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:51.681640625rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#T9X4V5u6pZylcfoKdo9d4fEkLAz8bWKD { color:#323e48;display:block;width:13.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.681640625rem;left:21.90625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#WDNkfdObLP15LNSmLmkakuZpqSBgexrL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#LROQTymRCSR9PbMrkFgaaP5KMszAayZK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:6.3125rem;left:8.09375rem;overflow:hidden;display:none; }
#OoaHyoIe8qJO9bUbFJim898QxSkW4VsG { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:62.4375rem;left:11.4375rem;display:block; }
#R3trsmwVXh1cCvd2B2EVifnzMQFAsoBk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iaTmoLKGNwp0nT613LD8rKHEiWAktAMc { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.125rem;top:56.125rem;left:16.5rem;overflow:hidden;display:block; }
#W6TV8yI2la8D5CcmuxdMwocff8yOZHsn { position:relative;display:none; }#W6TV8yI2la8D5CcmuxdMwocff8yOZHsn { border-width: 0; border-radius: 0; }#W6TV8yI2la8D5CcmuxdMwocff8yOZHsn > .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; }#W6TV8yI2la8D5CcmuxdMwocff8yOZHsn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#izDBhdwfUuLQ19GbumSySrPi8g85DoMW { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3750381469726rem;left:20.406253814698rem;height:1.9504625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5qGf1e64eT320XpvTnkqia2zDr899i2 { position:absolute;display:block;z-index:15001;height:26.875rem;width:60rem;top:4.6875rem;left:0rem;display:block; }
#bA560TX2mFBMnat4EsBPCiRbTZkmUXCg { position:relative;display:none; }#bA560TX2mFBMnat4EsBPCiRbTZkmUXCg { border-width: 0; border-radius: 0; }#bA560TX2mFBMnat4EsBPCiRbTZkmUXCg > .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; }#bA560TX2mFBMnat4EsBPCiRbTZkmUXCg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WCRDnWHdZwTQl2MLCvpOnXEz2rxDQBSs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6814881f-5378-48a7-a03d-ba54c5909902/miradoriicordilleraiiicocina.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:0rem;display:block; }#WCRDnWHdZwTQl2MLCvpOnXEz2rxDQBSs.adaptive-delivery-prevent-bg, #WCRDnWHdZwTQl2MLCvpOnXEz2rxDQBSs.lazyload, #WCRDnWHdZwTQl2MLCvpOnXEz2rxDQBSs.lazyloading { background-image: none; }
#msxq0O6iq8fN3Ws2oAMvZwVDTo8JwRBT { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d1efee81-8dcf-46f0-bf23-92f25ab73bef/miradoriicordilleraiiilivingcomedor.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:20.15625rem;display:block; }#msxq0O6iq8fN3Ws2oAMvZwVDTo8JwRBT.adaptive-delivery-prevent-bg, #msxq0O6iq8fN3Ws2oAMvZwVDTo8JwRBT.lazyload, #msxq0O6iq8fN3Ws2oAMvZwVDTo8JwRBT.lazyloading { background-image: none; }
#TTrbLlLQ03zrI0FoVdHEpOA9N4g4NUxy { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa0686a3-b8ea-40d9-a850-2464d5b80c64/miradoriicordilleraiiicocina2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:40.3125rem;display:block; }#TTrbLlLQ03zrI0FoVdHEpOA9N4g4NUxy.adaptive-delivery-prevent-bg, #TTrbLlLQ03zrI0FoVdHEpOA9N4g4NUxy.lazyload, #TTrbLlLQ03zrI0FoVdHEpOA9N4g4NUxy.lazyloading { background-image: none; }
#QIp8pArHfNG0VKGgNvAyXFDJ2O9BCZJ4 { color:#323e48;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:23.75rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#M4JHmMyCvhL6SFUs234pU5cmLXICasIZ { position:relative;display:none; }#M4JHmMyCvhL6SFUs234pU5cmLXICasIZ { border-width: 0; border-radius: 0; }#M4JHmMyCvhL6SFUs234pU5cmLXICasIZ > .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; }#M4JHmMyCvhL6SFUs234pU5cmLXICasIZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:75.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LZsbXdz0UipAVyepnG15624IQFf2J5dQ { color:#323e48;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:17.71875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpFU68hvAS3JLbza6bsSgzSDZCWei8wW { position:absolute;display:block;z-index:15002;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:42.5rem;top:0.5625rem;left:8.75rem;display:block; }
#azzb9asJpGcQwRC2HCdoK7FLJm0RzZT3 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11ecbee1-def4-431d-b5bc-44aa257f5f6a/casacordillerachilena.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:60rem;top:5.4375rem;left:0rem;display:block; }#azzb9asJpGcQwRC2HCdoK7FLJm0RzZT3.adaptive-delivery-prevent-bg, #azzb9asJpGcQwRC2HCdoK7FLJm0RzZT3.lazyload, #azzb9asJpGcQwRC2HCdoK7FLJm0RzZT3.lazyloading { background-image: none; }
#MHXuPKgOKI9V3ETHcOrdB9RcZuAqwicB { color:#323e48;display:block;width:19.0625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.8125rem;left:20.46875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#UKEKyRHtOIc88SlQ1H1VS4NvheSbkrRx { 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:24.875rem;width:19.6875rem;top:32.9375rem;left:0rem;overflow:hidden;display:block; }
#rxdBPIs3lS5lWrhRV5K8iI8JboTUXFxS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15.75rem;top:38.9375rem;left:21.09375rem;overflow:hidden;display:block; }
#nurLF9BDODnidcv4fOUog4LqtbzNlnBF { position:absolute;display:block;z-index:15003;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:0.125rem;top:32.9375rem;left:37.25rem;display:block; }
#kiOPD4sD1sygHKWkuftVvItX0CfgsrlU { color:#323e48;display:block;width:19.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.9375rem;left:39.53125rem;height:17.0625rem;display:block; }
#tT3HsCV4ZpB0tc96aUWJ2EM7SB4Mm7Jl { background-color:#54565a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:70.0625rem;left:43.875rem;display:block; }
#Ksqz4UyP55XxvUGTnCSGSSsWoDlUcXhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDwbWRTBtVsKkztaKlG61pGEvJszgfN4 { color:#323e48;display:block;width:18.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:58.681640625rem;left:0.21875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#ETUTgEhTwMsVwbcRSGT8SZ34JlT8wfNs { color:#323e48;display:block;width:13.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:58.681640625rem;left:21.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#OdgRfJ26I98J6ZeFnxI2UiyvyWiOuyF7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#klgP6P79vF1NCKwpmpW20b3lXVLqOubV { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:6.3125rem;left:8.09375rem;overflow:hidden;display:none; }
#TEtCXvtqArGXipw5MyU84OmGaIkgZNyN { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:70.0625rem;left:11.4375rem;display:block; }
#W5AbyXSWODovg4UFR6WX0rIcgDigOgwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SlmzuQXTsAGuq3e6ssnrMFDpBs2pzKyE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.125rem;top:63.75rem;left:16.5625rem;overflow:hidden;display:block; }
#bqQXUlNeTTQUGvSdKeFeNoaoJzzm6hco { position:relative;display:none; }#bqQXUlNeTTQUGvSdKeFeNoaoJzzm6hco { border-width: 0; border-radius: 0; }#bqQXUlNeTTQUGvSdKeFeNoaoJzzm6hco > .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; }#bqQXUlNeTTQUGvSdKeFeNoaoJzzm6hco > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wKc6Dz3seNL2tHoDUUVckt5vZT345zTL { color:#323e48;display:block;width:26.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.78125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcVKBMovXQRBZRW4AkcWSyfH4vTVawUV { position:absolute;display:block;z-index:15002;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:42.5rem;top:0.5625rem;left:8.75rem;display:block; }
#qU6aOqTWyt9ccdJ6FV8BDZHTreJvSxC1 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c80760df-ccd2-4956-80c9-0c55611596ab/casacordilleramediterranea.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:60rem;top:5.375rem;left:0rem;display:block; }#qU6aOqTWyt9ccdJ6FV8BDZHTreJvSxC1.adaptive-delivery-prevent-bg, #qU6aOqTWyt9ccdJ6FV8BDZHTreJvSxC1.lazyload, #qU6aOqTWyt9ccdJ6FV8BDZHTreJvSxC1.lazyloading { background-image: none; }
#fgW7ztm1Egs9O5NPkxIuRteTyitvLJmg { color:#323e48;display:block;width:19.0625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.8125rem;left:20.46875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#cohqSeWaryoByTaRXPPoDhQioNvEtxTQ { 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:24.875rem;width:19.6875rem;top:32.9375rem;left:0rem;overflow:hidden;display:block; }
#MV73UU04EpO7sxnfDaf2iah0i5a4hiR7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15.75rem;top:38.9375rem;left:21.09375rem;overflow:hidden;display:block; }
#RWc7CVwudS2O9354syHQ6F0ScWmkP28T { position:absolute;display:block;z-index:15003;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:0.125rem;top:32.9375rem;left:37.25rem;display:block; }
#hTTyzaEodFW2VZu7aib9IyQF4f20hREO { color:#323e48;display:block;width:19.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.9375rem;left:39.53125rem;height:17.0625rem;display:block; }
#AkSPvEMWokyXJrwThJWDDqNuWga9oPF8 { background-color:#54565a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:69.6875rem;left:43.875rem;display:block; }
#rHbX4pO0T7QnDK5hf35U1SHkX17XszId { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWJIcER5N6bGp9XhWJf9s282xWQa5NHa { color:#323e48;display:block;width:18.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:58.681640625rem;left:0.21875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#yvxXClXfdysA1RzND7NOkN5SIg2DeWX2 { color:#323e48;display:block;width:13.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:58.681640625rem;left:21.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#C5tJmqsiDNztTFAflZSlwS8KHSbalqSU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:6.3125rem;left:8.09375rem;overflow:hidden;display:none; }
#CHvdBRrzTOuohhUD0KZFQ9VsBgcfeyCu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:5.375rem;left:0rem;overflow:hidden;display:block; }
#COBCPlE3FMndu2PNui0JuIuU0W1gMwNr { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:69.6875rem;left:11.4375rem;display:block; }
#Dm94XxfOtJLuyzGTywmwTtNmqKzX5xFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiphxJJpsFP9uK6ma7bgDHS2Jcfs3aXM { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.125rem;top:63.375rem;left:16.5625rem;overflow:hidden;display:block; }
#Jrdb2KRQr7gfEockCDBmkW4RZV770525 { position:relative;display:none; }#Jrdb2KRQr7gfEockCDBmkW4RZV770525 { border-width: 0; border-radius: 0; }#Jrdb2KRQr7gfEockCDBmkW4RZV770525 > .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; }#Jrdb2KRQr7gfEockCDBmkW4RZV770525 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ExhxIXXJXi9l5zti22lOcgvzpKutvrPw { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 { position:relative;display:block; }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 { background-color: transparent; background-image: none; }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .row .container > .video-iframe-container { display: none; }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .row > .video-iframe-container { display: none; }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .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); }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 { border-width: 0; border-radius: 0; }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .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; }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MuzFIeSKKm0XxWGwHWuczbGClkKZ2LCK { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMpO0xGqOUGUOSQ1C4IasOvR0vk5t2DW { position:absolute;display:block;z-index:15001;height:26.875rem;width:60rem;top:4.6875rem;left:0rem;display:block; }
#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 { position:relative;display:block; }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 { background-color: transparent; background-image: none; }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .row .container > .video-iframe-container { display: none; }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .row > .video-iframe-container { display: none; }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .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); }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 { border-width: 0; border-radius: 0; }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .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; }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PRrl5gfZCNRTTBAeBcOJbcmI1AmcQuEB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1de22f34-2ac6-4d14-bd34-43dae833f3d1/casavalleivcocina.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:0rem;display:block; }#PRrl5gfZCNRTTBAeBcOJbcmI1AmcQuEB.adaptive-delivery-prevent-bg, #PRrl5gfZCNRTTBAeBcOJbcmI1AmcQuEB.lazyload, #PRrl5gfZCNRTTBAeBcOJbcmI1AmcQuEB.lazyloading { background-image: none; }
#rWSBMl0WSz8e5aXkt4rxAFvgV0dTCFJv { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/68c53e40-144c-4292-9ec9-9cc9438d2e78/valleiv140m2banoprincipal1912024ch.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:20.15625rem;display:block; }#rWSBMl0WSz8e5aXkt4rxAFvgV0dTCFJv.adaptive-delivery-prevent-bg, #rWSBMl0WSz8e5aXkt4rxAFvgV0dTCFJv.lazyload, #rWSBMl0WSz8e5aXkt4rxAFvgV0dTCFJv.lazyloading { background-image: none; }
#vTl9VewMUuGQhUIm6cTXTepHdKvvEH9X { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e5d1e01-7b84-4fd3-b212-f81d07629742/casavalleivdormitorio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.6875rem;top:2.03125rem;left:40.3125rem;display:block; }#vTl9VewMUuGQhUIm6cTXTepHdKvvEH9X.adaptive-delivery-prevent-bg, #vTl9VewMUuGQhUIm6cTXTepHdKvvEH9X.lazyload, #vTl9VewMUuGQhUIm6cTXTepHdKvvEH9X.lazyloading { background-image: none; }
#TZv1FzVAwqPJhf3SBAHRn8JzcenhU88O { color:#323e48;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:23.75rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP { position:relative;display:block; }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP { background-color: transparent; background-image: none; }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .row .container > .video-iframe-container { display: none; }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .row > .video-iframe-container { display: none; }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .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); }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP { border-width: 0; border-radius: 0; }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .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; }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:71.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PxQAS3VssBH7VqDg3UiBoiB37oO8hpgE { color:#323e48;display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:18.53125rem;height:2.9236125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JQfwiaOAnD1PHGG2CeL27STKZwJd8t1q { position:absolute;display:block;z-index:15002;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:42.5rem;top:0.5625rem;left:8.75rem;display:block; }
#pdCpeEVgQEJzcuI7s9p1pL0h8THISo3C { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/09c52f19-3c59-4442-8b6c-312e7298f3f1/tipoamediterraneasin1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:60rem;top:5.3125rem;left:0rem;display:block; }#pdCpeEVgQEJzcuI7s9p1pL0h8THISo3C.adaptive-delivery-prevent-bg, #pdCpeEVgQEJzcuI7s9p1pL0h8THISo3C.lazyload, #pdCpeEVgQEJzcuI7s9p1pL0h8THISo3C.lazyloading { background-image: none; }
#EvervE7uh59ObcT1v0NK8WyuTUQ863qm { color:#323e48;display:block;width:20.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:19.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#wEwKsJ8NfTbICo4d0NIvGr6AhQr1RPiU { 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:15.0625rem;width:17.375rem;top:37.1875rem;left:0rem;overflow:hidden;display:block; }
#lc9TTHCqeNteNplk4MT0riczm5oDqlip { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:18.125rem;top:37.1875rem;left:18.3125rem;overflow:hidden;display:block; }
#f3KsvAlqhmZtWUCK7c66KGUI0TSxweRD { position:absolute;display:block;z-index:15003;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:0.125rem;top:32.9375rem;left:37.25rem;display:block; }
#SPzDBpIueryXKhIltT99iVTAQMDysz7a { color:#323e48;display:block;width:20rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:35.4375rem;left:38.84375rem;height:25.33335rem;display:block; }
#vz9uzSJZoEfCDrATTke5TZh4gg7Ev08O { background-color:#54565a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:66rem;left:43.53125rem;display:block; }
#whdEkVR3moIJ5APcCsmg2aF5dq1w9ukw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yibaTRSUP9hTzon8MSwlrHVr8btxiN4B { color:#323e48;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:53.8125rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#lw1yEAGt14y0mSZQ2s9INqv6RcvVSQkZ { color:#323e48;display:block;width:16.8125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:53.8125rem;left:19.0625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#HLctWtAUlpqGrkbUfmpHCs9dU4VtFWTz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
#spkRTmBZJqZM6vxPzc72JdTTwUHGsKwr { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:66rem;left:12.0625rem;display:block; }
#iJASdwQ8pskmDNoIyn1t0I9pm4i4Or5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOKFX20ku0bdT2SyJOhISqSL5VgAZRZc { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.125rem;top:59.6875rem;left:17.125rem;overflow:hidden;display:block; }
#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 { position:relative;display:block; }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 { background-color: transparent; background-image: none; }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .row .container > .video-iframe-container { display: none; }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .row > .video-iframe-container { display: none; }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .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); }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 { border-width: 0; border-radius: 0; }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .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; }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:74.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ufi9MaCw48LgxdKnCXF8I7JRHeTLh7zk { color:#323e48;display:block;width:19.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:20.40625rem;height:2.9236125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wea2nTWOF9caGIEmdfvRTq08yezi5GQm { position:absolute;display:block;z-index:15002;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:42.5rem;top:0.5625rem;left:8.75rem;display:block; }
#xkdmbskvekaipyp3ccv6WUCD5kahEZyN { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6affe840-2677-463b-bc5c-c36124e530c0/casavallechilena.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:60rem;top:5.5rem;left:0rem;display:block; }#xkdmbskvekaipyp3ccv6WUCD5kahEZyN.adaptive-delivery-prevent-bg, #xkdmbskvekaipyp3ccv6WUCD5kahEZyN.lazyload, #xkdmbskvekaipyp3ccv6WUCD5kahEZyN.lazyloading { background-image: none; }
#NR8JkAtfiQAico8LbPxDspGkcAHCOaIy { color:#323e48;display:block;width:20.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.875rem;left:19.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#nvfAtT0a9yfuibSNBDDt2ikMXScTaBb5 { 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:15.0625rem;width:17.375rem;top:37.1875rem;left:0rem;overflow:hidden;display:block; }
#RJ0lrhNmdqS2mMoFl3qMrLeivgTdWCeg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:18.125rem;top:37.1875rem;left:18.3125rem;overflow:hidden;display:block; }
#RyEOUEE3lVXBKIkW1wqimXHMttb1pZpg { position:absolute;display:block;z-index:15003;background-color:#323e48;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:0.125rem;top:32.9375rem;left:37.25rem;display:block; }
#HTFRF8eo3OdNgHerng8OrlqLAIgny02U { color:#323e48;display:block;width:20rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:35.125rem;left:38.84375rem;height:25.33335rem;display:block; }
#PLbX3xDMy9z6cTsmTEwrezMTAVwW3hVQ { background-color:#54565a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:66rem;left:43.53125rem;display:block; }
#a1BtdkCSkkl1Ltg5HFzdLxHBZlbSk26N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZ7NawcMkophQK67ZBu5B8Uh1eOZr4N5 { color:#323e48;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:53.8125rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#rqXsTPsFBI5W0SJTM4D5soXHM0G3LfGF { color:#323e48;display:block;width:16.8125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:53.8125rem;left:19.0625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#cSOUkbFA6grb8aaV6q9Vp9n6wVAB0AM6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.6875rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#beDRuU9VRRM7ddqT2ZeTCxuKlGCVxUmQ { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131313;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:66rem;left:11.4375rem;display:block; }
#LfT6b3ZbwV4nTqegbv3UX8lxnhZ65OcP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUvrCph4TWxfpbo0ZM1ZXlWzZT1LxzsT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.125rem;top:59.6875rem;left:16.5625rem;overflow:hidden;display:block; }
#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c163d43-6e0f-4b1e-99d9-9ca0008fdced/clubhouse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ.adaptive-delivery-prevent-bg, #Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ.lazyload, #Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ.lazyloading { background-image: none; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container { background-color: transparent; background-image: none; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container > .video-iframe-container { display: none; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row > .video-iframe-container { display: none; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .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); }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container { border-width: 0; border-radius: 0; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#n2cRwlPakNJE2du1k7NInDEEc70CXQzq { color:#ffffff;display:block;width:27rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.5rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rd5n84yi0TNzuV9kMtp98UmolnOxOthJ { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:10.375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#ufsd8HJNnIXz2TBN9flQETNrG5a0Qe6N { box-sizing:content-box;height:19.375rem;width:29.875rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/068f1cfd-2534-4840-ba85-ca0450980545/clubhouse1x500.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.4375rem;left:0rem;display:block; }#ufsd8HJNnIXz2TBN9flQETNrG5a0Qe6N.adaptive-delivery-prevent-bg, #ufsd8HJNnIXz2TBN9flQETNrG5a0Qe6N.lazyload, #ufsd8HJNnIXz2TBN9flQETNrG5a0Qe6N.lazyloading { background-image: none; }
#uTm5Z3pvTx5gk4Wdrru65iooBVhGZDsz { box-sizing:content-box;height:19.375rem;width:29.875rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/06f3b796-fc4b-44d8-867b-34231643d482/clubhouse2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.4375rem;left:30.125rem;display:block; }#uTm5Z3pvTx5gk4Wdrru65iooBVhGZDsz.adaptive-delivery-prevent-bg, #uTm5Z3pvTx5gk4Wdrru65iooBVhGZDsz.lazyload, #uTm5Z3pvTx5gk4Wdrru65iooBVhGZDsz.lazyloading { background-image: none; }
#rFEK18SzksBr2og7MSliVaUVWT2E3eiS { box-sizing:content-box;height:19.375rem;width:29.875rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/adfb2b42-0434-4fc3-9c49-e6d42266d118/adobestock311134035.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.0625rem;left:30.125rem;display:block; }#rFEK18SzksBr2og7MSliVaUVWT2E3eiS.adaptive-delivery-prevent-bg, #rFEK18SzksBr2og7MSliVaUVWT2E3eiS.lazyload, #rFEK18SzksBr2og7MSliVaUVWT2E3eiS.lazyloading { background-image: none; }
#MkgAmddvUJyJxN6tgumR4RPnMQ0PTt9b { box-sizing:content-box;height:19.375rem;width:29.875rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a4edc89-318e-491b-97ab-69860aea7fb1/gym4x600.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.0625rem;left:0rem;display:block; }#MkgAmddvUJyJxN6tgumR4RPnMQ0PTt9b.adaptive-delivery-prevent-bg, #MkgAmddvUJyJxN6tgumR4RPnMQ0PTt9b.lazyload, #MkgAmddvUJyJxN6tgumR4RPnMQ0PTt9b.lazyloading { background-image: none; }
#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e154f2c7-fa4c-41ba-a798-5506c28b1bbd/nubes1.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; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3.adaptive-delivery-prevent-bg, #fa9Lg10rFp8co1aIalm0yd9gm1chK8H3.lazyload, #fa9Lg10rFp8co1aIalm0yd9gm1chK8H3.lazyloading { background-image: none; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row .container { background-color: transparent; background-image: none; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row .container > .video-iframe-container { display: none; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row > .video-iframe-container { display: none; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .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); }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row .container { border-width: 0; border-radius: 0; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#UgUk7wwWNb59gai8SmgyxEHmx56O3Zbq { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.900390625rem;left:0rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtLSOzg7oxz8LETBGiUXzHNHyM1n4vyQ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.712890625rem;left:28.6875rem;height:6.8229rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDkAu59WefiZwnQT8hB4TGbLlQGty14D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.875rem;left:28.6875rem; }
#wxB83R5FZFDDmywyCXVKiQHign49SkBy { background-color:#ededed;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#56a09a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.25rem;left:28.1875rem;display:block; }
#mccE6zsKkuXg9JSOwrNZnxRbbZ30QAFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h28baHAaLyhzw3DCklicCWbhleMCeJLK { color:#ffffff;display:block;width:22rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.892578125rem;left:28.6875rem;height:1.46180625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container { background-color: transparent; background-image: none; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container > .video-iframe-container { display: none; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row > .video-iframe-container { display: none; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .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); }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container { border-width: 0; border-radius: 0; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#TVJw4zF3XPbFXtRQUAx3mA7I314hntFk { position:absolute;display:block;z-index:15000;height:25rem;width:35rem;top:0rem;left:25rem;display:block; }
#IUMSpsFqT9vckTGDqeWGJZ5WyN0WNe0m { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b9bf71d-bb93-45f7-b1d7-e61de3e52c45/vnsantaelena2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#IUMSpsFqT9vckTGDqeWGJZ5WyN0WNe0m.adaptive-delivery-prevent-bg, #IUMSpsFqT9vckTGDqeWGJZ5WyN0WNe0m.lazyload, #IUMSpsFqT9vckTGDqeWGJZ5WyN0WNe0m.lazyloading { background-image: none; }
#OltdCQaiuSXWXikZ8oL7Tstpzu476lCs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/598c300b-b706-4173-9b81-e3cb95264542/santaelena1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:12.5rem;display:block; }#OltdCQaiuSXWXikZ8oL7Tstpzu476lCs.adaptive-delivery-prevent-bg, #OltdCQaiuSXWXikZ8oL7Tstpzu476lCs.lazyload, #OltdCQaiuSXWXikZ8oL7Tstpzu476lCs.lazyloading { background-image: none; }
#g9ETIg4LKKdaNGlFXEb1psMuXNEq4S2c { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b9e67a5-ea84-43d2-ba6f-1311035dfd71/vn0836bajafinal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:0rem;display:block; }#g9ETIg4LKKdaNGlFXEb1psMuXNEq4S2c.adaptive-delivery-prevent-bg, #g9ETIg4LKKdaNGlFXEb1psMuXNEq4S2c.lazyload, #g9ETIg4LKKdaNGlFXEb1psMuXNEq4S2c.lazyloading { background-image: none; }
#Ju0Bi0Tcu2L1dahyXnN3BPA0ahrMwDIX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7c51102d-18b4-459d-9d2c-ff855be13b92/vnsantaelena3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:12.5rem;display:block; }#Ju0Bi0Tcu2L1dahyXnN3BPA0ahrMwDIX.adaptive-delivery-prevent-bg, #Ju0Bi0Tcu2L1dahyXnN3BPA0ahrMwDIX.lazyload, #Ju0Bi0Tcu2L1dahyXnN3BPA0ahrMwDIX.lazyloading { background-image: none; }
#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row .container { background-color: transparent; background-image: none; }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row .container > .video-iframe-container { display: none; }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row > .video-iframe-container { display: none; }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .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); }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row .container { border-width: 0; border-radius: 0; }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#BHDO3Q4uzUiU2XxOoTe3JEgFSD3SfaGD { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.349609375rem;left:5.5625rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU { position:relative;display:block; }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU { background-color: transparent; background-image: none; }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .row .container > .video-iframe-container { display: none; }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .row > .video-iframe-container { display: none; }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .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); }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU { border-width: 0; border-radius: 0; }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .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; }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mMAOa8FMrM5rGPSAMbbx0oIqqcmve3LU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:18.75rem;top:0.9375rem;left:14.9375rem;overflow:hidden;display:block; }
#norHCrTEMx5iSNul58LQCEW22zPPxTJE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.125rem;top:0.8125rem;left:37rem;overflow:hidden;display:block; }
#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT { z-index:;position:relative;display:block; }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT { background-color: transparent; background-image: none; }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT > .row .container > .video-iframe-container { display: none; }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT > .row > .video-iframe-container { display: none; }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT > .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); }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT { border-width: 0; border-radius: 0; }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#EDnka0vh9DNP1ehqkdBpbVFSZuvQNs94 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:9.75rem;top:3.9375rem;left:25.125rem;overflow:hidden;display:block; }
#NoMUTxkK1xfIqg11ZvJDKHgoxyNowBqD { color:#000000;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.375rem;left:16.875rem;height:6.580725rem;text-align:center;text-align-last:center;display:block; }
#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 { z-index:;position:relative;display:block; }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 { background-color: transparent; background-image: none; }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 > .row .container > .video-iframe-container { display: none; }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 > .row > .video-iframe-container { display: none; }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 > .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); }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 { border-width: 0; border-radius: 0; }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#vaUxpJECu7qOSt7iznCyKIv4zfV6TlPh { 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:7.6875rem;width:11.6875rem;top:0.5rem;left:24.15625rem;overflow:hidden;display:block; }
#TD7hiUxeDSF63WJas46sWUJqQJ52tETr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:26.0625rem;top:14.5625rem;left:16.96875rem;overflow:hidden;display:block; }
#DRfWXIhqvEn1VH9qxH9RyC3CDraVRany { color:#1d1d1b;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.125rem;left:23.40625rem;height:1.625rem;font-style:normal;display:block; }
#bSqBiVWXfHJUho5JNGqBgtzWwPGBvFBg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:44.375rem;left:28.4375rem; }
#bSqBiVWXfHJUho5JNGqBgtzWwPGBvFBg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mNAnApTTUz4tMLhG3qT8RnEkiQWGiC0q { box-sizing:content-box;height:8.6875rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#54565a;background-image:none;top:0rem;left:-0.0625rem;display:block; }
#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T { z-index:;position:relative;display:block; }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T { background-color: transparent; background-image: none; }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T > .row .container > .video-iframe-container { display: none; }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T > .row > .video-iframe-container { display: none; }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T > .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); }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T { border-width: 0; border-radius: 0; }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#z9xcH0DLS7JBl7CeqIXTBQO9drCrnP9S { 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:7.6875rem;width:11.6875rem;top:0.5rem;left:24.15625rem;overflow:hidden;display:block; }
#FzuAyEnpBFEpToLhJ5u3Zrr2LqSSveH0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:21.0625rem;top:16.4375rem;left:7.8125rem;overflow:hidden;display:block; }
#gqdehB9Bk6tkLQ0Gett6pswN6afDFGMm { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.78125rem;height:1.625rem;font-style:normal;display:block; }
#yPXaHIIgpgatALcA3tqDTv0XMHuESTKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:44.375rem;left:28.4375rem; }
#yPXaHIIgpgatALcA3tqDTv0XMHuESTKv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BPpP3o1S3GUR5zhTncDGX4RERISg1V2a { box-sizing:content-box;height:8.6875rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#54565a;background-image:none;top:0rem;left:-0.0625rem;display:block; }
#X5HivLuOloLbisFNXEFO3LfqxKBOP98L { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:21.5625rem;top:16.25rem;left:30.125rem;overflow:hidden;display:block; }
#c2sE1xHXR8XCtcgbzTLvlHpxyIHSTvfN { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.25rem;left:35.84375rem;height:1.625rem;font-style:normal;display:block; }
#HpWrKXPHpkgle2Tv6LxLuLXxPTQzzilC { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:39.26953125rem;left:8.40625rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 { z-index:;position:relative;display:block; }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 { background-color: transparent; background-image: none; }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 > .row .container > .video-iframe-container { display: none; }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 > .row > .video-iframe-container { display: none; }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 > .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); }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 { border-width: 0; border-radius: 0; }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#zJFkbqeTiyKpe4UrUrBHUR1uT1zCG2df { 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:7.6875rem;width:11.6875rem;top:0.5rem;left:24.15625rem;overflow:hidden;display:block; }
#gTJOOAr1TzlWW0uk7JBZGu4fTkaOTOgL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:21.0625rem;top:14.8125rem;left:8.375rem;overflow:hidden;display:block; }
#ntE3kFd8EeV3cPBqvwxtRNC0HDT7Jyf2 { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.78125rem;height:1.625rem;font-style:normal;display:block; }
#yk9VCp6yhyB2TfWxID2DKveSQZVUk2bR { box-sizing:content-box;height:8.6875rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#54565a;background-image:none;top:0rem;left:-0.0625rem;display:block; }
#LIZmmMmp9vVaIJw4y7PqAVRn79kOd5yZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:20.625rem;top:15.125rem;left:31rem;overflow:hidden;display:block; }
#fTsOkSiDNiq1Fsdtat2187S2ytkveTmh { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.25rem;left:35.84375rem;height:1.625rem;font-style:normal;display:block; }
#LhlEJyz7ZbuMop0VnmskG0LMSeWUOtPh { color:#000000;display:block;width:42.125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:37.62890625rem;left:8.9375rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 { z-index:;position:relative;display:block; }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 { background-color: transparent; background-image: none; }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 > .row .container > .video-iframe-container { display: none; }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 > .row > .video-iframe-container { display: none; }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 > .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); }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 { border-width: 0; border-radius: 0; }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:68.3125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#eR4qhOW7x891mTQtPbf8MHHMPu4lX7rn { 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:7.6875rem;width:11.6875rem;top:0.5rem;left:24.15625rem;overflow:hidden;display:block; }
#fE07udxoZH46D90zhLWyBTKXKgVkAwDr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:21.0625rem;top:16.4375rem;left:7.8125rem;overflow:hidden;display:block; }
#PoihHid150X8o817JUez5QizUsFiGlLd { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.78125rem;height:1.625rem;font-style:normal;display:block; }
#inDWuaprzL3lesnTMsPry9Eo8e0mXI3W { box-sizing:content-box;height:8.6875rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#54565a;background-image:none;top:0rem;left:-0.0625rem;display:block; }
#AeWQ2FtrARkoSybSLQlcsytFSeasy8AJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:21.5625rem;top:16.25rem;left:30.125rem;overflow:hidden;display:block; }
#IvMXvTdxd6lP8XPnSQtr4NQUFTZGTiUE { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.25rem;left:35.84375rem;height:1.625rem;font-style:normal;display:block; }
#uTBQxlkrRRIBsDaiWugDfgQ7qtiCe6K7 { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:62.33203125rem;left:8.40625rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ql8pIlmk5RrSubW9aMmoemvt6dR9bUcL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:21.0625rem;top:41.8125rem;left:19.46875rem;overflow:hidden;display:block; }
#PKvSGfamzZUfvUxzouOVb5uvJECy0ape { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:38.4375rem;left:22.65625rem;height:1.625rem;font-style:normal;display:block; }
#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK { z-index:;position:relative;display:block; }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK { background-color: transparent; background-image: none; }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK > .row .container > .video-iframe-container { display: none; }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK > .row > .video-iframe-container { display: none; }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK > .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); }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK { border-width: 0; border-radius: 0; }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#MrXOTsqWU1Jal5sM7WzPgpov8nyWvUK1 { 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:7.6875rem;width:11.6875rem;top:0.5rem;left:24.15625rem;overflow:hidden;display:block; }
#Z3PyMbMekk3FnvRyHDlBZoyzzWASAQZp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:20.3125rem;top:14.8125rem;left:8.375rem;overflow:hidden;display:block; }
#H9RZ1T4EHdzIWJePVBPA7BdZSP5pOA55 { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.78125rem;height:1.625rem;font-style:normal;display:block; }
#XB3OamMiZR8O9Kgps6PNrBQMImoeArwO { box-sizing:content-box;height:8.6875rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#54565a;background-image:none;top:0rem;left:-0.0625rem;display:block; }
#q03l9MrnNguSn2HBaD0OHzttzMqJfAHR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19.4375rem;top:15.125rem;left:31rem;overflow:hidden;display:block; }
#uA8FGvVXX0P6OlQbgAShI50kBBOUruiv { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.25rem;left:35.84375rem;height:1.625rem;font-style:normal;display:block; }
#ZOZC0xoi3tZknFwl8mNCa1mctl9ZvgVs { color:#000000;display:block;width:42.125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:37.62890625rem;left:8.9375rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT { z-index:;position:relative;display:block; }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT { background-color: transparent; background-image: none; }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT > .row .container > .video-iframe-container { display: none; }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT > .row > .video-iframe-container { display: none; }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT > .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); }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT { border-width: 0; border-radius: 0; }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pVF4heOUL5DaHTvpL0Bl49JQcJNkMsJt { 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:7.6875rem;width:11.6875rem;top:0.5rem;left:24.15625rem;overflow:hidden;display:block; }
#WKwx2sCXi1HOATqsgyEGTzH8KDV3nQB2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:21.125rem;top:14.8125rem;left:7.8125rem;overflow:hidden;display:block; }
#ph9s5f9XEpe7c4Co44iKmK4hOJm6T6xO { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.78125rem;height:1.625rem;font-style:normal;display:block; }
#LkL4sDdbPgzNsB90yVzm4csHef4TwGCV { box-sizing:content-box;height:8.6875rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#54565a;background-image:none;top:0rem;left:-0.0625rem;display:block; }
#icXJI69X0Lha8VeqSKK2WLkMutSCILCq { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:20.3125rem;top:14.375rem;left:31.625rem;overflow:hidden;display:block; }
#PEqGBv9IEG8B98hie0PXA4vznhLLUImi { color:#1d1d1b;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.25rem;left:35.84375rem;height:1.625rem;font-style:normal;display:block; }
#x8s67a3LOPbxOU0G0SR6kRM9mtvwliRc { color:#000000;display:block;width:42.125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.94140625rem;left:8.9375rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz { background-color: transparent; background-image: none; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row .container > .video-iframe-container { display: none; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row > .video-iframe-container { display: none; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .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); }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz { border-width: 0; border-radius: 0; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .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; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fhnIV3STey59KlclO2gW2x4QNCxNJ2pt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:56.3125rem; }
#fhnIV3STey59KlclO2gW2x4QNCxNJ2pt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 { display:block; }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4EzAH63qWy3vmVcO3Wfh935MO8hZDsQ { top:0.4375rem;left:0rem;width:6.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJsyGeAmwEnCCb8KCEoF7TNd4EpluWEX { width:7rem;height:2rem;top:1.1875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXao0FEqvpCuQmQfOk14VDDSUzPsXz9L { display:block; }
 }@media only screen and (max-width: 763px) { #JowxbuTx5Zdfriqq63vQAUp4Kll6erRE { width:9.375rem;height:4.375rem;top:0rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMgeGNQPHMLZIJHFvxWbPfMqlhT3bDB { display:block; }
 }@media only screen and (max-width: 763px) { #ChbzyvHftvcVoQ8xLtZB2q2q7k3BrrgT { width:6.3125rem;height:2rem;top:1.1875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz8C5O5TwR1uLwIZhmSffA4QaiXowH1n { display:block; }
 }@media only screen and (max-width: 763px) { #RuaFnKJarv78m949Wvda28s60V3hCvTO { width:7.75rem;height:2rem;top:1.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbqaL0PiP6PUAJiEQTOrcJ5xnqRQEAep { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu8x2CT1XEcDTpZbpbuEPCX7FQk6Mlt6 { top:27.5625rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXZyUWwDhbSP43kTA89EGZhTT9bhXH2O { display:block; }#sXZyUWwDhbSP43kTA89EGZhTT9bhXH2O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXLc3lgnRey5NH9mawyx3wrLd8kyhyrD { top:1.0625rem;left:5.6570320129394rem;width:36.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAhUGRLLywhaa9mdvvd2fGOOLq2bG0su { top:6.875rem;left:7.5625rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5yL5znK5z9VMdtEcETkEM1S60R6UWde { top:4rem;left:25.375rem;width:16.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peaaDwmgGZZTSaVgpt4ASBVStIb21G2J { top:3.9375rem;left:5.6875rem;width:14.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5roCSf1caCBNMelelG0iBMQSS3KLG33 { top:4.5625rem;left:8.3125rem;width:9.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxULkLncIPx2COXBgyhqwGzqWIslGtZ { display:block; }#bPxULkLncIPx2COXBgyhqwGzqWIslGtZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tor3TapLb4sbzTJQOHkRnFa12VnATEQG { top:1.0625rem;left:5.6570320129394rem;width:36.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PntG0qNlmJTVdVOSe4lOcJeTqdwesGar { top:6.875rem;left:7.5625rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVbTSVmEaE4E8AE1TXgSgTwASGFmTyvM { top:3.9375rem;left:25.375rem;width:16.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkVf1VnuazBRkTq47MKdB2ENzqfbFdVF { top:3.9375rem;left:5.6875rem;width:14.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7hMCenCkJhzrrl95fl1w4ZukMhH1L48 { top:4.5625rem;left:8.3125rem;width:9.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XExEmJmwd1LotGI2PJcpXokJHF1ebS77 { display:block; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOO182Arm06OHSwVIAA8Cc44gmVTs8Fl { top:0rem;left:0rem;width:34.375rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.1875rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e  { width:16.25rem;height:auto;top:5.375rem;left:29rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e {display:block;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e { width:16.25rem;height:auto;top:5.375rem;left:29rem; }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #ItVGTikpCpWP4OzrOeHLCLUR0WXDnsln {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #CAq7H4ZNbACKUK33LB8XK6PHsh80vzbo {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #ULzUsq3MVMEmMTZVBbBoH7SErRyhSKso {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #AIrSd7fZTGvchy5q2S8oAoMJMZ8h9mJE {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #N4kp8OD3G5mimX7KNrXubWL7RlMCg9cB {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #SURsTKgnybzTulTUG5Ps4ZJaAoJ3pMXD {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #m3SefI35NPT8uzDtQevfERnUvrIWUSZi {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #FDPmc7rTcZu08TIUTiI1mIHpHBI8KgpA {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #HszfaUv0WTudyNSxaiLAwuZqBNO9DXGG {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #e6knlpzinZusIaSzeHPo6doFQtMAuBJb {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #X4zsyg3thWNKstm5FheSoWC9ToZ1FpQw {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #sHgR1CekAbT2TVMtUPnci7TeTMr1Tn1R {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #TFrq49TH6bfnwbi6BFemPW13yqEzJiXm {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #TJ0x78FXvTSyZxMUuhbwnZcVKwMTfw0x {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #aPEBEqEywyZrghuKakLG57A18ORQCdcC {  }
 }@media only screen and (max-width: 763px) { #C9N9dBEUXM0iwiTaSzMOMUPhl7TzTdEp { display:block; }
 }@media only screen and (max-width: 763px) { #lJqtFazhUx3kKtzMZNdxL1Zf1voSNgXc { display:block; }
 }@media only screen and (max-width: 763px) { #rge1tdahrFB3Ic619TNFKKbeBd5swE27 { display:block; }
 }@media only screen and (max-width: 763px) { #lnbkiGGiRLeC2vHTXxh34wakEiIph7xJ { display:block; }
 }@media only screen and (max-width: 763px) { #KcfRHnqz14IXqVJNAhO49PtoQX8KdcGp { display:block; }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #tdiCGxB9ibTLKb1zSHr3IouQFWmThoRE {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #f1OQwtTsI47CzxpDdd7ozoPvP3efu3MR {  }
 }@media only screen and (max-width: 763px) { #J5xQDLosaJLiv1B5aghdfA1VKoPXh1QT { top:1.125rem;left:5.4375rem;width:11.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBfBltzzlAUsIPOr86bVHib44xQf7wpI { top:8.1875rem;left:2.90625rem;width:16.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuaJbRu7EJsdXbiXruLBf6uL8Tu8BuW { top:20.3125rem;left:0rem;width:27.5625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPKRl5ODl6gVTdgApDxQtUvWuuNsfKT { top:15.0625rem;left:0.75rem;width:20.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHK5tn6LMs6Qg6xkwiSM4h1nTNWTJMB { top:15.5625rem;left:4.1250019073486rem;width:13.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcvk8IqqycKpw6qOwIQBfmDk65s6AMv2 { top:23.3125rem;left:4.625rem;width:12.875rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBIlEOPgEkG3ElMzST6CFzVSnuop8l83 { top:30.4375rem;left:0rem;width:31.9375rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfNm119vxBOshJkERuZQPlOy5maJMqKt { top:19.1875rem;left:0rem;width:14.875rem;height:2.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7nva3e3SGdgGt1rTTHxVXfRiu2XysTw { top:2.9375rem;left:35.125rem;width:12.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L76ScUKRAyCuKgfAO8TkQaV9wBMiRmF1 { top:2.875rem;left:34rem;width:13.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw25TV9VZRGuTrM4Fu9RuWqFFaCr8gLh { top:3.9375rem;left:25.6875rem;width:21.9375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqb9i8dRQ7wL6TXeq2MDV48u6WheiqhN { top:17.3125rem;left:0.75rem;width:20.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpke1tMRvbwe1vVyrFLTryuB3baGNvpZ { top:17.8125rem;left:2.125rem;width:18.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpTrXqUQ40oL5zn28WGmWvGxvJobMv1 { top:24.875rem;left:3.6875rem;width:15.1875rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duboV4zC7q2UQl03Esk27O683QXna1ta { display:block; }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1JPlKyCaZDD3s6s6xTChtUUgTTSlh62 { top:0.8125rem;left:2.3125rem;width:43.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR { display:block; }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu8mJLBozhgXg6hXRkSda3My1sdep5D3 { top:3.25rem;left:0rem;width:27.4375rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snOdfzVLpETv1vc32hDtkyoiR1kgLNCU { top:30.0625rem;left:29rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXLQapKaE8dtLdmF0oFWit7SLiTTJLwA { top:4.9375rem;left:30rem;width:17.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRr2Rz2OW5VFrB58EkF4yqCV9asKiSpG { top:9.9375rem;left:22.75rem;width:25rem;height:14.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvnGZqgTWc829G5n6MVxnADrc6zyPKwr { display:block; }#wvnGZqgTWc829G5n6MVxnADrc6zyPKwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT01O0OzCOnwJek7Tvq8xMcJFIgUyfck { top:2rem;left:0rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRFArEmDIM51hTqDPTHxmfNwHEO971iU { top:2rem;left:14.03125rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBfQHf1qAqfyvMoOw48RJxbscaPJi03 { top:2rem;left:28.0625rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAXAh2AgLOJU2TBrEXJbkQVHpQESBeDo { top:15.8125rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTgzH5v772GvAGJW0UdspbyNEcBKvMx { display:block; }#ZgTgzH5v772GvAGJW0UdspbyNEcBKvMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lygbF1daAB4SnTEV04gwS4DfGOcrTRxl { top:1.5rem;left:16.53125rem;width:14.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZCpElKocz4H6lBVDmw0RqnialPrtqwW { display:block; }#UZCpElKocz4H6lBVDmw0RqnialPrtqwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0SwBmfMBiGuOEATV95wrnFa4rMw6Txe { top:2rem;left:0rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6p7TEkgmsqFnrxbuz5erpSwNI0iw5yL { top:2rem;left:14.03125rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWeOK2cePWcxLnAWs9dxnr3bKyiTiU1V { top:2rem;left:28.0625rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX5x0pyKTGn7oSmRaoGxSyuLBb5WKRER { top:15.6875rem;left:17.375rem;width:13rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbCvdde23hoGTTlL2S40S4oArLlD96TQ { display:block; }#RbCvdde23hoGTTlL2S40S4oArLlD96TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVm4eMDubhyTaod7lCK1c39WMUEVniVf { top:1.8125rem;left:5.3125rem;width:37.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5zQ9g1bzmM9RrVnSgsuyJMt5bVLogCT { top:0.5625rem;left:2.625rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBuNWpsW9JwTtaNOHPvVBCVUgb1wqBmX { top:5.375rem;left:0rem;width:47.75rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvTOTrEPAhkOwu3ToWiDgLZgaI40gTrF { top:34.8125rem;left:14.34375rem;width:19.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUIUcUFAw9fZn5dvJKpMKsd9hFk6o3Fh { top:37.6875rem;left:13.599609375rem;width:15.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9BaD6TzvJHJmKXW5ZNpiHf0WbFVJuO7 { top:37.875rem;left:0rem;width:17.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwMlbHzMWXcTXitTu1I3iQ96rFFwb5T9 { top:37.3125rem;left:31.125rem;width:0.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvG8FGQVNxTf7EWqzTNknXanIta7G6D { top:37.3125rem;left:28rem;width:19.75rem;height:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbnEJSeXdHM1ISFdyzGKoTxPspy80PGq { width:10.625rem;height:2.5rem;top:67.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFmI8K2ZHz4Tb4wR9h96Wp4gcaEaiTdK { display:block; }
 }@media only screen and (max-width: 763px) { #TcPp4igvLhTwF6nCKtlpU3PBTaivSgip { top:58.625rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc9D2i5L5XmfamMNqTmevpTGZbOAkZpV { top:58.625rem;left:12.474609375rem;width:17.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLGZUhZf6aXNhZca0TuKxqrPeo98cxgs { top:3.3125rem;left:5.3125rem;width:37.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwrlOxq9Vne4brnwhayw0TLefltNOzSK { top:5.375rem;left:0rem;width:15.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3MPUehEnNJupHXZBBA9mKTC6WNH7bIE { width:14.3125rem;height:2.5rem;top:67.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLVbsS7APcB1wSrSGQxdXxrpOZFdBVQZ { display:block; }
 }@media only screen and (max-width: 763px) { #ziaGT8T7vWlFkkX3TyU2HzH9lGnxAH4e { top:61.1875rem;left:11.09375rem;width:4.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhBAgmLfphBNvozCBd1RUbluUIZtM5C { display:block; }#cMhBAgmLfphBNvozCBd1RUbluUIZtM5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nz5X5tFfoinhyB3ObhEfrf9bITLKQHrW { top:1.8125rem;left:5.3125rem;width:37.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQbSV2vWKsKaO05bEXHpLgixnxDuTrAy { top:0.5625rem;left:2.625rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhBua0QXw4A0P2tlTuhRsApxOTsnTHZ2 { top:5.375rem;left:0rem;width:47.75rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNKtOxdv4otQPpCN0rOvK1kbvTdIT3bU { top:34.8125rem;left:14.34375rem;width:19.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5FA2mob0fF5ckcoNT15TM04tSnTdX6 { top:37.875rem;left:13.599609375rem;width:15.5625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPbtowwxm47tFCEA5MhlyUEfAzFooSIN { top:37.875rem;left:0rem;width:17.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WxzttAAQtEwThdW86il0KM9xN1kecS { top:37.3125rem;left:31.125rem;width:0.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8eNfnEUh0S98TM8AzoN7nXtqpOABHmu { top:38.25rem;left:28rem;width:19.75rem;height:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv2MltZDTTqPIMw7cpMvLvG01J1G04ry { width:10.625rem;height:2.5rem;top:67.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk8uwD4xmpSQpAEtD42455LOETpt995e { display:block; }
 }@media only screen and (max-width: 763px) { #K8VtFOhIGiUtyzgyrq3KZCryyTA5oLsy { top:58.625rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Rhigeo3wbA5ZHHW4Ne8XfqPyeReJbi { top:58.625rem;left:12.474609375rem;width:17.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cifa8rySSM827FrkKngQRhR9qswA9MSG { top:3.3125rem;left:5.3125rem;width:37.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiKFZn7gt8SoHgObsFVnQ24McWVde44t { top:5.375rem;left:0rem;width:15.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwIwUdJzcId0Pb2hTM5qTS8Z4VPqDwfy { width:14.3125rem;height:2.5rem;top:67.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a56I1tDPHuPU8y7a5HMiAulWOSOm80Wy { display:block; }
 }@media only screen and (max-width: 763px) { #tnvATVr7KtJ7uXh4Z6wzyeJuRvRxqF4M { top:61.25rem;left:10.40625rem;width:4.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TNs0SJ3418TzSWi3y8On1TyD84gtAT { display:block; }#S1TNs0SJ3418TzSWi3y8On1TyD84gtAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aV2KRuh46cUEwzROOwt99IE10fyB0LLo { top:1.5rem;left:16.53125rem;width:14.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srrsl1BiIoytLtuJbZgkkIRqG1TiTZV1 { display:block; }#srrsl1BiIoytLtuJbZgkkIRqG1TiTZV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ais4Jmrxpkqlpokly4dFsTn6CifFfrT3 { top:2rem;left:0rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHD5KSgiL00uG6bapGdT4R3ROPk5pzKg { top:2rem;left:14.03125rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE2iNynpTLWWNTcf47HEyyLSgVuE13Lc { top:2rem;left:28.0625rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRiOG74lydBBAM1rkBFtldrTdqDw9pT7 { top:15.6875rem;left:17.375rem;width:13rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynfktFraOLoLfTVzWHPPHiZcwvptKJfa { display:block; }#ynfktFraOLoLfTVzWHPPHiZcwvptKJfa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECg8Ux5Z9xaeP5lT9ZCgvvtACIk70QIp { top:1.5rem;left:16.53125rem;width:14.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAexf3CSV0TDQ9ed3VFZzyHpVhCyHnoK { display:block; }#TAexf3CSV0TDQ9ed3VFZzyHpVhCyHnoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuRRTTru2zVwc2PNsogQdZlQJmFaFJCq { top:2rem;left:0rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8FtosUbpuSFz5qlMAcQTENBG3nAIFw { top:2rem;left:14.03125rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzCIOcO3cP3PtoJTCzGHzbCPcIy46hJQ { top:2rem;left:28.0625rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJSBXH8fZ7RelmwxUPOnGJbv0SGF4eA0 { top:15.8125rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6hTzNDWxs5Di2zPTsLgWvBIStnnhoQS { display:block; }#W6hTzNDWxs5Di2zPTsLgWvBIStnnhoQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KchMA1Jbn9lGAMQMWSsWzHZFcaT2ALRD { top:1.3125rem;left:11.65625rem;width:24.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTC8IOZVZd4L4rcRzuVts0TxtpTz8mH { top:0.5625rem;left:2.625rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d93Jnuvh61PElbtGTeeT1ntVznfXRGfb { top:5.0625rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmUGlyi0c134t3BgQRBeZURnfgJeJmnB { top:30.6875rem;left:14.34375rem;width:19.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4BZENkL86UrW1saR8arODLyG6M7EM9T { top:32.9375rem;left:0rem;width:17.9375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EycWVoqVuqWEVGWUZniok4sdazc58vJx { top:33rem;left:12.474947617478rem;width:18rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlBFM0lRMTZm7TeA5dT7at0iOg13DyDC { top:32.9375rem;left:31.125rem;width:0.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJu7AkUoas04u4zJrf8UlWx9Tlx3Q7PA { top:32.9375rem;left:28rem;width:19.75rem;height:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTqr3DIFTtbTH8I2Pm1zmN2c0TDzFlSy { width:10.625rem;height:2.5rem;top:64.6875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEkL7NX2R73QiH6ddHHeO9u6KsThvQNW { display:block; }
 }@media only screen and (max-width: 763px) { #Vh1Z8Lynodb3LQK5NSTb9q7ez3dQWBK6 { top:54.25rem;left:0rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQwm5IHvzL70xTR7gOtxeZZ2ieTxofH { top:54.25rem;left:12.474609375rem;width:17.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot5TA9PKczdtcNOVgdlr0dwLnWpZtyoS { width:14.3125rem;height:2.5rem;top:64.6875rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpdxrnzxWLX9NUW2R1MNLeNBVgaWfQEm { display:block; }
 }@media only screen and (max-width: 763px) { #fEhohItGrHCtdMo00L2wG77mqJtKEmxM { top:58.375rem;left:11.125rem;width:4.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q988BncmBnbNJ8t3fNZ3vSn3WDf97HDU { top:5.0625rem;left:0rem;width:15.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #On8nf3ULtqmtImO1KnazqleK9iKstmP0 { display:block; }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKO1QNP99Q8891pqDTO6crpEN3QTFkN7 { top:1.5625rem;left:14.281253814698rem;width:19.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKs5HRbfbTqcS3sD6IcVFp3i0kRTeGXf { top:4.6875rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 { display:block; }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTN5G6sZaH2GoT8FuJWkiqylKgTXNzVx { top:2rem;left:0rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZvOBJUnWTZyTSUiZVzNesLSWEyDvCHn { top:2rem;left:14.03125rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmeLif5CDd2aFdQGmMkzlcJF4MVT5p8W { top:2rem;left:28.0625rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhudIhXDPXxZmaRpyQQZGka8r93eJzHt { top:15.8125rem;left:17.625003814698rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU { display:block; }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiRthzzvtluwIZfoiVTi91zQ3Q5UDFVP { top:1.3125rem;left:11.25rem;width:23.3125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrfqKg2fNJnrHUKqPVucAxP9bhTZ9XTb { top:0.5625rem;left:2.625rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maSLthJMAT8H5Q0lFFHXiyAxfT047EcW { top:5rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzTp0prIaPkdiTZMOE6mBKFDzVAaxTkN { top:30.375rem;left:14.34375rem;width:19.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td49bgkaALxWpgTSJJwOzUb4flEprUk1 { top:32.9375rem;left:0rem;width:20.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTGHqIi7mksCrTwzcUT0FZfkdh6k1nV { top:32.4375rem;left:15.78125rem;width:14.25rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uga58T8ZwR8fHME7VOKt3MonIuk3o0QV { top:32.9375rem;left:31.125rem;width:0.125rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ZbEhX9l41PcCiRSVAdh71HJ1zyZpTe { top:37.5rem;left:28.4375rem;width:19.3125rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbnfWK1JeVJlcZiQdMvMyeNy0yHUQ1fw { width:10.625rem;height:2.5rem;top:62.4375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23TMA939ZDezGW5s79T2Xe5VdJ1Nar2 { display:block; }
 }@media only screen and (max-width: 763px) { #RZ9yDUKJ1PxeFfm4vnDSCzOP1Ubb9c01 { top:51.625rem;left:0rem;width:20.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9X4V5u6pZylcfoKdo9d4fEkLAz8bWKD { top:51.625rem;left:15.78125rem;width:13.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDNkfdObLP15LNSmLmkakuZpqSBgexrL { top:5rem;left:0rem;width:15.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LROQTymRCSR9PbMrkFgaaP5KMszAayZK { top:6.9375rem;left:2.59375rem;width:15.6875rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoaHyoIe8qJO9bUbFJim898QxSkW4VsG { width:14.3125rem;height:2.5rem;top:62.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3trsmwVXh1cCvd2B2EVifnzMQFAsoBk { display:block; }
 }@media only screen and (max-width: 763px) { #iaTmoLKGNwp0nT613LD8rKHEiWAktAMc { top:56.125rem;left:10.375rem;width:4.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TV8yI2la8D5CcmuxdMwocff8yOZHsn { display:block; }#W6TV8yI2la8D5CcmuxdMwocff8yOZHsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izDBhdwfUuLQ19GbumSySrPi8g85DoMW { top:1.375rem;left:14.281253814698rem;width:19.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qGf1e64eT320XpvTnkqia2zDr899i2 { top:4.6875rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA560TX2mFBMnat4EsBPCiRbTZkmUXCg { display:block; }#bA560TX2mFBMnat4EsBPCiRbTZkmUXCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCRDnWHdZwTQl2MLCvpOnXEz2rxDQBSs { top:2rem;left:0rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msxq0O6iq8fN3Ws2oAMvZwVDTo8JwRBT { top:2rem;left:14.03125rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrbLlLQ03zrI0FoVdHEpOA9N4g4NUxy { top:2rem;left:28.0625rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIp8pArHfNG0VKGgNvAyXFDJ2O9BCZJ4 { top:15.8125rem;left:17.625003814698rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4JHmMyCvhL6SFUs234pU5cmLXICasIZ { display:block; }#M4JHmMyCvhL6SFUs234pU5cmLXICasIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZsbXdz0UipAVyepnG15624IQFf2J5dQ { top:1.75rem;left:11.59375rem;width:22.5rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpFU68hvAS3JLbza6bsSgzSDZCWei8wW { top:0.5625rem;left:2.625rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azzb9asJpGcQwRC2HCdoK7FLJm0RzZT3 { top:5.4375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHXuPKgOKI9V3ETHcOrdB9RcZuAqwicB { top:30.8125rem;left:14.34375rem;width:19.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEKyRHtOIc88SlQ1H1VS4NvheSbkrRx { top:32.9375rem;left:0rem;width:19.6875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxdBPIs3lS5lWrhRV5K8iI8JboTUXFxS { top:38.9375rem;left:14.96875rem;width:15.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nurLF9BDODnidcv4fOUog4LqtbzNlnBF { top:32.9375rem;left:31.125rem;width:0.125rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiOPD4sD1sygHKWkuftVvItX0CfgsrlU { top:38.9375rem;left:28.4375rem;width:19.3125rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3HsCV4ZpB0tc96aUWJ2EM7SB4Mm7Jl { width:10.625rem;height:2.5rem;top:70.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksqz4UyP55XxvUGTnCSGSSsWoDlUcXhU { display:block; }
 }@media only screen and (max-width: 763px) { #PDwbWRTBtVsKkztaKlG61pGEvJszgfN4 { top:58.625rem;left:0rem;width:18.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETUTgEhTwMsVwbcRSGT8SZ34JlT8wfNs { top:58.625rem;left:15.6875rem;width:13.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgRfJ26I98J6ZeFnxI2UiyvyWiOuyF7 { top:5.4375rem;left:0rem;width:15.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klgP6P79vF1NCKwpmpW20b3lXVLqOubV { top:6.9375rem;left:2.59375rem;width:15.6875rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEtCXvtqArGXipw5MyU84OmGaIkgZNyN { width:14.3125rem;height:2.5rem;top:70.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5AbyXSWODovg4UFR6WX0rIcgDigOgwg { display:block; }
 }@media only screen and (max-width: 763px) { #SlmzuQXTsAGuq3e6ssnrMFDpBs2pzKyE { top:63.75rem;left:10.4375rem;width:4.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqQXUlNeTTQUGvSdKeFeNoaoJzzm6hco { display:block; }#bqQXUlNeTTQUGvSdKeFeNoaoJzzm6hco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKc6Dz3seNL2tHoDUUVckt5vZT345zTL { top:1.75rem;left:10.65625rem;width:26.4375rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcVKBMovXQRBZRW4AkcWSyfH4vTVawUV { top:0.5625rem;left:2.625rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU6aOqTWyt9ccdJ6FV8BDZHTreJvSxC1 { top:5.375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgW7ztm1Egs9O5NPkxIuRteTyitvLJmg { top:30.8125rem;left:14.34375rem;width:19.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cohqSeWaryoByTaRXPPoDhQioNvEtxTQ { top:32.9375rem;left:0rem;width:19.6875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV73UU04EpO7sxnfDaf2iah0i5a4hiR7 { top:38.9375rem;left:14.96875rem;width:15.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWc7CVwudS2O9354syHQ6F0ScWmkP28T { top:32.9375rem;left:31.125rem;width:0.125rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTyzaEodFW2VZu7aib9IyQF4f20hREO { top:38.9375rem;left:28.4375rem;width:19.3125rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkSPvEMWokyXJrwThJWDDqNuWga9oPF8 { width:10.625rem;height:2.5rem;top:69.6875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHbX4pO0T7QnDK5hf35U1SHkX17XszId { display:block; }
 }@media only screen and (max-width: 763px) { #DWJIcER5N6bGp9XhWJf9s282xWQa5NHa { top:58.625rem;left:0rem;width:18.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvxXClXfdysA1RzND7NOkN5SIg2DeWX2 { top:58.625rem;left:15.6875rem;width:13.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5tJmqsiDNztTFAflZSlwS8KHSbalqSU { top:6.9375rem;left:2.59375rem;width:15.6875rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHvdBRrzTOuohhUD0KZFQ9VsBgcfeyCu { top:5.375rem;left:0rem;width:15.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COBCPlE3FMndu2PNui0JuIuU0W1gMwNr { width:14.3125rem;height:2.5rem;top:69.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm94XxfOtJLuyzGTywmwTtNmqKzX5xFX { display:block; }
 }@media only screen and (max-width: 763px) { #oiphxJJpsFP9uK6ma7bgDHS2Jcfs3aXM { top:63.375rem;left:10.4375rem;width:4.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrdb2KRQr7gfEockCDBmkW4RZV770525 { display:block; }#Jrdb2KRQr7gfEockCDBmkW4RZV770525 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExhxIXXJXi9l5zti22lOcgvzpKutvrPw { top:1.5rem;left:16.53125rem;width:14.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRIb8dWsRx1QeZmTak4OJP69sfcchr95 { display:block; }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuzFIeSKKm0XxWGwHWuczbGClkKZ2LCK { top:1.5rem;left:16.53125rem;width:14.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMpO0xGqOUGUOSQ1C4IasOvR0vk5t2DW { top:4.6875rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 { display:block; }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRrl5gfZCNRTTBAeBcOJbcmI1AmcQuEB { top:2rem;left:0rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWSBMl0WSz8e5aXkt4rxAFvgV0dTCFJv { top:2rem;left:14.03125rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTl9VewMUuGQhUIm6cTXTepHdKvvEH9X { top:2rem;left:28.0625rem;width:19.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv1FzVAwqPJhf3SBAHRn8JzcenhU88O { top:15.8125rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP { display:block; }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxQAS3VssBH7VqDg3UiBoiB37oO8hpgE { top:1.8125rem;left:12.40625rem;width:22.9375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQfwiaOAnD1PHGG2CeL27STKZwJd8t1q { top:0.5625rem;left:2.625rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdCpeEVgQEJzcuI7s9p1pL0h8THISo3C { top:5.3125rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvervE7uh59ObcT1v0NK8WyuTUQ863qm { top:30.6875rem;left:13.4375rem;width:20.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEwKsJ8NfTbICo4d0NIvGr6AhQr1RPiU { top:37.1875rem;left:0rem;width:17.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc9TTHCqeNteNplk4MT0riczm5oDqlip { top:37.1875rem;left:12.1875rem;width:18.125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KsvAlqhmZtWUCK7c66KGUI0TSxweRD { top:32.9375rem;left:31.125rem;width:0.125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPzDBpIueryXKhIltT99iVTAQMDysz7a { top:35.4375rem;left:27.75rem;width:20rem;height:25.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz9uzSJZoEfCDrATTke5TZh4gg7Ev08O { width:10.625rem;height:2.5rem;top:66rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whdEkVR3moIJ5APcCsmg2aF5dq1w9ukw { display:block; }
 }@media only screen and (max-width: 763px) { #yibaTRSUP9hTzon8MSwlrHVr8btxiN4B { top:53.8125rem;left:0rem;width:17.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw1yEAGt14y0mSZQ2s9INqv6RcvVSQkZ { top:53.8125rem;left:12.9375rem;width:16.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLctWtAUlpqGrkbUfmpHCs9dU4VtFWTz { top:5.3125rem;left:0rem;width:15.6875rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #spkRTmBZJqZM6vxPzc72JdTTwUHGsKwr { width:14.3125rem;height:2.5rem;top:66rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJASdwQ8pskmDNoIyn1t0I9pm4i4Or5x { display:block; }
 }@media only screen and (max-width: 763px) { #XOKFX20ku0bdT2SyJOhISqSL5VgAZRZc { top:59.6875rem;left:11rem;width:4.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 { display:block; }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufi9MaCw48LgxdKnCXF8I7JRHeTLh7zk { top:1.9375rem;left:14.28125rem;width:19.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wea2nTWOF9caGIEmdfvRTq08yezi5GQm { top:0.5625rem;left:2.625rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkdmbskvekaipyp3ccv6WUCD5kahEZyN { top:5.5rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR8JkAtfiQAico8LbPxDspGkcAHCOaIy { top:30.875rem;left:13.4375rem;width:20.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvfAtT0a9yfuibSNBDDt2ikMXScTaBb5 { top:37.1875rem;left:0rem;width:17.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0lrhNmdqS2mMoFl3qMrLeivgTdWCeg { top:37.1875rem;left:12.1875rem;width:18.125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyEOUEE3lVXBKIkW1wqimXHMttb1pZpg { top:32.9375rem;left:31.125rem;width:0.125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTFRF8eo3OdNgHerng8OrlqLAIgny02U { top:35.125rem;left:27.75rem;width:20rem;height:25.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbX3xDMy9z6cTsmTEwrezMTAVwW3hVQ { width:10.625rem;height:2.5rem;top:66rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BtdkCSkkl1Ltg5HFzdLxHBZlbSk26N { display:block; }
 }@media only screen and (max-width: 763px) { #vZ7NawcMkophQK67ZBu5B8Uh1eOZr4N5 { top:53.8125rem;left:0rem;width:17.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqXsTPsFBI5W0SJTM4D5soXHM0G3LfGF { top:53.8125rem;left:12.9375rem;width:16.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOUkbFA6grb8aaV6q9Vp9n6wVAB0AM6 { top:5.5rem;left:0rem;width:15.6875rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #beDRuU9VRRM7ddqT2ZeTCxuKlGCVxUmQ { width:14.3125rem;height:2.5rem;top:66rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfT6b3ZbwV4nTqegbv3UX8lxnhZ65OcP { display:block; }
 }@media only screen and (max-width: 763px) { #BUvrCph4TWxfpbo0ZM1ZXlWzZT1LxzsT { top:59.6875rem;left:10.4375rem;width:4.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ { display:block; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2cRwlPakNJE2du1k7NInDEEc70CXQzq { top:2.0625rem;left:10.375rem;width:27rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd5n84yi0TNzuV9kMtp98UmolnOxOthJ { top:5.1875rem;left:4.25rem;width:39.25rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufsd8HJNnIXz2TBN9flQETNrG5a0Qe6N { top:9.4375rem;left:0rem;width:29.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTm5Z3pvTx5gk4Wdrru65iooBVhGZDsz { top:9.4375rem;left:17.875rem;width:29.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEK18SzksBr2og7MSliVaUVWT2E3eiS { top:29.0625rem;left:17.875rem;width:29.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgAmddvUJyJxN6tgumR4RPnMQ0PTt9b { top:29.0625rem;left:0rem;width:29.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 { display:block; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgUk7wwWNb59gai8SmgyxEHmx56O3Zbq { top:6.875rem;left:0rem;width:25.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLSOzg7oxz8LETBGiUXzHNHyM1n4vyQ { top:7.6875rem;left:22.5625rem;width:19.375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDkAu59WefiZwnQT8hB4TGbLlQGty14D { top:3.875rem;left:22.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxB83R5FZFDDmywyCXVKiQHign49SkBy { width:10.875rem;height:3.125rem;top:3.25rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mccE6zsKkuXg9JSOwrNZnxRbbZ30QAFM { display:block; }
 }@media only screen and (max-width: 763px) { #h28baHAaLyhzw3DCklicCWbhleMCeJLK { top:0.875rem;left:22.5625rem;width:22rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrZROPn0uQwTZnnweaNuxzExbeu48ag4 { display:block; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVJw4zF3XPbFXtRQUAx3mA7I314hntFk { top:0rem;left:12.75rem;width:35rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUMSpsFqT9vckTGDqeWGJZ5WyN0WNe0m { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltdCQaiuSXWXikZ8oL7Tstpzu476lCs { top:0rem;left:6.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ETIg4LKKdaNGlFXEb1psMuXNEq4S2c { top:12.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0Bi0Tcu2L1dahyXnN3BPA0ahrMwDIX { top:12.5rem;left:6.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF { display:block; }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHDO3Q4uzUiU2XxOoTe3JEgFSD3SfaGD { top:1.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU { display:block; }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMAOa8FMrM5rGPSAMbbx0oIqqcmve3LU { top:0.9375rem;left:8.8125rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #norHCrTEMx5iSNul58LQCEW22zPPxTJE { top:0.8125rem;left:30.875rem;width:8.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT { display:block; }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDnka0vh9DNP1ehqkdBpbVFSZuvQNs94 { top:3.9375rem;left:19rem;width:9.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMUTxkK1xfIqg11ZvJDKHgoxyNowBqD { top:14.375rem;left:10.75rem;width:26.25rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 { display:block; }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaUxpJECu7qOSt7iznCyKIv4zfV6TlPh { top:0.5rem;left:18.03125rem;width:11.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD7hiUxeDSF63WJas46sWUJqQJ52tETr { top:14.5625rem;left:10.84375rem;width:26.0625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRfWXIhqvEn1VH9qxH9RyC3CDraVRany { top:11.125rem;left:17.28125rem;width:13.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSqBiVWXfHJUho5JNGqBgtzWwPGBvFBg { top:44.375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#bSqBiVWXfHJUho5JNGqBgtzWwPGBvFBg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mNAnApTTUz4tMLhG3qT8RnEkiQWGiC0q { top:0rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T { display:block; }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9xcH0DLS7JBl7CeqIXTBQO9drCrnP9S { top:0.5rem;left:18.03125rem;width:11.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzuAyEnpBFEpToLhJ5u3Zrr2LqSSveH0 { top:16.4375rem;left:1.6875rem;width:21.0625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqdehB9Bk6tkLQ0Gett6pswN6afDFGMm { top:11.25rem;left:4.65625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPXaHIIgpgatALcA3tqDTv0XMHuESTKv { top:44.375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#yPXaHIIgpgatALcA3tqDTv0XMHuESTKv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #BPpP3o1S3GUR5zhTncDGX4RERISg1V2a { top:0rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5HivLuOloLbisFNXEFO3LfqxKBOP98L { top:16.25rem;left:24rem;width:21.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2sE1xHXR8XCtcgbzTLvlHpxyIHSTvfN { top:11.25rem;left:29.71875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpWrKXPHpkgle2Tv6LxLuLXxPTQzzilC { top:39.25rem;left:2.28125rem;width:43.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW4F7btXXVDr8OciTIXi786DiP6t1kD3 { display:block; }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJFkbqeTiyKpe4UrUrBHUR1uT1zCG2df { top:0.5rem;left:18.03125rem;width:11.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTJOOAr1TzlWW0uk7JBZGu4fTkaOTOgL { top:14.8125rem;left:2.25rem;width:21.0625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntE3kFd8EeV3cPBqvwxtRNC0HDT7Jyf2 { top:11.25rem;left:4.65625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk9VCp6yhyB2TfWxID2DKveSQZVUk2bR { top:0rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIZmmMmp9vVaIJw4y7PqAVRn79kOd5yZ { top:15.125rem;left:24.875rem;width:20.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTsOkSiDNiq1Fsdtat2187S2ytkveTmh { top:11.25rem;left:29.71875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhlEJyz7ZbuMop0VnmskG0LMSeWUOtPh { top:37.625rem;left:2.8125rem;width:42.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 { display:block; }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eR4qhOW7x891mTQtPbf8MHHMPu4lX7rn { top:0.5rem;left:18.03125rem;width:11.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE07udxoZH46D90zhLWyBTKXKgVkAwDr { top:16.4375rem;left:1.6875rem;width:21.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoihHid150X8o817JUez5QizUsFiGlLd { top:11.25rem;left:4.65625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDWuaprzL3lesnTMsPry9Eo8e0mXI3W { top:0rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWQ2FtrARkoSybSLQlcsytFSeasy8AJ { top:16.25rem;left:24rem;width:21.5625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvMXvTdxd6lP8XPnSQtr4NQUFTZGTiUE { top:11.25rem;left:29.71875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTBQxlkrRRIBsDaiWugDfgQ7qtiCe6K7 { top:62.3125rem;left:2.28125rem;width:43.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql8pIlmk5RrSubW9aMmoemvt6dR9bUcL { top:41.8125rem;left:13.34375rem;width:21.0625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKvSGfamzZUfvUxzouOVb5uvJECy0ape { top:38.4375rem;left:16.53125rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMPDwaS1xEuSLHSThff9q8KNnTyOHeK { display:block; }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrXOTsqWU1Jal5sM7WzPgpov8nyWvUK1 { top:0.5rem;left:18.03125rem;width:11.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3PyMbMekk3FnvRyHDlBZoyzzWASAQZp { top:14.8125rem;left:2.25rem;width:20.3125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9RZ1T4EHdzIWJePVBPA7BdZSP5pOA55 { top:11.25rem;left:4.65625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB3OamMiZR8O9Kgps6PNrBQMImoeArwO { top:0rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q03l9MrnNguSn2HBaD0OHzttzMqJfAHR { top:15.125rem;left:24.875rem;width:19.4375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA8FGvVXX0P6OlQbgAShI50kBBOUruiv { top:11.25rem;left:29.71875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZC0xoi3tZknFwl8mNCa1mctl9ZvgVs { top:37.625rem;left:2.8125rem;width:42.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT { display:block; }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVF4heOUL5DaHTvpL0Bl49JQcJNkMsJt { top:0.5rem;left:18.03125rem;width:11.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKwx2sCXi1HOATqsgyEGTzH8KDV3nQB2 { top:14.8125rem;left:1.6875rem;width:21.125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph9s5f9XEpe7c4Co44iKmK4hOJm6T6xO { top:11.25rem;left:4.65625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkL4sDdbPgzNsB90yVzm4csHef4TwGCV { top:0rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icXJI69X0Lha8VeqSKK2WLkMutSCILCq { top:14.375rem;left:25.5rem;width:20.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEqGBv9IEG8B98hie0PXA4vznhLLUImi { top:11.25rem;left:29.71875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8s67a3LOPbxOU0G0SR6kRM9mtvwliRc { top:30.9375rem;left:2.8125rem;width:42.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz { display:none; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fhnIV3STey59KlclO2gW2x4QNCxNJ2pt { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#fhnIV3STey59KlclO2gW2x4QNCxNJ2pt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cltr00WXa1JTqIPXwrmKI2qK0n89cVo5 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4EzAH63qWy3vmVcO3Wfh935MO8hZDsQ { width:7.875rem;height:3.9375rem;top:0.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJsyGeAmwEnCCb8KCEoF7TNd4EpluWEX { width:4.5625rem;height:1.375rem;top:6.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXao0FEqvpCuQmQfOk14VDDSUzPsXz9L { display:block; }
 }@media only screen and (max-width: 763px) { #JowxbuTx5Zdfriqq63vQAUp4Kll6erRE { width:8.5625rem;height:4.125rem;top:0rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMgeGNQPHMLZIJHFvxWbPfMqlhT3bDB { display:block; }
 }@media only screen and (max-width: 763px) { #ChbzyvHftvcVoQ8xLtZB2q2q7k3BrrgT { width:6.3125rem;height:2rem;top:1.1875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dz8C5O5TwR1uLwIZhmSffA4QaiXowH1n { display:block; }
 }@media only screen and (max-width: 763px) { #RuaFnKJarv78m949Wvda28s60V3hCvTO { width:7.75rem;height:2rem;top:1.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbqaL0PiP6PUAJiEQTOrcJ5xnqRQEAep { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1904c3e4-403c-420b-bf7f-35859d04dd2f/porteriavallenogalesvistacumbreI.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu8x2CT1XEcDTpZbpbuEPCX7FQk6Mlt6 { width:18.25rem;height:3.08680625rem;top:6.58203125rem;left:0.875rem;font-size:1.1875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.71);display:block; }
 }@media only screen and (max-width: 763px) { #sXZyUWwDhbSP43kTA89EGZhTT9bhXH2O { display:none; }#sXZyUWwDhbSP43kTA89EGZhTT9bhXH2O > .row .container { width:20rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NXLc3lgnRey5NH9mawyx3wrLd8kyhyrD { width:15.125rem;height:2.4rem;top:1.130859375rem;left:2.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;color:#61c05d;display:block; }
 }@media only screen and (max-width: 763px) { #VAhUGRLLywhaa9mdvvd2fGOOLq2bG0su { width:10.625rem;height:1.3rem;top:7.4726572036744rem;left:4.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5yL5znK5z9VMdtEcETkEM1S60R6UWde { width:15.625rem;height:3.9375rem;top:9.8906254768369rem;left:2.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peaaDwmgGZZTSaVgpt4ASBVStIb21G2J { width:14.4375rem;height:2.3125rem;top:4.4085946083069rem;left:2.7093749642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5roCSf1caCBNMelelG0iBMQSS3KLG33 { width:16.436625rem;height:1.3rem;top:5.0468759536743rem;left:1.7796874642372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxULkLncIPx2COXBgyhqwGzqWIslGtZ { display:none; }#bPxULkLncIPx2COXBgyhqwGzqWIslGtZ > .row .container { width:20rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tor3TapLb4sbzTJQOHkRnFa12VnATEQG { width:11rem;height:2.3984375rem;top:0.94270896911619rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#61c05d;display:block; }
 }@media only screen and (max-width: 763px) { #PntG0qNlmJTVdVOSe4lOcJeTqdwesGar { width:10.625rem;height:1.3rem;top:7.4726572036744rem;left:4.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVbTSVmEaE4E8AE1TXgSgTwASGFmTyvM { width:15.625rem;height:3.9375rem;top:9.8906254768369rem;left:2.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkVf1VnuazBRkTq47MKdB2ENzqfbFdVF { width:14.4375rem;height:2.3125rem;top:4.4085946083069rem;left:2.7093749642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7hMCenCkJhzrrl95fl1w4ZukMhH1L48 { width:16.436625rem;height:1.3rem;top:5.0468759536743rem;left:1.7796874642372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XExEmJmwd1LotGI2PJcpXokJHF1ebS77 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1904c3e4-403c-420b-bf7f-35859d04dd2f/porteriavallenogalesvistacumbreI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77.adaptive-delivery-prevent-bg, #XExEmJmwd1LotGI2PJcpXokJHF1ebS77.lazyload, #XExEmJmwd1LotGI2PJcpXokJHF1ebS77.lazyloading { background-image: none; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container { background-color: transparent; background-image: none; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container > .video-iframe-container { display: none; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row > .video-iframe-container { display: none; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .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); }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container { border-width: 0; border-radius: 0; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XExEmJmwd1LotGI2PJcpXokJHF1ebS77 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOO182Arm06OHSwVIAA8Cc44gmVTs8Fl { width:20rem;height:31rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-input-button { width:13.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.1875rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e  { width:15.625rem;height:auto;top:33.5615234375rem;left:0.9375rem; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e {display:block;}#NO72qibvm8HHJuPwpaSb0IswDMMRIm4e { width:15.625rem;height:auto;top:33.5615234375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #ItVGTikpCpWP4OzrOeHLCLUR0WXDnsln {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #CAq7H4ZNbACKUK33LB8XK6PHsh80vzbo {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #ULzUsq3MVMEmMTZVBbBoH7SErRyhSKso {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #AIrSd7fZTGvchy5q2S8oAoMJMZ8h9mJE {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #N4kp8OD3G5mimX7KNrXubWL7RlMCg9cB {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #SURsTKgnybzTulTUG5Ps4ZJaAoJ3pMXD {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #m3SefI35NPT8uzDtQevfERnUvrIWUSZi {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #FDPmc7rTcZu08TIUTiI1mIHpHBI8KgpA {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #HszfaUv0WTudyNSxaiLAwuZqBNO9DXGG {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #e6knlpzinZusIaSzeHPo6doFQtMAuBJb {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #X4zsyg3thWNKstm5FheSoWC9ToZ1FpQw {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #sHgR1CekAbT2TVMtUPnci7TeTMr1Tn1R {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #TFrq49TH6bfnwbi6BFemPW13yqEzJiXm {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #TJ0x78FXvTSyZxMUuhbwnZcVKwMTfw0x {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #aPEBEqEywyZrghuKakLG57A18ORQCdcC {  }
 }@media only screen and (max-width: 763px) { #C9N9dBEUXM0iwiTaSzMOMUPhl7TzTdEp { display:block; }
 }@media only screen and (max-width: 763px) { #lJqtFazhUx3kKtzMZNdxL1Zf1voSNgXc { display:block; }
 }@media only screen and (max-width: 763px) { #rge1tdahrFB3Ic619TNFKKbeBd5swE27 { display:block; }
 }@media only screen and (max-width: 763px) { #lnbkiGGiRLeC2vHTXxh34wakEiIph7xJ { display:block; }
 }@media only screen and (max-width: 763px) { #KcfRHnqz14IXqVJNAhO49PtoQX8KdcGp { display:block; }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #tdiCGxB9ibTLKb1zSHr3IouQFWmThoRE {  }
 }@media only screen and (max-width: 763px) { #NO72qibvm8HHJuPwpaSb0IswDMMRIm4e #f1OQwtTsI47CzxpDdd7ozoPvP3efu3MR {  }
 }@media only screen and (max-width: 763px) { #J5xQDLosaJLiv1B5aghdfA1VKoPXh1QT { width:9.25rem;height:4.875rem;top:4.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBfBltzzlAUsIPOr86bVHib44xQf7wpI { width:11.9375rem;height:3.75rem;top:9.6875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuaJbRu7EJsdXbiXruLBf6uL8Tu8BuW { width:18.1875rem;height:1.13769375rem;top:26.6484375rem;left:0.90625rem;font-size:0.875rem;color:#8bc34a;display:block; }
 }@media only screen and (max-width: 763px) { #bGPKRl5ODl6gVTdgApDxQtUvWuuNsfKT { width:15rem;height:1.875rem;top:14.3359375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHK5tn6LMs6Qg6xkwiSM4h1nTNWTJMB { width:13.5rem;height:1.13715rem;top:14.705078125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcvk8IqqycKpw6qOwIQBfmDk65s6AMv2 { width:12.25rem;height:1.70625rem;top:22.2490234375rem;left:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBIlEOPgEkG3ElMzST6CFzVSnuop8l83 { width:19.4375rem;height:2.4375rem;top:28.09765625rem;left:0.2802734375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfNm119vxBOshJkERuZQPlOy5maJMqKt { width:12.0625rem;height:2.33680625rem;top:19.25rem;left:3.71875rem;font-size:1.0625rem;z-index:15001;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y7nva3e3SGdgGt1rTTHxVXfRiu2XysTw { width:12.625rem;height:2.11263125rem;top:31.44921875rem;left:3.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L76ScUKRAyCuKgfAO8TkQaV9wBMiRmF1 { width:13.75rem;height:2.25rem;top:65.6943359375rem;left:4.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yw25TV9VZRGuTrM4Fu9RuWqFFaCr8gLh { width:19.875rem;height:28.5rem;top:66.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jqb9i8dRQ7wL6TXeq2MDV48u6WheiqhN { width:15rem;height:2.25rem;top:16.2109375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpke1tMRvbwe1vVyrFLTryuB3baGNvpZ { width:14.5rem;height:1.05625rem;top:16.80859375rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpTrXqUQ40oL5zn28WGmWvGxvJobMv1 { width:11.8125rem;height:2.7625rem;top:23.4560546875rem;left:4.09375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duboV4zC7q2UQl03Esk27O683QXna1ta { display:block; }#duboV4zC7q2UQl03Esk27O683QXna1ta > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1JPlKyCaZDD3s6s6xTChtUUgTTSlh62 { width:17.8125rem;height:3.02430625rem;top:1.6640625rem;left:1.09375rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR { display:block; }#nUAV6bWDZkkSuFaG3CvE7mgX18RIDzZR > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu8mJLBozhgXg6hXRkSda3My1sdep5D3 { width:19.0625rem;height:23.125rem;top:26.6875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snOdfzVLpETv1vc32hDtkyoiR1kgLNCU { width:15.4375rem;height:3rem;top:21.75rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXLQapKaE8dtLdmF0oFWit7SLiTTJLwA { width:17.75rem;height:1.95rem;top:1.2548828125rem;left:1.125rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yRr2Rz2OW5VFrB58EkF4yqCV9asKiSpG { width:19.125rem;height:15.83331875rem;top:4.3916015625rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvnGZqgTWc829G5n6MVxnADrc6zyPKwr { display:none; }#wvnGZqgTWc829G5n6MVxnADrc6zyPKwr > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gT01O0OzCOnwJek7Tvq8xMcJFIgUyfck { width:19.6875rem;height:12.5rem;top:0.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRFArEmDIM51hTqDPTHxmfNwHEO971iU { width:19.6875rem;height:12.5rem;top:13.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBfQHf1qAqfyvMoOw48RJxbscaPJi03 { width:19.6875rem;height:12.5rem;top:26.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAXAh2AgLOJU2TBrEXJbkQVHpQESBeDo { width:12.5rem;height:0.9747875rem;top:39.78125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTgzH5v772GvAGJW0UdspbyNEcBKvMx { display:none; }#ZgTgzH5v772GvAGJW0UdspbyNEcBKvMx > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lygbF1daAB4SnTEV04gwS4DfGOcrTRxl { width:14.6875rem;height:1.95rem;top:1.25rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZCpElKocz4H6lBVDmw0RqnialPrtqwW { display:none; }#UZCpElKocz4H6lBVDmw0RqnialPrtqwW > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U0SwBmfMBiGuOEATV95wrnFa4rMw6Txe { width:19.6875rem;height:12.5rem;top:0.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6p7TEkgmsqFnrxbuz5erpSwNI0iw5yL { width:19.6875rem;height:12.5rem;top:13.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWeOK2cePWcxLnAWs9dxnr3bKyiTiU1V { width:19.6875rem;height:12.5rem;top:26.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX5x0pyKTGn7oSmRaoGxSyuLBb5WKRER { width:12.5rem;height:0.975rem;top:39.78125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbCvdde23hoGTTlL2S40S4oArLlD96TQ { display:none; }#RbCvdde23hoGTTlL2S40S4oArLlD96TQ > .row .container { width:20rem;height:103.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vVm4eMDubhyTaod7lCK1c39WMUEVniVf { width:20rem;height:1.13769375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5zQ9g1bzmM9RrVnSgsuyJMt5bVLogCT { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBuNWpsW9JwTtaNOHPvVBCVUgb1wqBmX { width:20rem;height:9.375rem;top:5.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvTOTrEPAhkOwu3ToWiDgLZgaI40gTrF { width:19.0625rem;height:0.975rem;top:15.1103515625rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUIUcUFAw9fZn5dvJKpMKsd9hFk6o3Fh { width:16.5625rem;height:14.5rem;top:38.0595703125rem;left:1.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d9BaD6TzvJHJmKXW5ZNpiHf0WbFVJuO7 { width:19.6875rem;height:20.25rem;top:16.7099609375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KwMlbHzMWXcTXitTu1I3iQ96rFFwb5T9 { width:0.125rem;height:26.25rem;top:79.440428125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHvG8FGQVNxTf7EWqzTNknXanIta7G6D { width:17.375rem;height:29.5673625rem;top:67.0625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbnEJSeXdHM1ISFdyzGKoTxPspy80PGq { width:10.375rem;height:2.5rem;top:99.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFmI8K2ZHz4Tb4wR9h96Wp4gcaEaiTdK { display:block; }
 }@media only screen and (max-width: 763px) { #TcPp4igvLhTwF6nCKtlpU3PBTaivSgip { width:17.1875rem;height:0.975rem;top:36.546875rem;left:1.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc9D2i5L5XmfamMNqTmevpTGZbOAkZpV { width:13.4375rem;height:0.975rem;top:53.2099609375rem;left:3.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLGZUhZf6aXNhZca0TuKxqrPeo98cxgs { width:20rem;height:1.13769375rem;top:3.1728515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwrlOxq9Vne4brnwhayw0TLefltNOzSK { width:9.125rem;height:5.4375rem;top:5.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3MPUehEnNJupHXZBBA9mKTC6WNH7bIE { width:14.3125rem;height:2.5rem;top:62.25rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLVbsS7APcB1wSrSGQxdXxrpOZFdBVQZ { display:block; }
 }@media only screen and (max-width: 763px) { #ziaGT8T7vWlFkkX3TyU2HzH9lGnxAH4e { width:4.125rem;height:5.8125rem;top:55.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhBAgmLfphBNvozCBd1RUbluUIZtM5C { display:none; }#cMhBAgmLfphBNvozCBd1RUbluUIZtM5C > .row .container { width:20rem;height:100.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nz5X5tFfoinhyB3ObhEfrf9bITLKQHrW { width:20rem;height:1.13769375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQbSV2vWKsKaO05bEXHpLgixnxDuTrAy { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhBua0QXw4A0P2tlTuhRsApxOTsnTHZ2 { width:20rem;height:9.375rem;top:5.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNKtOxdv4otQPpCN0rOvK1kbvTdIT3bU { width:19.0625rem;height:0.975rem;top:15.1103515625rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5FA2mob0fF5ckcoNT15TM04tSnTdX6 { width:16rem;height:13.5625rem;top:38.9970703125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPbtowwxm47tFCEA5MhlyUEfAzFooSIN { width:19.6875rem;height:20.75rem;top:16.7099609375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #H6WxzttAAQtEwThdW86il0KM9xN1kecS { width:0.125rem;height:26.25rem;top:79.440428125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8eNfnEUh0S98TM8AzoN7nXtqpOABHmu { width:17.375rem;height:27.29295rem;top:66.7529296875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv2MltZDTTqPIMw7cpMvLvG01J1G04ry { width:10.375rem;height:2.5rem;top:96.5478515625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk8uwD4xmpSQpAEtD42455LOETpt995e { display:block; }
 }@media only screen and (max-width: 763px) { #K8VtFOhIGiUtyzgyrq3KZCryyTA5oLsy { width:17.1875rem;height:0.975rem;top:36.546875rem;left:1.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Rhigeo3wbA5ZHHW4Ne8XfqPyeReJbi { width:13.4375rem;height:0.975rem;top:53.2099609375rem;left:3.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cifa8rySSM827FrkKngQRhR9qswA9MSG { width:20rem;height:1.13769375rem;top:3.1728515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiKFZn7gt8SoHgObsFVnQ24McWVde44t { width:9.125rem;height:5.4375rem;top:5.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwIwUdJzcId0Pb2hTM5qTS8Z4VPqDwfy { width:14.3125rem;height:2.5rem;top:61.5625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a56I1tDPHuPU8y7a5HMiAulWOSOm80Wy { display:block; }
 }@media only screen and (max-width: 763px) { #tnvATVr7KtJ7uXh4Z6wzyeJuRvRxqF4M { width:4.125rem;height:5.8125rem;top:55.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TNs0SJ3418TzSWi3y8On1TyD84gtAT { display:none; }#S1TNs0SJ3418TzSWi3y8On1TyD84gtAT > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aV2KRuh46cUEwzROOwt99IE10fyB0LLo { width:14.6875rem;height:1.95rem;top:1.25rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srrsl1BiIoytLtuJbZgkkIRqG1TiTZV1 { display:none; }#srrsl1BiIoytLtuJbZgkkIRqG1TiTZV1 > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ais4Jmrxpkqlpokly4dFsTn6CifFfrT3 { width:19.6875rem;height:12.5rem;top:0.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHD5KSgiL00uG6bapGdT4R3ROPk5pzKg { width:19.6875rem;height:12.5rem;top:13.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE2iNynpTLWWNTcf47HEyyLSgVuE13Lc { width:19.6875rem;height:12.5rem;top:26.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRiOG74lydBBAM1rkBFtldrTdqDw9pT7 { width:12.5rem;height:0.975rem;top:39.78125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynfktFraOLoLfTVzWHPPHiZcwvptKJfa { display:none; }#ynfktFraOLoLfTVzWHPPHiZcwvptKJfa > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ECg8Ux5Z9xaeP5lT9ZCgvvtACIk70QIp { width:14.6875rem;height:1.9504625rem;top:1.25rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAexf3CSV0TDQ9ed3VFZzyHpVhCyHnoK { display:none; }#TAexf3CSV0TDQ9ed3VFZzyHpVhCyHnoK > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fuRRTTru2zVwc2PNsogQdZlQJmFaFJCq { width:19.6875rem;height:12.5rem;top:0.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8FtosUbpuSFz5qlMAcQTENBG3nAIFw { width:19.6875rem;height:12.5rem;top:13.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzCIOcO3cP3PtoJTCzGHzbCPcIy46hJQ { width:19.6875rem;height:12.5rem;top:26.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJSBXH8fZ7RelmwxUPOnGJbv0SGF4eA0 { width:12.5rem;height:0.975rem;top:39.78125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6hTzNDWxs5Di2zPTsLgWvBIStnnhoQS { display:none; }#W6hTzNDWxs5Di2zPTsLgWvBIStnnhoQS > .row .container { width:20rem;height:104.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KchMA1Jbn9lGAMQMWSsWzHZFcaT2ALRD { width:20rem;height:2.2745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTC8IOZVZd4L4rcRzuVts0TxtpTz8mH { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d93Jnuvh61PElbtGTeeT1ntVznfXRGfb { width:20rem;height:9.375rem;top:4.79785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmUGlyi0c134t3BgQRBeZURnfgJeJmnB { width:19.0625rem;height:0.975rem;top:14.7978515625rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4BZENkL86UrW1saR8arODLyG6M7EM9T { width:18.3125rem;height:20.25rem;top:17.2470703125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EycWVoqVuqWEVGWUZniok4sdazc58vJx { width:17.6875rem;height:14.8125rem;top:39.8349609375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlBFM0lRMTZm7TeA5dT7at0iOg13DyDC { width:0.125rem;height:26.25rem;top:79.440428125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJu7AkUoas04u4zJrf8UlWx9Tlx3Q7PA { width:17.375rem;height:30.7057625rem;top:68.1279296875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTqr3DIFTtbTH8I2Pm1zmN2c0TDzFlSy { width:10.375rem;height:2.5rem;top:99.9228515625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEkL7NX2R73QiH6ddHHeO9u6KsThvQNW { display:block; }
 }@media only screen and (max-width: 763px) { #Vh1Z8Lynodb3LQK5NSTb9q7ez3dQWBK6 { width:17.1875rem;height:0.975rem;top:37.7470703125rem;left:1.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQwm5IHvzL70xTR7gOtxeZZ2ieTxofH { width:13.4375rem;height:0.975rem;top:55.2099609375rem;left:3.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot5TA9PKczdtcNOVgdlr0dwLnWpZtyoS { width:14.3125rem;height:2.5rem;top:63.8125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpdxrnzxWLX9NUW2R1MNLeNBVgaWfQEm { display:block; }
 }@media only screen and (max-width: 763px) { #fEhohItGrHCtdMo00L2wG77mqJtKEmxM { width:4.125rem;height:5.8125rem;top:57.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q988BncmBnbNJ8t3fNZ3vSn3WDf97HDU { width:9.125rem;height:5.4375rem;top:4.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #On8nf3ULtqmtImO1KnazqleK9iKstmP0 { display:block; }#On8nf3ULtqmtImO1KnazqleK9iKstmP0 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKO1QNP99Q8891pqDTO6crpEN3QTFkN7 { width:15.8125rem;height:1.95rem;top:1.25rem;left:2.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKs5HRbfbTqcS3sD6IcVFp3i0kRTeGXf { width:20rem;height:26.875rem;top:4.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 { display:block; }#Tz8l0xZwRGNLV76qPsaWuU9LiViXSTP9 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTN5G6sZaH2GoT8FuJWkiqylKgTXNzVx { width:19.6875rem;height:12.5rem;top:0.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZvOBJUnWTZyTSUiZVzNesLSWEyDvCHn { width:19.6875rem;height:12.5rem;top:13.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmeLif5CDd2aFdQGmMkzlcJF4MVT5p8W { width:19.6875rem;height:12.5rem;top:26.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhudIhXDPXxZmaRpyQQZGka8r93eJzHt { width:12.5rem;height:0.975rem;top:39.78125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU { display:block; }#PFXUMLA2sSh8LTQAATgbgi9z3XDuz3bU > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiRthzzvtluwIZfoiVTi91zQ3Q5UDFVP { width:20rem;height:2.27430625rem;top:2.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrfqKg2fNJnrHUKqPVucAxP9bhTZ9XTb { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maSLthJMAT8H5Q0lFFHXiyAxfT047EcW { width:20rem;height:9.375rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzTp0prIaPkdiTZMOE6mBKFDzVAaxTkN { width:19.0625rem;height:0.975rem;top:15.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td49bgkaALxWpgTSJJwOzUb4flEprUk1 { width:19.875rem;height:17.125rem;top:17.4345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTGHqIi7mksCrTwzcUT0FZfkdh6k1nV { width:12.8125rem;height:10.4375rem;top:37.1904296875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uga58T8ZwR8fHME7VOKt3MonIuk3o0QV { width:0.125rem;height:26.25rem;top:79.440428125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2ZbEhX9l41PcCiRSVAdh71HJ1zyZpTe { width:17.375rem;height:19.33158125rem;top:62.125rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbnfWK1JeVJlcZiQdMvMyeNy0yHUQ1fw { width:10.375rem;height:2.5rem;top:83.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23TMA939ZDezGW5s79T2Xe5VdJ1Nar2 { display:block; }
 }@media only screen and (max-width: 763px) { #RZ9yDUKJ1PxeFfm4vnDSCzOP1Ubb9c01 { width:19.0625rem;height:0.975rem;top:35.3662109375rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9X4V5u6pZylcfoKdo9d4fEkLAz8bWKD { width:12.625rem;height:0.975rem;top:48.3779296875rem;left:6.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDNkfdObLP15LNSmLmkakuZpqSBgexrL { width:8.75rem;height:8.75rem;top:3.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LROQTymRCSR9PbMrkFgaaP5KMszAayZK { width:8.75rem;height:5.2285125rem;top:5.375rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #OoaHyoIe8qJO9bUbFJim898QxSkW4VsG { width:14.3125rem;height:2.5rem;top:57.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3trsmwVXh1cCvd2B2EVifnzMQFAsoBk { display:block; }
 }@media only screen and (max-width: 763px) { #iaTmoLKGNwp0nT613LD8rKHEiWAktAMc { width:4.125rem;height:5.8125rem;top:50.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TV8yI2la8D5CcmuxdMwocff8yOZHsn { display:none; }#W6TV8yI2la8D5CcmuxdMwocff8yOZHsn > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #izDBhdwfUuLQ19GbumSySrPi8g85DoMW { width:15.8125rem;height:1.9504625rem;top:1.25rem;left:2.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qGf1e64eT320XpvTnkqia2zDr899i2 { width:20rem;height:26.875rem;top:4.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA560TX2mFBMnat4EsBPCiRbTZkmUXCg { display:none; }#bA560TX2mFBMnat4EsBPCiRbTZkmUXCg > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WCRDnWHdZwTQl2MLCvpOnXEz2rxDQBSs { width:19.6875rem;height:12.5rem;top:0.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msxq0O6iq8fN3Ws2oAMvZwVDTo8JwRBT { width:19.6875rem;height:12.5rem;top:13.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrbLlLQ03zrI0FoVdHEpOA9N4g4NUxy { width:19.6875rem;height:12.5rem;top:26.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIp8pArHfNG0VKGgNvAyXFDJ2O9BCZJ4 { width:12.5rem;height:0.975rem;top:39.78125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4JHmMyCvhL6SFUs234pU5cmLXICasIZ { display:none; }#M4JHmMyCvhL6SFUs234pU5cmLXICasIZ > .row .container { width:20rem;height:92.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LZsbXdz0UipAVyepnG15624IQFf2J5dQ { width:20rem;height:2.2745rem;top:2.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpFU68hvAS3JLbza6bsSgzSDZCWei8wW { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azzb9asJpGcQwRC2HCdoK7FLJm0RzZT3 { width:20rem;height:9.375rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHXuPKgOKI9V3ETHcOrdB9RcZuAqwicB { width:19.0625rem;height:0.975rem;top:15.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEKyRHtOIc88SlQ1H1VS4NvheSbkrRx { width:18.3125rem;height:23.125rem;top:17.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxdBPIs3lS5lWrhRV5K8iI8JboTUXFxS { width:13.4375rem;height:10.5rem;top:43.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nurLF9BDODnidcv4fOUog4LqtbzNlnBF { width:0.125rem;height:26.25rem;top:79.440428125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiOPD4sD1sygHKWkuftVvItX0CfgsrlU { width:17.375rem;height:20.47050625rem;top:67.625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3HsCV4ZpB0tc96aUWJ2EM7SB4Mm7Jl { width:10.375rem;height:2.5rem;top:89.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksqz4UyP55XxvUGTnCSGSSsWoDlUcXhU { display:block; }
 }@media only screen and (max-width: 763px) { #PDwbWRTBtVsKkztaKlG61pGEvJszgfN4 { width:17.1875rem;height:0.975rem;top:41.0537109375rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETUTgEhTwMsVwbcRSGT8SZ34JlT8wfNs { width:13.4375rem;height:0.975rem;top:54.3125rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgRfJ26I98J6ZeFnxI2UiyvyWiOuyF7 { width:8.75rem;height:8.75rem;top:3.171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #klgP6P79vF1NCKwpmpW20b3lXVLqOubV { width:8.75rem;height:5.2285125rem;top:5.75rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #TEtCXvtqArGXipw5MyU84OmGaIkgZNyN { width:14.3125rem;height:2.5rem;top:63.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5AbyXSWODovg4UFR6WX0rIcgDigOgwg { display:block; }
 }@media only screen and (max-width: 763px) { #SlmzuQXTsAGuq3e6ssnrMFDpBs2pzKyE { width:4.125rem;height:5.8125rem;top:56.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqQXUlNeTTQUGvSdKeFeNoaoJzzm6hco { display:none; }#bqQXUlNeTTQUGvSdKeFeNoaoJzzm6hco > .row .container { width:20rem;height:95.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wKc6Dz3seNL2tHoDUUVckt5vZT345zTL { width:20rem;height:2.111325rem;top:2.46484375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcVKBMovXQRBZRW4AkcWSyfH4vTVawUV { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU6aOqTWyt9ccdJ6FV8BDZHTreJvSxC1 { width:20rem;height:9.375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgW7ztm1Egs9O5NPkxIuRteTyitvLJmg { width:19.0625rem;height:0.975rem;top:15.4375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cohqSeWaryoByTaRXPPoDhQioNvEtxTQ { width:18.3125rem;height:23.125rem;top:17.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV73UU04EpO7sxnfDaf2iah0i5a4hiR7 { width:14.5rem;height:11.4375rem;top:44.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWc7CVwudS2O9354syHQ6F0ScWmkP28T { width:0.125rem;height:26.25rem;top:79.440428125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTTyzaEodFW2VZu7aib9IyQF4f20hREO { width:17.375rem;height:20.47050625rem;top:69.75rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkSPvEMWokyXJrwThJWDDqNuWga9oPF8 { width:10.375rem;height:2.5rem;top:91.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHbX4pO0T7QnDK5hf35U1SHkX17XszId { display:block; }
 }@media only screen and (max-width: 763px) { #DWJIcER5N6bGp9XhWJf9s282xWQa5NHa { width:17.375rem;height:0.975rem;top:41.0537109375rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvxXClXfdysA1RzND7NOkN5SIg2DeWX2 { width:14.25rem;height:0.975rem;top:56.3125rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5tJmqsiDNztTFAflZSlwS8KHSbalqSU { width:8.75rem;height:5.2285125rem;top:5.4375rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #CHvdBRrzTOuohhUD0KZFQ9VsBgcfeyCu { width:15.6875rem;height:9.375rem;top:5.375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #COBCPlE3FMndu2PNui0JuIuU0W1gMwNr { width:14.3125rem;height:2.5rem;top:65.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm94XxfOtJLuyzGTywmwTtNmqKzX5xFX { display:block; }
 }@media only screen and (max-width: 763px) { #oiphxJJpsFP9uK6ma7bgDHS2Jcfs3aXM { width:4.125rem;height:5.8125rem;top:58.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrdb2KRQr7gfEockCDBmkW4RZV770525 { display:none; }#Jrdb2KRQr7gfEockCDBmkW4RZV770525 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ExhxIXXJXi9l5zti22lOcgvzpKutvrPw { width:14.6875rem;height:1.95rem;top:1.25rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRIb8dWsRx1QeZmTak4OJP69sfcchr95 { display:block; }#rRIb8dWsRx1QeZmTak4OJP69sfcchr95 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuzFIeSKKm0XxWGwHWuczbGClkKZ2LCK { width:14.6875rem;height:1.95rem;top:1.25rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMpO0xGqOUGUOSQ1C4IasOvR0vk5t2DW { width:20rem;height:26.875rem;top:4.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 { display:block; }#gBKkGIUBkgV6XTPLyZftM4bAyuVv6oa6 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRrl5gfZCNRTTBAeBcOJbcmI1AmcQuEB { width:19.6875rem;height:12.5rem;top:0.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWSBMl0WSz8e5aXkt4rxAFvgV0dTCFJv { width:19.6875rem;height:12.5rem;top:13.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTl9VewMUuGQhUIm6cTXTepHdKvvEH9X { width:19.6875rem;height:12.5rem;top:26.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv1FzVAwqPJhf3SBAHRn8JzcenhU88O { width:12.5rem;height:0.975rem;top:39.78125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP { display:block; }#mR2F7vNZwbmAuHOInwofC1gPa4HkGaWP > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxQAS3VssBH7VqDg3UiBoiB37oO8hpgE { width:19rem;height:2.27430625rem;top:2.25rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQfwiaOAnD1PHGG2CeL27STKZwJd8t1q { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdCpeEVgQEJzcuI7s9p1pL0h8THISo3C { width:20rem;height:11.3125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvervE7uh59ObcT1v0NK8WyuTUQ863qm { width:19.0625rem;height:0.975rem;top:18rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEwKsJ8NfTbICo4d0NIvGr6AhQr1RPiU { width:20rem;height:17.375rem;top:19.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc9TTHCqeNteNplk4MT0riczm5oDqlip { width:19.4375rem;height:11.6875rem;top:38.955078125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KsvAlqhmZtWUCK7c66KGUI0TSxweRD { width:0.125rem;height:26.25rem;top:79.440428125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPzDBpIueryXKhIltT99iVTAQMDysz7a { width:17.375rem;height:29.56594375rem;top:64.1875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz9uzSJZoEfCDrATTke5TZh4gg7Ev08O { width:10.375rem;height:2.5rem;top:95.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whdEkVR3moIJ5APcCsmg2aF5dq1w9ukw { display:block; }
 }@media only screen and (max-width: 763px) { #yibaTRSUP9hTzon8MSwlrHVr8btxiN4B { width:19.0625rem;height:0.975rem;top:37.13671875rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw1yEAGt14y0mSZQ2s9INqv6RcvVSQkZ { width:10.9375rem;height:0.975rem;top:51.205078125rem;left:4.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLctWtAUlpqGrkbUfmpHCs9dU4VtFWTz { width:8.75rem;height:5.2275375rem;top:5.625rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #spkRTmBZJqZM6vxPzc72JdTTwUHGsKwr { width:14.3125rem;height:2.5rem;top:60.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJASdwQ8pskmDNoIyn1t0I9pm4i4Or5x { display:block; }
 }@media only screen and (max-width: 763px) { #XOKFX20ku0bdT2SyJOhISqSL5VgAZRZc { width:4.125rem;height:5.8125rem;top:53.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 { display:block; }#D8JqA8scK9uxi7Sx030JFpWmdIbTWQG8 > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufi9MaCw48LgxdKnCXF8I7JRHeTLh7zk { width:20rem;height:2.27430625rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wea2nTWOF9caGIEmdfvRTq08yezi5GQm { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkdmbskvekaipyp3ccv6WUCD5kahEZyN { width:20rem;height:11.3125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR8JkAtfiQAico8LbPxDspGkcAHCOaIy { width:19.0625rem;height:0.975rem;top:18.0625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvfAtT0a9yfuibSNBDDt2ikMXScTaBb5 { width:20rem;height:17.375rem;top:19.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0lrhNmdqS2mMoFl3qMrLeivgTdWCeg { width:19.4375rem;height:11.6875rem;top:38.955078125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyEOUEE3lVXBKIkW1wqimXHMttb1pZpg { width:0.125rem;height:26.25rem;top:79.440428125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTFRF8eo3OdNgHerng8OrlqLAIgny02U { width:17.375rem;height:29.56594375rem;top:64.1875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbX3xDMy9z6cTsmTEwrezMTAVwW3hVQ { width:10.375rem;height:2.5rem;top:95.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BtdkCSkkl1Ltg5HFzdLxHBZlbSk26N { display:block; }
 }@media only screen and (max-width: 763px) { #vZ7NawcMkophQK67ZBu5B8Uh1eOZr4N5 { width:19.0625rem;height:0.975rem;top:37.13671875rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqXsTPsFBI5W0SJTM4D5soXHM0G3LfGF { width:10.9375rem;height:0.975rem;top:51.205078125rem;left:4.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOUkbFA6grb8aaV6q9Vp9n6wVAB0AM6 { width:8.75rem;height:5.2275375rem;top:5.6875rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #beDRuU9VRRM7ddqT2ZeTCxuKlGCVxUmQ { width:14.3125rem;height:2.5rem;top:60.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfT6b3ZbwV4nTqegbv3UX8lxnhZ65OcP { display:block; }
 }@media only screen and (max-width: 763px) { #BUvrCph4TWxfpbo0ZM1ZXlWzZT1LxzsT { width:4.125rem;height:5.8125rem;top:53.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c163d43-6e0f-4b1e-99d9-9ca0008fdced/clubhouse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ.adaptive-delivery-prevent-bg, #Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ.lazyload, #Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ.lazyloading { background-image: none; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container { background-color: transparent; background-image: none; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container > .video-iframe-container { display: none; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row > .video-iframe-container { display: none; }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .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); }#Tne2GupVJKUATJ2axTPd6x8qLTDxGTzJ > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2cRwlPakNJE2du1k7NInDEEc70CXQzq { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd5n84yi0TNzuV9kMtp98UmolnOxOthJ { width:17.5625rem;height:3.89930625rem;top:4.4873046875rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufsd8HJNnIXz2TBN9flQETNrG5a0Qe6N { width:20rem;height:12.5rem;top:10.40918125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTm5Z3pvTx5gk4Wdrru65iooBVhGZDsz { width:20rem;height:12.5rem;top:23.1591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEK18SzksBr2og7MSliVaUVWT2E3eiS { width:20rem;height:12.5rem;top:48.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgAmddvUJyJxN6tgumR4RPnMQ0PTt9b { width:20rem;height:12.5rem;top:35.9091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 { display:block; }#fa9Lg10rFp8co1aIalm0yd9gm1chK8H3 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgUk7wwWNb59gai8SmgyxEHmx56O3Zbq { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLSOzg7oxz8LETBGiUXzHNHyM1n4vyQ { width:19.375rem;height:6.8229rem;top:10.599609375rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDkAu59WefiZwnQT8hB4TGbLlQGty14D { display:flex;width:1.9375rem;height:1.9375rem;top:6.75rem;left:5.0625rem; }
 }@media only screen and (max-width: 763px) { #wxB83R5FZFDDmywyCXVKiQHign49SkBy { width:10.875rem;height:3.125rem;top:6.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mccE6zsKkuXg9JSOwrNZnxRbbZ30QAFM { display:block; }
 }@media only screen and (max-width: 763px) { #h28baHAaLyhzw3DCklicCWbhleMCeJLK { width:20rem;height:1.46180625rem;top:3.841796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrZROPn0uQwTZnnweaNuxzExbeu48ag4 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container { background-color: transparent; background-image: none; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container > .video-iframe-container { display: none; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row > .video-iframe-container { display: none; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .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); }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container { border-width: 0; border-radius: 0; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrZROPn0uQwTZnnweaNuxzExbeu48ag4 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVJw4zF3XPbFXtRQUAx3mA7I314hntFk { width:20rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUMSpsFqT9vckTGDqeWGJZ5WyN0WNe0m { width:10rem;height:10rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltdCQaiuSXWXikZ8oL7Tstpzu476lCs { width:10rem;height:10rem;top:25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ETIg4LKKdaNGlFXEb1psMuXNEq4S2c { width:10rem;height:10rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0Bi0Tcu2L1dahyXnN3BPA0ahrMwDIX { width:10rem;height:10rem;top:35rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF { display:block; }#LBEU2To3uC4vcT8OOR2uLF2aDZdMdraF > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHDO3Q4uzUiU2XxOoTe3JEgFSD3SfaGD { width:17.6875rem;height:6.252625rem;top:1.4658203125rem;left:1.15625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU { display:block; }#kJ6pcRfvaLT9xW7uwEuBQ200ruZEqylU > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMAOa8FMrM5rGPSAMbbx0oIqqcmve3LU { width:15.75rem;height:3.0625rem;top:0.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #norHCrTEMx5iSNul58LQCEW22zPPxTJE { width:8.125rem;height:4.0625rem;top:5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT { display:block; }#aTuaMeyVCn0xQ3Zn0Hq6LkQUGZuTsHVT > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDnka0vh9DNP1ehqkdBpbVFSZuvQNs94 { width:8.875rem;height:4.4375rem;top:4.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMUTxkK1xfIqg11ZvJDKHgoxyNowBqD { width:20rem;height:8.774325rem;top:11.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 { display:block; }#S9LtJvx9Xa8AuBeGTPRAc8M8tXwQdq84 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaUxpJECu7qOSt7iznCyKIv4zfV6TlPh { width:10.0625rem;height:6.5rem;top:0rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD7hiUxeDSF63WJas46sWUJqQJ52tETr { width:15.625rem;height:16.4375rem;top:13.125rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DRfWXIhqvEn1VH9qxH9RyC3CDraVRany { width:13.1875rem;height:1.625rem;top:9.5625rem;left:3.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSqBiVWXfHJUho5JNGqBgtzWwPGBvFBg { display:flex;width:3.125rem;height:3.125rem;top:34.5625rem;left:8.4375rem; }
#bSqBiVWXfHJUho5JNGqBgtzWwPGBvFBg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mNAnApTTUz4tMLhG3qT8RnEkiQWGiC0q { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T { display:block; }#JN0OwG5HbvRiC2agiMczk7NKt8aMfh0T > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9xcH0DLS7JBl7CeqIXTBQO9drCrnP9S { width:10.0625rem;height:6.5rem;top:0rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzuAyEnpBFEpToLhJ5u3Zrr2LqSSveH0 { width:15.625rem;height:14.125rem;top:13.25rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gqdehB9Bk6tkLQ0Gett6pswN6afDFGMm { width:14.3125rem;height:1.625rem;top:9.375rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPXaHIIgpgatALcA3tqDTv0XMHuESTKv { display:flex;width:3.125rem;height:3.125rem;top:59.1875rem;left:8.4375rem; }
#yPXaHIIgpgatALcA3tqDTv0XMHuESTKv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #BPpP3o1S3GUR5zhTncDGX4RERISg1V2a { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5HivLuOloLbisFNXEFO3LfqxKBOP98L { width:15.625rem;height:14.9375rem;top:34.0625rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c2sE1xHXR8XCtcgbzTLvlHpxyIHSTvfN { width:14.3125rem;height:1.625rem;top:30.5625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpWrKXPHpkgle2Tv6LxLuLXxPTQzzilC { width:15.625rem;height:6.8229375rem;top:50.5rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW4F7btXXVDr8OciTIXi786DiP6t1kD3 { display:block; }#qW4F7btXXVDr8OciTIXi786DiP6t1kD3 > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJFkbqeTiyKpe4UrUrBHUR1uT1zCG2df { width:10.0625rem;height:6.5rem;top:0rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTJOOAr1TzlWW0uk7JBZGu4fTkaOTOgL { width:15.625rem;height:14.375rem;top:11.9375rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ntE3kFd8EeV3cPBqvwxtRNC0HDT7Jyf2 { width:14.3125rem;height:1.625rem;top:9.375rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk9VCp6yhyB2TfWxID2DKveSQZVUk2bR { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIZmmMmp9vVaIJw4y7PqAVRn79kOd5yZ { width:15.625rem;height:14.4375rem;top:30.875rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fTsOkSiDNiq1Fsdtat2187S2ytkveTmh { width:14.6875rem;height:1.625rem;top:27.5625rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhlEJyz7ZbuMop0VnmskG0LMSeWUOtPh { width:15.625rem;height:6.8229375rem;top:46.87109375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 { display:block; }#D426TfVQTBFEQT3eRTxmH41Q7AfAhkB9 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eR4qhOW7x891mTQtPbf8MHHMPu4lX7rn { width:10.0625rem;height:6.5rem;top:0rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE07udxoZH46D90zhLWyBTKXKgVkAwDr { width:15.625rem;height:13.6875rem;top:13.25rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PoihHid150X8o817JUez5QizUsFiGlLd { width:14.3125rem;height:1.625rem;top:9.375rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDWuaprzL3lesnTMsPry9Eo8e0mXI3W { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWQ2FtrARkoSybSLQlcsytFSeasy8AJ { width:15.625rem;height:14rem;top:34.0625rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IvMXvTdxd6lP8XPnSQtr4NQUFTZGTiUE { width:14.3125rem;height:1.625rem;top:30.5625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTBQxlkrRRIBsDaiWugDfgQ7qtiCe6K7 { width:15.625rem;height:6.8229375rem;top:69.5rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql8pIlmk5RrSubW9aMmoemvt6dR9bUcL { width:15.625rem;height:13.75rem;top:53.625rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PKvSGfamzZUfvUxzouOVb5uvJECy0ape { width:14.6875rem;height:1.625rem;top:50.5rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMPDwaS1xEuSLHSThff9q8KNnTyOHeK { display:block; }#siMPDwaS1xEuSLHSThff9q8KNnTyOHeK > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrXOTsqWU1Jal5sM7WzPgpov8nyWvUK1 { width:10.0625rem;height:6.5rem;top:0rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3PyMbMekk3FnvRyHDlBZoyzzWASAQZp { width:14.75rem;height:14.375rem;top:11.9375rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H9RZ1T4EHdzIWJePVBPA7BdZSP5pOA55 { width:14.3125rem;height:1.625rem;top:9.375rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB3OamMiZR8O9Kgps6PNrBQMImoeArwO { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q03l9MrnNguSn2HBaD0OHzttzMqJfAHR { width:14.6875rem;height:14.4375rem;top:30.875rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uA8FGvVXX0P6OlQbgAShI50kBBOUruiv { width:14.6875rem;height:1.625rem;top:27.5625rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZC0xoi3tZknFwl8mNCa1mctl9ZvgVs { width:15.625rem;height:6.8229375rem;top:46.87109375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT { display:block; }#Oiys4FKJnXp0qOuooZVCLt2lK9AvfLrT > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVF4heOUL5DaHTvpL0Bl49JQcJNkMsJt { width:10.0625rem;height:6.5rem;top:0rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKwx2sCXi1HOATqsgyEGTzH8KDV3nQB2 { width:15.5625rem;height:9.1875rem;top:12.5625rem;left:2.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ph9s5f9XEpe7c4Co44iKmK4hOJm6T6xO { width:14.3125rem;height:1.625rem;top:9.375rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkL4sDdbPgzNsB90yVzm4csHef4TwGCV { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icXJI69X0Lha8VeqSKK2WLkMutSCILCq { width:15.5625rem;height:9.4375rem;top:26.4375rem;left:2.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PEqGBv9IEG8B98hie0PXA4vznhLLUImi { width:14.6875rem;height:1.625rem;top:23.375rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8s67a3LOPbxOU0G0SR6kRM9mtvwliRc { width:15.625rem;height:6.8229375rem;top:37.87109375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz { background-color: transparent; background-image: none; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row .container > .video-iframe-container { display: none; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row > .video-iframe-container { display: none; }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .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); }#a70pCi8BJsKT6EKvf5J3i4gA87cvw2Rz > .row .container { width:20rem;background-color:rgba(0,0,0,0);background-image:none;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhnIV3STey59KlclO2gW2x4QNCxNJ2pt { display:flex;top:0.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15010; }
#fhnIV3STey59KlclO2gW2x4QNCxNJ2pt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }