.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;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:#0b0b0b;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:7.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.75rem;width:12.0625rem;top:0.84375rem;left:2.9375rem;overflow:hidden;display:block; }
#q4yDyq19WJ124snsnwHQZelCWXPmtEPE { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:45.875rem;height:1.21875rem;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.37413125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.4375rem;left:44.625rem;display:block; }
#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row .container { background-color: transparent; background-image: none; }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row .container > .video-iframe-container { display: none; }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row > .video-iframe-container { display: none; }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .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); }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row .container { border-width: 0; border-radius: 0; }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bca604d-7d9c-4ac2-812e-739f998b76e5/_MG_3386rev.JPG");background-position:bottom right !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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { 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:5.0625rem;left:35.5625rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#2a2a2a;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.125rem;left:38.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:center;text-align-last:center;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#dc4c61;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:#f2f9ff;width:14.375rem;height:2.9375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { 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:38.125rem;top:11.3125rem;z-index:100009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { 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:38.125rem;top:11.3125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#augaenXrqMn3NncAFAW60KQFGPEIM67w { color:#ffffff;display:block;width:35.249rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.5625rem rgba(11,6,7,0.9);top:8.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1iFQgPD9WrNzz4HDXI0PP2IP8xRbn34 { color:#ffffff;display:block;width:27.6855625rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.5625rem rgba(0,0,0,0.9);top:15.3564453125rem;left:4.5294189453125rem;height:7.63675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEq10C6ruilbkw4rOFEhPz2fruywHsTU { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/9ec930a7-f678-4c90-a354-7a1ae03dfe2d/_GSC_navidad_banner_triunfo.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; }#zEq10C6ruilbkw4rOFEhPz2fruywHsTU.adaptive-delivery-prevent-bg, #zEq10C6ruilbkw4rOFEhPz2fruywHsTU.lazyload, #zEq10C6ruilbkw4rOFEhPz2fruywHsTU.lazyloading { background-image: none; }#zEq10C6ruilbkw4rOFEhPz2fruywHsTU > .row .container { border-width: 0; border-radius: 0; }#zEq10C6ruilbkw4rOFEhPz2fruywHsTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEq10C6ruilbkw4rOFEhPz2fruywHsTU > .row .container { width:60rem;height:46.625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6 { 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; }#Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6.adaptive-delivery-prevent-bg, #Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6.lazyload, #Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6.lazyloading { background-image: none; }#Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6 > .row .container { border-width: 0; border-radius: 0; }#Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6 > .row .container { width:60rem;height:48.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#wGL3KlTGkM7kn1HQhOOduOa3yfTRlakW { 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; }
#pzqL4iDkprATb6n66cDltz1DF9v6eofe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/2be621c3-36e3-451b-9491-70f1c411666d/_GSC_triunfo_BuenF_banner.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; }#tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO.adaptive-delivery-prevent-bg, #tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO.lazyload, #tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO.lazyloading { background-image: none; }#tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO > .row .container { border-width: 0; border-radius: 0; }#tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO > .row .container { width:60rem;height:48.875rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#bd4wHytmZlAqzviFToViCp2ssLWcqcxa { 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; }
#r6b0Qmi66gkLP6cDr5VScpT7xaXGP4fT { z-index:15005;top:44rem;left:0.5625rem;background-color:#8f1442;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; }
#V1bl8wrhttR7phlOKOzKwS1lW71ysMFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lt667STxqKQTRE92snTVEl0PstB21yvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc425b;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; }#lt667STxqKQTRE92snTVEl0PstB21yvv > .row .container { border-width: 0; border-radius: 0; }#lt667STxqKQTRE92snTVEl0PstB21yvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lt667STxqKQTRE92snTVEl0PstB21yvv > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:none; }#w8RgXscgHRLWKnJqN3BtW3cmgOSISbBk { 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; }
#CRiXga7EbTwfzRl72MTMox6g2FX0nTZG { color:#ffe317;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:3.0869125rem;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; }
#xVccAHIGFJkD121IVB6UyvTBUsqVDxm3 { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:30.3125rem;height:3.25rem;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; }
#fnTAo0PTk1Jt6mE0sqJuUuHbBWNmEBLn { color:#ffffff;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; }
#rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/431ff820-b8a2-4349-8e6c-83b9095d24e0/GSCLANDINGBUENFIN2021etapa0201vistaprevia.png");background-position:center !important;background-repeat: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:none; }#rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9.adaptive-delivery-prevent-bg, #rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9.lazyload, #rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9.lazyloading { background-image: none; }#rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9 > .row .container { border-width: 0; border-radius: 0; }#rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9 > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:none; }#mKh269K4cGyUhlKoC2Slws8UsTpGGqk0 { 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:53.5rem;width:46.5rem;display:none; }
#X3UplV8NshgyERuLZ6zZseNQDTp7zhKr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9beaaa7b-3961-4c21-b8c1-18fd51b91bd1/GSCLANDINGBANNERSBF2207.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; }#X3UplV8NshgyERuLZ6zZseNQDTp7zhKr.adaptive-delivery-prevent-bg, #X3UplV8NshgyERuLZ6zZseNQDTp7zhKr.lazyload, #X3UplV8NshgyERuLZ6zZseNQDTp7zhKr.lazyloading { background-image: none; }#X3UplV8NshgyERuLZ6zZseNQDTp7zhKr > .row .container { border-width: 0; border-radius: 0; }#X3UplV8NshgyERuLZ6zZseNQDTp7zhKr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3UplV8NshgyERuLZ6zZseNQDTp7zhKr > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:none; }#fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PFeCtTLO/gsc_promo_navidad_landing_01_fondo_rojo.png");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:none; }#fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L.adaptive-delivery-prevent-bg, #fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L.lazyload, #fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L.lazyloading { background-image: none; }#fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L > .row .container { border-width: 0; border-radius: 0; }#fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:none; }#WoH9XmabQtDPbzT97gLpUtTeE4IXna2V { 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:32.875rem;width:50.25rem;top:0.8125rem;left:4.875rem;overflow:hidden;display:block; }
#XczCHaI6LNOaHL1pqGifCNOsGKhxJwC1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49913125rem;width:10.4373125rem;top:31.1875rem;left:24.75rem;overflow:hidden;display:block; }
#crQrGsQ5fTP3oRo9Tqdc7BnInzyegiXS { 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:70.375rem;width:55.5625rem;display:none; }
#OMHoWGgvklr4v6itut2Xq18r5m2ahdiO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/E9SWuSjf/gsc_promo_enero_landing_02_11a.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OMHoWGgvklr4v6itut2Xq18r5m2ahdiO.adaptive-delivery-prevent-bg, #OMHoWGgvklr4v6itut2Xq18r5m2ahdiO.lazyload, #OMHoWGgvklr4v6itut2Xq18r5m2ahdiO.lazyloading { background-image: none; }#OMHoWGgvklr4v6itut2Xq18r5m2ahdiO > .row .container { border-width: 0; border-radius: 0; }#OMHoWGgvklr4v6itut2Xq18r5m2ahdiO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OMHoWGgvklr4v6itut2Xq18r5m2ahdiO > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:none; }#ToTRzrylqFdnngNWJwPQTRPm8sd2U0sG { position:absolute;display:block;z-index:14992;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.4375rem;width:52.4375rem;top:5.6499568521976rem;left:3.6870670318604rem;overflow:hidden;display:block; }
#N1CALhQE6EJInZMp6HdlFBv83t8PD0oQ { 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:5.49805rem;width:10.4373125rem;top:37.331815093756rem;left:24.780818939209rem;overflow:hidden;display:block; }
#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu { position:relative;display:none; }#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu { border-width: 0; border-radius: 0; }#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu > .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; }#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e3e3e;background-image:url("https://images.assets-landingi.com/QzFo5shY/gsc_buen_fin_banners_landing_morado_fondo.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; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa.adaptive-delivery-prevent-bg, #oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa.lazyload, #oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa.lazyloading { background-image: none; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa > .row .container { border-width: 0; border-radius: 0; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:none; }#q5367GCb8dMQbamATSCLsLkGk156A0H4 { 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:19.6875rem;width:59.0625rem;top:0.09222984313965rem;left:0.43619918823242rem;overflow:hidden;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc4c61;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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#ec6736;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.8114151954651rem;left:33.404949188233rem;height:10rem;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; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { 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:13.75rem;left:33.6875rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.9375rem;left:33.40625rem;height:8.53125rem;display:block; }
#KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { background-color:#ffc333;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.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.185981750488rem;left:33.687068939209rem;display:block; }
#ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3TOME3KnQZGLS4DWd3Sa8IaBtc05IPt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:49.25rem;top:0rem;left:-20.734375rem;overflow:hidden;display:block; }
#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { 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; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { border-width: 0; border-radius: 0; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:none; }#Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { color:#3f3f3f;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.109375rem;left:2.6875rem;height:1.21875rem;display:block; }
#xiiSiwZTezpxwHzux3306tXRPCDymdbV { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.6875rem;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; }
#WMpqPwKyKuv598yCVWZike3xkgFcCeJV { color:#3f3f3f;display:block;width:22.25rem;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.875rem;left:2.6875rem;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; }
#ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { z-index:15002;top:16.08984375rem;left:7.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #dc4c61;border-left:0.125rem solid #dc4c61;border-right:0.125rem solid #dc4c61;border-bottom:0.125rem solid #dc4c61;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:#dc4c61;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmWpGbyOOzbUTI7RbTe0eCRlrIHwkhWS { position:absolute;display:block;z-index:15004;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.3125rem;left:2.8125rem;display:none; }
#N4so2q3wgUT4TNZt3lXdTpb0WVKTuU7k { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:27.1875rem;top:2.65625rem;left:31.96875rem;overflow:hidden;display:block; }
#DQqkQBslw4BVGttByH29CqDxf8i1GTAM { color:#3f3f3f;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.109375rem;left:2.6875rem;height:1.21875rem;display:block; }
#k7CLt0DOKDEGFrQGoyJiMUG1TB5OttoF { position:absolute;display:block;z-index:15019;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:12.203125rem;left:2.6875rem;display:block; }
#zlZa9V0gZh3OIbQVnevM4ATVFVnNImT4 { position:absolute;display:block;z-index:15020;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.328125rem;left:2.8125rem;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:36.9375rem;width:60rem;position:relative;display:block; }#rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { color:#3f3f3f;display:block;width:19rem;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.2490234375rem;left:39.6865234375rem;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; }
#CSLVoTVhhTixp8CZpyztLguKhyfdE6ty { 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:17.25rem;width:27.4375rem;top:9.84375rem;left:1.28125rem;overflow:hidden;display:block; }
#HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { color:#3f3f3f;display:block;width:16.9375rem;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.5625rem;left:32.6875rem;height:13.40625rem;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:14rem;left:32.6875rem;display:block; }
#NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { color:#3f3f3f;display:block;width:19.875rem;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.34375rem;left:38.8740234375rem;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.5rem;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.875rem;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.25rem;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.625rem;left:32.6875rem;display:block; }
#e5zV4eVIO4TL26IRcn01cozIBzZr5bug { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:47.4375rem;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.43577003479rem;left:45.817058563233rem;background-color:transparent;background-image:none;border-top:0.125rem solid #dc4c61;border-left:0.125rem solid #dc4c61;border-right:0.125rem solid #dc4c61;border-bottom:0.125rem solid #dc4c61;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:#dc4c61;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.875rem;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; }
#EXNhGSwFxkyFs3MxgxU9wD8f8uydcXbX { z-index:15021;top:29.435546875rem;left:32.6875rem;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:#000000;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; }
#Enmq0PNOoK63vFoPHaAepGMtvB0lxrmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3XIKwEB8ip2IrzKLPUsBkIN8zGFrC7T { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:27.4375rem;top:9.84375rem;left:1.28125rem;overflow:hidden;display:block; }
#LfzdhylSHx8CHvrT8nz6kCTJA2ZWfgNc { 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; }#LfzdhylSHx8CHvrT8nz6kCTJA2ZWfgNc > .row .container { border-width: 0; border-radius: 0; }#LfzdhylSHx8CHvrT8nz6kCTJA2ZWfgNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfzdhylSHx8CHvrT8nz6kCTJA2ZWfgNc > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:none; }#GlVv6VsTEcE5pEK9OVfSfM6vU09yuO0U { color:#3f3f3f;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.875rem;left:2.625rem;height:13.40625rem;display:block; }
#dP60qcBgByHRiWGOTkTgtgwBBKikd2FU { color:#3f3f3f;display:block;width:19.561625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:9.125rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bCPUslffIJRCJAQkuT0DBh29onIPLPxf { position:absolute;display:block;z-index:15004;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:25.625rem;top:16.8125rem;left:2.75rem;display:block; }
#iaD2ORdBmf3ZPzC7Mk7PC3ct7qNy5ii8 { position:absolute;display:block;z-index:15005;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:25.625rem;top:19.1875rem;left:2.75rem;display:block; }
#HmQH5J2sqFbQMpGJNtSGS86BOVIRZyR4 { position:absolute;display:block;z-index:15006;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:25.625rem;top:21.5625rem;left:2.75rem;display:block; }
#z1tHZpktotaOf1aWgRiu7REWA7c3rilu { position:absolute;display:block;z-index:15007;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:25.625rem;top:23.9375rem;left:2.75rem;display:block; }
#z6Rrv5n4afWGF32nl4CyT4WC0POqNs6L { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.6875rem;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; }
#x5KMiVC0ol4W9FSqk2yRUXsJur2NfMBw { 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:17.375rem;width:27.5625rem;top:8.15625rem;left:31.21875rem;overflow:hidden;display:block; }
#oSbrTEN3UGZQ7QRfRsuLtE2gLSds2VrO { color:#3f3f3f;display:block;width:16.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:7.875rem;left:2.6875rem;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:left;text-align-last:left;display:block; }
#nDxMcHUNwV55pJcZp8FSbq3Ur8KQb81T { position:absolute;display:block;z-index:15009;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.125rem;width:25.625rem;top:14.3125rem;left:2.75rem;display:block; }
#n2dlZShuyTt27nGTVMyun1ftFAvWeBhI { z-index:15002;top:28.215057373047rem;left:2.6236991882324rem;background-color:transparent;background-image:none;border-top:0.125rem solid #dc4c61;border-left:0.125rem solid #dc4c61;border-right:0.125rem solid #dc4c61;border-bottom:0.125rem solid #dc4c61;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:#dc4c61;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oztnv7UhVN0HK907xKPzzy1k8spgvWXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBsyV1am07tBa3vhQPIuAGo48AcWnzfE { position:absolute;display:block;z-index:15004;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.3125rem;left:2.8125rem;display:none; }
#ZuuOHfuu5brz4kxR0Hczkwp4WU41Qz1k { z-index:15020;top:28.216142654419rem;left:17.192928314209rem;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:#000000;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; }
#Nk1yGJJqagQ5axUsreq8GIfpFQ0wpfhZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ol7k8oXc6TS73VMaTWDneEhR5t08VZkQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:27.8125rem;top:7.25rem;left:31.227840909091rem;overflow:hidden;display:block; }
#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR { 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; }#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:35.75rem;width:60rem;position:relative;display:block; }#VkEBvZF19wJSMpgRoZUP2ECSpTz0LoZN { color:#3f3f3f;display:block;width:17.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:7.6866302490238rem;left:39.499568939209rem;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; }
#oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { z-index:15019;top:28.841148376465rem;left:32.686634063721rem;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:#000000;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; }
#oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I92u9X7QWBTs7NQ7ryBbSQcCN8cnbMxf { 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:14.0625rem;left:32.6875rem;height:13.40625rem;display:block; }
#dk9D8HBuECZ5DxE27PZGFPS3kUOmEevr { 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:15.5rem;left:32.6875rem;display:block; }
#ofTvKExg2HRIbzkcXDyKXJ9vhPheWksf { 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:14.0625rem;left:45.748291015625rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SaZTJ7cmeJC66Be2FMWNt1mcTccomf90 { 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:18rem;left:32.6875rem;display:block; }
#gEgwiBSFzUr1tIG6uhXvlJZvxVUip2Tz { 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:block; }
#ZrooxdRxqw6ET7c1Z95eJcVcEUlu1hdz { 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:22.75rem;left:32.6875rem;display:block; }
#bToSi5rToqqbuDNF5mlA4cJXrlqrvivN { 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:25.125rem;left:32.6875rem;display:block; }
#ArwuIxHSnr1beIaPdFWSqTNMKvpT0Tbm { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4990234375rem;left:48rem;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; }
#sARN12V7v88CxmufE1GKc4EQZxTEWXcK { z-index:15001;top:28.841148376465rem;left:45.256076812744rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ec6736;border-left:0.125rem solid #ec6736;border-right:0.125rem solid #ec6736;border-bottom:0.125rem solid #ec6736;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:#dc4c61;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thbkmZxWGChJanNp7aMCTrtBvGaRIf0S { 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; }
#bgXUeJ67U4nuWEMeTOKbPqoLlKMWvKyC { 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:17.062375rem;width:27.374875rem;top:7.6861572265625rem;left:1.312255859375rem;overflow:hidden;display:block; }
#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:url("https://images.assets-landingi.com/AKkkyhDo/GSC_LANDING_parque_triunfo_04.png");background-position:top 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); }#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); }#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 > .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:46.8125rem;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.5625rem;width:4.5625rem;top:12.6875rem;left:10.1875rem;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:4.5rem;width:4.5rem;top:19.0625rem;left:10.1875rem;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.0625rem;width:4.0625rem;top:26.875rem;left:10.1875rem;overflow:hidden;display:none; }
#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.3125rem;width:4.3125rem;top:12.8125rem;left:32.625rem;overflow:hidden;display:block; }
#HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:19.0625rem;left:32.5625rem;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:4.25rem;width:4.25rem;top:26.53125rem;left:10.09375rem;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:13.0625rem;left:16.9375rem;height:3.8994125rem;display:block; }
#TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.0625rem;left:17.0625rem;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:27.0625rem;left:17rem;height:3.8994125rem;display:none; }
#aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.9375rem;left:38.75rem;height:3.8994125rem;display:block; }
#nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.0625rem;left:38.75rem;height:2.5996125rem;display:block; }
#UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.005859375rem;left:16.9375rem;height:1.29980625rem;display:block; }
#IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { color:#fafafa;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:35.5rem;left:12.1875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { color:#dc4c61;display:block;width:42.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.3739151954651rem;left:8.8736991882325rem;height:5rem;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:39.5625rem;left:23.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #dc4c61;border-left:0.125rem solid #dc4c61;border-right:0.125rem solid #dc4c61;border-bottom:0.125rem solid #dc4c61;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:#ed7183;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; }
#FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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/uc/c31fd6a2-d639-41bd-a2f3-12186d05dd38/gsclanding23triunfo01.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: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.6875rem;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.8125rem;width:60rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#dc4c61;display:block;width:30.06225rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.5616455078125rem;left:14.967651367188rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { color:#2a2a2a;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.122680664062rem;left:19.53125rem;height:3.8994125rem;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:14.625rem;left:8.125rem;display:block; }
#GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { background-color:#dc4c61;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.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.5625rem;left:24rem;display:block; }
#n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gz9dtIgTin3nw0TCGJWNN4SiDhidpoXs { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:42.3125rem;left:1.3125rem;height:2.1118125rem;display:block; }
#n36wVdZVOliMhdO8lEJUTbQbGmHim75b { color:#2a2a2a;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.248779296875rem;left:19.53125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;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:2.5rem;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; }
#ByIDbkGEn9Ixkcclov4sdRdGRXdlS6gm { color:#000000;display:block;width:54.75rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:42.3125rem;left:1.3125rem;height:2.1123rem;display:none; }
#UbsEf1f4uxmnRsv3IWI5VzbNkRdgWR1n { color:#2a2a2a;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.248779296875rem;left:19.53125rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#spHWpdfMbP2T6egCHHt4i1So98FDL6ml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc4c61;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.0931129455566rem;left:0rem;overflow:hidden;display:block; }
#xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { color:#ffffff;display:block;width:31.936875rem;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.7376441955566rem;left:28.062068939209rem;height:3.41015625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NBGGPtEa2uTF2JMNdnO2D8dxXzXwm3QI { position:relative;z-index:auto;display:none; }#NBGGPtEa2uTF2JMNdnO2D8dxXzXwm3QI { border-width: 0; border-radius: 0; }#NBGGPtEa2uTF2JMNdnO2D8dxXzXwm3QI > .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; }#NBGGPtEa2uTF2JMNdnO2D8dxXzXwm3QI > .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; }#R8zalfDBCWLT7TLfwfGZgyvWPs5Rykk9 { 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:none; }
@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.8125rem;left:0rem;width:12.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { top:3rem;left:34.5625rem;width:13.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { top:2.4375rem;left:38.5rem;width:2.25rem;height:2.3108364607781rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr { display:block; }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { top:5.0625rem;left:25.875rem;width:21.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:8.125rem;left:32.25rem;width:15.4375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:14.3125rem;height:15.625rem;top:11.3125rem;left:30.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:14.3125rem;height:15.625rem;top:11.3125rem;left:30.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #augaenXrqMn3NncAFAW60KQFGPEIM67w { top:8.125rem;left:0rem;width:35.1875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1iFQgPD9WrNzz4HDXI0PP2IP8xRbn34 { top:15.3125rem;left:0rem;width:27.625rem;height:7.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEq10C6ruilbkw4rOFEhPz2fruywHsTU { display:block; }#zEq10C6ruilbkw4rOFEhPz2fruywHsTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6 { display:none; }#Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wGL3KlTGkM7kn1HQhOOduOa3yfTRlakW { top:30.0625rem;left:0rem;width:25.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzqL4iDkprATb6n66cDltz1DF9v6eofe { display:block; }
 }@media only screen and (max-width: 763px) { #tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO { display:block; }#tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd4wHytmZlAqzviFToViCp2ssLWcqcxa { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6b0Qmi66gkLP6cDr5VScpT7xaXGP4fT { top:44rem;left:0rem;width:20.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1bl8wrhttR7phlOKOzKwS1lW71ysMFp { display:block; }
 }@media only screen and (max-width: 763px) { #lt667STxqKQTRE92snTVEl0PstB21yvv { display:block; }#lt667STxqKQTRE92snTVEl0PstB21yvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8RgXscgHRLWKnJqN3BtW3cmgOSISbBk { top:0.9375rem;left:0rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRiXga7EbTwfzRl72MTMox6g2FX0nTZG { width:24.9375rem;height:;top:8.375rem;left:22.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVccAHIGFJkD121IVB6UyvTBUsqVDxm3 { width:22.5625rem;height:;top:14.125rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTAo0PTk1Jt6mE0sqJuUuHbBWNmEBLn { width:24.9375rem;height:;top:11.6875rem;left:22.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9 { display:block; }#rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKh269K4cGyUhlKoC2Slws8UsTpGGqk0 { width:46.5rem;height:53.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3UplV8NshgyERuLZ6zZseNQDTp7zhKr { display:block; }#X3UplV8NshgyERuLZ6zZseNQDTp7zhKr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L { display:none; }#fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WoH9XmabQtDPbzT97gLpUtTeE4IXna2V { top:0.8125rem;left:0rem;width:47.75rem;height:31.239427860696rem;display:block; }
 }@media only screen and (max-width: 763px) { #XczCHaI6LNOaHL1pqGifCNOsGKhxJwC1 { top:31.1875rem;left:18.625rem;width:10.375rem;height:5.4663005173746rem;display:block; }
 }@media only screen and (max-width: 763px) { #crQrGsQ5fTP3oRo9Tqdc7BnInzyegiXS { width:47.625rem;height:60.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMHoWGgvklr4v6itut2Xq18r5m2ahdiO { display:block; }#OMHoWGgvklr4v6itut2Xq18r5m2ahdiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToTRzrylqFdnngNWJwPQTRPm8sd2U0sG { top:5.625rem;left:0rem;width:47.75rem;height:28.627234803338rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1CALhQE6EJInZMp6HdlFBv83t8PD0oQ { top:37.3125rem;left:18.655818939209rem;width:10.375rem;height:5.4652257226177rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu { display:none; }#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa { display:block; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5367GCb8dMQbamATSCLsLkGk156A0H4 { top:0.0625rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:2.75rem;left:21.4375rem;width:26.3125rem;height:10rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:13.75rem;left:24.5rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:15.9375rem;left:24.21875rem;width:23.1875rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:11.875rem;height:3.125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #K3TOME3KnQZGLS4DWd3Sa8IaBtc05IPt { top:0rem;left:0rem;width:47.75rem;height:31.813134517766rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { display:block; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { top:11.0625rem;left:0rem;width:20.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { top:3.375rem;left:0rem;width:19.125rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpqPwKyKuv598yCVWZike3xkgFcCeJV { top:7.875rem;left:0rem;width:22.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { top:16.0625rem;left:4.8125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block; }
 }@media only screen and (max-width: 763px) { #wmWpGbyOOzbUTI7RbTe0eCRlrIHwkhWS { top:17.3125rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4so2q3wgUT4TNZt3lXdTpb0WVKTuU7k { top:2.625rem;left:20.5625rem;width:27.1875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQqkQBslw4BVGttByH29CqDxf8i1GTAM { top:13.0625rem;left:0rem;width:20.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7CLt0DOKDEGFrQGoyJiMUG1TB5OttoF { top:12.1875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlZa9V0gZh3OIbQVnevM4ATVFVnNImT4 { top:14.3125rem;left:0rem;width:24.375rem;height:0.0625rem;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:7.1875rem;left:28.8125rem;width:18.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSLVoTVhhTixp8CZpyztLguKhyfdE6ty { top:9.8125rem;left:0rem;width:27.4375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { top:12.5625rem;left:23.875rem;width:16.9375rem;height:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOGkh0EDtM2NoxbotUVRTm8KhSn5uKIi { top:14rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { top:12.3125rem;left:27.875rem;width:19.875rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZKocH0y9e5ZWOUmVXgV6FFQfZG0nL7n { top:16.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { top:18.875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { top:21.25rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { top:23.625rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5zV4eVIO4TL26IRcn01cozIBzZr5bug { top:3.625rem;left:37rem;width:10.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { top:29.375rem;left:35.875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block; }
 }@media only screen and (max-width: 763px) { #EXNhGSwFxkyFs3MxgxU9wD8f8uydcXbX { top:29.375rem;left:23.875rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enmq0PNOoK63vFoPHaAepGMtvB0lxrmQ { display:block; }
 }@media only screen and (max-width: 763px) { #k3XIKwEB8ip2IrzKLPUsBkIN8zGFrC7T { top:9.8125rem;left:0rem;width:27.4375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfzdhylSHx8CHvrT8nz6kCTJA2ZWfgNc { display:block; }#LfzdhylSHx8CHvrT8nz6kCTJA2ZWfgNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlVv6VsTEcE5pEK9OVfSfM6vU09yuO0U { top:12.875rem;left:0rem;width:20.375rem;height:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP60qcBgByHRiWGOTkTgtgwBBKikd2FU { top:12.875rem;left:4.375rem;width:19.5rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCPUslffIJRCJAQkuT0DBh29onIPLPxf { top:16.8125rem;left:0rem;width:25.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaD2ORdBmf3ZPzC7Mk7PC3ct7qNy5ii8 { top:19.1875rem;left:0rem;width:25.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmQH5J2sqFbQMpGJNtSGS86BOVIRZyR4 { top:21.5625rem;left:0rem;width:25.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1tHZpktotaOf1aWgRiu7REWA7c3rilu { top:23.9375rem;left:0rem;width:25.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Rrv5n4afWGF32nl4CyT4WC0POqNs6L { top:3.75rem;left:0rem;width:8.9375rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5KMiVC0ol4W9FSqk2yRUXsJur2NfMBw { top:8.125rem;left:20.1875rem;width:27.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSbrTEN3UGZQ7QRfRsuLtE2gLSds2VrO { top:7.875rem;left:0rem;width:16.875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxMcHUNwV55pJcZp8FSbq3Ur8KQb81T { top:14.3125rem;left:0rem;width:25.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2dlZShuyTt27nGTVMyun1ftFAvWeBhI { top:28.1875rem;left:0rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oztnv7UhVN0HK907xKPzzy1k8spgvWXR { display:block; }
 }@media only screen and (max-width: 763px) { #eBsyV1am07tBa3vhQPIuAGo48AcWnzfE { top:17.3125rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuuOHfuu5brz4kxR0Hczkwp4WU41Qz1k { top:28.1875rem;left:12.625rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk1yGJJqagQ5axUsreq8GIfpFQ0wpfhZ { display:block; }
 }@media only screen and (max-width: 763px) { #ol7k8oXc6TS73VMaTWDneEhR5t08VZkQ { top:7.25rem;left:19.9375rem;width:27.8125rem;height:18.125rem;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) { #VkEBvZF19wJSMpgRoZUP2ECSpTz0LoZN { top:7.625rem;left:23.5625rem;width:17.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { top:28.8125rem;left:23.875rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block; }
 }@media only screen and (max-width: 763px) { #I92u9X7QWBTs7NQ7ryBbSQcCN8cnbMxf { top:14.0625rem;left:23.875rem;width:22.3125rem;height:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk9D8HBuECZ5DxE27PZGFPS3kUOmEevr { top:15.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofTvKExg2HRIbzkcXDyKXJ9vhPheWksf { top:14.0625rem;left:36.5rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaZTJ7cmeJC66Be2FMWNt1mcTccomf90 { top:18rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgwiBSFzUr1tIG6uhXvlJZvxVUip2Tz { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrooxdRxqw6ET7c1Z95eJcVcEUlu1hdz { top:22.75rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bToSi5rToqqbuDNF5mlA4cJXrlqrvivN { top:25.125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArwuIxHSnr1beIaPdFWSqTNMKvpT0Tbm { top:3.4375rem;left:38.1875rem;width:9.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sARN12V7v88CxmufE1GKc4EQZxTEWXcK { top:28.8125rem;left:35.875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block; }
 }@media only screen and (max-width: 763px) { #thbkmZxWGChJanNp7aMCTrtBvGaRIf0S { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgXUeJ67U4nuWEMeTOKbPqoLlKMWvKyC { top:7.625rem;left:0rem;width:27.3125rem;height:17.023497538801rem;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:12.6875rem;left:4.0625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { top:19.0625rem;left:4.0625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { top:26.875rem;left:4.0625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { top:12.8125rem;left:26.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { top:19.0625rem;left:26.4375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { top:26.5rem;left:3.96875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:13.0625rem;left:10.8125rem;width:10.8125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { top:20.0625rem;left:10.9375rem;width:10.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { top:27.0625rem;left:10.875rem;width:10.75rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { top:12.9375rem;left:32.625rem;width:10.3125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { top:20.0625rem;left:32.625rem;width:12rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { top:28rem;left:10.8125rem;width:12.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { top:35.5rem;left:6.0625rem;width:35.4375rem;height:2.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { top:4.3125rem;left:2.7486991882324rem;width:42.1875rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:39.5625rem;left:17.625rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { 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:2.5rem;left:8.8426513671875rem;width:30rem;height:2.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { top:10.0625rem;left:13.40625rem;width:20.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { top:14.625rem;left:2rem;width:43.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { width:11.875rem;height:3.125rem;top:35.5625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block; }
 }@media only screen and (max-width: 763px) { #gz9dtIgTin3nw0TCGJWNN4SiDhidpoXs { top:42.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n36wVdZVOliMhdO8lEJUTbQbGmHim75b { top:6.1875rem;left:13.40625rem;width:20.9375rem;height:2.5625rem;font-size:1rem;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:2.1875rem;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) { #ByIDbkGEn9Ixkcclov4sdRdGRXdlS6gm { top:40.1875rem;left:0rem;width:20rem;height:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbsEf1f4uxmnRsv3IWI5VzbNkRdgWR1n { top:6.1875rem;left:13.40625rem;width:20.9375rem;height:2.5625rem;font-size:0.875rem;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:15.875rem;width:31.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBGGPtEa2uTF2JMNdnO2D8dxXzXwm3QI { display:block; }#NBGGPtEa2uTF2JMNdnO2D8dxXzXwm3QI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8zalfDBCWLT7TLfwfGZgyvWPs5Rykk9 { 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:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:10.499125rem;height:3.93663125rem;top:0.87348091602325rem;left:4.7493491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { width:13.186875rem;height:1.29980625rem;top:6.3125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { width:2.24935rem;height:2.3101125rem;top:5.75rem;left:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr { position:relative;z-index:auto;display:block; }#ufuzWG0dTtFzE1q0fTZ2RvFHb4k3KDOr > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2bca604d-7d9c-4ac2-812e-739f998b76e5/_MG_3386rev.JPG");background-position:center right !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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { width:18.75rem;height:26.125rem;top:7.8125rem;left:0.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.625rem;height:3.4121125rem;top:9.1875rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#dc4c61;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { 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:21.5rem;z-index:100002; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { 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:13.875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #augaenXrqMn3NncAFAW60KQFGPEIM67w { width:19.9995rem;height:5.19921875rem;top:1.562255859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1iFQgPD9WrNzz4HDXI0PP2IP8xRbn34 { width:19.999375rem;height:5.19921875rem;top:35.624389648438rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEq10C6ruilbkw4rOFEhPz2fruywHsTU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9ec930a7-f678-4c90-a354-7a1ae03dfe2d/_GSC_navidad_banner_triunfo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zEq10C6ruilbkw4rOFEhPz2fruywHsTU.adaptive-delivery-prevent-bg, #zEq10C6ruilbkw4rOFEhPz2fruywHsTU.lazyload, #zEq10C6ruilbkw4rOFEhPz2fruywHsTU.lazyloading { background-image: none; }#zEq10C6ruilbkw4rOFEhPz2fruywHsTU > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/30ae7d06-7a13-4a4c-885e-bd2d1317ac07/_GSC_triunfo_movil_BuenF_banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6.adaptive-delivery-prevent-bg, #Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6.lazyload, #Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6.lazyloading { background-image: none; }#Hp3wEk3vNzaJI5hpEBPZfylVDopBTvr6 > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wGL3KlTGkM7kn1HQhOOduOa3yfTRlakW { top:36rem;left:1.4375rem;width:17.125rem;height:3.5rem;font-size:1rem;z-index:15005;background-color:#8f1442;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pzqL4iDkprATb6n66cDltz1DF9v6eofe { display:block; }
 }@media only screen and (max-width: 763px) { #tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO { background-color:#ffffff;background-image:none;display:none; }#tNUq1N4IO6zLbvoPJwGk8C106CLCBqwO > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bd4wHytmZlAqzviFToViCp2ssLWcqcxa { top:5.4541015625rem;left:0rem;width:20rem;height:16.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r6b0Qmi66gkLP6cDr5VScpT7xaXGP4fT { top:23.2666015625rem;left:0.5rem;width:19rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1bl8wrhttR7phlOKOzKwS1lW71ysMFp { display:block; }
 }@media only screen and (max-width: 763px) { #lt667STxqKQTRE92snTVEl0PstB21yvv { display:none; }#lt667STxqKQTRE92snTVEl0PstB21yvv > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8RgXscgHRLWKnJqN3BtW3cmgOSISbBk { width:20rem;height:20rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRiXga7EbTwfzRl72MTMox6g2FX0nTZG { width:20rem;height:2.5996125rem;top:24.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVccAHIGFJkD121IVB6UyvTBUsqVDxm3 { width:20rem;height:4.875rem;top:32.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTAo0PTk1Jt6mE0sqJuUuHbBWNmEBLn { width:20rem;height:3.4121125rem;top:28.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a22828a-044a-4a85-a087-96298f4bb3ef/GSCBUENFINlandingmovil202101fondo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9.adaptive-delivery-prevent-bg, #rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9.lazyload, #rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9.lazyloading { background-image: none; }#rKhsimOlK44GCmihMq0MT7Lsq4O2s6y9 > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKh269K4cGyUhlKoC2Slws8UsTpGGqk0 { top:2.105712890625rem;left:0rem;width:19.875rem;height:22.9375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X3UplV8NshgyERuLZ6zZseNQDTp7zhKr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ed5bc44-d0e9-4f99-a50a-4f86a9ff8eba/gscbuenfin22stories08.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#X3UplV8NshgyERuLZ6zZseNQDTp7zhKr.adaptive-delivery-prevent-bg, #X3UplV8NshgyERuLZ6zZseNQDTp7zhKr.lazyload, #X3UplV8NshgyERuLZ6zZseNQDTp7zhKr.lazyloading { background-image: none; }#X3UplV8NshgyERuLZ6zZseNQDTp7zhKr > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/v2zXcRZ8/gsc_promo_enero_landing_02_11c.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L.adaptive-delivery-prevent-bg, #fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L.lazyload, #fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L.lazyloading { background-image: none; }#fkBqxmfNEXr4uvxepzpUK4TQEK8ZPO8L > .row .container { width:20rem;height:29.559571875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WoH9XmabQtDPbzT97gLpUtTeE4IXna2V { width:9.9375rem;height:6.5rem;top:0.5625rem;left:4.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XczCHaI6LNOaHL1pqGifCNOsGKhxJwC1 { width:6.25rem;height:3.24978125rem;top:26.310764312744rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crQrGsQ5fTP3oRo9Tqdc7BnInzyegiXS { top:1.1241321563721rem;left:0rem;width:20rem;height:25.375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OMHoWGgvklr4v6itut2Xq18r5m2ahdiO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1xaGkadN/gsc_promo_navidad_landing_01_FONDOROJO_MOVIL.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#OMHoWGgvklr4v6itut2Xq18r5m2ahdiO.adaptive-delivery-prevent-bg, #OMHoWGgvklr4v6itut2Xq18r5m2ahdiO.lazyload, #OMHoWGgvklr4v6itut2Xq18r5m2ahdiO.lazyloading { background-image: none; }#OMHoWGgvklr4v6itut2Xq18r5m2ahdiO > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ToTRzrylqFdnngNWJwPQTRPm8sd2U0sG { width:9.9375rem;height:5.9375rem;top:0.5625rem;left:4.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #N1CALhQE6EJInZMp6HdlFBv83t8PD0oQ { width:10.375rem;height:5.4652257226177rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/b4YtkUCj/GSC_BUEN_FIN_COLOR01_01.png");background-position: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:none; }#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu.adaptive-delivery-prevent-bg, #tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu.lazyload, #tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu.lazyloading { background-image: none; }#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu > .row .container { border-width: 0; border-radius: 0; }#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBSzOKShr5XEq4dRmtEDwo4Hozs8hHHu > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MIlonNeA/GSC_LANDING_GRAN_SAN_RAFAEL_movil.png");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:none; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa.adaptive-delivery-prevent-bg, #oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa.lazyload, #oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa.lazyloading { background-image: none; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa > .row .container { border-width: 0; border-radius: 0; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxfzZb7P2sFx5RxRSgR8quZaKNBTG4Fa > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q5367GCb8dMQbamATSCLsLkGk156A0H4 { width:19.75rem;height:6.5625rem;top:41.873908992767rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zzID1KJD/GSC_LANDING_parque_triunfo_a.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.adaptive-delivery-prevent-bg, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyload, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyloading { background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:18.0620625rem;height:7.25rem;top:2.6875rem;left:1rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:4.6875rem;height:0.24956625rem;top:10.873481750488rem;left:0.99934911727906rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:17.9980625rem;height:9.09375rem;top:12.811415567994rem;left:0.96788215637206rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:11.875rem;height:3.125rem;top:22.934028625488rem;left:4.0625004768372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #K3TOME3KnQZGLS4DWd3Sa8IaBtc05IPt { width:19.875rem;height:13.25rem;top:27.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { display:none; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { width:20rem;height:28.737670898438rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { width:18.06225rem;height:1.13769375rem;top:20.74951171875rem;left:0.966796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { width:16.4995625rem;height:2.4375rem;top:1.4040813446045rem;left:1.7491321563721rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMpqPwKyKuv598yCVWZike3xkgFcCeJV { width:13.499375rem;height:1.29980625rem;top:4.683162689209rem;left:3.249783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { top:24.737548828125rem;left:5.56201171875rem;width:8.37572625rem;height:1.8132325rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block; }
 }@media only screen and (max-width: 763px) { #wmWpGbyOOzbUTI7RbTe0eCRlrIHwkhWS { width:18.1245rem;height:0.0593261875rem;top:21.88916015625rem;left:0.93603515625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #N4so2q3wgUT4TNZt3lXdTpb0WVKTuU7k { width:19.5rem;height:12.99975rem;top:6.643798828125rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQqkQBslw4BVGttByH29CqDxf8i1GTAM { width:11.937rem;height:1.13769375rem;top:22.9306640625rem;left:0.966796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7CLt0DOKDEGFrQGoyJiMUG1TB5OttoF { width:0.125rem;height:0.125rem;top:28.61279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlZa9V0gZh3OIbQVnevM4ATVFVnNImT4 { width:20rem;height:0.0625rem;top:24.0673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G { display:block; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { width:14.561625rem;height:2.5996125rem;top:4.62890625rem;left:2.7191841602326rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSLVoTVhhTixp8CZpyztLguKhyfdE6ty { width:20rem;height:12.6248125rem;top:23.251960754394rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { width:15.7498125rem;height:12.50390625rem;top:22.75rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOGkh0EDtM2NoxbotUVRTm8KhSn5uKIi { width:18.125rem;height:0.060763875rem;top:26.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { width:11.25rem;height:9.09375rem;top:22.75rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZKocH0y9e5ZWOUmVXgV6FFQfZG0nL7n { width:18.125rem;height:0.060763875rem;top:33.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { width:18.125rem;height:0.060763875rem;top:31rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { width:18.125rem;height:0.0618489375rem;top:28.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { width:18.125rem;height:0.0618489375rem;top:24.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5zV4eVIO4TL26IRcn01cozIBzZr5bug { width:12.6248125rem;height:2.4375rem;top:1.5173606872559rem;left:3.6870660781861rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { top:40.01904296875rem;left:3.96875rem;width:12.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block; }
 }@media only screen and (max-width: 763px) { #EXNhGSwFxkyFs3MxgxU9wD8f8uydcXbX { top:36.748046875rem;left:0.8125rem;width:8.3125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enmq0PNOoK63vFoPHaAepGMtvB0lxrmQ { display:block; }
 }@media only screen and (max-width: 763px) { #k3XIKwEB8ip2IrzKLPUsBkIN8zGFrC7T { width:20rem;height:12.619589977221rem;top:9.06591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfzdhylSHx8CHvrT8nz6kCTJA2ZWfgNc { display:none; }#LfzdhylSHx8CHvrT8nz6kCTJA2ZWfgNc > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GlVv6VsTEcE5pEK9OVfSfM6vU09yuO0U { width:18.0625rem;height:12.50390625rem;top:24.1875rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dP60qcBgByHRiWGOTkTgtgwBBKikd2FU { width:9.2480625rem;height:10.23046875rem;top:23rem;left:9.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCPUslffIJRCJAQkuT0DBh29onIPLPxf { width:18.125rem;height:0.060763875rem;top:27.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaD2ORdBmf3ZPzC7Mk7PC3ct7qNy5ii8 { width:18.125rem;height:0.0618489375rem;top:30.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmQH5J2sqFbQMpGJNtSGS86BOVIRZyR4 { width:18.125rem;height:0.060763875rem;top:32.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1tHZpktotaOf1aWgRiu7REWA7c3rilu { width:18.125rem;height:0.060763875rem;top:34.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Rrv5n4afWGF32nl4CyT4WC0POqNs6L { width:16.4995625rem;height:2.4375rem;top:1.4040813446045rem;left:1.7491321563721rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5KMiVC0ol4W9FSqk2yRUXsJur2NfMBw { width:20rem;height:12.625rem;top:23.808584213257rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSbrTEN3UGZQ7QRfRsuLtE2gLSds2VrO { width:13.499375rem;height:2.5996125rem;top:4.683162689209rem;left:3.249783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDxMcHUNwV55pJcZp8FSbq3Ur8KQb81T { width:18.125rem;height:0.124783125rem;top:24.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2dlZShuyTt27nGTVMyun1ftFAvWeBhI { top:38.73779296875rem;left:10.361742424243rem;width:8.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oztnv7UhVN0HK907xKPzzy1k8spgvWXR { display:block; }
 }@media only screen and (max-width: 763px) { #eBsyV1am07tBa3vhQPIuAGo48AcWnzfE { width:18.125rem;height:0.0596788125rem;top:25.8125rem;left:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZuuOHfuu5brz4kxR0Hczkwp4WU41Qz1k { top:38.70654296875rem;left:0.875rem;width:8.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk1yGJJqagQ5axUsreq8GIfpFQ0wpfhZ { display:block; }
 }@media only screen and (max-width: 763px) { #ol7k8oXc6TS73VMaTWDneEhR5t08VZkQ { width:20rem;height:13.033707865169rem;top:8.64404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR { display:block; }#EnMLA3qvOIUT1987NC5HtqEn5PZgWPzR > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkEBvZF19wJSMpgRoZUP2ECSpTz0LoZN { width:17.249375rem;height:2.5996125rem;top:4.5616283416748rem;left:1.374783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { top:24.0625rem;left:0.875rem;width:8.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block; }
 }@media only screen and (max-width: 763px) { #I92u9X7QWBTs7NQ7ryBbSQcCN8cnbMxf { width:12.999125rem;height:12.50390625rem;top:9.25rem;left:1.125rem;font-size:0.875rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dk9D8HBuECZ5DxE27PZGFPS3kUOmEevr { width:18.125rem;height:0.0618489375rem;top:10.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofTvKExg2HRIbzkcXDyKXJ9vhPheWksf { width:9.125rem;height:9.09375rem;top:9.25rem;left:9.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaZTJ7cmeJC66Be2FMWNt1mcTccomf90 { width:18.125rem;height:0.0618489375rem;top:12.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgwiBSFzUr1tIG6uhXvlJZvxVUip2Tz { width:18.125rem;height:0.0618489375rem;top:14.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrooxdRxqw6ET7c1Z95eJcVcEUlu1hdz { width:18.125rem;height:0.0618489375rem;top:19.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bToSi5rToqqbuDNF5mlA4cJXrlqrvivN { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArwuIxHSnr1beIaPdFWSqTNMKvpT0Tbm { width:15.186625rem;height:2.4375rem;top:1.4713554382324rem;left:2.4055991172791rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sARN12V7v88CxmufE1GKc4EQZxTEWXcK { top:24.0625rem;left:10.5rem;width:8.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block; }
 }@media only screen and (max-width: 763px) { #thbkmZxWGChJanNp7aMCTrtBvGaRIf0S { width:18.125rem;height:0.060763875rem;top:17rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bgXUeJ67U4nuWEMeTOKbPqoLlKMWvKyC { width:20rem;height:12.5rem;top:22.502162933349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { background-color:#f9f7f8;background-image:url("https://images.assets-landingi.com/z5WuIw5h/GSC_LANDING_GRAN_SAN_RAFAEL_15.png");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); }#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); }#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:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { width:4.6875rem;height:4.6875rem;top:11.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { width:4.6875rem;height:4.6875rem;top:22rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { width:4.6875rem;height:4.6875rem;top:33.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { width:4.6875rem;height:4.6875rem;top:11.374755859375rem;left:11.87478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { width:4.6875rem;height:4.6875rem;top:21.999755859375rem;left:11.87478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { width:4.6875rem;height:4.6875rem;top:32.9990234375rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:7.6875rem;height:3.41015625rem;top:17rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { width:6.5625rem;height:3.41015625rem;top:27.1875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { width:8.5625rem;height:3.41015625rem;top:38rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { width:8.3125rem;height:3.41015625rem;top:16.999755859375rem;left:11.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { width:8.3125rem;height:3.41015625rem;top:27.1875rem;left:11.687066078186rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { width:7.6875rem;height:2.2734375rem;top:37.6865234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { width:19.375rem;height:1.38139375rem;top:44.623483657837rem;left:0.31250011920929rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { width:20rem;height:7rem;top:3.0772571563721rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:47.5rem;left:3.9062504768372rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea629cf6-b72d-4abc-9e85-5399c172cb89/gsclanding23triunfo02.png");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:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:40.313478125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:18.5623125rem;height:1.875rem;top:2.2276382446289rem;left:0.71831607818606rem;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:5rem;top:5.1638450622559rem;left:2.4685332775116rem;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:10.665149688721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { width:11.9998125rem;height:3.125rem;top:32.041023254394rem;left:3.9995660781861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block; }
 }@media only screen and (max-width: 763px) { #gz9dtIgTin3nw0TCGJWNN4SiDhidpoXs { width:20rem;height:0;top:36.416015625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n36wVdZVOliMhdO8lEJUTbQbGmHim75b { width:20rem;height:3.8983125rem;top:36.416015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F990qGUkcuxqLHdVVExdtZeG18K3CSTC { display:block; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { width:18.5623125rem;height:1.875rem;top:2.2276382446289rem;left:0.71831607818606rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { width:18.499125rem;height:3.8994125rem;top:9.6588134765625rem;left:0.7501220703125rem;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:14.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { width:11.875rem;height:3.125rem;top:35.686645507812rem;left:4.0625rem;font-size:1.0625rem;background-color:#dc4c61;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) { #ByIDbkGEn9Ixkcclov4sdRdGRXdlS6gm { width:20rem;height:3.25rem;top:40.227661132812rem;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) { #UbsEf1f4uxmnRsv3IWI5VzbNkRdgWR1n { width:16.812125rem;height:3.41015625rem;top:5.101318359375rem;left:1.5924072265625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:20rem;height:11.368165625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKhPZyKnC8xkZgmMobamM2omkvoFutOc { width:11.3748125rem;height:3.75rem;top:1.4366302490234rem;left:4.3120660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { width:13.811875rem;height:5.24903125rem;top:6.1197929382324rem;left:3.093533039093rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #NBGGPtEa2uTF2JMNdnO2D8dxXzXwm3QI { position:relative;z-index:auto;display:none; }#NBGGPtEa2uTF2JMNdnO2D8dxXzXwm3QI > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R8zalfDBCWLT7TLfwfGZgyvWPs5Rykk9 { width:3.75rem;height:3.75rem;top:0rem;left:15.6875rem;display:none; }
 }