.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { background-color: transparent; background-image: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .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); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { border-width: 0; border-radius: 0; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1235375rem;width:11.6235rem;top:0.9990234375rem;left:2.748046875rem;overflow:hidden;display:block; }
#q4yDyq19WJ124snsnwHQZelCWXPmtEPE { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:46.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VXA7EpywCnETrMcUNIamVUARaW520W0D { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37305rem;width:2.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.0302734375rem;left:44.49853515625rem;display:block; }
#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row .container { background-color: transparent; background-image: none; }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row .container > .video-iframe-container { display: none; }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row > .video-iframe-container { display: none; }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .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); }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row .container { border-width: 0; border-radius: 0; }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5EbEXlZm/1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW.adaptive-delivery-prevent-bg, #aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW.lazyload, #aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW.lazyloading { background-image: none; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container { background-color: transparent; background-image: none; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container > .video-iframe-container { display: none; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row > .video-iframe-container { display: none; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .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); }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container { border-width: 0; border-radius: 0; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#RAksJIFm0TsikH0Xbt69KQZT0rN0bLEv { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.52) ;height:26.875rem;width:21.875rem;top:8.125rem;left:34.9375rem;display:block; }
#RvIEMh6zm9H94nTMimJxaU5IRAvlDSnl { color:#95bc20;display:block;width:15.1248125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5618495941163rem;left:38.311634063721rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-form-header {  }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif;vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-text {padding-top: 0; padding-bottom: 0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif;vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-select {padding-top: 0; padding-bottom: 0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#95bc20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:14.375rem;height:2.9375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM [class*="-text"]:-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM [class*="-text"]::-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM [class*="-text"]:-ms-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM [class*="-text"]::-webkit-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .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; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-container:first-of-type{padding-top:0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-container:last-of-type{padding-bottom:0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:37.5rem;top:14.375rem;z-index:100009;position:absolute; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM {display:block;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:37.5rem;top:14.375rem;z-index:15009;position:absolute; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #m3Bkq8wnIkwFHkQrg9FCOE21cDSuKENd { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #rOPGloIDp2z32EQcddTW58wCqb9iElfD { position:relative;display:none; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #foZGw9UK3lDCVFmO65OnBeBfQhNNXVEc { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #Ty5C3rDWc17erSyHJZeXiudH6ei52bnH { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #G8oCWilH73c3TVPUPBtZ1hGNzUmFg4U1 { position:relative;display:none; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #WuAQOmOTkWyPBrqWJ6IPl6UC8TyxhbEI { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #E7tkyAFhgNvptnRFquCzrKOR42T9xTrn { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #UliEzryFDb1DsmgTDrotrKOyG3yfii33 { position:relative;display:none; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #Dp5BJ9fiKkE14H0yKh9HkIAOO2yqTPZE { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #TQeNqmsO7wkZPeIpe1F263Rzs77KzQDQ { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #T3aD1hHSGtqd02Ab5hJGivbUGI4kxySt { position:relative;display:none; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #W14A8SZQ8CAesFFxyKF54PEO0GQZDvOM { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #P29ckeqPkwCXUxz2tcWTC1ZLTIzLWnxh { position:relative; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #x9U0T9MDTA2xL1dMHE1GddJT7oOxADyg { position:relative; }
#RkWzOFc0voGS5qUSh3zuR9THbOydtkx8 { color:#ffffff;display:block;width:27.6248125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.875rem #231b1b;top:16.311849594116rem;left:2.3111991882324rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mb5qRIezz2uhG0dMBIgdt5G92TiyABhF { color:#ffffff;display:block;width:27.6248125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.875rem #231b1b;top:25.25rem;left:1.8125rem;height:5.55555625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/82321719-1424-4817-b394-79979505be68/_GSC_navidad_banner_paseo_casas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx.adaptive-delivery-prevent-bg, #RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx.lazyload, #RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx.lazyloading { background-image: none; }#RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx > .row .container { border-width: 0; border-radius: 0; }#RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx > .row .container { width:60rem;height:52.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e4c01d1-25e4-4f99-b07c-631624c433a6/_GSC_landing_sep_banner_001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r.adaptive-delivery-prevent-bg, #qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r.lazyload, #qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r.lazyloading { background-image: none; }#qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r > .row .container { border-width: 0; border-radius: 0; }#qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r > .row .container { width:60rem;height:48.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#AoBL2wEBZasm0upQWsmtr7Kb7in1aTbM { z-index:15004;top:30.0625rem;left:1.5625rem;background-color:#007f6d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#f4EI8m38XW0vHESADJPvwKe7yVwJy71m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fs7y4AsEgG8DkpNcB93G7zAMH3Rqcutz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5c00;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; }#fs7y4AsEgG8DkpNcB93G7zAMH3Rqcutz > .row .container { border-width: 0; border-radius: 0; }#fs7y4AsEgG8DkpNcB93G7zAMH3Rqcutz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fs7y4AsEgG8DkpNcB93G7zAMH3Rqcutz > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:none; }#kcRLUibOcBqP7pityL0UdJma7r5MAqtm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:24.8125rem;top:0.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#VgI3RsvzXUkl2aFCuc2xswAJUwv0nBd1 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:30.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#skumFMwzgAH2Em79kagV9kmhshlAyZJ7 { color:#3f3f3f;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:30.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sxzMBuHKuTaFRGZtHVPyT4mVc0cK2ARD { color:#3f3f3f;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.7109375rem;left:30.3125rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/a3344f98-59d9-4d00-b757-a6dbb3b928bd/_GSC_parques_BuenF_banner1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl.adaptive-delivery-prevent-bg, #CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl.lazyload, #CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl.lazyloading { background-image: none; }#CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl > .row .container { border-width: 0; border-radius: 0; }#CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl > .row .container { width:60rem;height:48.875rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#x6BHC4R5pwr2Dab1q0076xhw5got0Cly { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.25rem;width:59.3125rem;display:none; }
#VVT8l9nJSTE3DKnxq54D38pQkhao9uXB { z-index:15006;top:43.8125rem;left:1.96875rem;background-color:#2442d4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HEod7kVTSzypAbsTyTfGx7FCIA1ZLMu5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19042d;background-image:url("https://images.assets-landingi.com/uc/ea810795-3d41-40ed-91ed-477c0a1c07af/ventanocturnagscbannerslanding01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es.adaptive-delivery-prevent-bg, #XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es.lazyload, #XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es.lazyloading { background-image: none; }#XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es > .row .container { border-width: 0; border-radius: 0; }#XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:none; }#xtSqC1MKciaPPx9eHKT3vIFDt2olNO0A { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#19042d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9954375rem;height:3.12283125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.181862354279rem;left:44.568141937256rem;display:block; }
#PuiaksfFsXrMuGwd6ic525qUTKN2HVI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97c4a147-1945-46e6-80fc-6bd7f67a9b74/GSCLANDINGBANNERSBF2210.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I.adaptive-delivery-prevent-bg, #sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I.lazyload, #sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I.lazyloading { background-image: none; }#sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I > .row .container { border-width: 0; border-radius: 0; }#sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3kHSPzID/LAN_PASEO_PARQUE_BAN_copia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s.adaptive-delivery-prevent-bg, #mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s.lazyload, #mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s.lazyloading { background-image: none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container { background-color: transparent; background-image: none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container > .video-iframe-container { display: none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row > .video-iframe-container { display: none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .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); }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container { border-width: 0; border-radius: 0; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#Xkwm84Qk5TrSiSS6KfHeVOTldnTqqFhQ { color:#ec6736;display:block;width:23.8748125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.125rem;left:33.0625rem;height:6.5625rem;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; }
#cDB3Hw2qAorCagroCRQS9TqaScBKTSdX { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:9.875rem;left:33.4375rem;display:block; }
#mbQ6zOyyQJNDtJhK0AmamewQvA147MS4 { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:33.1875rem;height:9.0986125rem;display:block; }
#H8feS3HimnrGIuWUAWCcS2eTocnJIFc0 { background-color:#ee3d56;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.997625rem;height:3.1239125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.1875rem;left:33.0625rem;display:block; }
#SJDHmkWswBbCkBfrxIFzEXlcSgJcDqZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdTLTU1ApiMudixERlw8lS4l8JuaDkTK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:44.125rem;top:0rem;left:-13.919952681388rem;overflow:hidden;display:block; }
#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee3d56;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; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { background-color: transparent; background-image: none; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container > .video-iframe-container { display: none; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row > .video-iframe-container { display: none; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .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); }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { border-width: 0; border-radius: 0; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#xpeG1y9bQNSTVUoyn823WXPF2KLgOrpk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.9375rem;width:22.561875rem;top:2.6562471389771rem;left:3.7174491882324rem;overflow:hidden;display:none; }
#uWS8kIsI1QPavcWCoLgaoJdtc8TyIFeg { color:#ec6736;display:block;width:23.8745rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.2811279296875rem;left:21.3818359375rem;height:2.18774375rem;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; }
#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO { position:relative;display:block; }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO { background-color: transparent; background-image: none; }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .row .container > .video-iframe-container { display: none; }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .row > .video-iframe-container { display: none; }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .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); }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO { border-width: 0; border-radius: 0; }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .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; }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L0CIHKqC2RQB4QWCiyK8Rai6gJGcLd1Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.18675rem;width:27.06175rem;top:2.9681396484375rem;left:1.4691162109375rem;display:block; }
#FchEUO5h2CZ0aoubIiT5vM0PVJPgzXC2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.1861875rem;width:27.0611875rem;top:2.9681396484375rem;left:31.469116210938rem;display:block; }
#Fni5OWfbzhFUBgNKdqyXSR7ZGKmtxJJx { color:#3f3f3f;display:block;width:15.4358125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.436645507812rem;left:37.811889648438rem;height:1.62524375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KZOhOhJphwtVCRPqV9WviqFirJdK5kCQ { color:#3f3f3f;display:block;width:15.4358125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.436645507812rem;left:6.124267578125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row .container { background-color: transparent; background-image: none; }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row .container > .video-iframe-container { display: none; }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row > .video-iframe-container { display: none; }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .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); }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row .container { border-width: 0; border-radius: 0; }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#m6KXVIiuASmZnBfTf3llF0sXcw5zadSa { color:#3f3f3f;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.9991340637207rem;height:3.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GPaezpfhZ076CdflwWAvsDEdcOAay1L1 { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.812065124512rem;left:2.9991340637207rem;height:17.0625rem;display:block; }
#TOTd7eTEqhAcltPM9a5VQtyIA2U9CPTK { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:17.062286376953rem;left:2.9991340637207rem;display:block; }
#VRTsM74E9bxfaPkfiNdHNm0BcKtkvyGA { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.562286376953rem;left:2.9991340637207rem;display:block; }
#JpBK5NUqIyoTytCCNltFu7saVE8tg9xb { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.374133110046rem;left:16.187068939209rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rE3xlW1JnrmuRKx73QbWCWIZukGtnOwx { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.9375rem;left:2.9991340637207rem;display:block; }
#Nx6ZLhbJ5tEDyABMvwbwXTF9Zh6n9Gyy { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:24.311630249024rem;left:2.9991340637207rem;display:block; }
#VDqCywrzN7kzMfTfHrZ66PNBhb9Zw9z9 { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.686851501465rem;left:2.9991340637207rem;display:block; }
#At3A8Poytk6dv3u38w29xPPmxpbWCJTO { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:29.062065124512rem;left:2.9991340637207rem;display:block; }
#EiFKgkGoTmSoeeaOJAQ5A3W6OMMokt84 { color:#95bc20;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.560546875rem;left:2.9991340637207rem;height:7.3125rem;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; }
#gSooWDc59Q6ZmopBMubnHFabrF3nuEru { z-index:15002;top:33.560768127441rem;left:2.6236991882324rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95bc20;border-left:0.125rem solid #95bc20;border-right:0.125rem solid #95bc20;border-bottom:0.125rem solid #95bc20;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95bc20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#avQ9uPchZu3lA8myToJyAvv0AZHzXBmb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olVW0fTEyVng0p3f1enTsesw4XJtbqDb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.7495625rem;top:1.8446197509766rem;left:33.624134063721rem;overflow:hidden;display:none; }
#XbAyOqrou9B8DzJPCeWMMTDXh4VBaOOe { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:3rem;display:none; }
#revTt7m7yy79A5Er3kL1K04lHyvQIE58 { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:3rem;display:none; }
#Ri8NV1Zv2Ks7TuNwy2zUUvLXmpFDhDIT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:29.5rem;top:10.031033039093rem;left:30.179667575266rem;overflow:hidden;display:block; }
#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row .container { background-color: transparent; background-image: none; }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row .container > .video-iframe-container { display: none; }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row > .video-iframe-container { display: none; }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .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); }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row .container { border-width: 0; border-radius: 0; }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#liCB0fLqnazPrrQIsBqTvToN4JFDvmOq { color:#3f3f3f;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.75rem;left:30.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#VWfD9aLyVgdCCTv7GalC6IWCTRLOafXt { z-index:15019;top:30.436195373535rem;left:32.437068939209rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vWTyJGPXngtJHN8cIAw7bl8MpoVTw5cO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPNWIrT7fzUTMNfAxsRTpdNx6b3RQDw5 { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.6875rem;left:32.4375rem;height:15.84375rem;display:block; }
#w2tk1maS1bwZcsLMbl2ygl7r16ImUMv6 { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.125rem;left:32.4375rem;display:block; }
#SXIbnPc7JhszSMbnOZbemy6hP3g2ZGh8 { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.686630249024rem;left:45.631511688233rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HRcq4FiGJ78pIdoyTQnyWFIdfNyXpV79 { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.625rem;left:32.4375rem;display:block; }
#mGuaHVsx55bezqkKhnND205tLOMhIyL7 { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19rem;left:32.4375rem;display:block; }
#TtXk3NN59dM30zI5PKfnBBgap2N2TVVc { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.375rem;left:32.4375rem;display:block; }
#RsWLwD7mrAWUvkUNeCapToSZW3etKpS6 { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.75rem;left:32.4375rem;display:block; }
#U98IW1zzIxha3nt2FSOHHDfoTM2mxHcH { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.125rem;left:32.4375rem;display:block; }
#tboSg3ADh1KibO5rIMDyi8HDHh2a0pa5 { color:#95bc20;display:block;width:9.936rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:47rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VO9Juz6ABSgZRpyQA80LgeRLx0NTAxts { z-index:15001;top:30.435111999512rem;left:44.753688812256rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95bc20;border-left:0.125rem solid #95bc20;border-right:0.125rem solid #95bc20;border-bottom:0.125rem solid #95bc20;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95bc20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zm1RQaslTiwx1rEFthvfrQVXZXS4FGXl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoPtwxdFpwIWbr7nCqgoeUBJTKkeSpy0 { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.375rem;left:32.6875rem;display:none; }
#HvempL7poOJLVXZCU0xTKrsGUIqAsdIH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.9375rem;width:22.561875rem;top:2.6562471389771rem;left:3.7174491882324rem;overflow:hidden;display:none; }
#ir18slHDucSAbg6N1DGUXX3BSq3I1S5n { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.125rem;left:32.4375rem;display:none; }
#dmq8n7FP2TQqGx8cSyAtrnl7lvaQ8lh0 { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.125rem;left:32.4375rem;display:none; }
#OylG9KhwoW3eO0WhUr4iP7D0TU7EvRIB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:23.25rem;top:7.8428821563719rem;left:3.3431015014649rem;overflow:hidden;display:block; }
#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row .container { background-color: transparent; background-image: none; }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row .container > .video-iframe-container { display: none; }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row > .video-iframe-container { display: none; }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .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); }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row .container { border-width: 0; border-radius: 0; }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#lLNEdWmVtnhDyBbEsilL8SNltdpXHLmx { color:#3f3f3f;display:block;width:25.8745625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.6851234436038rem;left:2.2489166259766rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#QXcCBIG0gwKn8l8289hcdREd9rkAVR28 { z-index:15019;top:30.435111999512rem;left:2.249568939209rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gLMJ8hcU0P2TqLFeuDTxUqxIuzaXOTTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JFQDIgS91c3WA0aHECG5MkdFsTbnO23r { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.686630249024rem;left:2.249568939209rem;height:15.84375rem;display:block; }
#g1LEX7RqmfX79kEH1w6ltaPCHRwQlzew { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.124351501465rem;left:2.249568939209rem;display:block; }
#IstUS4eieXfchQE9PgtVZuJRfDSyOs0z { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.685546875rem;left:15.444011688233rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GGCTqbeIe1T9afH1ETyokyaWH57KqR2t { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.624351501465rem;left:2.249568939209rem;display:block; }
#ApfuhHZRgkh1pOLPXo20GedFhbTwB6p0 { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.999565124512rem;left:2.249568939209rem;display:block; }
#qp9PTrTMxyWEHGvZMVqNZbaz2Zro4vJT { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.374786376953rem;left:2.249568939209rem;display:block; }
#qdvg3xieTEpoH9uyt1dnb6mGaVVtmZfn { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.75rem;left:2.249568939209rem;display:block; }
#IlPieisHgJCWcuxhcqIf8wEgWVQwd2Rz { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.124137878418rem;left:2.249568939209rem;display:block; }
#xy26ip4oTElePmHt22GDMkb4Zr1vPVPU { color:#95bc20;display:block;width:9.936rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.0605583190918rem;left:2.2489166259766rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LbXFgTHVTnSpe0UsbpuAnKpmcQS1mHWb { z-index:15001;top:30.434028625488rem;left:14.566196441651rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95bc20;border-left:0.125rem solid #95bc20;border-right:0.125rem solid #95bc20;border-bottom:0.125rem solid #95bc20;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95bc20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gAQIOrC0S4FRpJB8Ddhcn7J40DXwX4X0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeVPlMMnTER4AysiT2rTGrwbDiG6NrxL { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.375rem;left:32.6875rem;display:none; }
#ddI52sHetWFbaWSfkIlbRti1gO8daOMn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.9375rem;width:22.561875rem;top:2.6562471389771rem;left:3.7174491882324rem;overflow:hidden;display:none; }
#rgM1cdpp1gTpKoraocmLcxVwSnBQcg4g { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.125rem;left:32.4375rem;display:none; }
#Ww8kT5Zk8WqQGSaeohNK8gxABlwyE9dk { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.125rem;left:32.4375rem;display:none; }
#HyV3lTkMTmU1IaK9h1wmbE8Glkax2wIB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1245625rem;width:23.3745625rem;top:2.0627231597901rem;left:32.687717437744rem;overflow:hidden;display:block; }
#sfT4yOq2088qLbxxntW6sumN3cTECgM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sfT4yOq2088qLbxxntW6sumN3cTECgM0 > .row .container { border-width: 0; border-radius: 0; }#sfT4yOq2088qLbxxntW6sumN3cTECgM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfT4yOq2088qLbxxntW6sumN3cTECgM0 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:none; }#FtOFTScH0U9r7SXPAaSQ7HmDnTNTeq6C { color:#3f3f3f;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:3rem;height:3.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l16aDbtBJhrmkP2HFkCdU81kobdHRtcJ { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:3rem;height:15.84375rem;display:block; }
#nQoUfsMeFi1E7fNooodK7T2pMeqZnqta { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.1875rem;left:3rem;display:block; }
#Gob2ewpBSsk9iLmVTrNznIi70D3wlUCU { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.6875rem;left:3rem;display:block; }
#zdz8Ob4HOyBwfd0eZPN5Rd1TpIFlf6dp { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:16.1875rem;height:10.96875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ap0lHTThTfcpzHA6rfEAREP8L7BAX0AR { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:3rem;display:block; }
#GxTewzOpOS0KuThOPqp6TxgyIQSJdytg { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.4375rem;left:3rem;display:block; }
#VyEUcC8RXThpRAv8BLeReSC9OmtfRLr4 { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.8125rem;left:3rem;display:block; }
#MTMF2HLP3SlSaRL8NABnGVJSvae2GMWf { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.1875rem;left:3rem;display:block; }
#nzwZfcFm4E4Ftpz9bw9Vo34O0LzC6VxU { position:absolute;display:block;z-index:15007;background-color:#95bc20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:11.3125rem;top:3.1865234375rem;left:2.62451171875rem;display:block; }
#avTO7qpct9o94MxFkWNSRN7gb9tFxhqU { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9991302490234rem;left:2.9991340637207rem;height:3.65625rem;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; }
#tGw9VG1RpV1Kw1xxq5sq3HBUPTwAc2f8 { z-index:15002;top:30.685765266419rem;left:2.6236991882324rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95bc20;border-left:0.125rem solid #95bc20;border-right:0.125rem solid #95bc20;border-bottom:0.125rem solid #95bc20;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95bc20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wr6PNqE1TeGtWZPkMVXoTrsT9atQ27Fx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aghTZ0uNfuR30R6NdRdvikTXqaRucr1C { z-index:15020;top:30.685765266419rem;left:16.193576812744rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#InkUCwgVvCGe3OpqtT1FElJT0qpm4cGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eku1MlCfrym07kWEhN5DDQXu1DV6Hp3D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.7495625rem;top:1.8446197509766rem;left:33.624134063721rem;overflow:hidden;display:none; }
#w70sI0FgKix8vvJ4M3Nkdoyf3G5ms6Nh { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:3rem;display:none; }
#pBw3P7bN4EPFKphBH2m9k92KgLJFqiZx { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:3rem;display:none; }
#aHkV8ILrGDL5LsgNQ9Z5em0cw44T8fdC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:24.5rem;top:2.78125rem;left:32.75rem;overflow:hidden;display:block; }
#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { background-color: transparent; background-image: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container > .video-iframe-container { display: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container { display: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .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); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { border-width: 0; border-radius: 0; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { color:#3f3f3f;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:3rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:3rem;height:15.84375rem;display:block; }
#CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.1875rem;left:3rem;display:block; }
#dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.6875rem;left:3rem;display:block; }
#f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:16.1875rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:3rem;display:block; }
#GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.4375rem;left:3rem;display:block; }
#sCFK5MVatTB96rDunBAnXUINhWdNzB7M { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.8125rem;left:3rem;display:block; }
#isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.1875rem;left:3rem;display:block; }
#SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { position:absolute;display:block;z-index:15007;background-color:#95bc20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9rem;top:3.1868591308594rem;left:2.6247825622559rem;display:block; }
#aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9991302490234rem;left:2.9991340637207rem;height:3.65625rem;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; }
#RpMednQ5qOmfruZo0BDqglv284LsFpp9 { z-index:15002;top:30.685765266419rem;left:2.6236991882324rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95bc20;border-left:0.125rem solid #95bc20;border-right:0.125rem solid #95bc20;border-bottom:0.125rem solid #95bc20;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95bc20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eU1IZ2d9Vfr4wFlsSUt34PwvMzQ0NlRx { z-index:15020;top:30.685765266419rem;left:16.193576812744rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UMTsSgqQnJu4QX3SMHNTO03eM1edmhwC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKxhCOPRUvJTFCcxmrFwzgGx8EOwUIhv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.7495625rem;top:1.8446197509766rem;left:33.624134063721rem;overflow:hidden;display:none; }
#BTozzRqb3AKZnekp7hVUtuRBNq8fddKy { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:3rem;display:none; }
#zzD8kC9arlketfhEfkH3DmoLDSd0coxp { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:3rem;display:none; }
#adTBd8EwE53XaArACqwHSubcZnvK29rx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:23.8125rem;top:1.25rem;left:33.09375rem;overflow:hidden;display:block; }
#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { background-color: transparent; background-image: none; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container > .video-iframe-container { display: none; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row > .video-iframe-container { display: none; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .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); }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { border-width: 0; border-radius: 0; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { color:#3f3f3f;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:32.75rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { color:#3f3f3f;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5rem;left:32.6875rem;height:15.84375rem;display:block; }
#aOGkh0EDtM2NoxbotUVRTm8KhSn5uKIi { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:13.9375rem;left:32.6875rem;display:block; }
#NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:45.875rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RZKocH0y9e5ZWOUmVXgV6FFQfZG0nL7n { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.4375rem;left:32.6875rem;display:block; }
#F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.8125rem;left:32.6875rem;display:block; }
#qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.1875rem;left:32.6875rem;display:block; }
#xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.5625rem;left:32.6875rem;display:block; }
#grnXIPfFBfB6w0ZvPvdzTThTZcdtKBmZ { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:25.9375rem;left:32.6875rem;display:block; }
#e5zV4eVIO4TL26IRcn01cozIBzZr5bug { color:#95bc20;display:block;width:8.311625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:49rem;height:3.65625rem;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; }
#lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { z-index:15002;top:29.841148376465rem;left:45.068363189698rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95bc20;border-left:0.125rem solid #95bc20;border-right:0.125rem solid #95bc20;border-bottom:0.125rem solid #95bc20;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#95bc20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9vCE2Agbb4dNmkXdAP0dB561Oz9nlzz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.7495625rem;top:2.0616340637207rem;left:3.6241340637207rem;overflow:hidden;display:none; }
#JUlfpZmRp1JsgzdLhBt3UKlssUsdDJg8 { z-index:15021;top:29.841148376465rem;left:32.749568939209rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#282828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VN0yhxB2PiA3OxJKRsTyXbLTV4X6hkQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNPBcCvRbJrPpD5IUHwInKpW0KqJfJyT { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.1875rem;left:32.6875rem;display:none; }
#yLSpRp68g8fzMvDvfyqpcZx35OQ6TNp0 { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.1875rem;left:32.6875rem;display:none; }
#auWDD1QZXdG90FNEcLqrhKrqdUwDwelJ { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.1875rem;left:32.6875rem;display:none; }
#rsfcchfEF2LhwCuCcUNGsVbrff31rSTQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:22.6875rem;top:2.0625rem;left:3.65625rem;overflow:hidden;display:block; }
#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/yLfE7JXB/LAN_LOMAS_BAN_copia_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { border-width: 0; border-radius: 0; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:15.4375rem;left:10.781251907349rem;overflow:hidden;display:block; }
#ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:22.21875rem;left:10.781251907349rem;overflow:hidden;display:block; }
#PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:29.552084465256rem;left:10.958335657349rem;overflow:hidden;display:block; }
#q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:15.75rem;left:33.083335657349rem;overflow:hidden;display:block; }
#yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.8125rem;top:29.895834684372rem;left:33.302083969116rem;overflow:hidden;display:block; }
#fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { color:#fbfbfb;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16rem;left:17.5rem;height:2.5996125rem;display:block; }
#TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.999130249024rem;left:17.624782562256rem;height:2.5996125rem;display:block; }
#HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30rem;left:17.5625rem;height:2.5996125rem;display:block; }
#aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.87451171875rem;left:39.311964035034rem;height:3.8994125rem;display:block; }
#nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.904846191406rem;left:39.311079025269rem;height:5.19921875rem;display:block; }
#UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.625rem;left:39.624568939209rem;height:1.29980625rem;display:block; }
#IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { color:#95bc20;display:block;width:35.499125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.999135971069rem;left:12.811416625976rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { color:#76c4d7;display:block;width:38.9995625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.1236972808838rem;left:10.499134063721rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { z-index:15003;top:42.4375rem;left:24.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3LmL9fAxmDbXeTPhx6m3d6GkcteCKsy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4992875rem;width:4.4992875rem;top:22.530183792114rem;left:32.958093643189rem;overflow:hidden;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vS4xZVfX/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyloading { background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#95bc20;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.25rem;left:14.96875rem;height:3.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { color:#2a2a2a;display:block;width:25.2495625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.3111972808837rem;left:17.374134063721rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { position:absolute;display:block;z-index:15022;height:18.75rem;width:43.75rem;top:11.967231750488rem;left:8.1250019073488rem;display:block; }
#GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { background-color:#95bc20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.374134063721rem;left:23.999568939209rem;display:block; }
#n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6oHCN0JqiPSJdeCtkRrXCebxg74l2D7 { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:41.625rem;left:1.6875rem;height:2.111325rem;display:block; }
#F990qGUkcuxqLHdVVExdtZeG18K3CSTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { border-width: 0; border-radius: 0; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:none; }#xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { color:#284d42;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.25rem;left:14.96875rem;height:2.9861125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { color:#2a2a2a;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.25rem;left:18.84375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { position:absolute;display:block;z-index:15022;height:18.75rem;width:43.75rem;top:11.967231750488rem;left:8.1250019073488rem;display:block; }
#QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { background-color:#ec6736;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.874349594116rem;left:23.999568939209rem;display:block; }
#TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwIgTkRvuecwndET8SKqJ7XUlc9pPnEV { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:41.625rem;left:1.6875rem;height:2.1123rem;display:none; }
#spHWpdfMbP2T6egCHHt4i1So98FDL6ml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#95bc20;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; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { background-color: transparent; background-image: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container > .video-iframe-container { display: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container { display: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .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); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { border-width: 0; border-radius: 0; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#PKhPZyKnC8xkZgmMobamM2omkvoFutOc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62456875rem;width:13.75rem;top:2.0920181274414rem;left:0rem;overflow:hidden;display:block; }
#xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:2.7376327514649rem;left:26.248916625976rem;height:3.41015625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NDo5detGtTygcwRru3ah4m537h4I5m5X { position:relative;z-index:auto;display:none; }#NDo5detGtTygcwRru3ah4m537h4I5m5X { border-width: 0; border-radius: 0; }#NDo5detGtTygcwRru3ah4m537h4I5m5X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDo5detGtTygcwRru3ah4m537h4I5m5X > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#h3hm9s6pzCPc4weBfwUTsVVSa4b2uMmX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:54.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:0.9375rem;left:0rem;width:11.5625rem;height:4.1018972206091rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { top:2.5625rem;left:35.1875rem;width:12.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { top:2rem;left:38.37353515625rem;width:2.25rem;height:2.3098874119899rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ { display:block; }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW { display:block; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAksJIFm0TsikH0Xbt69KQZT0rN0bLEv { top:8.125rem;left:25.875rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvIEMh6zm9H94nTMimJxaU5IRAvlDSnl { top:9.5rem;left:32.1865234375rem;width:15.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-text {padding-top: 0; padding-bottom: 0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-select {padding-top: 0; padding-bottom: 0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM  { width:14.375rem;height:auto;top:14.375rem;left:30.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM {display:block;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM { width:14.375rem;height:auto;top:14.375rem;left:30.875rem; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #m3Bkq8wnIkwFHkQrg9FCOE21cDSuKENd {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #rOPGloIDp2z32EQcddTW58wCqb9iElfD { display:none; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #foZGw9UK3lDCVFmO65OnBeBfQhNNXVEc {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #Ty5C3rDWc17erSyHJZeXiudH6ei52bnH {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #G8oCWilH73c3TVPUPBtZ1hGNzUmFg4U1 { display:none; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #WuAQOmOTkWyPBrqWJ6IPl6UC8TyxhbEI {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #E7tkyAFhgNvptnRFquCzrKOR42T9xTrn {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #UliEzryFDb1DsmgTDrotrKOyG3yfii33 { display:none; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #Dp5BJ9fiKkE14H0yKh9HkIAOO2yqTPZE {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #TQeNqmsO7wkZPeIpe1F263Rzs77KzQDQ {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #T3aD1hHSGtqd02Ab5hJGivbUGI4kxySt { display:none; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #W14A8SZQ8CAesFFxyKF54PEO0GQZDvOM {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #P29ckeqPkwCXUxz2tcWTC1ZLTIzLWnxh {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #x9U0T9MDTA2xL1dMHE1GddJT7oOxADyg {  }
 }@media only screen and (max-width: 763px) { #RkWzOFc0voGS5qUSh3zuR9THbOydtkx8 { top:16.25rem;left:0rem;width:27.5625rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5qRIezz2uhG0dMBIgdt5G92TiyABhF { top:3rem;left:0rem;width:17.375rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx { display:block; }#RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r { display:none; }#qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AoBL2wEBZasm0upQWsmtr7Kb7in1aTbM { top:30.0625rem;left:0rem;width:25.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4EI8m38XW0vHESADJPvwKe7yVwJy71m { display:block; }
 }@media only screen and (max-width: 763px) { #fs7y4AsEgG8DkpNcB93G7zAMH3Rqcutz { display:block; }#fs7y4AsEgG8DkpNcB93G7zAMH3Rqcutz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcRLUibOcBqP7pityL0UdJma7r5MAqtm { top:0.9375rem;left:0rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgI3RsvzXUkl2aFCuc2xswAJUwv0nBd1 { width:24.9375rem;height:;top:8.375rem;left:22.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skumFMwzgAH2Em79kagV9kmhshlAyZJ7 { width:22.5625rem;height:;top:14.125rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxzMBuHKuTaFRGZtHVPyT4mVc0cK2ARD { width:24.9375rem;height:1.6875rem;top:11.6875rem;left:22.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl { display:block; }#CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6BHC4R5pwr2Dab1q0076xhw5got0Cly { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVT8l9nJSTE3DKnxq54D38pQkhao9uXB { top:43.8125rem;left:0rem;width:20.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEod7kVTSzypAbsTyTfGx7FCIA1ZLMu5 { display:block; }
 }@media only screen and (max-width: 763px) { #XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es { display:block; }#XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtSqC1MKciaPPx9eHKT3vIFDt2olNO0A { width:11.9375rem;height:3.0625rem;top:29.125rem;left:35.380641937256rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuiaksfFsXrMuGwd6ic525qUTKN2HVI7 { display:block; }
 }@media only screen and (max-width: 763px) { #sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I { display:block; }#sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s { display:block; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xkwm84Qk5TrSiSS6KfHeVOTldnTqqFhQ { top:2.125rem;left:23.875rem;width:23.8125rem;height:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDB3Hw2qAorCagroCRQS9TqaScBKTSdX { top:9.875rem;left:24.25rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQ6zOyyQJNDtJhK0AmamewQvA147MS4 { top:12.4375rem;left:24rem;width:23.125rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8feS3HimnrGIuWUAWCcS2eTocnJIFc0 { width:11.9375rem;height:3.0625rem;top:23.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDHmkWswBbCkBfrxIFzEXlcSgJcDqZq { display:block; }
 }@media only screen and (max-width: 763px) { #XdTLTU1ApiMudixERlw8lS4l8JuaDkTK { top:0rem;left:0rem;width:44.125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR { display:block; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpeG1y9bQNSTVUoyn823WXPF2KLgOrpk { top:2.625rem;left:0.65494918823244rem;width:22.5rem;height:30.852655198205rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWS8kIsI1QPavcWCoLgaoJdtc8TyIFeg { top:1.25rem;left:0.0625rem;width:23.8125rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO { display:block; }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0CIHKqC2RQB4QWCiyK8Rai6gJGcLd1Z { top:2.9375rem;left:0rem;width:27rem;height:15.152096593901rem;display:block; }
 }@media only screen and (max-width: 763px) { #FchEUO5h2CZ0aoubIiT5vM0PVJPgzXC2 { top:2.9375rem;left:20.75rem;width:27rem;height:15.151850320685rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fni5OWfbzhFUBgNKdqyXSR7ZGKmtxJJx { top:19.375rem;left:28.624389648438rem;width:15.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOhOhJphwtVCRPqV9WviqFirJdK5kCQ { top:19.375rem;left:3.061767578125rem;width:15.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acRkbMUFoQNe5mRGTZh4udFB8fblhcqD { display:block; }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6KXVIiuASmZnBfTf3llF0sXcw5zadSa { top:10.375rem;left:0rem;width:21.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPaezpfhZ076CdflwWAvsDEdcOAay1L1 { top:15.75rem;left:0rem;width:22.25rem;height:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTd7eTEqhAcltPM9a5VQtyIA2U9CPTK { top:17rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VRTsM74E9bxfaPkfiNdHNm0BcKtkvyGA { top:19.5rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JpBK5NUqIyoTytCCNltFu7saVE8tg9xb { top:19.3125rem;left:12.625rem;width:11.25rem;height:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE3xlW1JnrmuRKx73QbWCWIZukGtnOwx { top:21.9375rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Nx6ZLhbJ5tEDyABMvwbwXTF9Zh6n9Gyy { top:24.25rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VDqCywrzN7kzMfTfHrZ66PNBhb9Zw9z9 { top:26.625rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #At3A8Poytk6dv3u38w29xPPmxpbWCJTO { top:29rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EiFKgkGoTmSoeeaOJAQ5A3W6OMMokt84 { top:2.5rem;left:0rem;width:26.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSooWDc59Q6ZmopBMubnHFabrF3nuEru { top:33.5rem;left:0rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avQ9uPchZu3lA8myToJyAvv0AZHzXBmb { display:block; }
 }@media only screen and (max-width: 763px) { #olVW0fTEyVng0p3f1enTsesw4XJtbqDb { top:1.8125rem;left:24.436634063721rem;width:22.6875rem;height:31.164747673719rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbAyOqrou9B8DzJPCeWMMTDXh4VBaOOe { top:19.0625rem;left:0rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #revTt7m7yy79A5Er3kL1K04lHyvQIE58 { top:19.0625rem;left:0rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Ri8NV1Zv2Ks7TuNwy2zUUvLXmpFDhDIT { top:10rem;left:18.1875rem;width:29.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgfV1md5XGx5lobKczrXhZJZvQrCMRhc { display:block; }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liCB0fLqnazPrrQIsBqTvToN4JFDvmOq { top:6.75rem;left:21.875rem;width:25.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWfD9aLyVgdCCTv7GalC6IWCTRLOafXt { top:30.375rem;left:23.875rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTyJGPXngtJHN8cIAw7bl8MpoVTw5cO { display:block; }
 }@media only screen and (max-width: 763px) { #QPNWIrT7fzUTMNfAxsRTpdNx6b3RQDw5 { top:12.6875rem;left:23.875rem;width:22.25rem;height:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2tk1maS1bwZcsLMbl2ygl7r16ImUMv6 { top:14.125rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SXIbnPc7JhszSMbnOZbemy6hP3g2ZGh8 { top:12.625rem;left:36.443359375rem;width:11.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRcq4FiGJ78pIdoyTQnyWFIdfNyXpV79 { top:16.625rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mGuaHVsx55bezqkKhnND205tLOMhIyL7 { top:19rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TtXk3NN59dM30zI5PKfnBBgap2N2TVVc { top:21.375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #RsWLwD7mrAWUvkUNeCapToSZW3etKpS6 { top:23.75rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #U98IW1zzIxha3nt2FSOHHDfoTM2mxHcH { top:26.125rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tboSg3ADh1KibO5rIMDyi8HDHh2a0pa5 { top:1.875rem;left:37.812290191651rem;width:9.875rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO9Juz6ABSgZRpyQA80LgeRLx0NTAxts { top:30.375rem;left:35.5625rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm1RQaslTiwx1rEFthvfrQVXZXS4FGXl { display:block; }
 }@media only screen and (max-width: 763px) { #XoPtwxdFpwIWbr7nCqgoeUBJTKkeSpy0 { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvempL7poOJLVXZCU0xTKrsGUIqAsdIH { top:2.625rem;left:0.65494918823244rem;width:22.5rem;height:30.852655198205rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir18slHDucSAbg6N1DGUXX3BSq3I1S5n { top:26.125rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #dmq8n7FP2TQqGx8cSyAtrnl7lvaQ8lh0 { top:26.125rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #OylG9KhwoW3eO0WhUr4iP7D0TU7EvRIB { top:7.8125rem;left:0.28060150146484rem;width:23.25rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #St1eJRUiLIrwFqzgZXovptqhft2CgQ8h { display:block; }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLNEdWmVtnhDyBbEsilL8SNltdpXHLmx { top:6.625rem;left:0rem;width:25.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcCBIG0gwKn8l8289hcdREd9rkAVR28 { top:30.375rem;left:0rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLMJ8hcU0P2TqLFeuDTxUqxIuzaXOTTA { display:block; }
 }@media only screen and (max-width: 763px) { #JFQDIgS91c3WA0aHECG5MkdFsTbnO23r { top:12.625rem;left:0rem;width:22.25rem;height:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1LEX7RqmfX79kEH1w6ltaPCHRwQlzew { top:14.0625rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IstUS4eieXfchQE9PgtVZuJRfDSyOs0z { top:12.625rem;left:12.381511688233rem;width:11.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGCTqbeIe1T9afH1ETyokyaWH57KqR2t { top:16.5625rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ApfuhHZRgkh1pOLPXo20GedFhbTwB6p0 { top:18.9375rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #qp9PTrTMxyWEHGvZMVqNZbaz2Zro4vJT { top:21.3125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #qdvg3xieTEpoH9uyt1dnb6mGaVVtmZfn { top:23.75rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IlPieisHgJCWcuxhcqIf8wEgWVQwd2Rz { top:26.0625rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xy26ip4oTElePmHt22GDMkb4Zr1vPVPU { top:2rem;left:0rem;width:9.875rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbXFgTHVTnSpe0UsbpuAnKpmcQS1mHWb { top:30.375rem;left:11.503696441651rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAQIOrC0S4FRpJB8Ddhcn7J40DXwX4X0 { display:block; }
 }@media only screen and (max-width: 763px) { #BeVPlMMnTER4AysiT2rTGrwbDiG6NrxL { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddI52sHetWFbaWSfkIlbRti1gO8daOMn { top:2.625rem;left:0.65494918823244rem;width:22.5rem;height:30.852655198205rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgM1cdpp1gTpKoraocmLcxVwSnBQcg4g { top:26.125rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Ww8kT5Zk8WqQGSaeohNK8gxABlwyE9dk { top:26.125rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #HyV3lTkMTmU1IaK9h1wmbE8Glkax2wIB { top:2.0625rem;left:23.875rem;width:23.3125rem;height:32.039267613297rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfT4yOq2088qLbxxntW6sumN3cTECgM0 { display:block; }#sfT4yOq2088qLbxxntW6sumN3cTECgM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtOFTScH0U9r7SXPAaSQ7HmDnTNTeq6C { top:7.5rem;left:0rem;width:21.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l16aDbtBJhrmkP2HFkCdU81kobdHRtcJ { top:12.75rem;left:0rem;width:22.3125rem;height:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQoUfsMeFi1E7fNooodK7T2pMeqZnqta { top:14.1875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Gob2ewpBSsk9iLmVTrNznIi70D3wlUCU { top:16.6875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zdz8Ob4HOyBwfd0eZPN5Rd1TpIFlf6dp { top:12.75rem;left:12.625rem;width:11.25rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap0lHTThTfcpzHA6rfEAREP8L7BAX0AR { top:19.0625rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GxTewzOpOS0KuThOPqp6TxgyIQSJdytg { top:21.4375rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VyEUcC8RXThpRAv8BLeReSC9OmtfRLr4 { top:23.8125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MTMF2HLP3SlSaRL8NABnGVJSvae2GMWf { top:26.1875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nzwZfcFm4E4Ftpz9bw9Vo34O0LzC6VxU { top:3.125rem;left:0rem;width:11.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avTO7qpct9o94MxFkWNSRN7gb9tFxhqU { top:2.9375rem;left:0rem;width:19.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGw9VG1RpV1Kw1xxq5sq3HBUPTwAc2f8 { top:30.625rem;left:0rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr6PNqE1TeGtWZPkMVXoTrsT9atQ27Fx { display:block; }
 }@media only screen and (max-width: 763px) { #aghTZ0uNfuR30R6NdRdvikTXqaRucr1C { top:30.625rem;left:12.625rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InkUCwgVvCGe3OpqtT1FElJT0qpm4cGp { display:block; }
 }@media only screen and (max-width: 763px) { #Eku1MlCfrym07kWEhN5DDQXu1DV6Hp3D { top:1.8125rem;left:24.436634063721rem;width:22.6875rem;height:31.164747673719rem;display:block; }
 }@media only screen and (max-width: 763px) { #w70sI0FgKix8vvJ4M3Nkdoyf3G5ms6Nh { top:19.0625rem;left:0rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #pBw3P7bN4EPFKphBH2m9k92KgLJFqiZx { top:19.0625rem;left:0rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #aHkV8ILrGDL5LsgNQ9Z5em0cw44T8fdC { top:2.75rem;left:23.25rem;width:24.5rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { display:block; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { top:7.5rem;left:0rem;width:26.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { top:12.75rem;left:0rem;width:22.25rem;height:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { top:14.1875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { top:16.6875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { top:12.75rem;left:12.625rem;width:11.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { top:19.0625rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { top:21.4375rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sCFK5MVatTB96rDunBAnXUINhWdNzB7M { top:23.8125rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { top:26.1875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { top:3.125rem;left:0rem;width:9rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { top:2.9375rem;left:0rem;width:19.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpMednQ5qOmfruZo0BDqglv284LsFpp9 { top:30.625rem;left:0rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block; }
 }@media only screen and (max-width: 763px) { #eU1IZ2d9Vfr4wFlsSUt34PwvMzQ0NlRx { top:30.625rem;left:12.625rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTsSgqQnJu4QX3SMHNTO03eM1edmhwC { display:block; }
 }@media only screen and (max-width: 763px) { #nKxhCOPRUvJTFCcxmrFwzgGx8EOwUIhv { top:1.8125rem;left:24.436634063721rem;width:22.6875rem;height:31.164747673719rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTozzRqb3AKZnekp7hVUtuRBNq8fddKy { top:19.0625rem;left:0rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #zzD8kC9arlketfhEfkH3DmoLDSd0coxp { top:19.0625rem;left:0rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #adTBd8EwE53XaArACqwHSubcZnvK29rx { top:1.25rem;left:23.90625rem;width:23.8125rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G { display:block; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { top:6.75rem;left:23.375rem;width:24.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { top:12.5rem;left:23.875rem;width:20.8125rem;height:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOGkh0EDtM2NoxbotUVRTm8KhSn5uKIi { top:13.9375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { top:12.5rem;left:36.5rem;width:11.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZKocH0y9e5ZWOUmVXgV6FFQfZG0nL7n { top:16.4375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { top:18.8125rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { top:21.1875rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { top:23.5625rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #grnXIPfFBfB6w0ZvPvdzTThTZcdtKBmZ { top:25.9375rem;left:23.375rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e5zV4eVIO4TL26IRcn01cozIBzZr5bug { top:2.0625rem;left:39.5rem;width:8.25rem;height:3.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { top:29.8125rem;left:35.5625rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block; }
 }@media only screen and (max-width: 763px) { #k9vCE2Agbb4dNmkXdAP0dB561Oz9nlzz { top:2rem;left:0.5616340637207rem;width:22.6875rem;height:31.164747673719rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUlfpZmRp1JsgzdLhBt3UKlssUsdDJg8 { top:29.8125rem;left:23.875rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN0yhxB2PiA3OxJKRsTyXbLTV4X6hkQN { display:block; }
 }@media only screen and (max-width: 763px) { #TNPBcCvRbJrPpD5IUHwInKpW0KqJfJyT { top:21.1875rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #yLSpRp68g8fzMvDvfyqpcZx35OQ6TNp0 { top:21.1875rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #auWDD1QZXdG90FNEcLqrhKrqdUwDwelJ { top:21.1875rem;left:23.375rem;width:24.375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #rsfcchfEF2LhwCuCcUNGsVbrff31rSTQ { top:2.0625rem;left:0.59375rem;width:22.6875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { top:15.4375rem;left:4.6562519073486rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { top:22.1875rem;left:4.6562519073486rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { top:29.5rem;left:4.8333356573486rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { top:15.75rem;left:26.958335657349rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { top:29.875rem;left:27.177083969116rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:15.9375rem;left:11.374998092651rem;width:10.8125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { top:22.9375rem;left:11.49928855896rem;width:9.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { top:30rem;left:11.437143325806rem;width:10.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { top:15.8125rem;left:33.186964035034rem;width:8.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { top:22.875rem;left:33.186079025269rem;width:11.5625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { top:30.625rem;left:33.499464035034rem;width:8.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { top:37.9375rem;left:6.6864166259762rem;width:35.4375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { top:5.0625rem;left:4.3741340637207rem;width:38.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:42.4375rem;left:18.1875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #O3LmL9fAxmDbXeTPhx6m3d6GkcteCKsy { top:22.5rem;left:26.833093643189rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:3.25rem;left:8.8437519073488rem;width:30.0625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { top:7.25rem;left:11.248046875rem;width:25.1875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { top:11.9375rem;left:2.0000019073486rem;width:43.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { width:11.9375rem;height:3.125rem;top:32.3125rem;left:17.874568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block; }
 }@media only screen and (max-width: 763px) { #n6oHCN0JqiPSJdeCtkRrXCebxg74l2D7 { top:41.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F990qGUkcuxqLHdVVExdtZeG18K3CSTC { display:block; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { top:1.25rem;left:0rem;width:18.5rem;height:1.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { top:5.125rem;left:0rem;width:15rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { top:11.9375rem;left:2.0000019073486rem;width:43.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { width:12rem;height:3.125rem;top:32.8125rem;left:17.874568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block; }
 }@media only screen and (max-width: 763px) { #kwIgTkRvuecwndET8SKqJ7XUlc9pPnEV { top:39.625rem;left:0rem;width:20rem;height:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKhPZyKnC8xkZgmMobamM2omkvoFutOc { top:2.0625rem;left:0rem;width:13.75rem;height:4.62456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { top:2.6875rem;left:14rem;width:33.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo5detGtTygcwRru3ah4m537h4I5m5X { display:block; }#NDo5detGtTygcwRru3ah4m537h4I5m5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3hm9s6pzCPc4weBfwUTsVVSa4b2uMmX { top:0rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:9.375rem;height:3.49921875rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { width:13.18675rem;height:1.29980625rem;top:5.4039063453674rem;left:4.6249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { width:2.24921875rem;height:2.309375rem;top:4.8992190361023rem;left:3.1250001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ { position:relative;z-index:auto;display:block; }#feTWHPQTGhmZJgT7HGWTlbS7lN1OKMvZ > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oqCHzvCe/LAN_PASEO_PARQUE_BAN.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW.adaptive-delivery-prevent-bg, #aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW.lazyload, #aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW.lazyloading { background-image: none; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container { background-color: transparent; background-image: none; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container > .video-iframe-container { display: none; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row > .video-iframe-container { display: none; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .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); }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container { border-width: 0; border-radius: 0; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPNXUo0DMiJ2r3U26pDz9Mrc1MbJ59ZW > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAksJIFm0TsikH0Xbt69KQZT0rN0bLEv { width:18.75rem;height:26.125rem;top:9.1875rem;left:0.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #RvIEMh6zm9H94nTMimJxaU5IRAvlDSnl { width:12.9980625rem;height:4.875rem;top:10.0625rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-form-header {  }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-text {padding-top: 0; padding-bottom: 0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:14.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:14.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-select {padding-top: 0; padding-bottom: 0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#95bc20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:14.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM [class*="-text"]:-moz-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM [class*="-text"]::-moz-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM [class*="-text"]:-ms-input-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM [class*="-text"]::-webkit-input-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.1875rem;overflow:hidden;font-style:normal; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .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; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-container:first-of-type{padding-top:0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-container:last-of-type{padding-bottom:0;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.5625rem;top:15.5625rem;z-index:100002; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.375rem;display:block;vertical-align:top; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM {display:block;}#hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.5625rem;top:15.5625rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #m3Bkq8wnIkwFHkQrg9FCOE21cDSuKENd {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #rOPGloIDp2z32EQcddTW58wCqb9iElfD { display:none; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #foZGw9UK3lDCVFmO65OnBeBfQhNNXVEc {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #Ty5C3rDWc17erSyHJZeXiudH6ei52bnH {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #G8oCWilH73c3TVPUPBtZ1hGNzUmFg4U1 { display:none; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #WuAQOmOTkWyPBrqWJ6IPl6UC8TyxhbEI {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #E7tkyAFhgNvptnRFquCzrKOR42T9xTrn {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #UliEzryFDb1DsmgTDrotrKOyG3yfii33 { display:none; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #Dp5BJ9fiKkE14H0yKh9HkIAOO2yqTPZE {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #TQeNqmsO7wkZPeIpe1F263Rzs77KzQDQ {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #T3aD1hHSGtqd02Ab5hJGivbUGI4kxySt { display:none; }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #W14A8SZQ8CAesFFxyKF54PEO0GQZDvOM {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #P29ckeqPkwCXUxz2tcWTC1ZLTIzLWnxh {  }
 }@media only screen and (max-width: 763px) { #hZDZ4vhi3yBSBDClPBdcefckxHG3K3aM #x9U0T9MDTA2xL1dMHE1GddJT7oOxADyg {  }
 }@media only screen and (max-width: 763px) { #RkWzOFc0voGS5qUSh3zuR9THbOydtkx8 { width:20rem;height:auto;top:17.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mb5qRIezz2uhG0dMBIgdt5G92TiyABhF { width:17.4338125rem;height:5.625rem;top:1.8745656013489rem;left:1.2500000596046rem;font-size:1.875rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/82321719-1424-4817-b394-79979505be68/_GSC_navidad_banner_paseo_casas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx.adaptive-delivery-prevent-bg, #RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx.lazyload, #RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx.lazyloading { background-image: none; }#RPaeGZ6TPZaETTsbIi6JLPHkwTdcs4dx > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c8ba433-de7c-44fc-890e-291b3179048d/_GSC_parques_movil_BuenF_banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r.adaptive-delivery-prevent-bg, #qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r.lazyload, #qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r.lazyloading { background-image: none; }#qLMq5fUfWNhBvT0xhe12TPwMB7CmSh2r > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AoBL2wEBZasm0upQWsmtr7Kb7in1aTbM { top:35.375rem;left:1.4375rem;width:17.125rem;height:3.5rem;font-size:1rem;z-index:15006;background-color:#2442d4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #f4EI8m38XW0vHESADJPvwKe7yVwJy71m { display:block; }
 }@media only screen and (max-width: 763px) { #fs7y4AsEgG8DkpNcB93G7zAMH3Rqcutz { display:none; }#fs7y4AsEgG8DkpNcB93G7zAMH3Rqcutz > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kcRLUibOcBqP7pityL0UdJma7r5MAqtm { width:20rem;height:20rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgI3RsvzXUkl2aFCuc2xswAJUwv0nBd1 { width:20rem;height:2.5996125rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #skumFMwzgAH2Em79kagV9kmhshlAyZJ7 { width:20rem;height:6.5rem;top:31.011725rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxzMBuHKuTaFRGZtHVPyT4mVc0cK2ARD { width:20rem;height:1.70605625rem;top:28.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl { background-color:#ffffff;background-image:none;display:none; }#CPz9WZdyWuz1zN67c1T9N7TyIX1Euxyl > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x6BHC4R5pwr2Dab1q0076xhw5got0Cly { top:5.4541015625rem;left:0rem;width:20rem;height:16.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VVT8l9nJSTE3DKnxq54D38pQkhao9uXB { top:23.2666015625rem;left:0.5rem;width:19rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEod7kVTSzypAbsTyTfGx7FCIA1ZLMu5 { display:block; }
 }@media only screen and (max-width: 763px) { #XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es { background-color:#19042d;background-image:url("https://images.assets-landingi.com/uc/ff02d03c-1592-4a77-bcfd-c6f1232a5193/ventanocturnagscbannerslanding01m.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es.adaptive-delivery-prevent-bg, #XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es.lazyload, #XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es.lazyloading { background-image: none; }#XPZHXVHuEGVT62D30Dk9O5yIhkFT45Es > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtSqC1MKciaPPx9eHKT3vIFDt2olNO0A { width:11.87175rem;height:3.1239125rem;top:34.875220060349rem;left:4.0635853409767rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuiaksfFsXrMuGwd6ic525qUTKN2HVI7 { display:block; }
 }@media only screen and (max-width: 763px) { #sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/417bc23a-e9da-4622-b471-7ea31c119253/gscbuenfin22stories12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I.adaptive-delivery-prevent-bg, #sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I.lazyload, #sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I.lazyloading { background-image: none; }#sIpeLOedqwUUuKuCBKvbpX4PnTbyEJ5I > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3kHSPzID/LAN_PASEO_PARQUE_BAN_copia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s.adaptive-delivery-prevent-bg, #mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s.lazyload, #mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s.lazyloading { background-image: none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container { background-color: transparent; background-image: none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container > .video-iframe-container { display: none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row > .video-iframe-container { display: none; }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .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); }#mrLgck4ryqRGHMo5gSxFQa5a3yCo2Q6s > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xkwm84Qk5TrSiSS6KfHeVOTldnTqqFhQ { width:16.6873125rem;height:7.5rem;top:1.8125rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDB3Hw2qAorCagroCRQS9TqaScBKTSdX { width:4.6875rem;height:0.248480625rem;top:10.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQ6zOyyQJNDtJhK0AmamewQvA147MS4 { width:17.3125rem;height:10.96875rem;top:12.25rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8feS3HimnrGIuWUAWCcS2eTocnJIFc0 { width:11.875rem;height:3.125rem;top:24.315320968628rem;left:4.0625004768372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDHmkWswBbCkBfrxIFzEXlcSgJcDqZq { display:block; }
 }@media only screen and (max-width: 763px) { #XdTLTU1ApiMudixERlw8lS4l8JuaDkTK { width:20rem;height:13.28611898017rem;top:28.68994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR { display:block; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpeG1y9bQNSTVUoyn823WXPF2KLgOrpk { width:20rem;height:27.5625rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWS8kIsI1QPavcWCoLgaoJdtc8TyIFeg { width:20rem;height:1.875rem;top:0.99609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO { display:block; }#IZe43VNpdSwz5tn1iFaX9ZnCsyV4z7RO > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0CIHKqC2RQB4QWCiyK8Rai6gJGcLd1Z { height:11.223775254741rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FchEUO5h2CZ0aoubIiT5vM0PVJPgzXC2 { height:11.223592830138rem;width:20rem;top:16.272575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fni5OWfbzhFUBgNKdqyXSR7ZGKmtxJJx { width:15.37475rem;height:1.29980625rem;top:28.7457rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZOhOhJphwtVCRPqV9WviqFirJdK5kCQ { width:15.37475rem;height:1.29980625rem;top:13.72375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acRkbMUFoQNe5mRGTZh4udFB8fblhcqD { display:block; }#acRkbMUFoQNe5mRGTZh4udFB8fblhcqD > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6KXVIiuASmZnBfTf3llF0sXcw5zadSa { width:16.875rem;height:2.67480625rem;top:6.3585071563719rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPaezpfhZ076CdflwWAvsDEdcOAay1L1 { width:16.436625rem;height:18.28125rem;top:10.017360687256rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOTd7eTEqhAcltPM9a5VQtyIA2U9CPTK { width:18.125rem;height:0.06171875rem;top:11.6484375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTsM74E9bxfaPkfiNdHNm0BcKtkvyGA { width:18.125rem;height:0.06171875rem;top:14.08464050293rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpBK5NUqIyoTytCCNltFu7saVE8tg9xb { width:9.375rem;height:9.75rem;top:14.640190124512rem;left:9.7569447159769rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rE3xlW1JnrmuRKx73QbWCWIZukGtnOwx { width:18.125rem;height:0.0596788125rem;top:18.770616531372rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx6ZLhbJ5tEDyABMvwbwXTF9Zh6n9Gyy { width:18.125rem;height:0.06171875rem;top:16.33464050293rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDqCywrzN7kzMfTfHrZ66PNBhb9Zw9z9 { width:18.125rem;height:0.06015625rem;top:30.196875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #At3A8Poytk6dv3u38w29xPPmxpbWCJTO { width:18.125rem;height:0.06015625rem;top:31.509375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiFKgkGoTmSoeeaOJAQ5A3W6OMMokt84 { width:19.875rem;height:4.2246125rem;top:1.5766048431396rem;left:0.06206613779068rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSooWDc59Q6ZmopBMubnHFabrF3nuEru { top:41.311838626862rem;left:5.8116322159767rem;width:8.36067375rem;height:2.79861125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avQ9uPchZu3lA8myToJyAvv0AZHzXBmb { display:block; }
 }@media only screen and (max-width: 763px) { #olVW0fTEyVng0p3f1enTsesw4XJtbqDb { width:20rem;height:27.5rem;top:27.787545204163rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #XbAyOqrou9B8DzJPCeWMMTDXh4VBaOOe { width:18.125rem;height:0.05859375rem;top:22.332900047302rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #revTt7m7yy79A5Er3kL1K04lHyvQIE58 { width:18.125rem;height:0.05859375rem;top:24.832900047302rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Ri8NV1Zv2Ks7TuNwy2zUUvLXmpFDhDIT { width:20rem;height:11.6875rem;top:28.158203125rem;left:0.0071858288770056rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgfV1md5XGx5lobKczrXhZJZvQrCMRhc { display:block; }#MgfV1md5XGx5lobKczrXhZJZvQrCMRhc > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liCB0fLqnazPrrQIsBqTvToN4JFDvmOq { width:17.2480625rem;height:1.29980625rem;top:4.6162109375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWfD9aLyVgdCCTv7GalC6IWCTRLOafXt { top:45.187070846558rem;left:10.373264372349rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTyJGPXngtJHN8cIAw7bl8MpoVTw5cO { display:block; }
 }@media only screen and (max-width: 763px) { #QPNWIrT7fzUTMNfAxsRTpdNx6b3RQDw5 { width:16.0623125rem;height:15.84375rem;top:9.2493491172788rem;left:0.9375rem;font-size:0.9375rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w2tk1maS1bwZcsLMbl2ygl7r16ImUMv6 { width:18.125rem;height:0.06171875rem;top:7.1875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXIbnPc7JhszSMbnOZbemy6hP3g2ZGh8 { width:8.5625rem;height:9.75rem;top:9.2490234375rem;left:10.5615234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HRcq4FiGJ78pIdoyTQnyWFIdfNyXpV79 { width:18.125rem;height:0.06171875rem;top:8.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGuaHVsx55bezqkKhnND205tLOMhIyL7 { width:18.125rem;height:0.06171875rem;top:11.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXk3NN59dM30zI5PKfnBBgap2N2TVVc { width:18.125rem;height:0.0596788125rem;top:15.499131679535rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsWLwD7mrAWUvkUNeCapToSZW3etKpS6 { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U98IW1zzIxha3nt2FSOHHDfoTM2mxHcH { width:18.125rem;height:0.0596788125rem;top:17.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tboSg3ADh1KibO5rIMDyi8HDHh2a0pa5 { width:7.874375rem;height:2.6806625rem;top:1.9368486404419rem;left:6.0297312736511rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VO9Juz6ABSgZRpyQA80LgeRLx0NTAxts { top:45.187070846558rem;left:0.93750005960463rem;width:8.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm1RQaslTiwx1rEFthvfrQVXZXS4FGXl { display:block; }
 }@media only screen and (max-width: 763px) { #XoPtwxdFpwIWbr7nCqgoeUBJTKkeSpy0 { width:18.125rem;height:0.06015625rem;top:13.125rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #HvempL7poOJLVXZCU0xTKrsGUIqAsdIH { width:20rem;height:27.5625rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ir18slHDucSAbg6N1DGUXX3BSq3I1S5n { width:18.125rem;height:0.05859375rem;top:20.375rem;left:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dmq8n7FP2TQqGx8cSyAtrnl7lvaQ8lh0 { width:18.125rem;height:0.05859375rem;top:22.8125rem;left:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OylG9KhwoW3eO0WhUr4iP7D0TU7EvRIB { width:19.8125rem;height:17.5rem;top:26.935789108276rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #St1eJRUiLIrwFqzgZXovptqhft2CgQ8h { display:block; }#St1eJRUiLIrwFqzgZXovptqhft2CgQ8h > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLNEdWmVtnhDyBbEsilL8SNltdpXHLmx { width:17.2480625rem;height:3.8994125rem;top:4.6162109375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXcCBIG0gwKn8l8289hcdREd9rkAVR28 { top:55.25rem;left:10.37353515625rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLMJ8hcU0P2TqLFeuDTxUqxIuzaXOTTA { display:block; }
 }@media only screen and (max-width: 763px) { #JFQDIgS91c3WA0aHECG5MkdFsTbnO23r { width:16.0623125rem;height:15.84375rem;top:9.2493491172788rem;left:0.9375rem;font-size:0.9375rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g1LEX7RqmfX79kEH1w6ltaPCHRwQlzew { width:18.125rem;height:0.06171875rem;top:7.1875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IstUS4eieXfchQE9PgtVZuJRfDSyOs0z { width:8.5625rem;height:9.75rem;top:9.2490234375rem;left:10.5615234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GGCTqbeIe1T9afH1ETyokyaWH57KqR2t { width:18.125rem;height:0.06171875rem;top:8.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApfuhHZRgkh1pOLPXo20GedFhbTwB6p0 { width:18.125rem;height:0.06171875rem;top:11.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp9PTrTMxyWEHGvZMVqNZbaz2Zro4vJT { width:18.125rem;height:0.0596788125rem;top:15.499131679535rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdvg3xieTEpoH9uyt1dnb6mGaVVtmZfn { width:18.125rem;height:0.060763875rem;top:23.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlPieisHgJCWcuxhcqIf8wEgWVQwd2Rz { width:18.125rem;height:0.0596788125rem;top:17.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy26ip4oTElePmHt22GDMkb4Zr1vPVPU { width:7.874375rem;height:2.6806625rem;top:1.9368486404419rem;left:6.0297312736511rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbXFgTHVTnSpe0UsbpuAnKpmcQS1mHWb { top:55.25rem;left:0.9375rem;width:8.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAQIOrC0S4FRpJB8Ddhcn7J40DXwX4X0 { display:block; }
 }@media only screen and (max-width: 763px) { #BeVPlMMnTER4AysiT2rTGrwbDiG6NrxL { width:18.125rem;height:0.06015625rem;top:13.125rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ddI52sHetWFbaWSfkIlbRti1gO8daOMn { width:20rem;height:27.5625rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgM1cdpp1gTpKoraocmLcxVwSnBQcg4g { width:18.125rem;height:0.05859375rem;top:20.375rem;left:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Ww8kT5Zk8WqQGSaeohNK8gxABlwyE9dk { width:18.125rem;height:0.05859375rem;top:22.8125rem;left:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HyV3lTkMTmU1IaK9h1wmbE8Glkax2wIB { width:20rem;height:27.486631016043rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfT4yOq2088qLbxxntW6sumN3cTECgM0 { display:none; }#sfT4yOq2088qLbxxntW6sumN3cTECgM0 > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FtOFTScH0U9r7SXPAaSQ7HmDnTNTeq6C { width:16.875rem;height:2.67480625rem;top:5.7345924377441rem;left:1.5625002384186rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l16aDbtBJhrmkP2HFkCdU81kobdHRtcJ { width:16.436625rem;height:15.84375rem;top:10.017360687256rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nQoUfsMeFi1E7fNooodK7T2pMeqZnqta { width:18.125rem;height:0.06171875rem;top:11.6484375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gob2ewpBSsk9iLmVTrNznIi70D3wlUCU { width:18.125rem;height:0.06171875rem;top:14.08464050293rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdz8Ob4HOyBwfd0eZPN5Rd1TpIFlf6dp { width:9.375rem;height:10.96875rem;top:10.015192031861rem;left:9.7569446563719rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ap0lHTThTfcpzHA6rfEAREP8L7BAX0AR { width:18.125rem;height:0.0596788125rem;top:18.770616531372rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxTewzOpOS0KuThOPqp6TxgyIQSJdytg { width:18.125rem;height:0.06171875rem;top:16.33464050293rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyEUcC8RXThpRAv8BLeReSC9OmtfRLr4 { width:18.125rem;height:0.06015625rem;top:30.196875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTMF2HLP3SlSaRL8NABnGVJSvae2GMWf { width:18.125rem;height:0.06015625rem;top:31.509375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzwZfcFm4E4Ftpz9bw9Vo34O0LzC6VxU { width:6.25rem;height:2.4375rem;top:2.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avTO7qpct9o94MxFkWNSRN7gb9tFxhqU { width:10.6875rem;height:2.11263125rem;top:2.224609375rem;left:0.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGw9VG1RpV1Kw1xxq5sq3HBUPTwAc2f8 { top:56.375rem;left:0.9375rem;width:8.375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr6PNqE1TeGtWZPkMVXoTrsT9atQ27Fx { display:block; }
 }@media only screen and (max-width: 763px) { #aghTZ0uNfuR30R6NdRdvikTXqaRucr1C { top:56.375rem;left:10.9375rem;width:8.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InkUCwgVvCGe3OpqtT1FElJT0qpm4cGp { display:block; }
 }@media only screen and (max-width: 763px) { #Eku1MlCfrym07kWEhN5DDQXu1DV6Hp3D { width:20rem;height:27.5rem;top:27.787545204163rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #w70sI0FgKix8vvJ4M3Nkdoyf3G5ms6Nh { width:18.125rem;height:0.05859375rem;top:22.332900047302rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pBw3P7bN4EPFKphBH2m9k92KgLJFqiZx { width:18.125rem;height:0.05859375rem;top:24.832900047302rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #aHkV8ILrGDL5LsgNQ9Z5em0cw44T8fdC { width:20rem;height:25.5625rem;top:28.158203125rem;left:0.0071858288770056rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { display:block; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { width:16.875rem;height:3.8994125rem;top:5.7345924377441rem;left:1.5625002384186rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { width:16.436625rem;height:17.0625rem;top:10.017360687256rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { width:18.125rem;height:0.06171875rem;top:11.6484375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { width:18.125rem;height:0.06171875rem;top:14.08464050293rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { width:9.375rem;height:9.75rem;top:10.015192031861rem;left:9.7569446563719rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { width:18.125rem;height:0.0596788125rem;top:18.770616531372rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { width:18.125rem;height:0.06171875rem;top:16.33464050293rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCFK5MVatTB96rDunBAnXUINhWdNzB7M { width:18.125rem;height:0.06015625rem;top:30.196875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { width:18.125rem;height:0.06015625rem;top:31.509375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { width:6.25rem;height:2.4375rem;top:2.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { width:15.2495625rem;height:2.4375rem;top:1.9375rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpMednQ5qOmfruZo0BDqglv284LsFpp9 { top:57.470703125rem;left:0.9375rem;width:8.375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block; }
 }@media only screen and (max-width: 763px) { #eU1IZ2d9Vfr4wFlsSUt34PwvMzQ0NlRx { top:57.470703125rem;left:10.9375rem;width:8.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTsSgqQnJu4QX3SMHNTO03eM1edmhwC { display:block; }
 }@media only screen and (max-width: 763px) { #nKxhCOPRUvJTFCcxmrFwzgGx8EOwUIhv { width:20rem;height:27.5rem;top:27.787545204163rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #BTozzRqb3AKZnekp7hVUtuRBNq8fddKy { width:18.125rem;height:0.05859375rem;top:22.332900047302rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #zzD8kC9arlketfhEfkH3DmoLDSd0coxp { width:18.125rem;height:0.05859375rem;top:24.832900047302rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #adTBd8EwE53XaArACqwHSubcZnvK29rx { width:20rem;height:27.50656167979rem;top:28.720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G { display:block; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { width:18.49825rem;height:2.5996125rem;top:5.4492192268372rem;left:0.7508680820465rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { width:15.7486875rem;height:17.0625rem;top:9.3750004768369rem;left:0.7508680820465rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOGkh0EDtM2NoxbotUVRTm8KhSn5uKIi { width:18.125rem;height:0.060763875rem;top:11.248915195465rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { width:11.25rem;height:9.75rem;top:9.375rem;left:7.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RZKocH0y9e5ZWOUmVXgV6FFQfZG0nL7n { width:18.125rem;height:0.06171875rem;top:10.3125rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { width:18.125rem;height:0.060763875rem;top:13.437500476837rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { width:18.125rem;height:0.060763875rem;top:15.874567508698rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { width:18.125rem;height:0.06171875rem;top:52.675rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grnXIPfFBfB6w0ZvPvdzTThTZcdtKBmZ { width:18.125rem;height:0.06171875rem;top:53.9875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5zV4eVIO4TL26IRcn01cozIBzZr5bug { width:10.5620625rem;height:2.6806625rem;top:2.1864151954651rem;left:4.7189674377441rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { top:56.75rem;left:0.75048828125rem;width:8rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block; }
 }@media only screen and (max-width: 763px) { #k9vCE2Agbb4dNmkXdAP0dB561Oz9nlzz { width:20rem;height:27.5625rem;top:27.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUlfpZmRp1JsgzdLhBt3UKlssUsdDJg8 { top:56.75rem;left:11.06103515625rem;width:8.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN0yhxB2PiA3OxJKRsTyXbLTV4X6hkQN { display:block; }
 }@media only screen and (max-width: 763px) { #TNPBcCvRbJrPpD5IUHwInKpW0KqJfJyT { width:18.125rem;height:0.0596788125rem;top:18.311632752419rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yLSpRp68g8fzMvDvfyqpcZx35OQ6TNp0 { width:18.125rem;height:0.05859375rem;top:21.686199784279rem;left:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #auWDD1QZXdG90FNEcLqrhKrqdUwDwelJ { width:18.125rem;height:0.05859375rem;top:24.123264908791rem;left:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #rsfcchfEF2LhwCuCcUNGsVbrff31rSTQ { width:20rem;height:27.493112947658rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { background-color:transparent;background-image:url("https://images.assets-landingi.com/yLfE7JXB/LAN_LOMAS_BAN_copia_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { width:4.6875rem;height:4.6875rem;top:10.118962287903rem;left:2.4982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { width:4.6875rem;height:4.6875rem;top:20.430569648743rem;left:2.4982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { width:4.6875rem;height:4.6875rem;top:32.187510192394rem;left:2.4982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { width:4.6875rem;height:4.6875rem;top:9.5614337921144rem;left:12.935014128685rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { width:4.6875rem;height:4.6875rem;top:32.187499046326rem;left:12.935014128685rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:7.6855625rem;height:2.2734375rem;top:14.749649524689rem;left:0.99964487552644rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { width:7.125rem;height:3.41015625rem;top:25.75rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { width:8.25rem;height:2.2734375rem;top:37.8125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { width:8.3109375rem;height:3.41015625rem;top:14.75rem;left:11.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { width:8.9375rem;height:4.546875rem;top:25.75rem;left:11.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { width:7.6855625rem;height:1.13725rem;top:37.8125rem;left:11.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { width:18.3745625rem;height:1.462675rem;top:43.873701691628rem;left:0.81163215637206rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { width:17.9373125rem;height:5.25rem;top:2.9361972808838rem;left:1.0308160781861rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:46.374785065651rem;left:3.9062504768372rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #O3LmL9fAxmDbXeTPhx6m3d6GkcteCKsy { width:4.4375rem;height:4.4375rem;top:20.553976714611rem;left:13.059303641319rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/v3UqhvXA/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyloading { background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:18.5623125rem;height:1.875rem;top:1.25rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { width:15.061875rem;height:3.75rem;top:4.375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { width:20rem;height:18.75rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { width:11.9998125rem;height:3.125rem;top:29.375rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block; }
 }@media only screen and (max-width: 763px) { #n6oHCN0JqiPSJdeCtkRrXCebxg74l2D7 { width:20rem;height:0;top:33.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F990qGUkcuxqLHdVVExdtZeG18K3CSTC { display:block; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { width:18.5616875rem;height:1.875rem;top:3.1875rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { width:18.1866875rem;height:3.89941875rem;top:6.3125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { width:18.75rem;height:20rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { width:11.875rem;height:3.125rem;top:32.560766220093rem;left:4.0625004768372rem;font-size:1.0625rem;background-color:#95bc20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block; }
 }@media only screen and (max-width: 763px) { #kwIgTkRvuecwndET8SKqJ7XUlc9pPnEV { width:20rem;height:3.25rem;top:39.625rem;left:0rem;font-size:0.625rem;z-index:15024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKhPZyKnC8xkZgmMobamM2omkvoFutOc { width:10.12425rem;height:3.18671875rem;top:1.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { width:19.249125rem;height:5.24903125rem;top:5.8094635009766rem;left:0.34288203716278rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #NDo5detGtTygcwRru3ah4m537h4I5m5X { position:relative;z-index:auto;display:none; }#NDo5detGtTygcwRru3ah4m537h4I5m5X > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h3hm9s6pzCPc4weBfwUTsVVSa4b2uMmX { width:3.75rem;height:3.75rem;top:0rem;left:15.6875rem;display:block; }
 }