.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74820c47-3b8b-4797-ac0e-ffaa42000b28/20210821_GONCALOVILLAVERDE_143.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;overflow:visible;position:relative;display:block; }#XZuES7H98Wd1M7mvTMmR94x6ZzIyT2hL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.25rem;width:24.25rem;top:5.1875rem;left:18.59375rem;overflow:hidden;display:block; }
#UhNGJ9DDZDlsrZfwVcaGP7vqfCTz0LMM { color:#00ffad;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:41.4375rem;left:9.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWsPTpk8U9WbtvZUcdxpbMTd5Pzhb5AE { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:38rem;left:46.125rem;overflow:hidden;display:block; }
#mAvBeUmqkOpizFiHoMcypoicLMUhMNPD { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.6875rem;top:38rem;left:15.25rem;overflow:hidden;display:block; }
#neFViEnA75oTa2w9z6erIdSF44t9kyOT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.5625rem;top:38rem;left:29.25rem;overflow:hidden;display:block; }
#DoswwoIMLo2c81InLh7oDQdq4bN0gwVp { color:#272727;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:41.4375rem;left:23.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3HmaikKw5fvW61HPB64oUgsWUttDNCa { color:#272727;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:43.1875rem;left:23.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gzs2ClK2wUd2k3x2kVeiZ2VHiTQz2FbZ { color:#272727;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:43.1875rem;left:38.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VuHL1kdP6O8A9EFa1cvsFCTyWrGMRoWq { color:#f7931e;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:41.4375rem;left:39.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CCcw7z3hKEsweMXfmBBNtO8URA4V0vQe { color:#272727;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:43.1875rem;left:8.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QP9wVbBQ/FUNDOS_01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE.adaptive-delivery-prevent-bg, #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE.lazyload, #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE.lazyloading { background-image: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { background-color: transparent; background-image: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a0d5d3; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a0d5d3; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container { display: none; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .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); }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { border-width: 0; border-radius: 0; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row > .video-iframe-container {  }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#U4m7BoLOrlbn0HkeMgRW1vLRAJcqbiXm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22rem;width:22rem;top:3.09375rem;left:4rem;overflow:hidden;display:block; }
#lypzwHLqaCalcR6ZKnxng6cl22nVo0PW { color:#47494a;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:8.15478515625rem;left:30rem;height:18.75925625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U3sMt2ziGKiNI1ZR0Z9S7qDW7TUThC8N { color:#f7931e;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:29.875rem;height:3.9619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WcQ3SiABFdqnElDLIfaQowck092FIaWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bd97810-a2dd-458e-9226-86c4af73af15/gradiente_site04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb.adaptive-delivery-prevent-bg, #WcQ3SiABFdqnElDLIfaQowck092FIaWb.lazyload, #WcQ3SiABFdqnElDLIfaQowck092FIaWb.lazyloading { background-image: none; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container { background-color: transparent; background-image: none; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container > .video-iframe-container { display: none; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row > .video-iframe-container { display: none; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .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); }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container { border-width: 0; border-radius: 0; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row > .video-iframe-container {  }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;position:relative;display:block; }#FFZGfvhRwiCt9v3tGBpEC4i5ECyzunTB { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QpQ60IZmXiZcFASIDVgS8qdaehpw5hoz { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:0rem;left:20rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3BNoV7uqQVdJluJPDBQ1yDPQr2O6a6T { color:#463f3f;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:4.205075rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eu2aILZhVm0RoH7F4JRixiu4VCPIrIxf { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:14.75rem;top:16.34375rem;left:2.625rem;overflow:hidden;display:block; }
#Typ32g6JvK94kF6uViteNLyLLMIBVGCs { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.9375rem;width:15.9375rem;top:15.65625rem;left:2.03125rem;display:block; }
#SRLsoar2v1K9a3UPZTPamre69w72dVTD { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:14.625rem;top:16.375rem;left:23.3125rem;overflow:hidden;display:block; }
#csR1VaVu87yR6Z2FoMlEN0DrbCtxsylo { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:16.3125rem;top:15.5rem;left:22.46875rem;display:block; }
#ucEWfbAdPi7AP7TAehVAS45etU3vTiuM { color:#9b323a;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:30.75rem;left:2.53125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHuQXvC3bgiJmxluVU3NaC75iRDSNgMc { color:#9b323a;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:30.75rem;left:22.53125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sB5W1vgak0LGlkDnTf1ioI5Ve8JwyqT4 { color:#9b323a;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:30.75rem;left:42.53125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G9IP1c25RJTPz7xXI3NAfT7r6Iyfpisn { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:16.4375rem;top:15.4375rem;left:41.78125rem;display:block; }
#T8rZVX3VUyHL8dsArbZ1WeL4o5gat6MQ { color:#47494a;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:35.60009765625rem;left:2.46875rem;height:8.63476875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFLzs1PtemekmEKqlnkI7N4xPa3fNKlh { color:#47494a;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100023;line-height:1.4;letter-spacing:0;top:35.60009765625rem;left:22.5rem;height:6.12305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCTOpH6q5h7eO98EaS7NaSHViLBGWrRz { color:#47494a;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100028;line-height:1.4;letter-spacing:0;top:35.60009765625rem;left:42.4375rem;height:6.82324375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HQcP3DZRUnAJ7o9scFvaMlcdhUMhKiTb { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:14.875rem;top:16.3125rem;left:42.5625rem;overflow:hidden;display:block; }
#GZhhHqthbLihFwwfWien6qvKTvhMJs5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4cb8a;background-image:none;position:relative;display:block; }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row .container { background-color: transparent; background-image: none; }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row .container > .video-iframe-container { display: none; }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row > .video-iframe-container { display: none; }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .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); }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row .container { border-width: 0; border-radius: 0; }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row > .video-iframe-container {  }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#BBHIk2nN5XIToQwnzFvpAbuE7SrT116F { color:#43c39a;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:0.9375rem;left:14.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttVV1obC52nyME01IN5ATorwrualNzet { color:#463f3f;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:5.199225rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bPXOM9RDGP8D09AK3eGdMW67FMhRaDwp { color:#3c3939;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:14.76220703125rem;left:13.5rem;height:2.5996125rem;font-style:normal;display:block; }
#XEtgPxv61J1aKRcdUbi8kcvaFXN8JRBA { color:#3c3939;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:19.75rem;left:13.5rem;height:1.29980625rem;font-style:normal;display:block; }
#H6V0Q0np19E448XL9qXdHIgPLQ1Ev7oT { color:#3c3939;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:26.5rem;left:13.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#NR0gPZ6aXGkqisy5TkLIJoqK7dk692WT { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:15rem;left:34.3125rem;overflow:hidden;display:block; }
#nvd4BrlbEpIOMN518bRw22H8okC9SdCe { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:18.3125rem;top:22.875rem;left:12.9375rem;overflow:hidden;display:block; }
#S8ivrm0VL0wo8zzdg6yOhJsLIsGwzWgM { position:absolute;display:block;z-index:100026;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;height:13rem;width:13rem;top:14.5625rem;left:33.875rem;display:block; }
#MtKZlNk9M6sxECcOUJbFVizxpONvC7VE { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5625rem;top:14.31201171875rem;left:9.4375rem;overflow:hidden;display:block; }
#FPr6b90JwczHWNSp2FtLgG9744eoEmU1 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.4375rem;top:19.1748046875rem;left:9.5rem;overflow:hidden;display:block; }
#qrP7PVmi2d7VWiKtatkvvs9GqOKy4xQr { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.75rem;top:26.0625rem;left:9.3125rem;overflow:hidden;display:block; }
#HFNX8l76OiGhnbBiPnSCUNyA0KVwTIl1 { color:#251f1f;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:34.0625rem;left:13.96875rem;height:1.29980625rem;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; }
#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2629304e-fd3f-4a45-8c01-30c4f5e21596/20210822_GONCALOVILLAVERDE_357.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ.adaptive-delivery-prevent-bg, #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ.lazyload, #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ.lazyloading { background-image: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { background-color: transparent; background-image: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .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); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { border-width: 0; border-radius: 0; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container {  }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#L3Rew6QKacl3rnuwaqwLh7eTxSIMAoXS { color:#f7931e;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.1499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FGu1RBerONDKMZmpOoWGbbI01WF3DHTC { color:#2f2929;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:7.5rem;left:0rem;height:11.47265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IX3nyl63VvKcNL2ixhS7HVmlXh2v0KbH { color:#b2afb0;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:22.02490234375rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bd97810-a2dd-458e-9226-86c4af73af15/gradiente_site04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB.adaptive-delivery-prevent-bg, #VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB.lazyload, #VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB.lazyloading { background-image: none; }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row .container { background-color: transparent; background-image: none; }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row .container > .video-iframe-container { display: none; }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row > .video-iframe-container { display: none; }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .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); }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row .container { border-width: 0; border-radius: 0; }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row > .video-iframe-container {  }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#ixPNWQFwc6Aq599IxU7O0dxBZnCWu4kR { color:#43c39a;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:2.5625rem;left:15.46875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GuRmgouUD05VKckMUXh914WV4EXlzcWD { color:#f7931e;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:7.9375rem;left:13.59375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdqJHy1Ilu2LncEn2DV4lMtbKmaWTOAW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:11.349609375rem;left:0rem;height:8.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJv4DTw0p7BlVeVlFnchivNwcoI8qsl6 { color:#f7931e;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:24.91845703125rem;left:13.59375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCWer4lFZKeeeni71IR2FoMoAwBIyT1G { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:28.83056640625rem;left:0rem;height:8.9355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8bdad8;background-image:none;position:relative;display:block; }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row .container { background-color: transparent; background-image: none; }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row .container > .video-iframe-container { display: none; }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row > .video-iframe-container { display: none; }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .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); }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row .container { border-width: 0; border-radius: 0; }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row > .video-iframe-container {  }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row .container { font-size:0.875rem;font-family:arial;height:67.9375rem;width:60rem;position:relative;display:block; }#GVKHNpuTG78ohPghvtmQiG35tRuJSizF { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:1.875rem;left:15.46875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxE2a2dcUeTQSPTWbWmKO8TDeS6zUcwH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:10rem;left:1.0625rem;height:3.9619125rem;text-align:center;text-align-last:center;display:block; }
#LeOE6v4Mn6OrGlR7Z8vBtGe2F8XzXUVz { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:14.5625rem;left:1.25rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBc6TU9VI3DwR0uvVT2LkJonT6Lcy9vf { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:14.6435546875rem;left:15rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLmG26WbmAHeSBSsWdVyPcoto0dmlRhh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:10.6494140625rem;left:15rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ThieTaSU3piUz6MBBp8pWRLrwphnVWAH { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:21.0625rem;left:1.25rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKXL00Fwcak63kLEOTgwCbT7C5I36CK9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ofMGT9M7lbed3N01i0B76X3UQTAP9zp6 { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:21.0625rem;left:15.3125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIDB5O7XNBBRDn6KZx9Re5L57fHtZRJx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:17.22509765625rem;left:15.46875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpwIM4JM0cLoAazsWQaVlbNHff1iFw5z { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:28.75rem;left:1.0625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D9HfMVu1B76tFbJMVRNR4JHUuaXOmggW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:23.875rem;left:1.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#hupiP6E6T2u7szIqWmVrdmIKGOTshDVH { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:28.75rem;left:15rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roywTaHxZTTonxSDqNuHc9yOnKryytqo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:24.5rem;left:15rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Gg3IwQy0Q3xMO33XTPCceCISqTp9bsKW { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:38rem;left:1.0625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6cr7BQF3b5gX4IBRn5T0b5GJ3QlXqv3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:32.5rem;left:0.875rem;height:3.9619125rem;text-align:center;text-align-last:center;display:block; }
#OWiaQwMpcVTWqfAAaFfM0vQCDdeTeFBN { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:38rem;left:15rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OP9dzpNtOQBzHXybN9TacPqbHH7GhLTg { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:31.875rem;left:15.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#Bs4HSg3o9J56ga5T1tLnw3M9A9vUDTe9 { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:62rem;left:1.0625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0hSelV1dvbX8T7BuyTeqyA5MrgLG5uW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:57.3125rem;left:1.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#PDxPsTTTDTGw2m3ATwzZK7vlUbyme1BA { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:45.375rem;left:15rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VI9TwB2G0aEJJIePPpKnXh89JcODHslL { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:40.94921875rem;left:16.1875rem;height:3.9619125rem;text-align:center;text-align-last:center;display:block; }
#WcwsAZewMzFOGfdnLW60aBTGQbiUgmKe { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:53.875rem;left:1.0625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6yV2dvUFItUZTceXmmsypzZCPRPElr7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:49.27490234375rem;left:1.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#bkKuAEQmVZGZ4va5Bl5kzNbGV9OXhbOF { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:53.875rem;left:15rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZCk46GaFzz6w91FyTP4FQVbi21hUeFMO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:48.62451171875rem;left:15rem;height:3.9619125rem;text-align:center;text-align-last:center;display:block; }
#Lu6qffU9FUuWIrfdoqSlfyyySqP6SW8W { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:45.375rem;left:1.0625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KbqJTsdSt3LuoNDqNBl6uuo1OJ67SncA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:41.599609375rem;left:1.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#LknIvM6lqtsrbNFe4s5k7caIMdKt9FZt { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:14.6435546875rem;left:32.09375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LE22xybP2QmllTdJoOMb3dgzte9qTMHr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:9.99951171875rem;left:32.09375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#V7KuS4XTz8DrhBlJ6pZoZlKKnLcnU9wC { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:14.6435546875rem;left:46.3125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#imspW0eV6A8vZoyKymVvvyAkX0iKQV7C { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:9.8369140625rem;left:46.3125rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#wspTG8rJT8AUhsXnHSxnRXJcelRUzfUV { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:21.875rem;left:32.09375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xpUlLTtMirRbhx88A92pAotaE9oUdN4C { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:17.22607421875rem;left:32.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#KCnO51J0U2oza40C5r8uLChZhC3IN7h6 { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:21.875rem;left:46.3125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yytAyuLRL3qr4sswOmwq6Tf1zhmq0ul2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:17.22607421875rem;left:46.3125rem;height:3.9619125rem;text-align:center;text-align-last:center;display:block; }
#THZz8rh2sgOmTeFQefum8dgVfCphMWob { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:28.75rem;left:31.6875rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RstPV9alQvuTMmDMC3IgbkmEkXOKEO1y { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:23.87451171875rem;left:31.6875rem;height:3.9619125rem;text-align:center;text-align-last:center;display:block; }
#BrimT1kbOcN0GgSaTtUwdUOzqqaw7J4W { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:36rem;left:46.375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ffzyh6TGSdLenSq2xaZ5zTvcWmidOKTr { color:#ffffff;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:32.125rem;left:48.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BLN6dpEpLvRpcGW0yFF3uAg9bDbq2h7L { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:44.09814453125rem;left:46.3125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzxOdoKRyzZIiRNPqcilRs4GCO2MGPr5 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:38.8125rem;left:46.6875rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#tpCX8o63Fde63yeQTFhbl5oF3liThcnS { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:28.75rem;left:46.3125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NrnVysKWT3gUMsOTL22TyPaiFv7eH1Ty { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:24.5244140625rem;left:47.28125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ks5IqmfWHUTHf5KRXBb1t8MINtBPFJzh { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:44.09814453125rem;left:32.8125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qvk6l3EUtoJRH4sckmKEDBFgQU8NR5nv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:38.8125rem;left:32.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#u7WFkTz0bu9fhZFM0Hn8JVKJuc6HRVuV { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:36rem;left:32rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pvxiwbeohGFMrG5Dhly2Iuu3HUteULWF { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100069;line-height:1.3;letter-spacing:0;top:32.125rem;left:32.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#RDeLp2hW6WB5MfinZsDSkKWH13q1ABob { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:51.87451171875rem;left:32.8125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPObRWmRCxtU5CBU0Lg3W14POyXS5qn9 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:47.74951171875rem;left:34.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#AIblDx9kzWTCeL4xSpld15T8xTnzXbBK { color:#878787;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:53.125rem;left:46.3125rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L9RfX25NHwdOshAI7WT7C2tdEQTNek6A { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:48.03857421875rem;left:46.3125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#KBVy7NEZ43VsdOdKUvVOE08bsgRITpUG { color:#878787;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:6.125rem;left:7.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTyoM3wb7cuFH01qzpoxsquMBcdaVQ3b { color:#878787;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:6.125rem;left:37.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bd97810-a2dd-458e-9226-86c4af73af15/gradiente_site04.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN.adaptive-delivery-prevent-bg, #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN.lazyload, #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN.lazyloading { background-image: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { background-color: transparent; background-image: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .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); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { border-width: 0; border-radius: 0; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container {  }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#R86LWcCiGPOCQ0JWpi7ZIU9boADgckwT { color:#f7931e;display:block;width:52.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.03125rem;left:3.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoWUfgRKCypE0CFuyJOx06lANqcqcZyX { color:#973a96;display:block;width:30.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:6.625rem;left:14.875rem;height:1.76855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.875rem;top:8rem;left:25.1875rem;overflow:hidden;display:block; }
#vHGc07qyirGXg7kABgetJXocExApNkED { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:7.9375rem;left:30rem;overflow:hidden;display:block; }
#cVqtFJwFov3rQaOiib0zNSfeWUPipzPC { color:#f7931e;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:2.51220703125rem;left:23.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbb14b;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { background-color: transparent; background-image: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container > .video-iframe-container { display: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container { display: none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .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); }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { border-width: 0; border-radius: 0; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row > .video-iframe-container {  }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#MuFSwM2KEQDTOfyKBIJZIxVsTICpWrmO { color:#43c39a;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.2802734375rem;height:1.29980625rem;font-style:normal;display:block; }
#B40pJgbweBernuVtt0x2hTOQLPhiG53c { color:#43c39a;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.2490234375rem;left:17.6240234375rem;height:1.29980625rem;font-style:normal;display:block; }
#R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:3.1240234375rem;left:1.2802734375rem;height:2.5996125rem;font-style:normal;display:block; }
#MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:3.1865234375rem;left:17.5615234375rem;height:;font-style:normal;display:block; }
#aJHf00iIbaUocaJKylLBfPpNPW57hTLq { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.8125rem;left:0rem;display:block; }
#KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:2.4375rem;left:30.25rem;display:block; }
#huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:2.4375rem;left:15.375rem;display:block; }
#UCd8ONKDm7h0SZt9d8PqqJPzeRM3QtDP { color:#43c39a;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.71875rem;left:30.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.455625rem;padding-right:0.40375rem;padding-bottom:0.455625rem;padding-left:0.40375rem;display:block;align-items:center;width:2.42375rem;min-width:2.42375rem;height:2.448125rem;position:relative;font-family:montserrat;font-size:1.821875rem;font-weight:700;line-height:39.17px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.284375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.23125rem;height:0.968125rem;position:relative;font-family:montserrat;font-size:0.683125rem;font-weight:400;line-height:15.49px;text-align:center;text-align-last:center;text-transform:none;top:-10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:16.9375rem;height:4.611875rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.505859375rem;left:41.3125rem;z-index:100017; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #GCJEJ0QnmTn77JVzeRGwN4sga5Ae2Nw7 { display:flex;position:relative;top:0rem;left:0rem; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #tOvFbudDOA9dP4Rfs5Jz8VTuRxqnqfQs { width:auto; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #kQ4cvFX7ZlUa1GTTir2fqJw6v4nAocoU {  }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #cwRPsLSPa81tN35vCD5Hb8qyID0emK0k { display:flex;position:relative;top:0rem;left:0rem; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #xl51L9ptCudhntDPQ2UP8vmeEJTeFT6y {  }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #fGpMFW6pSuubks8pRpTWOifD3SAfB2Rv {  }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #ggrRKfV9cwitU2MKz8Dpxzs7Wev4nJyL { display:flex;position:relative;top:0rem;left:0rem; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #Os0xsb1XW1uKFuutSNfabUu1P7dQvivV {  }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #K8gDM7IWo5pG2qwJ8hNUARfRNsFX6Gwg {  }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #mTwgVAqNKVUpGMhBgHDBUWonARZnuZpH { display:flex;position:relative;top:0rem;left:0rem; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #JLtHg8g1N5rEM51pCSSdrZOBnGxxXVbc {  }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #ltvpSQQo1HQcn85M5azSrtOTT5kdnDsn {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZuES7H98Wd1M7mvTMmR94x6ZzIyT2hL { width:24.25rem;height:24.25rem;top:5.1875rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhNGJ9DDZDlsrZfwVcaGP7vqfCTz0LMM { width:13.6875rem;height:1.75rem;top:41.4375rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWsPTpk8U9WbtvZUcdxpbMTd5Pzhb5AE { top:38rem;left:40rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAvBeUmqkOpizFiHoMcypoicLMUhMNPD { top:38rem;left:9.125rem;width:1.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neFViEnA75oTa2w9z6erIdSF44t9kyOT { top:38rem;left:23.125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoswwoIMLo2c81InLh7oDQdq4bN0gwVp { width:15.5rem;height:1.75rem;top:41.4375rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3HmaikKw5fvW61HPB64oUgsWUttDNCa { width:15.5rem;height:1.75rem;top:43.1875rem;left:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzs2ClK2wUd2k3x2kVeiZ2VHiTQz2FbZ { width:18.875rem;height:1.75rem;top:43.1875rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHL1kdP6O8A9EFa1cvsFCTyWrGMRoWq { width:17.875rem;height:1.75rem;top:41.4375rem;left:29.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCcw7z3hKEsweMXfmBBNtO8URA4V0vQe { width:14.25rem;height:1.75rem;top:43.1875rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4m7BoLOrlbn0HkeMgRW1vLRAJcqbiXm { width:22rem;height:22rem;top:3.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lypzwHLqaCalcR6ZKnxng6cl22nVo0PW { width:29.0625rem;height:18.75rem;top:8.125rem;left:18.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3sMt2ziGKiNI1ZR0Z9S7qDW7TUThC8N { top:2.625rem;left:0rem;width:31rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcQ3SiABFdqnElDLIfaQowck092FIaWb { display:block; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFZGfvhRwiCt9v3tGBpEC4i5ECyzunTB { top:3.6875rem;left:0rem;width:32.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpQ60IZmXiZcFASIDVgS8qdaehpw5hoz { top:0rem;left:11.6875rem;width:20.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3BNoV7uqQVdJluJPDBQ1yDPQr2O6a6T { top:7.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu2aILZhVm0RoH7F4JRixiu4VCPIrIxf { width:14.75rem;height:12.5625rem;top:16.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Typ32g6JvK94kF6uViteNLyLLMIBVGCs { width:15.9375rem;height:13.9375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRLsoar2v1K9a3UPZTPamre69w72dVTD { width:14.625rem;height:12.5rem;top:16.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csR1VaVu87yR6Z2FoMlEN0DrbCtxsylo { width:16.3125rem;height:14.25rem;top:15.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucEWfbAdPi7AP7TAehVAS45etU3vTiuM { width:14.9375rem;height:4.0625rem;top:30.75rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuQXvC3bgiJmxluVU3NaC75iRDSNgMc { width:14.9375rem;height:4.0625rem;top:30.75rem;left:16.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB5W1vgak0LGlkDnTf1ioI5Ve8JwyqT4 { width:14.9375rem;height:4.0625rem;top:30.75rem;left:32.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9IP1c25RJTPz7xXI3NAfT7r6Iyfpisn { width:16.4375rem;height:14.375rem;top:15.4375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rZVX3VUyHL8dsArbZ1WeL4o5gat6MQ { width:15.0625rem;height:11rem;top:35.5625rem;left:0.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLzs1PtemekmEKqlnkI7N4xPa3fNKlh { width:15rem;height:7.3125rem;top:35.5625rem;left:16.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTOpH6q5h7eO98EaS7NaSHViLBGWrRz { width:15.125rem;height:9.125rem;top:35.5625rem;left:32.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQcP3DZRUnAJ7o9scFvaMlcdhUMhKiTb { width:14.875rem;height:12.625rem;top:16.3125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhhHqthbLihFwwfWien6qvKTvhMJs5y { display:block; }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBHIk2nN5XIToQwnzFvpAbuE7SrT116F { top:0.9375rem;left:8.1875rem;width:31.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttVV1obC52nyME01IN5ATorwrualNzet { top:5.0625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPXOM9RDGP8D09AK3eGdMW67FMhRaDwp { top:14.75rem;left:7.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEtgPxv61J1aKRcdUbi8kcvaFXN8JRBA { top:19.75rem;left:7.375rem;width:15.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6V0Q0np19E448XL9qXdHIgPLQ1Ev7oT { top:26.5rem;left:7.4375rem;width:15.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR0gPZ6aXGkqisy5TkLIJoqK7dk692WT { top:15rem;left:28.1875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvd4BrlbEpIOMN518bRw22H8okC9SdCe { top:22.875rem;left:6.8125rem;width:18.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ivrm0VL0wo8zzdg6yOhJsLIsGwzWgM { top:14.5625rem;left:27.75rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKZlNk9M6sxECcOUJbFVizxpONvC7VE { top:14.25rem;left:3.3125rem;width:3.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPr6b90JwczHWNSp2FtLgG9744eoEmU1 { top:19.125rem;left:3.375rem;width:3.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrP7PVmi2d7VWiKtatkvvs9GqOKy4xQr { top:26.0625rem;left:3.1875rem;width:3.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFNX8l76OiGhnbBiPnSCUNyA0KVwTIl1 { top:34.0625rem;left:7.84375rem;width:32.0625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { display:block; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3Rew6QKacl3rnuwaqwLh7eTxSIMAoXS { width:26rem;height:3.0625rem;top:3.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGu1RBerONDKMZmpOoWGbbI01WF3DHTC { width:30rem;height:13.375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX3nyl63VvKcNL2ixhS7HVmlXh2v0KbH { width:23.8125rem;height:0.9375rem;top:22rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB { display:block; }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixPNWQFwc6Aq599IxU7O0dxBZnCWu4kR { top:2.5625rem;left:9.34375rem;width:29.0625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuRmgouUD05VKckMUXh914WV4EXlzcWD { top:7.9375rem;left:7.46875rem;width:32.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdqJHy1Ilu2LncEn2DV4lMtbKmaWTOAW { top:11.3125rem;left:0rem;width:47.75rem;height:8.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJv4DTw0p7BlVeVlFnchivNwcoI8qsl6 { top:24.875rem;left:7.46875rem;width:32.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCWer4lFZKeeeni71IR2FoMoAwBIyT1G { top:28.8125rem;left:0rem;width:47.75rem;height:8.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS { display:block; }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVKHNpuTG78ohPghvtmQiG35tRuJSizF { top:1.875rem;left:9.34375rem;width:29.0625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxE2a2dcUeTQSPTWbWmKO8TDeS6zUcwH { top:10rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeOE6v4Mn6OrGlR7Z8vBtGe2F8XzXUVz { top:14.5625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBc6TU9VI3DwR0uvVT2LkJonT6Lcy9vf { top:14.625rem;left:8.875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLmG26WbmAHeSBSsWdVyPcoto0dmlRhh { top:10.625rem;left:8.875rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThieTaSU3piUz6MBBp8pWRLrwphnVWAH { top:21.0625rem;left:0rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKXL00Fwcak63kLEOTgwCbT7C5I36CK9 { top:17.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofMGT9M7lbed3N01i0B76X3UQTAP9zp6 { top:21.0625rem;left:9.1875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIDB5O7XNBBRDn6KZx9Re5L57fHtZRJx { top:17.1875rem;left:9.34375rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpwIM4JM0cLoAazsWQaVlbNHff1iFw5z { top:28.75rem;left:0rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9HfMVu1B76tFbJMVRNR4JHUuaXOmggW { top:23.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hupiP6E6T2u7szIqWmVrdmIKGOTshDVH { top:28.75rem;left:8.875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #roywTaHxZTTonxSDqNuHc9yOnKryytqo { top:24.5rem;left:8.875rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg3IwQy0Q3xMO33XTPCceCISqTp9bsKW { top:38rem;left:0rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6cr7BQF3b5gX4IBRn5T0b5GJ3QlXqv3 { top:32.5rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWiaQwMpcVTWqfAAaFfM0vQCDdeTeFBN { top:38rem;left:8.875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP9dzpNtOQBzHXybN9TacPqbHH7GhLTg { top:31.875rem;left:8.9375rem;width:12.5rem;height:5.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4HSg3o9J56ga5T1tLnw3M9A9vUDTe9 { top:62rem;left:0rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0hSelV1dvbX8T7BuyTeqyA5MrgLG5uW { top:57.3125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDxPsTTTDTGw2m3ATwzZK7vlUbyme1BA { top:45.375rem;left:8.875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI9TwB2G0aEJJIePPpKnXh89JcODHslL { top:40.9375rem;left:10.0625rem;width:10.125rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcwsAZewMzFOGfdnLW60aBTGQbiUgmKe { top:53.875rem;left:0rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6yV2dvUFItUZTceXmmsypzZCPRPElr7 { top:49.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkKuAEQmVZGZ4va5Bl5kzNbGV9OXhbOF { top:53.875rem;left:8.875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCk46GaFzz6w91FyTP4FQVbi21hUeFMO { top:48.5625rem;left:8.875rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu6qffU9FUuWIrfdoqSlfyyySqP6SW8W { top:45.375rem;left:0rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqJTsdSt3LuoNDqNBl6uuo1OJ67SncA { top:41.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LknIvM6lqtsrbNFe4s5k7caIMdKt9FZt { top:14.625rem;left:25.96875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE22xybP2QmllTdJoOMb3dgzte9qTMHr { top:9.9375rem;left:25.96875rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7KuS4XTz8DrhBlJ6pZoZlKKnLcnU9wC { top:14.625rem;left:35.25rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imspW0eV6A8vZoyKymVvvyAkX0iKQV7C { top:9.8125rem;left:35.25rem;width:12.5rem;height:4.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wspTG8rJT8AUhsXnHSxnRXJcelRUzfUV { top:21.875rem;left:25.96875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpUlLTtMirRbhx88A92pAotaE9oUdN4C { top:17.1875rem;left:26.03125rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCnO51J0U2oza40C5r8uLChZhC3IN7h6 { top:21.875rem;left:35.25rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yytAyuLRL3qr4sswOmwq6Tf1zhmq0ul2 { top:17.1875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZz8rh2sgOmTeFQefum8dgVfCphMWob { top:28.75rem;left:25.5625rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RstPV9alQvuTMmDMC3IgbkmEkXOKEO1y { top:23.8125rem;left:25.5625rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrimT1kbOcN0GgSaTtUwdUOzqqaw7J4W { top:36rem;left:35.25rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffzyh6TGSdLenSq2xaZ5zTvcWmidOKTr { top:32.125rem;left:39.75rem;width:8rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLN6dpEpLvRpcGW0yFF3uAg9bDbq2h7L { top:44.0625rem;left:35.25rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzxOdoKRyzZIiRNPqcilRs4GCO2MGPr5 { top:38.8125rem;left:36rem;width:11.75rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpCX8o63Fde63yeQTFhbl5oF3liThcnS { top:28.75rem;left:35.25rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrnVysKWT3gUMsOTL22TyPaiFv7eH1Ty { top:24.5rem;left:37.1875rem;width:10.5625rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks5IqmfWHUTHf5KRXBb1t8MINtBPFJzh { top:44.0625rem;left:26.6875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvk6l3EUtoJRH4sckmKEDBFgQU8NR5nv { top:38.8125rem;left:26.6875rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7WFkTz0bu9fhZFM0Hn8JVKJuc6HRVuV { top:36rem;left:25.875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvxiwbeohGFMrG5Dhly2Iuu3HUteULWF { top:32.125rem;left:26.8125rem;width:11.4375rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDeLp2hW6WB5MfinZsDSkKWH13q1ABob { top:51.8125rem;left:26.6875rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPObRWmRCxtU5CBU0Lg3W14POyXS5qn9 { top:47.6875rem;left:28.375rem;width:9.125rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIblDx9kzWTCeL4xSpld15T8xTnzXbBK { top:53.125rem;left:35.25rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RfX25NHwdOshAI7WT7C2tdEQTNek6A { top:48rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBVy7NEZ43VsdOdKUvVOE08bsgRITpUG { top:6.125rem;left:1.8125rem;width:14.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTyoM3wb7cuFH01qzpoxsquMBcdaVQ3b { top:6.125rem;left:31.1875rem;width:14.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { display:block; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R86LWcCiGPOCQ0JWpi7ZIU9boADgckwT { width:47.75rem;height:1.375rem;top:14rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoWUfgRKCypE0CFuyJOx06lANqcqcZyX { width:30.25rem;height:1.75rem;top:6.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { top:8rem;left:19rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { top:7.9375rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVqtFJwFov3rQaOiib0zNSfeWUPipzPC { top:2.5rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuFSwM2KEQDTOfyKBIJZIxVsTICpWrmO { width:11.375rem;height:1.25rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B40pJgbweBernuVtt0x2hTOQLPhiG53c { width:7.75rem;height:1.25rem;top:1.1875rem;left:11.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { width:14.5625rem;height:2.5625rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:10.75rem;height:;top:3.125rem;left:11.436458587646rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJHf00iIbaUocaJKylLBfPpNPW57hTLq { width:0.0625rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:0.0625rem;height:2.625rem;top:2.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:0.0625rem;height:2.625rem;top:2.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCd8ONKDm7h0SZt9d8PqqJPzeRM3QtDP { width:10.75rem;height:1.625rem;top:2.6875rem;left:24.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #GCJEJ0QnmTn77JVzeRGwN4sga5Ae2Nw7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #tOvFbudDOA9dP4Rfs5Jz8VTuRxqnqfQs {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #kQ4cvFX7ZlUa1GTTir2fqJw6v4nAocoU {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #cwRPsLSPa81tN35vCD5Hb8qyID0emK0k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #xl51L9ptCudhntDPQ2UP8vmeEJTeFT6y {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #fGpMFW6pSuubks8pRpTWOifD3SAfB2Rv {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #ggrRKfV9cwitU2MKz8Dpxzs7Wev4nJyL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #Os0xsb1XW1uKFuutSNfabUu1P7dQvivV {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #K8gDM7IWo5pG2qwJ8hNUARfRNsFX6Gwg {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #mTwgVAqNKVUpGMhBgHDBUWonARZnuZpH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #JLtHg8g1N5rEM51pCSSdrZOBnGxxXVbc {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #ltvpSQQo1HQcn85M5azSrtOTT5kdnDsn {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74820c47-3b8b-4797-ac0e-ffaa42000b28/20210821_GONCALOVILLAVERDE_143.JPG");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,73,74,0.42); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,73,74,0.42); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZuES7H98Wd1M7mvTMmR94x6ZzIyT2hL { width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhNGJ9DDZDlsrZfwVcaGP7vqfCTz0LMM { width:12.25rem;height:1.3808625rem;top:19.8125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWsPTpk8U9WbtvZUcdxpbMTd5Pzhb5AE { width:2.6875rem;height:2.6875rem;top:29.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAvBeUmqkOpizFiHoMcypoicLMUhMNPD { width:2.1875rem;height:2.5rem;top:19.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neFViEnA75oTa2w9z6erIdSF44t9kyOT { width:3.125rem;height:3.25rem;top:24.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoswwoIMLo2c81InLh7oDQdq4bN0gwVp { width:8.3125rem;height:1.21875rem;top:25.8125rem;left:4.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3HmaikKw5fvW61HPB64oUgsWUttDNCa { width:7.3125rem;height:1.21875rem;top:25.8125rem;left:9.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#eb253c;display:block; }
 }@media only screen and (max-width: 763px) { #Gzs2ClK2wUd2k3x2kVeiZ2VHiTQz2FbZ { width:12.8125rem;height:1.21875rem;top:30.609375rem;left:4.53125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHL1kdP6O8A9EFa1cvsFCTyWrGMRoWq { width:12.4375rem;height:1.21875rem;top:29.3125rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCcw7z3hKEsweMXfmBBNtO8URA4V0vQe { width:11.5rem;height:1.3808625rem;top:21.1875rem;left:4.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4m7BoLOrlbn0HkeMgRW1vLRAJcqbiXm { width:9.625rem;height:9.625rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lypzwHLqaCalcR6ZKnxng6cl22nVo0PW { width:20rem;height:14.36035625rem;top:17.48046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3sMt2ziGKiNI1ZR0Z9S7qDW7TUThC8N { width:20rem;height:4.875rem;top:11.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcQ3SiABFdqnElDLIfaQowck092FIaWb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bd97810-a2dd-458e-9226-86c4af73af15/gradiente_site04.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb.adaptive-delivery-prevent-bg, #WcQ3SiABFdqnElDLIfaQowck092FIaWb.lazyload, #WcQ3SiABFdqnElDLIfaQowck092FIaWb.lazyloading { background-image: none; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container { background-color: transparent; background-image: none; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container > .video-iframe-container { display: none; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row > .video-iframe-container { display: none; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .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); }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container { border-width: 0; border-radius: 0; }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row > .video-iframe-container {  }#WcQ3SiABFdqnElDLIfaQowck092FIaWb > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFZGfvhRwiCt9v3tGBpEC4i5ECyzunTB { width:20rem;height:2.03125rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpQ60IZmXiZcFASIDVgS8qdaehpw5hoz { width:20rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3BNoV7uqQVdJluJPDBQ1yDPQr2O6a6T { width:20rem;height:7.4555625rem;top:4.90625rem;left:0rem;font-size:0.8125rem;color:#2d373c;display:block; }
 }@media only screen and (max-width: 763px) { #Eu2aILZhVm0RoH7F4JRixiu4VCPIrIxf { width:14.75rem;height:12.5625rem;top:15.974125rem;left:2.59375rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #Typ32g6JvK94kF6uViteNLyLLMIBVGCs { width:15.9375rem;height:13.9375rem;top:15.286625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRLsoar2v1K9a3UPZTPamre69w72dVTD { width:14.625rem;height:12.5rem;top:46.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csR1VaVu87yR6Z2FoMlEN0DrbCtxsylo { width:16.3125rem;height:14.25rem;top:45.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucEWfbAdPi7AP7TAehVAS45etU3vTiuM { width:14.9375rem;height:3.25rem;top:30.474125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuQXvC3bgiJmxluVU3NaC75iRDSNgMc { width:14.9375rem;height:1.625rem;top:61rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB5W1vgak0LGlkDnTf1ioI5Ve8JwyqT4 { width:14.9375rem;height:3.25rem;top:87.5rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9IP1c25RJTPz7xXI3NAfT7r6Iyfpisn { width:16.4375rem;height:14.375rem;top:71.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rZVX3VUyHL8dsArbZ1WeL4o5gat6MQ { width:15.0625rem;height:8.02294375rem;top:34.974125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLzs1PtemekmEKqlnkI7N4xPa3fNKlh { width:15rem;height:5.6860375rem;top:63.875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTOpH6q5h7eO98EaS7NaSHViLBGWrRz { width:15.125rem;height:6.82324375rem;top:92rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQcP3DZRUnAJ7o9scFvaMlcdhUMhKiTb { width:14.875rem;height:12.625rem;top:72.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhhHqthbLihFwwfWien6qvKTvhMJs5y { display:block; }#GZhhHqthbLihFwwfWien6qvKTvhMJs5y > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBHIk2nN5XIToQwnzFvpAbuE7SrT116F { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttVV1obC52nyME01IN5ATorwrualNzet { width:20rem;height:6.3369125rem;top:7.51171875rem;left:0rem;font-size:0.8125rem;color:#2d373c;display:block; }
 }@media only screen and (max-width: 763px) { #bPXOM9RDGP8D09AK3eGdMW67FMhRaDwp { width:12.5rem;height:2.5996125rem;top:19.375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEtgPxv61J1aKRcdUbi8kcvaFXN8JRBA { width:15.5625rem;height:1.29980625rem;top:37.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6V0Q0np19E448XL9qXdHIgPLQ1Ev7oT { width:15.5625rem;height:2.5996125rem;top:45.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR0gPZ6aXGkqisy5TkLIJoqK7dk692WT { width:12.125rem;height:12.125rem;top:23rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvd4BrlbEpIOMN518bRw22H8okC9SdCe { width:15.25rem;height:1.625rem;top:41.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ivrm0VL0wo8zzdg6yOhJsLIsGwzWgM { width:13rem;height:13rem;top:22.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKZlNk9M6sxECcOUJbFVizxpONvC7VE { width:2.4375rem;height:2.375rem;top:19.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPr6b90JwczHWNSp2FtLgG9744eoEmU1 { width:2.375rem;height:2.5625rem;top:38rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrP7PVmi2d7VWiKtatkvvs9GqOKy4xQr { width:2.625rem;height:2.4375rem;top:45.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFNX8l76OiGhnbBiPnSCUNyA0KVwTIl1 { width:20rem;height:2.4375rem;top:50.724609375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2629304e-fd3f-4a45-8c01-30c4f5e21596/20210822_GONCALOVILLAVERDE_357.JPG");background-position:center left !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;display:block; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ.adaptive-delivery-prevent-bg, #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ.lazyload, #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ.lazyloading { background-image: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { background-color: transparent; background-image: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container { display: none; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .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); }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { border-width: 0; border-radius: 0; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row > .video-iframe-container {  }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3Rew6QKacl3rnuwaqwLh7eTxSIMAoXS { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGu1RBerONDKMZmpOoWGbbI01WF3DHTC { width:14.5625rem;height:13.44821875rem;top:4.53125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#413e3f;display:block; }
 }@media only screen and (max-width: 763px) { #IX3nyl63VvKcNL2ixhS7HVmlXh2v0KbH { width:12.6875rem;height:0.8125rem;top:22.203625rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.625rem;color:#fff6f9;display:block; }
 }@media only screen and (max-width: 763px) { #VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB { display:block; }#VDIUhxzuiHzFDc5f7mf46TQGiOWC3usB > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixPNWQFwc6Aq599IxU7O0dxBZnCWu4kR { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuRmgouUD05VKckMUXh914WV4EXlzcWD { width:20rem;height:1.7871125rem;top:4.44921875rem;left:0rem;font-size:1.375rem;color:#fffcf8;display:block; }
 }@media only screen and (max-width: 763px) { #VdqJHy1Ilu2LncEn2DV4lMtbKmaWTOAW { width:20rem;height:9.505375rem;top:7.48633125rem;left:0rem;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #pJv4DTw0p7BlVeVlFnchivNwcoI8qsl6 { width:20rem;height:1.7871125rem;top:19.29783125rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cCWer4lFZKeeeni71IR2FoMoAwBIyT1G { width:20rem;height:9.505375rem;top:22.33494375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS { display:block; }#geBTygSBD2kAbFOXsOvXKL8HyCgi3RQS > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVKHNpuTG78ohPghvtmQiG35tRuJSizF { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxE2a2dcUeTQSPTWbWmKO8TDeS6zUcwH { width:8.6875rem;height:2.4375rem;top:8.3359375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeOE6v4Mn6OrGlR7Z8vBtGe2F8XzXUVz { width:8.5rem;height:0.7124rem;top:11.28515625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBc6TU9VI3DwR0uvVT2LkJonT6Lcy9vf { width:5.6875rem;height:0.7124rem;top:11.03466796875rem;left:12.84375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLmG26WbmAHeSBSsWdVyPcoto0dmlRhh { width:8.625rem;height:1.625rem;top:8.7421875rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThieTaSU3piUz6MBBp8pWRLrwphnVWAH { width:7.375rem;height:0.7124rem;top:14.6328125rem;left:0.65625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKXL00Fwcak63kLEOTgwCbT7C5I36CK9 { width:9.0625rem;height:0.8125rem;top:13.4453125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofMGT9M7lbed3N01i0B76X3UQTAP9zp6 { width:7.625rem;height:0.7124rem;top:14.95751953125rem;left:11.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIDB5O7XNBBRDn6KZx9Re5L57fHtZRJx { width:8.875rem;height:1.625rem;top:13.0703125rem;left:11.125rem;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zpwIM4JM0cLoAazsWQaVlbNHff1iFw5z { width:8.8125rem;height:0.7124rem;top:19.13037109375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9HfMVu1B76tFbJMVRNR4JHUuaXOmggW { width:8.9375rem;height:1.625rem;top:17.19287109375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hupiP6E6T2u7szIqWmVrdmIKGOTshDVH { width:8.4375rem;height:0.7124rem;top:19.1298828125rem;left:11.46875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #roywTaHxZTTonxSDqNuHc9yOnKryytqo { width:8.8125rem;height:0.8125rem;top:17.59912109375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg3IwQy0Q3xMO33XTPCceCISqTp9bsKW { width:8.6875rem;height:0.7124rem;top:24.14599609375rem;left:0.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6cr7BQF3b5gX4IBRn5T0b5GJ3QlXqv3 { width:9rem;height:1.625rem;top:21.22802734375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWiaQwMpcVTWqfAAaFfM0vQCDdeTeFBN { width:7.375rem;height:0.7124rem;top:24.794921875rem;left:12rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP9dzpNtOQBzHXybN9TacPqbHH7GhLTg { width:7.9375rem;height:3.25rem;top:20.95849609375rem;left:11.71875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4HSg3o9J56ga5T1tLnw3M9A9vUDTe9 { width:7.3125rem;height:1.29980625rem;top:31.98486328125rem;left:12.03125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0hSelV1dvbX8T7BuyTeqyA5MrgLG5uW { width:8.9375rem;height:1.625rem;top:29.98486328125rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDxPsTTTDTGw2m3ATwzZK7vlUbyme1BA { width:7.1875rem;height:0.7124rem;top:28.46142578125rem;left:12.09375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI9TwB2G0aEJJIePPpKnXh89JcODHslL { width:8.875rem;height:1.625rem;top:26.5859375rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcwsAZewMzFOGfdnLW60aBTGQbiUgmKe { width:9.0625rem;height:0.7124rem;top:31.04736328125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6yV2dvUFItUZTceXmmsypzZCPRPElr7 { width:9rem;height:1.625rem;top:29.1103515625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkKuAEQmVZGZ4va5Bl5kzNbGV9OXhbOF { width:8.8125rem;height:0.7124rem;top:35.38427734375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCk46GaFzz6w91FyTP4FQVbi21hUeFMO { width:9.0625rem;height:1.625rem;top:32.54833984375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu6qffU9FUuWIrfdoqSlfyyySqP6SW8W { width:8.75rem;height:0.7124rem;top:27.49951171875rem;left:0.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqJTsdSt3LuoNDqNBl6uuo1OJ67SncA { width:9.125rem;height:1.625rem;top:25.56884765625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LknIvM6lqtsrbNFe4s5k7caIMdKt9FZt { width:5.8125rem;height:0.7124rem;top:43.125rem;left:1.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE22xybP2QmllTdJoOMb3dgzte9qTMHr { width:8.8125rem;height:1.625rem;top:41.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7KuS4XTz8DrhBlJ6pZoZlKKnLcnU9wC { width:7.1875rem;height:0.7124rem;top:43.43701171875rem;left:12.09375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imspW0eV6A8vZoyKymVvvyAkX0iKQV7C { width:9.125rem;height:1.94970625rem;top:41.23828125rem;left:10.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wspTG8rJT8AUhsXnHSxnRXJcelRUzfUV { width:7.5rem;height:0.7124rem;top:48rem;left:0.59375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpUlLTtMirRbhx88A92pAotaE9oUdN4C { width:8.75rem;height:1.625rem;top:45.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCnO51J0U2oza40C5r8uLChZhC3IN7h6 { width:6.4375rem;height:0.7124rem;top:47.99951171875rem;left:12.46875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yytAyuLRL3qr4sswOmwq6Tf1zhmq0ul2 { width:9.3125rem;height:1.625rem;top:45.3125rem;left:10.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZz8rh2sgOmTeFQefum8dgVfCphMWob { width:6.3125rem;height:0.7124rem;top:52.5rem;left:1.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RstPV9alQvuTMmDMC3IgbkmEkXOKEO1y { width:9.25rem;height:1.625rem;top:49.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrimT1kbOcN0GgSaTtUwdUOzqqaw7J4W { width:7.3125rem;height:0.7124rem;top:55.8125rem;left:12.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffzyh6TGSdLenSq2xaZ5zTvcWmidOKTr { width:4.9375rem;height:1.625rem;top:53.8125rem;left:13.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLN6dpEpLvRpcGW0yFF3uAg9bDbq2h7L { width:6.5rem;height:0.7124rem;top:61.41259765625rem;left:11.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzxOdoKRyzZIiRNPqcilRs4GCO2MGPr5 { width:9.3125rem;height:2.4375rem;top:57.91259765625rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpCX8o63Fde63yeQTFhbl5oF3liThcnS { width:8.8125rem;height:0.7124rem;top:51.9130859375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrnVysKWT3gUMsOTL22TyPaiFv7eH1Ty { width:6.875rem;height:1.625rem;top:49.8125rem;left:12.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks5IqmfWHUTHf5KRXBb1t8MINtBPFJzh { width:6.625rem;height:0.7124rem;top:60.88818359375rem;left:1.03125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvk6l3EUtoJRH4sckmKEDBFgQU8NR5nv { width:9.125rem;height:1.625rem;top:58.01318359375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7WFkTz0bu9fhZFM0Hn8JVKJuc6HRVuV { width:9.5rem;height:0.7124rem;top:56.35302734375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvxiwbeohGFMrG5Dhly2Iuu3HUteULWF { width:7.4375rem;height:1.625rem;top:54.35302734375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDeLp2hW6WB5MfinZsDSkKWH13q1ABob { width:5.0625rem;height:0.7124rem;top:64.625rem;left:2rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPObRWmRCxtU5CBU0Lg3W14POyXS5qn9 { width:9.125rem;height:0.8125rem;top:62.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIblDx9kzWTCeL4xSpld15T8xTnzXbBK { width:9.375rem;height:0.7124rem;top:65.58642578125rem;left:10.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RfX25NHwdOshAI7WT7C2tdEQTNek6A { width:9.3125rem;height:1.94970625rem;top:62.73681640625rem;left:10.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBVy7NEZ43VsdOdKUvVOE08bsgRITpUG { width:14.25rem;height:1.7871125rem;top:5.13671875rem;left:2.875rem;font-size:1.375rem;color:#878787;display:block; }
 }@media only screen and (max-width: 763px) { #qTyoM3wb7cuFH01qzpoxsquMBcdaVQ3b { width:14.875rem;height:1.7871125rem;top:38.31103515625rem;left:2.96875rem;font-size:1.375rem;color:#878787;display:block; }
 }@media only screen and (max-width: 763px) { #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bd97810-a2dd-458e-9226-86c4af73af15/gradiente_site04.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN.adaptive-delivery-prevent-bg, #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN.lazyload, #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN.lazyloading { background-image: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { background-color: transparent; background-image: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row > .video-iframe-container { display: none; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .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); }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R86LWcCiGPOCQ0JWpi7ZIU9boADgckwT { width:20rem;height:3.16845625rem;top:12.38671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoWUfgRKCypE0CFuyJOx06lANqcqcZyX { width:20rem;height:0.5625rem;top:4.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:.5;display:block; }
 }@media only screen and (max-width: 763px) { #kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { width:4.875rem;height:4.875rem;top:6.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { width:5rem;height:5rem;top:6.1875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVqtFJwFov3rQaOiib0zNSfeWUPipzPC { width:12.5rem;height:1.94970625rem;top:1.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { position:relative;z-index:auto;display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuFSwM2KEQDTOfyKBIJZIxVsTICpWrmO { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #B40pJgbweBernuVtt0x2hTOQLPhiG53c { width:7.75rem;height:1.29980625rem;top:7.8125rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { width:12.5rem;height:2.5996125rem;top:3.224609375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:10.5rem;height:3.89941875rem;top:9.76171875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJHf00iIbaUocaJKylLBfPpNPW57hTLq { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:2.625rem;height:0.0625rem;top:6.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:2.625rem;height:0.0625rem;top:14rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCd8ONKDm7h0SZt9d8PqqJPzeRM3QtDP { width:12.5rem;height:1.29980625rem;top:15.5361328125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-text.counter-number { padding-top:0.449375rem;padding-right:0.398125rem;padding-bottom:0.449375rem;padding-left:0.398125rem;width:2.38875rem;min-width:2.38875rem;height:2.41625rem;font-size:1.798125rem;line-height:38.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.185625rem;height:0.955rem;font-size:0.674375rem;line-height:15.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep { display:flex;width:16.375rem;height:4.5625rem;top:17.3984375rem;left:1.0625rem;padding-top:0.786875rem;padding-right:0.79625rem;padding-bottom:0.786875rem;padding-left:0.79625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #GCJEJ0QnmTn77JVzeRGwN4sga5Ae2Nw7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #tOvFbudDOA9dP4Rfs5Jz8VTuRxqnqfQs {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #kQ4cvFX7ZlUa1GTTir2fqJw6v4nAocoU {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #cwRPsLSPa81tN35vCD5Hb8qyID0emK0k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #xl51L9ptCudhntDPQ2UP8vmeEJTeFT6y {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #fGpMFW6pSuubks8pRpTWOifD3SAfB2Rv {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #ggrRKfV9cwitU2MKz8Dpxzs7Wev4nJyL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #Os0xsb1XW1uKFuutSNfabUu1P7dQvivV {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #K8gDM7IWo5pG2qwJ8hNUARfRNsFX6Gwg {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #mTwgVAqNKVUpGMhBgHDBUWonARZnuZpH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #JLtHg8g1N5rEM51pCSSdrZOBnGxxXVbc {  }
 }@media only screen and (max-width: 763px) { #OvVGBoZUz6ADAyeD324tQGqDCzA1H2Ep #ltvpSQQo1HQcn85M5azSrtOTT5kdnDsn {  }
 }