.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.63);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:block; }#MK7aocVzWQDunVOSg4CTHlT23NwPDmkJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:14.9375rem;top:0.8125rem;left:1.53125rem;overflow:hidden;display:block; }
#tNqocwTEgIFdSOfEfeyNLk190TfqVv1H { background-color:#97132a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.9375rem;left:59.34375rem;display:block; }
#hZqpe7om7bckaUqOLIby47T7eq6x83TP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0319016c-4a86-4702-a57a-dfb3f05b6820/familia_gradiente.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz.adaptive-delivery-prevent-bg, #AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz.lazyload, #AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz.lazyloading { background-image: none; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container { background-color: transparent; background-image: none; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container > .video-iframe-container { display: none; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row > .video-iframe-container { display: none; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .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); }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container { border-width: 0; border-radius: 0; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#MVt6MkS1txmZX8clqk295zg2780qQqs7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.375rem;left:3.1875rem;overflow:hidden;display:block; }
#KM1rP0hwMFkdwDRvdBiyfwSEv31gawbG { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:26.1875rem;left:3.1875rem;height:7.5rem;font-style:normal;display:block; }
#Uzg0fQ9XT5kfT9VLZNmWIzqVHbRHMnkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#97132a;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; }#Uzg0fQ9XT5kfT9VLZNmWIzqVHbRHMnkP > .row .container { border-width: 0; border-radius: 0; }#Uzg0fQ9XT5kfT9VLZNmWIzqVHbRHMnkP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uzg0fQ9XT5kfT9VLZNmWIzqVHbRHMnkP > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:none; }#KDfPik4RlfuK4knCRuk1OSsA2pFZugV3 { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.80078125rem;left:4.625rem;height:10.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4uC8it8TRM3fDE4wEJ4k16tMz41TBWE { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:17.80078125rem;left:6.75rem;height:12.1465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#97132a;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; }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row .container { background-color: transparent; background-image: none; }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row .container > .video-iframe-container { display: none; }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row > .video-iframe-container { display: none; }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .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); }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row .container { border-width: 0; border-radius: 0; }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#kZkdSWiK7pa3xmVJR77HZtz9ddiF4eA2 { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.80078125rem;left:4.625rem;height:10.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-form-header {  }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#eeeeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:24.5625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#eeeeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .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:#eeeeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:24.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#97132a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.5625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.1875rem;overflow:hidden;font-style:normal; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .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; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-container:first-of-type{padding-top:0;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-container:last-of-type{padding-bottom:0;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:6.8125rem;left:39.59375rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5625rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 {display:block;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:6.8125rem;left:39.59375rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #lr168QfIwWUta0RSH4XmXmS9OfPIDN1o { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #FT3fkTAOG744a61qfF7tQ2hurrWll70F { position:relative;display:block; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #uKusPAVa59U32u2yMhfKmaOxoAUBnuS9 { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #g0ZG3Zw7QEkOIKLTz9CgeX56ce3S1TLq { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #L2nABZ5PRfIzHFFlKI9sDV3EuWplLPsG { position:relative;display:block; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #Tua7GVKGme3Hp6ug8CB6bZLQPKTyQ5Nd { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #qKemEMTFrZ73eCQlfICMCVNXMb2f2LNV { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #M9W4py91dIc7aHtsGEVQH7zbxsEvF8LD { position:relative;display:block; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #FIMsTqu5tuToRwhC1acDqTiofpXt3DrJ { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #W1qwIhtmJkuQgi2hgvv4Io4zJ1PrTNyf { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #slaOQQkOQ9mAZzNfyMK2r3gB19kdHLzD { position:relative;display:block; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #TTPGpvHBpUfC9hoP0qS8z6nP4qQoe1Ld { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #v5a15o2pTiU7s1BA7EWh6mGAy4smNIJg { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #M9CvFAqwgwkfNl1sCCTGtqr8x0SlpO1o { position:relative;display:block; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #tAqMZ3solTrVfk3vT54WodpooZVIKppw { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #tSr8lTNBqeDWXxTcrXN4ManmUPI6kTOA { position:relative; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #XXncw5KkkwTbyR4UvF07hw9os5cGiAup { position:relative; }
#qOsCGksPIUCAuBxClR048ETIT6pD2bbd { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:17.80078125rem;left:6.75rem;height:12.1465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgMstcRt0eUdDTdPIadJ0iaPrzhcTCTF { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:39.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row .container { background-color: transparent; background-image: none; }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row .container > .video-iframe-container { display: none; }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row > .video-iframe-container { display: none; }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .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); }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row .container { border-width: 0; border-radius: 0; }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#byRk0bB06NvTwqdk2LHvNSA0DtbKlUBp { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.5rem;left:22rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qb4gOdKum0gqwsoRO94dK9rUTqQg4XHs { box-sizing:content-box;height:13.0625rem;width:30.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #363636;border-left:0.0625rem solid #363636;border-right:0.0625rem solid #363636;border-bottom:0.0625rem solid #363636;top:10.6875rem;left:38.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cb32594b-2cc0-40bf-8eab-af309a895014/CasaCiruelorealistalores.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:56.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW.adaptive-delivery-prevent-bg, #Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW.lazyload, #Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW.lazyloading { background-image: none; }
#TC23egsfIOZHGhmTlTR81X6Z4HiI704h { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.625rem;left:39.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#rMsG4VB3bGE9vfnNZLfbt99RiqhQQgPT { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.375rem;left:39.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#ocJPITR3nNiml4tL8z6RxAV1024BrXzv { color:#97132a;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.40625rem;left:39.9375rem;height:2.1933625rem;font-style:normal;display:block; }
#TnTQoVwkxlueVozqk3w0m1dH1KyQ5KHl { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.125rem;height:1.7871125rem;font-style:normal;display:block; }
#ywTRhG7MATQKTg3Urd9vQOfeU2xFRkDJ { box-sizing:content-box;height:3.5625rem;width:13.8125rem;position:absolute;display:block;z-index:14996;background-color:#139742;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:39rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#hiZcyzmvlWvHSiiF2RSTwTIebrkVuXUd { color:#363636;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.21875rem;left:39.9375rem;height:2.4375rem;font-style:normal;display:block; }
#Q8w1J5Wz8D9GzWaUfLbI81aiCluZ2Kgk { box-sizing:content-box;height:12.875rem;width:30.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #363636;border-left:0.0625rem solid #363636;border-right:0.0625rem solid #363636;border-bottom:0.0625rem solid #363636;top:10.8125rem;left:6.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#B6V0tibtOT1pzklAEN4esOWzVuNAIDtb { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b3948785-8dc4-4a52-97e1-caec94f1a318/CasaLaurelrealistalores.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:24.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#B6V0tibtOT1pzklAEN4esOWzVuNAIDtb.adaptive-delivery-prevent-bg, #B6V0tibtOT1pzklAEN4esOWzVuNAIDtb.lazyload, #B6V0tibtOT1pzklAEN4esOWzVuNAIDtb.lazyloading { background-image: none; }
#quzEzTiiX8lPhNH1hn8KQDmc89FDAyg1 { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5rem;left:7.75rem;height:1.70605625rem;font-style:normal;display:block; }
#lJfxeV18zCddHuaZuttqTuu1tb5geouW { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.75rem;left:7.8125rem;height:1.70605625rem;font-style:normal;display:block; }
#u6zqVK0bOnkqIVIylb4mizkGBkiQmuLT { color:#97132a;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5625rem;left:7.8125rem;height:2.1933625rem;font-style:normal;display:block; }
#m8PKN6HoyWt0EAT9gfqtJ91uGex99RMT { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:7.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#lEqnHAkaCB4HaFvsvQ3eDVX5aGINzpdS { box-sizing:content-box;height:3.5625rem;width:16.3125rem;position:absolute;display:block;z-index:14997;background-color:#97132a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:6.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;display:block; }
#laavDoGccUXJZX8nWqx06NNnhFPPBu1v { color:#363636;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.1875rem;left:7.8125rem;height:2.4375rem;font-style:normal;display:block; }
#k4qQ2vKuWUaFCwsM9DxcHXpspolJKTP7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:15.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:8.4375rem;left:6.1875rem;display:block; }
#Ju8CIwevHMye6nEMPB9cHFMyOghhRiZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giL5GFKQ5igibiJHfZH7JTnh7hvrFoOR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:15.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.4375rem;left:38.25rem;display:block; }
#Aylcho788GIVHITBmkiGwDcdiMwoSA39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWWXmdz7dwutSvHhNi7TgVbKftI9mqba { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.5rem;left:22rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dLQaUKCkPKe7lMpFws6CrfP3tZzMAaTJ { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.5rem;left:22rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo { position:relative;display:block; }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo { background-color: transparent; background-image: none; }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .row .container > .video-iframe-container { display: none; }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .row > .video-iframe-container { display: none; }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .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); }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo { border-width: 0; border-radius: 0; }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .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; }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yv1Ois5PNbQrpEL0WkoqeP6bVfk171L9 { color:#363636;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:5.375rem;height:2.4375rem;font-style:normal;display:block; }
#yyUcxxbLE6zMuSxOBvJwszSxi1kqhVOE { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:5.375rem;height:1.7871125rem;font-style:normal;display:block; }
#P6VWOaekrJlZeSAhFmtOJO8A1oi7aQTu { box-sizing:content-box;height:1.9375rem;width:15.3125rem;position:absolute;display:block;z-index:15000;background-color:#97132a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:4.75rem;display:block; }
#LsV0zLVERexAKzkJU6EuxEvDoRtqBgiV { color:#97132a;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.875rem;left:5.375rem;height:2.1933625rem;font-style:normal;display:block; }
#FOMMsQeuE1T9R24rV3sSB4u4GVwS9rAq { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5625rem;left:5.375rem;height:1.70605625rem;font-style:normal;display:block; }
#CgtklgQE2dcV5LXCsykgv3O3nNH2XL1I { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:5.375rem;height:1.70605625rem;font-style:normal;display:block; }
#sSC6vExfk5tCXxhWC39NFK4W7Cd0AssI { color:#363636;display:block;width:14.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:14.75rem;left:5.375rem;height:6.7480625rem;font-style:normal;display:block; }#sSC6vExfk5tCXxhWC39NFK4W7Cd0AssI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sSC6vExfk5tCXxhWC39NFK4W7Cd0AssI li:before{  }
#J14vFP2Tac1lul2vUanFhIZawrgC5JJt { box-sizing:content-box;height:26.875rem;width:43.75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b3948785-8dc4-4a52-97e1-caec94f1a318/CasaLaurelrealistalores.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:25.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#J14vFP2Tac1lul2vUanFhIZawrgC5JJt.adaptive-delivery-prevent-bg, #J14vFP2Tac1lul2vUanFhIZawrgC5JJt.lazyload, #J14vFP2Tac1lul2vUanFhIZawrgC5JJt.lazyloading { background-image: none; }
#qeVEe7kZ9GFndsTdvI8FWpBq06Z1kV12 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.4375rem;left:5.375rem;display:block; }
#ThN4FnQVyobMP6XgKkDmdXVqlOImMDST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxHF3DEIUWbwJa2mqOtf6ggktBoQw1US { background-color:#97132a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:26.5625rem;left:5.375rem;display:block; }
#wh0pIWd7dZPVl26y0cpM7gLacqZL7lm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wKD3DPiBTEepTGObU8q8iraISweAw7qM { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:6.25rem;width:9.6875rem;top:2.375rem;left:27.21875rem;overflow:hidden;display:block; }
#bt1BZW4STCR7TSWUvDWDmXvyn7rEEU8r { box-sizing:content-box;height:5.75rem;width:8.4375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5966796875rem;left:27.71875rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q { position:relative;display:block; }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q { background-color: transparent; background-image: none; }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .row .container > .video-iframe-container { display: none; }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .row > .video-iframe-container { display: none; }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .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); }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q { border-width: 0; border-radius: 0; }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .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; }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uSfoSOSOG09eZJgzWa5IH7N85D1mgHD5 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:27.8125rem;top:7.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#t7rvopfXlZLLQAR1uuD2ChLwIaUtfZ25 { box-sizing:content-box;height:24.1875rem;width:70rem;position:absolute;display:block;z-index:14999;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:2.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yKAJ0x9atN6yaVnDTcA2XTVxJKhRmdbe { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:30.5625rem;top:6.0625rem;left:6rem;overflow:hidden;display:block; }
#h5gXDJMT9xV4fSEWOQGNgbi3PoXuATIi { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.0625rem;left:13.40625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtktTpiuD370BrZBh312eN5ze2xbTaxv { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.0625rem;left:48.21875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKxnbpbg9fPr1eI9AhT7aP3nht1TLn9b { color:#363636;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3125rem;left:6rem;height:2.4375rem;font-style:normal;display:block; }
#aLKpvs2gPgzq448ThfAdRMZNOBfmLKkT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.3125rem;left:2.6875rem; }
#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA { position:relative;display:block; }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA { background-color: transparent; background-image: none; }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .row .container > .video-iframe-container { display: none; }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .row > .video-iframe-container { display: none; }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .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); }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA { border-width: 0; border-radius: 0; }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .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; }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .row .container { border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid #97132a;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QaaNKEfbqThidwex9wKXsoCIJGGOnzdu { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:7.875rem;top:16.8125rem;left:64.1875rem;overflow:hidden;display:block; }
#raDVlTPb1JsBTQahT2CcyGgISFSTaxvR { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:7.875rem;top:16.8125rem;left:55.9375rem;overflow:hidden;display:block; }
#A46VKcizyeahuoIAp3FQ4fT5v3Mldc36 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.8125rem;top:4.6875rem;left:37.75rem;overflow:hidden;display:block; }
#ruBE5ohzFdq6NDtqxsqJyVywHZ9osO9O { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.8125rem;top:4.6875rem;left:55.9375rem;overflow:hidden;display:block; }
#zUDLmCLvJRXPpWnWPssFQTEL4cHerWmR { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.8125rem;top:16.8125rem;left:37.75rem;overflow:hidden;display:block; }
#PE5Alq7xuEr4BcTvBA4VGtLySWytD2a8 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.875rem;top:4.6875rem;left:19.625rem;overflow:hidden;display:block; }
#LvMuOCyDvSAUl49Q6SzsJq86INVJU3sR { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.8125rem;top:16.8125rem;left:19.625rem;overflow:hidden;display:block; }
#Ugm6HgtRP8lOVihFepooEISDtiCMKTWi { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.75rem;top:4.6875rem;left:1.5625rem;overflow:hidden;display:block; }
#slyceW4qTFyS6TqvfqvNcdKB5A81UBUA { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.8125rem;top:16.8125rem;left:1.5rem;overflow:hidden;display:block; }
#oBclNlDScov8kVocVzT4pv5anRLKJu86 { color:#363636;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5.5rem;height:2.4375rem;font-style:normal;display:block; }
#RcTAwOT4T98FdhkZzRrMOW1eJNKL9sOr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.75rem;left:2.625rem; }
#TLThq8Wg364EB1enNcsQE61TQRD86rNe { background-color:#97132a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.5rem;left:28.1875rem;display:block; }
#Js0S8a5HzMCX2kN7eZyn1ceISzoDrDRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG { position:relative;display:block; }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG { background-color: transparent; background-image: none; }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .row .container > .video-iframe-container { display: none; }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .row > .video-iframe-container { display: none; }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .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); }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG { border-width: 0; border-radius: 0; }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .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; }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#snC2JSIS2pPEkSFywyWviDfBZSFx3R76 { color:#363636;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:5rem;height:2.4375rem;font-style:normal;display:block; }
#qSfvrqCOvC35i5fVrSeIr3lz0oVeI1Ts { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:5.125rem;height:1.7871125rem;font-style:normal;display:block; }
#PE8XNTnrhAT6cBJ6Pbexx6JPJDd3ztmf { box-sizing:content-box;height:1.9375rem;width:13.75rem;position:absolute;display:block;z-index:15000;background-color:#97132a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:4.375rem;display:block; }
#i7yWv1i929wqwJJNTETXZfZbvMKutTsI { color:#97132a;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.412109375rem;left:5rem;height:2.1933625rem;font-style:normal;display:block; }
#T2qHPnxcub7KhMDMDasS8MhDlS6SBqTX { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.60546875rem;left:5rem;height:1.70605625rem;font-style:normal;display:block; }
#ClTw1fPhkznJfGPrvTOXXu5KfTxnNLpL { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.3125rem;left:5rem;height:1.70605625rem;font-style:normal;display:block; }
#cTDiOaUzPqZKN3HRaV4pr7r84buXTNrL { color:#363636;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:13.6396484375rem;left:5rem;height:6.7480625rem;font-style:normal;display:block; }#cTDiOaUzPqZKN3HRaV4pr7r84buXTNrL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cTDiOaUzPqZKN3HRaV4pr7r84buXTNrL li:before{  }
#N1C37Z2FTQEHSx2DWmrOy2sBGMAWGwJP { box-sizing:content-box;height:26.875rem;width:43.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cb32594b-2cc0-40bf-8eab-af309a895014/CasaCiruelorealistalores.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3rem;left:23.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#N1C37Z2FTQEHSx2DWmrOy2sBGMAWGwJP.adaptive-delivery-prevent-bg, #N1C37Z2FTQEHSx2DWmrOy2sBGMAWGwJP.lazyload, #N1C37Z2FTQEHSx2DWmrOy2sBGMAWGwJP.lazyloading { background-image: none; }
#Uov8geqHJ93MQclu90anGUTbZMHMT3Iw { background-color:#97132a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:25.625rem;left:5rem;display:block; }
#fmWwOw9xiawZCXGHM2tpnVeiAbJTTibU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGN7623LKSmAP1utBBoOpGAc2FcRR6w0 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.5rem;left:5rem;display:block; }
#L3bqtGQT7Xtgc7TNED0THXovrTBoL1lJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGk3Q0nAhhNpraSRJ0LAtFNUpNzeU6L0 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:6.25rem;width:9.6875rem;top:2.625rem;left:25.09375rem;overflow:hidden;display:block; }
#VnOCRuz0leVR83TIrirMTyRIxeQwQtPe { box-sizing:content-box;height:5.75rem;width:8.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3rem;left:25.59375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL { position:relative;display:block; }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL { background-color: transparent; background-image: none; }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .row .container > .video-iframe-container { display: none; }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .row > .video-iframe-container { display: none; }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .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); }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL { border-width: 0; border-radius: 0; }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .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; }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTkSkCpFgIEb09PLgLG3iHWGz3XeCmz1 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:26.625rem;top:7.125rem;left:42.1875rem;overflow:hidden;display:block; }
#IFqI5KPShqb2K7zELeKnZWTElZ2ncHkM { box-sizing:content-box;height:24.1875rem;width:69.875rem;position:absolute;display:block;z-index:14999;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:2.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xt68eav0Abb19e7pWXchh7BQ4TPSfnTb { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:30.4375rem;top:6.25rem;left:6rem;overflow:hidden;display:block; }
#pldQUlk8bNTO1M8HDzuskBa5QD5q9m73 { color:#363636;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3125rem;left:6rem;height:2.4375rem;font-style:normal;display:block; }
#fPGpW6oqM5oL2BcKASi7qHFDf16tHCI3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.3125rem;left:2.6875rem; }
#MXQLv66eiCDVVPQQQsZvqyBi0GB0fTCF { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.625rem;left:13.34375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9KeHNT521TOBInmZdD4fpC4DMkiDI00 { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.625rem;left:47.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T { position:relative;display:block; }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T { background-color: transparent; background-image: none; }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .row .container > .video-iframe-container { display: none; }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .row > .video-iframe-container { display: none; }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .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); }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T { border-width: 0; border-radius: 0; }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .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; }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MU11xP07UsTiIXzRyZxmQerG0Nhab1nd { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.8125rem;top:17.5rem;left:2.625rem;overflow:hidden;display:block; }
#TN9m7GAgpKa3bPLMOG7ZPOoGld2aDCTL { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.8125rem;top:17.5rem;left:20.8125rem;overflow:hidden;display:block; }
#z4lXvzpxLIZBgN6phMzBACf3RFvPQoW1 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:7.875rem;top:5.3125rem;left:38.9375rem;overflow:hidden;display:block; }
#khmK7bbRLJaWZCfctqngXfmiU4XnKOic { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.875rem;top:5.3125rem;left:20.75rem;overflow:hidden;display:block; }
#O9DRSHTJCTyITU0ESMF9CQH2OOiXbFgh { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:7.875rem;top:17.5rem;left:47.1875rem;overflow:hidden;display:block; }
#r68Z35NQaHwSRIUmwdANGDeh3PoJ01xD { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:17.8125rem;top:5.3125rem;left:2.625rem;overflow:hidden;display:block; }
#a0bzCf29ysNNf8pvQ0SeAAD8CAfbTdzD { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:7.875rem;top:17.5rem;left:38.9375rem;overflow:hidden;display:block; }
#sDPXQIU1O9Rlh0yvlaxoqMBFXorTTRaK { color:#363636;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5.5rem;height:2.4375rem;font-style:normal;display:block; }
#w5aoyDqglc9UfqRnIBXpgGPHUzcavOGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.75rem;left:2.625rem; }
#xPzCoNCVZVzGbWR5MC69NsSKR2lrTWPC { background-color:#97132a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.5rem;left:28.1875rem;display:block; }
#VK4WvBgS24lmxLtQnk7JQ2MDqVyhxOP7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row .container { background-color: transparent; background-image: none; }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row .container > .video-iframe-container { display: none; }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row > .video-iframe-container { display: none; }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .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); }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row .container { border-width: 0; border-radius: 0; }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row .container { font-size:0.875rem;font-family:arial;height:80.5rem;width:75rem;position:relative;display:block; }#XehCq6BOIKgrTC534EwdXqM4AqsWEuPM { color:rgba(var(--color-tertiary-3),1);display:block;width:41.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.25rem;left:16.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDMTBrhDXSOTfJHH9ddqJgZRQeWNh2Er { box-sizing:content-box;height:65rem;width:30.625rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #363636;border-left:0.0625rem solid #363636;border-right:0.0625rem solid #363636;border-bottom:0.0625rem solid #363636;top:10.6875rem;left:38.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DMQ6Od9Uf81dw8m9X7PTF0Jt8xFU8Tky { color:#97132a;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:40.125rem;height:1.70605625rem;font-style:normal;display:block; }
#OkwwBwRkHgXn3BIdGbB68VlMZcBOKFJ5 { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.3310546875rem;left:40.125rem;height:3.4121125rem;font-style:normal;display:block; }
#r3EofwwsF6WmsBVcgMlS8wze5Jtn90Pv { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.125rem;height:1.7871125rem;font-style:normal;display:block; }
#yM1sqp9pb9uSuHQCWTctRJ91ioES1DUa { box-sizing:content-box;height:3.5625rem;width:13.8125rem;position:absolute;display:block;z-index:14993;background-color:#139742;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:39rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#ae6zpW3f5UaoWruiPyIqRNK6UNKKhD1z { color:#363636;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40.125rem;height:2.4375rem;font-style:normal;display:block; }
#nPhqhhqzxFmxKGp3WxhTaMJ0voFNTb5V { box-sizing:content-box;height:65rem;width:30.625rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #363636;border-left:0.0625rem solid #363636;border-right:0.0625rem solid #363636;border-bottom:0.0625rem solid #363636;top:10.8125rem;left:6.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XMeIETTa9AaMTfntTZNPFGB5w9QoveX7 { color:#363636;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.4375rem;left:8rem;height:3.4121125rem;font-style:normal;display:block; }
#NWPiZUpdoT0WPoOae8rOiyEUdP4k1IFB { color:#97132a;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.75rem;left:8rem;height:1.70605625rem;font-style:normal;display:block; }
#Qqi3pXRRwk1AhTwgw553M3DVQ0KqBp1J { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:7.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#OPMBxFDhVQXrTyO8h1gTQ7nHmL1Vk8Th { box-sizing:content-box;height:3.5625rem;width:16.3125rem;position:absolute;display:block;z-index:14990;background-color:#97132a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:6.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;display:block; }
#urSZb6kAPNv6tZc6ig3UBcHH3qpUCZpa { color:#363636;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.25rem;left:7.875rem;height:2.4375rem;font-style:normal;display:block; }
#INCJztmFoOcyTZKxRnlwDKNHpiHEB9Sm { position:absolute;display:block;z-index:15005;height:23.125rem;width:28.125rem;top:26.8125rem;left:39.5625rem;display:block; }
#JQE6BbtTcGkIaqC2ProFqvvhqmsEp8UE { position:absolute;display:block;z-index:15006;height:23.125rem;width:28.125rem;top:26.8125rem;left:7.5rem;display:block; }
#KvzLWfzehIWB2nW3G0y6aAgTRm1tCX2l { position:absolute;display:block;z-index:14992;border-bottom:0;border-left:0;border-right:0;border-top: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:22.0625rem;width:28.3125rem;top:52.4375rem;left:7.625rem;overflow:hidden;display:block; }
#eibWyq1p7Vq3KC2CsJLtCLQ6SMBQts6x { color:#363636;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:51.375rem;left:7.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#ozesv2KRQWtAP4PSfdLMHVgkIpOtn340 { color:#363636;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:51.375rem;left:39.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#wwbO7kZ2LbNpoUVWiRhvcUdfZ7vqSDed { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:25.875rem;top:56.21875rem;left:41rem;overflow:hidden;display:block; }
#cJ9nmAC3DG4TUpu2nGG9fO5pP2Tz9niQ { color:#363636;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.662109375rem;left:8rem;height:5.19921875rem;font-style:normal;display:block; }
#TKkEQ8r8WWFiMTW2xuE8H0AtlQT47tWR { color:#363636;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.6181640625rem;left:40.125rem;height:;font-style:normal;display:block; }
#E8wTybwEC8TKk6ztDzQ4acUe6wu0EVNW { background-color:#97132a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:12rem;left:23.3125rem;display:block; }
#G7z3OZCV3SAkMlWiioJE1gdaC9NdPmmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPQERlw648PsTxGOgTCau8sa73vRfZcS { background-color:#97132a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:12rem;left:55.125rem;display:block; }
#wyn8xzXN9UfXoPO69nBao7qPyrZnibbm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#97132a;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; }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row .container { background-color: transparent; background-image: none; }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row .container > .video-iframe-container { display: none; }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row > .video-iframe-container { display: none; }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .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); }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row .container { border-width: 0; border-radius: 0; }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#M3UObAyqUE9LrAqAEnC7vhq6ZzF1Es1V { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:20rem;top:5.5625rem;left:6.73828125rem;overflow:hidden;display:block; }
#LxegevWd0HO8csAa8MX5AkLknNhiSLeu { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.8125rem;left:46.75rem;height:9.4472625rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #MK7aocVzWQDunVOSg4CTHlT23NwPDmkJ { top:0.8125rem;left:0rem;width:14.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNqocwTEgIFdSOfEfeyNLk190TfqVv1H { width:13.75rem;height:2.625rem;top:0.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZqpe7om7bckaUqOLIby47T7eq6x83TP { display:block; }
 }@media only screen and (max-width: 763px) { #AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz { display:block; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVt6MkS1txmZX8clqk295zg2780qQqs7 { top:12.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM1rP0hwMFkdwDRvdBiyfwSEv31gawbG { top:26.1875rem;left:0rem;width:20.3125rem;height:7.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzg0fQ9XT5kfT9VLZNmWIzqVHbRHMnkP { display:block; }#Uzg0fQ9XT5kfT9VLZNmWIzqVHbRHMnkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDfPik4RlfuK4knCRuk1OSsA2pFZugV3 { top:4.75rem;left:0rem;width:28.875rem;height:10.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4uC8it8TRM3fDE4wEJ4k16tMz41TBWE { top:17.75rem;left:0rem;width:24.625rem;height:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn { display:block; }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZkdSWiK7pa3xmVJR77HZtz9ddiF4eA2 { top:4.75rem;left:0rem;width:28.875rem;height:10.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-regular-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-text { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-textarea { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-select { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-button { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-checkbox-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1  { width:24.5625rem;height:28.1875rem;top:6.8125rem;left:20.6875rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .radio-container { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 {display:block;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 { width:24.5625rem;height:28.1875rem;top:6.8125rem;left:20.6875rem; }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #lr168QfIwWUta0RSH4XmXmS9OfPIDN1o {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #FT3fkTAOG744a61qfF7tQ2hurrWll70F {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #uKusPAVa59U32u2yMhfKmaOxoAUBnuS9 {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #g0ZG3Zw7QEkOIKLTz9CgeX56ce3S1TLq {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #L2nABZ5PRfIzHFFlKI9sDV3EuWplLPsG {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #Tua7GVKGme3Hp6ug8CB6bZLQPKTyQ5Nd {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #qKemEMTFrZ73eCQlfICMCVNXMb2f2LNV {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #M9W4py91dIc7aHtsGEVQH7zbxsEvF8LD {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #FIMsTqu5tuToRwhC1acDqTiofpXt3DrJ {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #W1qwIhtmJkuQgi2hgvv4Io4zJ1PrTNyf {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #slaOQQkOQ9mAZzNfyMK2r3gB19kdHLzD {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #TTPGpvHBpUfC9hoP0qS8z6nP4qQoe1Ld {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #v5a15o2pTiU7s1BA7EWh6mGAy4smNIJg {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #M9CvFAqwgwkfNl1sCCTGtqr8x0SlpO1o {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #tAqMZ3solTrVfk3vT54WodpooZVIKppw {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #tSr8lTNBqeDWXxTcrXN4ManmUPI6kTOA {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #XXncw5KkkwTbyR4UvF07hw9os5cGiAup {  }
 }@media only screen and (max-width: 763px) { #qOsCGksPIUCAuBxClR048ETIT6pD2bbd { top:17.75rem;left:0rem;width:24.625rem;height:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgMstcRt0eUdDTdPIadJ0iaPrzhcTCTF { top:3.5rem;left:16.75rem;width:26.875rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 { display:block; }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byRk0bB06NvTwqdk2LHvNSA0DtbKlUBp { top:3.5rem;left:8.375rem;width:33.25rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb4gOdKum0gqwsoRO94dK9rUTqQg4XHs { top:10.6875rem;left:17rem;width:30.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW { top:11.75rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC23egsfIOZHGhmTlTR81X6Z4HiI704h { top:17.625rem;left:26.3125rem;width:15.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMsG4VB3bGE9vfnNZLfbt99RiqhQQgPT { top:19.375rem;left:26.3125rem;width:15.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocJPITR3nNiml4tL8z6RxAV1024BrXzv { top:15.375rem;left:26.3125rem;width:13.0625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTQoVwkxlueVozqk3w0m1dH1KyQ5KHl { top:8.75rem;left:26.5rem;width:11.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywTRhG7MATQKTg3Urd9vQOfeU2xFRkDJ { top:8.4375rem;left:25.375rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZcyzmvlWvHSiiF2RSTwTIebrkVuXUd { top:13.1875rem;left:26.3125rem;width:14.125rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8w1J5Wz8D9GzWaUfLbI81aiCluZ2Kgk { top:10.8125rem;left:0rem;width:30.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6V0tibtOT1pzklAEN4esOWzVuNAIDtb { top:11.6875rem;left:11rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quzEzTiiX8lPhNH1hn8KQDmc89FDAyg1 { top:19.5rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJfxeV18zCddHuaZuttqTuu1tb5geouW { top:17.75rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6zqVK0bOnkqIVIylb4mizkGBkiQmuLT { top:15.5625rem;left:0rem;width:13rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8PKN6HoyWt0EAT9gfqtJ91uGex99RMT { top:8.8125rem;left:0rem;width:14.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEqnHAkaCB4HaFvsvQ3eDVX5aGINzpdS { top:8.4375rem;left:0rem;width:16.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laavDoGccUXJZX8nWqx06NNnhFPPBu1v { top:13.1875rem;left:0rem;width:16.8125rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4qQ2vKuWUaFCwsM9DxcHXpspolJKTP7 { width:30.6875rem;height:15.375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8CIwevHMye6nEMPB9cHFMyOghhRiZp { display:block; }
 }@media only screen and (max-width: 763px) { #giL5GFKQ5igibiJHfZH7JTnh7hvrFoOR { width:30.8125rem;height:15.5rem;top:8.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aylcho788GIVHITBmkiGwDcdiMwoSA39 { display:block; }
 }@media only screen and (max-width: 763px) { #wWWXmdz7dwutSvHhNi7TgVbKftI9mqba { top:5.25rem;left:0.6875rem;width:5.6875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLQaUKCkPKe7lMpFws6CrfP3tZzMAaTJ { top:5.25rem;left:0.6875rem;width:5.6875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo { display:block; }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yv1Ois5PNbQrpEL0WkoqeP6bVfk171L9 { top:3.5rem;left:0rem;width:16.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyUcxxbLE6zMuSxOBvJwszSxi1kqhVOE { top:5.9375rem;left:0rem;width:15.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6VWOaekrJlZeSAhFmtOJO8A1oi7aQTu { top:5.9375rem;left:0rem;width:15.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsV0zLVERexAKzkJU6EuxEvDoRtqBgiV { top:7.875rem;left:0rem;width:13rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOMMsQeuE1T9R24rV3sSB4u4GVwS9rAq { top:10.5625rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgtklgQE2dcV5LXCsykgv3O3nNH2XL1I { top:12.25rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSC6vExfk5tCXxhWC39NFK4W7Cd0AssI { top:14.75rem;left:0rem;width:14.875rem;height:;font-size:1rem;display:block; }#sSC6vExfk5tCXxhWC39NFK4W7Cd0AssI li:before{  }
 }@media only screen and (max-width: 763px) { #J14vFP2Tac1lul2vUanFhIZawrgC5JJt { top:2.8125rem;left:4rem;width:43.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeVEe7kZ9GFndsTdvI8FWpBq06Z1kV12 { width:13.75rem;height:2.625rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThN4FnQVyobMP6XgKkDmdXVqlOImMDST { display:block; }
 }@media only screen and (max-width: 763px) { #WxHF3DEIUWbwJa2mqOtf6ggktBoQw1US { width:13.75rem;height:2.625rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0pIWd7dZPVl26y0cpM7gLacqZL7lm4 { display:block; }
 }@media only screen and (max-width: 763px) { #wKD3DPiBTEepTGObU8q8iraISweAw7qM { top:2.375rem;left:13.59375rem;width:9.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt1BZW4STCR7TSWUvDWDmXvyn7rEEU8r { top:2.5625rem;left:14.09375rem;width:8.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR0tTJVArm3lOk6azG43dx9w8cPAtR3q { display:block; }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSfoSOSOG09eZJgzWa5IH7N85D1mgHD5 { top:7.5625rem;left:19.9375rem;width:27.8125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rvopfXlZLLQAR1uuD2ChLwIaUtfZ25 { top:4.4375rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKAJ0x9atN6yaVnDTcA2XTVxJKhRmdbe { top:6.0625rem;left:0rem;width:30.5625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gXDJMT9xV4fSEWOQGNgbi3PoXuATIi { top:26.0625rem;left:0rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtktTpiuD370BrZBh312eN5ze2xbTaxv { top:26.0625rem;left:32rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxnbpbg9fPr1eI9AhT7aP3nht1TLn9b { top:1.3125rem;left:0rem;width:7.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLKpvs2gPgzq448ThfAdRMZNOBfmLKkT { top:1.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA { display:block; }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaaNKEfbqThidwex9wKXsoCIJGGOnzdu { top:16.8125rem;left:39.875rem;width:7.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDVlTPb1JsBTQahT2CcyGgISFSTaxvR { top:16.8125rem;left:39.875rem;width:7.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A46VKcizyeahuoIAp3FQ4fT5v3Mldc36 { top:4.6875rem;left:24.125rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruBE5ohzFdq6NDtqxsqJyVywHZ9osO9O { top:4.6875rem;left:29.9375rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUDLmCLvJRXPpWnWPssFQTEL4cHerWmR { top:16.8125rem;left:24.125rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE5Alq7xuEr4BcTvBA4VGtLySWytD2a8 { top:4.6875rem;left:6rem;width:17.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvMuOCyDvSAUl49Q6SzsJq86INVJU3sR { top:16.8125rem;left:6rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugm6HgtRP8lOVihFepooEISDtiCMKTWi { top:4.6875rem;left:0rem;width:17.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slyceW4qTFyS6TqvfqvNcdKB5A81UBUA { top:16.8125rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBclNlDScov8kVocVzT4pv5anRLKJu86 { top:1.5625rem;left:0rem;width:7.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTAwOT4T98FdhkZzRrMOW1eJNKL9sOr { top:1.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLThq8Wg364EB1enNcsQE61TQRD86rNe { width:18.625rem;height:3.375rem;top:31.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js0S8a5HzMCX2kN7eZyn1ceISzoDrDRy { display:block; }
 }@media only screen and (max-width: 763px) { #nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG { display:block; }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snC2JSIS2pPEkSFywyWviDfBZSFx3R76 { top:3rem;left:0rem;width:16.8125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSfvrqCOvC35i5fVrSeIr3lz0oVeI1Ts { top:5.5625rem;left:0rem;width:12.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE8XNTnrhAT6cBJ6Pbexx6JPJDd3ztmf { top:5.4375rem;left:0rem;width:13.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7yWv1i929wqwJJNTETXZfZbvMKutTsI { top:7.375rem;left:0rem;width:13rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2qHPnxcub7KhMDMDasS8MhDlS6SBqTX { top:9.5625rem;left:0rem;width:15.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTw1fPhkznJfGPrvTOXXu5KfTxnNLpL { top:11.3125rem;left:0rem;width:15.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTDiOaUzPqZKN3HRaV4pr7r84buXTNrL { top:13.625rem;left:0rem;width:14.5rem;height:;font-size:1rem;display:block; }#cTDiOaUzPqZKN3HRaV4pr7r84buXTNrL li:before{  }
 }@media only screen and (max-width: 763px) { #N1C37Z2FTQEHSx2DWmrOy2sBGMAWGwJP { top:3rem;left:4rem;width:43.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uov8geqHJ93MQclu90anGUTbZMHMT3Iw { width:13.75rem;height:2.625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmWwOw9xiawZCXGHM2tpnVeiAbJTTibU { display:block; }
 }@media only screen and (max-width: 763px) { #EGN7623LKSmAP1utBBoOpGAc2FcRR6w0 { width:13.75rem;height:2.625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3bqtGQT7Xtgc7TNED0THXovrTBoL1lJ { display:block; }
 }@media only screen and (max-width: 763px) { #TGk3Q0nAhhNpraSRJ0LAtFNUpNzeU6L0 { top:2.625rem;left:11.46875rem;width:9.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnOCRuz0leVR83TIrirMTyRIxeQwQtPe { top:3rem;left:11.96875rem;width:8.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL { display:block; }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTkSkCpFgIEb09PLgLG3iHWGz3XeCmz1 { top:7.125rem;left:19.9375rem;width:26.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFqI5KPShqb2K7zELeKnZWTElZ2ncHkM { top:4.4375rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt68eav0Abb19e7pWXchh7BQ4TPSfnTb { top:6.25rem;left:0rem;width:30.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pldQUlk8bNTO1M8HDzuskBa5QD5q9m73 { top:1.3125rem;left:0rem;width:7.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGpW6oqM5oL2BcKASi7qHFDf16tHCI3 { top:1.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXQLv66eiCDVVPQQQsZvqyBi0GB0fTCF { top:25.625rem;left:0rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KeHNT521TOBInmZdD4fpC4DMkiDI00 { top:25.625rem;left:32rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T { display:block; }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MU11xP07UsTiIXzRyZxmQerG0Nhab1nd { top:17.5rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN9m7GAgpKa3bPLMOG7ZPOoGld2aDCTL { top:17.5rem;left:7.1875rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4lXvzpxLIZBgN6phMzBACf3RFvPQoW1 { top:5.3125rem;left:25.3125rem;width:7.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khmK7bbRLJaWZCfctqngXfmiU4XnKOic { top:5.3125rem;left:7.125rem;width:17.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9DRSHTJCTyITU0ESMF9CQH2OOiXbFgh { top:17.5rem;left:33.5625rem;width:7.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r68Z35NQaHwSRIUmwdANGDeh3PoJ01xD { top:5.3125rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bzCf29ysNNf8pvQ0SeAAD8CAfbTdzD { top:17.5rem;left:25.3125rem;width:7.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPXQIU1O9Rlh0yvlaxoqMBFXorTTRaK { top:1.5625rem;left:0rem;width:7.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5aoyDqglc9UfqRnIBXpgGPHUzcavOGo { top:1.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPzCoNCVZVzGbWR5MC69NsSKR2lrTWPC { width:18.625rem;height:3.375rem;top:31.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK4WvBgS24lmxLtQnk7JQ2MDqVyhxOP7 { display:block; }
 }@media only screen and (max-width: 763px) { #bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi { display:block; }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XehCq6BOIKgrTC534EwdXqM4AqsWEuPM { top:3.25rem;left:3rem;width:41.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDMTBrhDXSOTfJHH9ddqJgZRQeWNh2Er { top:10.6875rem;left:17rem;width:30.625rem;height:65rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMQ6Od9Uf81dw8m9X7PTF0Jt8xFU8Tky { top:14.625rem;left:26.5rem;width:15.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkwwBwRkHgXn3BIdGbB68VlMZcBOKFJ5 { top:16.3125rem;left:26.5rem;width:15.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3EofwwsF6WmsBVcgMlS8wze5Jtn90Pv { top:8.75rem;left:26.5rem;width:11.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM1sqp9pb9uSuHQCWTctRJ91ioES1DUa { top:8.4375rem;left:25.375rem;width:13.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae6zpW3f5UaoWruiPyIqRNK6UNKKhD1z { top:12.1875rem;left:26.5rem;width:14.125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPhqhhqzxFmxKGp3WxhTaMJ0voFNTb5V { top:10.8125rem;left:0rem;width:30.625rem;height:65rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMeIETTa9AaMTfntTZNPFGB5w9QoveX7 { top:16.4375rem;left:0rem;width:15.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWPiZUpdoT0WPoOae8rOiyEUdP4k1IFB { top:14.75rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqi3pXRRwk1AhTwgw553M3DVQ0KqBp1J { top:8.8125rem;left:0rem;width:14.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPMBxFDhVQXrTyO8h1gTQ7nHmL1Vk8Th { top:8.4375rem;left:0rem;width:16.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSZb6kAPNv6tZc6ig3UBcHH3qpUCZpa { top:12.25rem;left:0rem;width:16.8125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INCJztmFoOcyTZKxRnlwDKNHpiHEB9Sm { top:26.8125rem;left:19.625rem;width:28.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQE6BbtTcGkIaqC2ProFqvvhqmsEp8UE { top:26.8125rem;left:0rem;width:28.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvzLWfzehIWB2nW3G0y6aAgTRm1tCX2l { top:52.4375rem;left:0rem;width:28.3125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eibWyq1p7Vq3KC2CsJLtCLQ6SMBQts6x { top:51.375rem;left:0rem;width:18.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozesv2KRQWtAP4PSfdLMHVgkIpOtn340 { top:51.375rem;left:26.3125rem;width:17rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwbO7kZ2LbNpoUVWiRhvcUdfZ7vqSDed { top:56.1875rem;left:21.875rem;width:25.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ9nmAC3DG4TUpu2nGG9fO5pP2Tz9niQ { top:20.625rem;left:0rem;width:17.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKkEQ8r8WWFiMTW2xuE8H0AtlQT47tWR { top:20.5625rem;left:26.5rem;width:20.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8wTybwEC8TKk6ztDzQ4acUe6wu0EVNW { width:12.625rem;height:3.375rem;top:12rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7z3OZCV3SAkMlWiioJE1gdaC9NdPmmW { display:block; }
 }@media only screen and (max-width: 763px) { #rPQERlw648PsTxGOgTCau8sa73vRfZcS { width:12.625rem;height:3.375rem;top:12rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyn8xzXN9UfXoPO69nBao7qPyrZnibbm { display:block; }
 }@media only screen and (max-width: 763px) { #Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT { display:block; }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3UObAyqUE9LrAqAEnC7vhq6ZzF1Es1V { top:5.5625rem;left:0rem;width:20rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxegevWd0HO8csAa8MX5AkLknNhiSLeu { top:2.8125rem;left:26.5rem;width:21.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK7aocVzWQDunVOSg4CTHlT23NwPDmkJ { width:9.875rem;height:1.8125rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNqocwTEgIFdSOfEfeyNLk190TfqVv1H { width:9.1875rem;height:2.625rem;top:0.8125rem;left:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZqpe7om7bckaUqOLIby47T7eq6x83TP { display:block; }
 }@media only screen and (max-width: 763px) { #AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a91a543-7853-457f-897d-d26cbadb1c05/familia4verticalgradiente.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz.adaptive-delivery-prevent-bg, #AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz.lazyload, #AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz.lazyloading { background-image: none; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container { background-color: transparent; background-image: none; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container > .video-iframe-container { display: none; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row > .video-iframe-container { display: none; }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .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); }#AZmBusA8i0NxBoZtCmbhvQioTSV3Seiz > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVt6MkS1txmZX8clqk295zg2780qQqs7 { width:7.375rem;height:7.375rem;top:6rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM1rP0hwMFkdwDRvdBiyfwSEv31gawbG { width:10.75rem;height:4rem;top:7.6875rem;left:8.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzg0fQ9XT5kfT9VLZNmWIzqVHbRHMnkP { display:block; }#Uzg0fQ9XT5kfT9VLZNmWIzqVHbRHMnkP > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDfPik4RlfuK4knCRuk1OSsA2pFZugV3 { width:20rem;height:6.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g4uC8it8TRM3fDE4wEJ4k16tMz41TBWE { width:16.4375rem;height:8.097625rem;top:9.12109375rem;left:1.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn { display:block; }#HxUMxweOWyainl2uTJq7g3Dy5RFlx3wn > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZkdSWiK7pa3xmVJR77HZtz9ddiF4eA2 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1  { width:17.5rem;height:auto;top:4.0625rem;left:0rem; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 {display:block;}#n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 { width:17.5rem;height:auto;top:4.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #lr168QfIwWUta0RSH4XmXmS9OfPIDN1o {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #FT3fkTAOG744a61qfF7tQ2hurrWll70F {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #uKusPAVa59U32u2yMhfKmaOxoAUBnuS9 {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #g0ZG3Zw7QEkOIKLTz9CgeX56ce3S1TLq {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #L2nABZ5PRfIzHFFlKI9sDV3EuWplLPsG {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #Tua7GVKGme3Hp6ug8CB6bZLQPKTyQ5Nd {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #qKemEMTFrZ73eCQlfICMCVNXMb2f2LNV {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #M9W4py91dIc7aHtsGEVQH7zbxsEvF8LD {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #FIMsTqu5tuToRwhC1acDqTiofpXt3DrJ {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #W1qwIhtmJkuQgi2hgvv4Io4zJ1PrTNyf {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #slaOQQkOQ9mAZzNfyMK2r3gB19kdHLzD {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #TTPGpvHBpUfC9hoP0qS8z6nP4qQoe1Ld {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #v5a15o2pTiU7s1BA7EWh6mGAy4smNIJg {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #M9CvFAqwgwkfNl1sCCTGtqr8x0SlpO1o {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #tAqMZ3solTrVfk3vT54WodpooZVIKppw {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #tSr8lTNBqeDWXxTcrXN4ManmUPI6kTOA {  }
 }@media only screen and (max-width: 763px) { #n9xD8PoKmZxS0vyVlO760ckkN9uJoyM1 #XXncw5KkkwTbyR4UvF07hw9os5cGiAup {  }
 }@media only screen and (max-width: 763px) { #qOsCGksPIUCAuBxClR048ETIT6pD2bbd { width:16.4375rem;height:0;top:9.12109375rem;left:1.78125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgMstcRt0eUdDTdPIadJ0iaPrzhcTCTF { width:20rem;height:1.7871125rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 { display:block; }#Uz3miKVARUgmpdiHUeG9Q1Gv60OzpGc0 > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byRk0bB06NvTwqdk2LHvNSA0DtbKlUBp { width:13.9375rem;height:3.25rem;top:2.5625rem;left:3.03125rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qb4gOdKum0gqwsoRO94dK9rUTqQg4XHs { width:19.875rem;height:20.6875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW { width:17.25rem;height:11.25rem;top:36.21875rem;left:1.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cb32594b-2cc0-40bf-8eab-af309a895014/CasaCiruelorealistalores.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW.adaptive-delivery-prevent-bg, #Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW.lazyload, #Eqq4vGdn28hL1OZuD9FZBQtcEnQMymgW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TC23egsfIOZHGhmTlTR81X6Z4HiI704h { width:15.75rem;height:1.4619125rem;top:51.8125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMsG4VB3bGE9vfnNZLfbt99RiqhQQgPT { width:15.75rem;height:1.4619125rem;top:53.4375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocJPITR3nNiml4tL8z6RxAV1024BrXzv { width:13.0625rem;height:1.7871125rem;top:49.96875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTQoVwkxlueVozqk3w0m1dH1KyQ5KHl { width:11.75rem;height:1.7871125rem;top:33.5625rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywTRhG7MATQKTg3Urd9vQOfeU2xFRkDJ { width:13.8125rem;height:3.5625rem;top:33.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZcyzmvlWvHSiiF2RSTwTIebrkVuXUd { width:14.125rem;height:2.11230625rem;top:48.03125rem;left:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8w1J5Wz8D9GzWaUfLbI81aiCluZ2Kgk { width:19.875rem;height:21.5625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6V0tibtOT1pzklAEN4esOWzVuNAIDtb { width:17.25rem;height:11.25rem;top:11.4375rem;left:1.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b3948785-8dc4-4a52-97e1-caec94f1a318/CasaLaurelrealistalores.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B6V0tibtOT1pzklAEN4esOWzVuNAIDtb.adaptive-delivery-prevent-bg, #B6V0tibtOT1pzklAEN4esOWzVuNAIDtb.lazyload, #B6V0tibtOT1pzklAEN4esOWzVuNAIDtb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #quzEzTiiX8lPhNH1hn8KQDmc89FDAyg1 { width:15.75rem;height:1.4619125rem;top:28.9375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJfxeV18zCddHuaZuttqTuu1tb5geouW { width:15.75rem;height:1.4619125rem;top:27.375rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6zqVK0bOnkqIVIylb4mizkGBkiQmuLT { width:13rem;height:1.7871125rem;top:25.5rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8PKN6HoyWt0EAT9gfqtJ91uGex99RMT { width:14.1875rem;height:1.7871125rem;top:8.25rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEqnHAkaCB4HaFvsvQ3eDVX5aGINzpdS { width:16.3125rem;height:3.5625rem;top:7.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laavDoGccUXJZX8nWqx06NNnhFPPBu1v { width:16.8125rem;height:2.11230625rem;top:23.4375rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4qQ2vKuWUaFCwsM9DxcHXpspolJKTP7 { width:19.0625rem;height:20.9375rem;top:10.25rem;left:0.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8CIwevHMye6nEMPB9cHFMyOghhRiZp { display:block; }
 }@media only screen and (max-width: 763px) { #giL5GFKQ5igibiJHfZH7JTnh7hvrFoOR { width:19rem;height:20rem;top:35.875rem;left:0.5rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Aylcho788GIVHITBmkiGwDcdiMwoSA39 { display:block; }
 }@media only screen and (max-width: 763px) { #wWWXmdz7dwutSvHhNi7TgVbKftI9mqba { width:3.9375rem;height:1.625rem;top:26.5rem;left:13.5625rem;font-size:1.625rem;font-weight:700;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dLQaUKCkPKe7lMpFws6CrfP3tZzMAaTJ { width:3.9375rem;height:1.625rem;top:50.91796875rem;left:13.9375rem;font-size:1.625rem;font-weight:700;font-style:normal;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo { display:block; }#fGa0t0BtN1vBfViWhTrcQVH5ncsmoMAo > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yv1Ois5PNbQrpEL0WkoqeP6bVfk171L9 { width:12.75rem;height:2.4375rem;top:19.375rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyUcxxbLE6zMuSxOBvJwszSxi1kqhVOE { width:15.5rem;height:1.7871125rem;top:21.75rem;left:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6VWOaekrJlZeSAhFmtOJO8A1oi7aQTu { width:15.3125rem;height:1.9375rem;top:21.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsV0zLVERexAKzkJU6EuxEvDoRtqBgiV { width:13rem;height:2.1933625rem;top:23.5625rem;left:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOMMsQeuE1T9R24rV3sSB4u4GVwS9rAq { width:15.75rem;height:1.70605625rem;top:25.75rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgtklgQE2dcV5LXCsykgv3O3nNH2XL1I { width:15.75rem;height:1.70605625rem;top:27.4375rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSC6vExfk5tCXxhWC39NFK4W7Cd0AssI { width:14.875rem;height:6.7480625rem;top:29.75rem;left:2.875rem;font-size:1rem;display:block; }#sSC6vExfk5tCXxhWC39NFK4W7Cd0AssI li:before{  }
 }@media only screen and (max-width: 763px) { #J14vFP2Tac1lul2vUanFhIZawrgC5JJt { width:20rem;height:16.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeVEe7kZ9GFndsTdvI8FWpBq06Z1kV12 { width:13.75rem;height:2.625rem;top:37.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThN4FnQVyobMP6XgKkDmdXVqlOImMDST { display:block; }
 }@media only screen and (max-width: 763px) { #WxHF3DEIUWbwJa2mqOtf6ggktBoQw1US { width:13.75rem;height:3.5625rem;top:40.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0pIWd7dZPVl26y0cpM7gLacqZL7lm4 { display:block; }
 }@media only screen and (max-width: 763px) { #wKD3DPiBTEepTGObU8q8iraISweAw7qM { width:7.5rem;height:4.75rem;top:0.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt1BZW4STCR7TSWUvDWDmXvyn7rEEU8r { width:8.125rem;height:3.125rem;top:1.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR0tTJVArm3lOk6azG43dx9w8cPAtR3q { display:block; }#gR0tTJVArm3lOk6azG43dx9w8cPAtR3q > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSfoSOSOG09eZJgzWa5IH7N85D1mgHD5 { width:19.3125rem;height:12.25rem;top:21.021484375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rvopfXlZLLQAR1uuD2ChLwIaUtfZ25 { width:20rem;height:31.5625rem;top:4.490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKAJ0x9atN6yaVnDTcA2XTVxJKhRmdbe { width:19.125rem;height:12.0625rem;top:5.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gXDJMT9xV4fSEWOQGNgbi3PoXuATIi { width:15.75rem;height:1.13671875rem;top:18.677734375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtktTpiuD370BrZBh312eN5ze2xbTaxv { width:15.75rem;height:1.13671875rem;top:33.271484375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxnbpbg9fPr1eI9AhT7aP3nht1TLn9b { width:5.4375rem;height:1.94921875rem;top:1.625rem;left:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLKpvs2gPgzq448ThfAdRMZNOBfmLKkT { display:flex;width:1.875rem;height:1.875rem;top:1.599609375rem;left:5.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA { display:block; }#RAnK3SWD1mpsvqk0oVPfMZmE0wFioTRA > .row .container { width:20rem;height:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaaNKEfbqThidwex9wKXsoCIJGGOnzdu { width:8.75rem;height:13.25rem;top:89.375rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDVlTPb1JsBTQahT2CcyGgISFSTaxvR { width:8.75rem;height:13.25rem;top:89.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A46VKcizyeahuoIAp3FQ4fT5v3Mldc36 { width:17.8125rem;height:11.875rem;top:28.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruBE5ohzFdq6NDtqxsqJyVywHZ9osO9O { width:17.8125rem;height:11.875rem;top:40.875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUDLmCLvJRXPpWnWPssFQTEL4cHerWmR { width:17.8125rem;height:11.875rem;top:77.1875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE5Alq7xuEr4BcTvBA4VGtLySWytD2a8 { width:17.875rem;height:11.875rem;top:16.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvMuOCyDvSAUl49Q6SzsJq86INVJU3sR { width:17.8125rem;height:11.875rem;top:65.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugm6HgtRP8lOVihFepooEISDtiCMKTWi { width:17.75rem;height:11.875rem;top:4.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slyceW4qTFyS6TqvfqvNcdKB5A81UBUA { width:17.8125rem;height:11.875rem;top:53rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBclNlDScov8kVocVzT4pv5anRLKJu86 { width:5.375rem;height:1.94921875rem;top:1.0625rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTAwOT4T98FdhkZzRrMOW1eJNKL9sOr { display:flex;width:1.75rem;height:1.75rem;top:1.1875rem;left:6.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #TLThq8Wg364EB1enNcsQE61TQRD86rNe { width:17.8125rem;height:3.375rem;top:103.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js0S8a5HzMCX2kN7eZyn1ceISzoDrDRy { display:block; }
 }@media only screen and (max-width: 763px) { #nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG { display:block; }#nl2yuQ7wthCD6gNXw4CFeVtoSfBKxsGG > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snC2JSIS2pPEkSFywyWviDfBZSFx3R76 { width:13.625rem;height:2.4375rem;top:21.1875rem;left:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSfvrqCOvC35i5fVrSeIr3lz0oVeI1Ts { width:12.125rem;height:1.7871125rem;top:23.8125rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE8XNTnrhAT6cBJ6Pbexx6JPJDd3ztmf { width:14.4375rem;height:1.9375rem;top:23.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7yWv1i929wqwJJNTETXZfZbvMKutTsI { width:13rem;height:2.1933625rem;top:25.599609375rem;left:3.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2qHPnxcub7KhMDMDasS8MhDlS6SBqTX { width:12.1875rem;height:1.70605625rem;top:27.79296875rem;left:3.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTw1fPhkznJfGPrvTOXXu5KfTxnNLpL { width:11.5rem;height:1.70605625rem;top:29.4990234375rem;left:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTDiOaUzPqZKN3HRaV4pr7r84buXTNrL { width:14.5rem;height:6.7480625rem;top:32.017578125rem;left:3.1875rem;font-size:1rem;display:block; }#cTDiOaUzPqZKN3HRaV4pr7r84buXTNrL li:before{  }
 }@media only screen and (max-width: 763px) { #N1C37Z2FTQEHSx2DWmrOy2sBGMAWGwJP { width:20rem;height:16.75rem;top:2.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uov8geqHJ93MQclu90anGUTbZMHMT3Iw { width:13.75rem;height:3.5625rem;top:43.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmWwOw9xiawZCXGHM2tpnVeiAbJTTibU { display:block; }
 }@media only screen and (max-width: 763px) { #EGN7623LKSmAP1utBBoOpGAc2FcRR6w0 { width:13.75rem;height:2.625rem;top:39.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3bqtGQT7Xtgc7TNED0THXovrTBoL1lJ { display:block; }
 }@media only screen and (max-width: 763px) { #TGk3Q0nAhhNpraSRJ0LAtFNUpNzeU6L0 { width:7.5rem;height:4.8125rem;top:1.671875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnOCRuz0leVR83TIrirMTyRIxeQwQtPe { width:8.125rem;height:3.125rem;top:2.765625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL { display:block; }#y6aSiDwdLEGk0aJr1OCvHX76tdLI4coL > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTkSkCpFgIEb09PLgLG3iHWGz3XeCmz1 { width:19.375rem;height:12.8125rem;top:20.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFqI5KPShqb2K7zELeKnZWTElZ2ncHkM { width:20rem;height:33.1875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt68eav0Abb19e7pWXchh7BQ4TPSfnTb { width:19.375rem;height:12.25rem;top:5.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pldQUlk8bNTO1M8HDzuskBa5QD5q9m73 { width:5.4375rem;height:1.94921875rem;top:1.275390625rem;left:8.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGpW6oqM5oL2BcKASi7qHFDf16tHCI3 { display:flex;width:1.875rem;height:1.875rem;top:1.3125rem;left:5.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MXQLv66eiCDVVPQQQsZvqyBi0GB0fTCF { width:15.75rem;height:1.13671875rem;top:18.0625rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KeHNT521TOBInmZdD4fpC4DMkiDI00 { width:15.75rem;height:1.13671875rem;top:34rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T { display:block; }#eIszNttqIrEHQKfwIuZC8KxIDoPAqK4T > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MU11xP07UsTiIXzRyZxmQerG0Nhab1nd { width:17.8125rem;height:11.875rem;top:28.9375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN9m7GAgpKa3bPLMOG7ZPOoGld2aDCTL { width:17.8125rem;height:11.875rem;top:41rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4lXvzpxLIZBgN6phMzBACf3RFvPQoW1 { width:8.75rem;height:13.25rem;top:66.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khmK7bbRLJaWZCfctqngXfmiU4XnKOic { width:17.875rem;height:11.875rem;top:16.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9DRSHTJCTyITU0ESMF9CQH2OOiXbFgh { width:8.75rem;height:13.25rem;top:53.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r68Z35NQaHwSRIUmwdANGDeh3PoJ01xD { width:17.8125rem;height:11.875rem;top:4.75rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bzCf29ysNNf8pvQ0SeAAD8CAfbTdzD { width:8.75rem;height:13.25rem;top:53.125rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPXQIU1O9Rlh0yvlaxoqMBFXorTTRaK { width:5.5rem;height:1.94921875rem;top:1.125rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5aoyDqglc9UfqRnIBXpgGPHUzcavOGo { display:flex;width:1.75rem;height:1.75rem;top:1.25rem;left:6.125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #xPzCoNCVZVzGbWR5MC69NsSKR2lrTWPC { width:18.125rem;height:3.375rem;top:81.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK4WvBgS24lmxLtQnk7JQ2MDqVyhxOP7 { display:block; }
 }@media only screen and (max-width: 763px) { #bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi { display:block; }#bz5cyTqqfRm3FbpyvH1KL6uix3PTpXEi > .row .container { width:20rem;height:140rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XehCq6BOIKgrTC534EwdXqM4AqsWEuPM { width:14.8125rem;height:3.25rem;top:2.25rem;left:2.59375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDMTBrhDXSOTfJHH9ddqJgZRQeWNh2Er { width:19.875rem;height:60.875rem;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMQ6Od9Uf81dw8m9X7PTF0Jt8xFU8Tky { width:15.75rem;height:1.70605625rem;top:79.5625rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkwwBwRkHgXn3BIdGbB68VlMZcBOKFJ5 { width:15.75rem;height:3.4121125rem;top:81.3125rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3EofwwsF6WmsBVcgMlS8wze5Jtn90Pv { width:11.75rem;height:1.7871125rem;top:73.4375rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM1sqp9pb9uSuHQCWTctRJ91ioES1DUa { width:13.8125rem;height:3.5625rem;top:73.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae6zpW3f5UaoWruiPyIqRNK6UNKKhD1z { width:14.125rem;height:2.2744125rem;top:77.25rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPhqhhqzxFmxKGp3WxhTaMJ0voFNTb5V { width:19.875rem;height:60.875rem;top:9.787109375rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #XMeIETTa9AaMTfntTZNPFGB5w9QoveX7 { width:15.75rem;height:3.4121125rem;top:16rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWPiZUpdoT0WPoOae8rOiyEUdP4k1IFB { width:15.75rem;height:1.70605625rem;top:14.3125rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqi3pXRRwk1AhTwgw553M3DVQ0KqBp1J { width:14.1875rem;height:1.7871125rem;top:7.8125rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPMBxFDhVQXrTyO8h1gTQ7nHmL1Vk8Th { width:16.3125rem;height:3.5625rem;top:7.4375rem;left:0.5625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #urSZb6kAPNv6tZc6ig3UBcHH3qpUCZpa { width:16.8125rem;height:2.2744125rem;top:12rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INCJztmFoOcyTZKxRnlwDKNHpiHEB9Sm { width:18.75rem;height:23.125rem;top:96.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQE6BbtTcGkIaqC2ProFqvvhqmsEp8UE { width:18.75rem;height:23.125rem;top:30.474609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvzLWfzehIWB2nW3G0y6aAgTRm1tCX2l { width:18.8125rem;height:14.625rem;top:55.4375rem;left:0.84375rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #eibWyq1p7Vq3KC2CsJLtCLQ6SMBQts6x { width:14.1875rem;height:1.7871125rem;top:120.6875rem;left:2.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozesv2KRQWtAP4PSfdLMHVgkIpOtn340 { width:17rem;height:1.94921875rem;top:54.6875rem;left:1.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwbO7kZ2LbNpoUVWiRhvcUdfZ7vqSDed { width:18.875rem;height:10.8125rem;top:122.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ9nmAC3DG4TUpu2nGG9fO5pP2Tz9niQ { width:17.4375rem;height:5.19921875rem;top:85.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKkEQ8r8WWFiMTW2xuE8H0AtlQT47tWR { width:16.6875rem;height:5.19921875rem;top:19.9375rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8wTybwEC8TKk6ztDzQ4acUe6wu0EVNW { width:15.625rem;height:3.125rem;top:25.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7z3OZCV3SAkMlWiioJE1gdaC9NdPmmW { display:block; }
 }@media only screen and (max-width: 763px) { #rPQERlw648PsTxGOgTCau8sa73vRfZcS { width:15.625rem;height:3.125rem;top:91.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyn8xzXN9UfXoPO69nBao7qPyrZnibbm { display:block; }
 }@media only screen and (max-width: 763px) { #Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT { display:block; }#Wc4vPRneUBlktvnZTKI4MKvhvT4qgqQT > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3UObAyqUE9LrAqAEnC7vhq6ZzF1Es1V { width:12.6875rem;height:2.4375rem;top:16.15625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxegevWd0HO8csAa8MX5AkLknNhiSLeu { width:12.6875rem;height:10.79686875rem;top:2.9375rem;left:3.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }