.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;
  }
}
@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/jhuHVptk/capa_filtro_darken.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;bottom:auto;right:auto;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { 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 > .row .container { font-size:14px;font-family:arial;height:748px;width:960px;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:390px;width:360px;top:107px;left:300px;overflow:hidden;display:block; }
#UhNGJ9DDZDlsrZfwVcaGP7vqfCTz0LMM { color:#2fbfcd;display:block;width:219px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:637px;left:145.5px;height:28.6px;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:35px;width:35px;top:582px;left:707.5px;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:31px;width:27px;top:583px;left:241.5px;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:41px;width:41px;top:578px;left:471px;overflow:hidden;display:block; }
#DoswwoIMLo2c81InLh7oDQdq4bN0gwVp { color:#272727;display:block;width:248px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:637px;left:373px;height:28.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3HmaikKw5fvW61HPB64oUgsWUttDNCa { color:#272727;display:block;width:248px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:663.796875px;left:373px;height:28.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gzs2ClK2wUd2k3x2kVeiZ2VHiTQz2FbZ { color:#272727;display:block;width:302px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:665px;left:588px;height:28.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VuHL1kdP6O8A9EFa1cvsFCTyWrGMRoWq { color:#272727;display:block;width:286px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:637px;left:596px;height:28.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CCcw7z3hKEsweMXfmBBNtO8URA4V0vQe { color:#272727;display:block;width:228px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:665px;left:141px;height:28.6px;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:#ffffff;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 { 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: rgba(0,0,0,0); }#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: rgba(0,0,0,0); }#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 > .row .container { font-size:14px;font-family:arial;height:522px;width:960px;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:388px;width:448px;top:65px;left:16px;overflow:hidden;display:block; }
#civ9X0XmrAdS70fQs5LT9GSzrEiZ7TQs { color:#f3bf13;display:block;width:466px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:71px;left:479px;height:78px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lypzwHLqaCalcR6ZKnxng6cl22nVo0PW { color:#47494a;display:block;width:466px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:164px;left:480px;height:275.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#coJ7ffddX2tl0cygybkaVBnEss8J2xAH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row .container { background-color: transparent; background-image: none; }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row .container > .video-iframe-container { display: none; }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row > .video-iframe-container { display: none; }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .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); }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row .container { border-width: 0; border-radius: 0; }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row .container { font-size:14px;font-family:arial;height:204px;width:960px;position:relative;display:block; }#X0kVnsiRh9FVJ6UKKVqNHsGbF3xv3dKH { color:#dd3630;display:block;width:959px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:26px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cc79lr3WUpyT6WlK0JPH7VPciuLBrFmX { color:#47494a;display:block;width:960px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:83px;left:0px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIkci72pD9i6Iwqpeho4JtW7SpEdsVKw { color:#47494a;display:block;width:874px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:131px;left:43px;height:46.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C85LQrTKULUo5dahtB7PRsu8IV0ti4vm { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:166px;top:190px;left:68px;display:none; }
#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bwmHElRV/FUNDOS_DESTAQUE_01.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS.adaptive-delivery-prevent-bg { background-image: none; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container { background-color: transparent; background-image: none; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container > .video-iframe-container { display: none; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row > .video-iframe-container { display: none; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .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); }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container { border-width: 0; border-radius: 0; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container { font-size:14px;font-family:arial;height:697px;width:960px;position:relative;display:block; }#nMnUJE7Tw2Tv1lbuu45ZIo5g2QXpF4md { position:absolute;display:block;z-index:100001;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;box-shadow: 0 0 7px rgba(0,0,0,0.31) ;height:268px;width:304px;top:31px;left:8px;display:block; }
#Ez1pPhBbaOOumfkWHoDIRnD0klRnXQJ9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:249px;width:290px;top:40px;left:15px;overflow:hidden;display:block; }
#lF615Qvz7qXleIHHvdD7FT0b3WVTu1yd { color:#f46771;display:block;width:320px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:321px;left:0px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ywCiku1HEpTANLqLSV2ifqbmAyu0zUAE { color:#47494a;display:block;width:285px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:412px;left:17.5px;height:226.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQ7qMTAT8VnfhIe5fAxF2T6KwofkdTsv { color:#47494a;display:block;width:293px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:412px;left:333.5px;height:201.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OxW5y3GbU2RFCH2tAc4Lc8vFJP2SlooF { color:#f46771;display:block;width:320px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:321px;left:320px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I12aOr9PBiV8HNhqGrxxQsSRCV0gfRfO { position:absolute;display:block;z-index:100006;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;box-shadow: 0 0 7px rgba(0,0,0,0.31) ;height:268px;width:304px;top:31px;left:328px;display:block; }
#o4IO3aPZPpuaO6EOU04v1Re6QdtNu4Lb { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:249px;width:290px;top:40px;left:335px;overflow:hidden;display:block; }
#RrX9HkulQsLgav3GLKlfS1sV5Ot6imXZ { color:#47494a;display:block;width:285px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:411px;left:657.5px;height:226.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ScK9gOixaUK3teluopiolkJH1vmWRU6G { color:#f46771;display:block;width:320px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:321px;left:640px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RaLt2w1mqPCAXIc2Phcdtai2Df3HkIp2 { position:absolute;display:block;z-index:100011;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;box-shadow: 0 0 7px rgba(0,0,0,0.31) ;height:268px;width:304px;top:31px;left:648px;display:block; }
#UzvA3OKxV71E2TTtMJKtX4PgyCJl4Qig { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:249px;width:290px;top:40px;left:655px;overflow:hidden;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/OApIJ5xa/HEADER_960x748px_teste.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 { 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 .container { font-size:14px;font-family:arial;height:430px;width:960px;position:relative;display:block; }#L3Rew6QKacl3rnuwaqwLh7eTxSIMAoXS { color:#f3bf13;display:block;width:416px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:78px;left:0px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FGu1RBerONDKMZmpOoWGbbI01WF3DHTC { color:#ffffff;display:block;width:466px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:130px;left:0px;height:214.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IX3nyl63VvKcNL2ixhS7HVmlXh2v0KbH { color:#ffffff;display:block;width:381px;position:absolute;font-family:montserrat;font-size:12px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:367px;left:0px;height:15.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bwmHElRV/FUNDOS_DESTAQUE_01.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu.adaptive-delivery-prevent-bg { background-image: none; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container { background-color: transparent; background-image: none; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container > .video-iframe-container { display: none; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row > .video-iframe-container { display: none; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .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); }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container { border-width: 0; border-radius: 0; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container { font-size:14px;font-family:arial;height:614px;width:960px;position:relative;display:block; }#rbT1U8aqh0IJ3SQCqb6PdVJl4ezbfZOe { color:#f46771;display:block;width:468px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:48px;left:245px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqJHLXT1N42a44l1X37n3iNf31C4ZIcv { color:#47494a;display:block;width:875px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100009;line-height:2;letter-spacing:0;top:109px;left:41.5px;height:396px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fbfcd;background-image:url("https://images.assets-landingi.com/IJkoen7Z/mapa_4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR.adaptive-delivery-prevent-bg { background-image: none; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container { background-color: transparent; background-image: none; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container > .video-iframe-container { display: none; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row > .video-iframe-container { display: none; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .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); }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container { border-width: 0; border-radius: 0; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container { font-size:14px;font-family:arial;height:876px;width:960px;position:relative;display:block; }#hocexJxCWh2xRMA1GvTWn2CAUfe31clt { color:#eb253c;display:block;width:960px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:63px;left:0px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hf5olGAXotT6OeAyklb1sBEq439T5rBc { color:#ffffff;display:block;width:637px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:121px;left:161.5px;height:237.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTx1Rf9JhIfTrNwvN9lgDp563N14NUdK { position:absolute;display:block;z-index:100016;height:385px;width:320px;top:416px;left:320px;display:block; }
#NFKTdm31O9hPBSTKQP2irabJADSO4hJZ { position:absolute;display:block;z-index:100017;height:450px;width:700px;top:178px;left:130px;display:none; }
#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QP9wVbBQ/FUNDOS_01.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 { 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 .container { font-size:14px;font-family:arial;height:313px;width:960px;position:relative;display:block; }#R86LWcCiGPOCQ0JWpi7ZIU9boADgckwT { color:#2e2ce7;display:block;width:846px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:193.5px;left:57px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DgdsVKoe3L0sJWOL7GcaoQrytbIWmh8Z { color:#f46771;display:block;width:582px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:27.5px;left:189px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoWUfgRKCypE0CFuyJOx06lANqcqcZyX { color:#973a96;display:block;width:484px;position:absolute;font-family:montserrat;font-size:21px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:72.5px;left:238px;height:27.3px;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:78px;width:78px;top:94.5px;left:403px;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:80px;width:80px;top:93.5px;left:480px;overflow:hidden;display:block; }
#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fbfcd;background-image:none;position:fixed;z-index:199999;bottom:0;left:0px;right:0;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 .container { font-size:14px;font-family:arial;height:118px;width:960px;position:relative;display:block; }#MuFSwM2KEQDTOfyKBIJZIxVsTICpWrmO { color:#2e2ce7;display:block;width:182px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:22px;left:20.484375px;height:20.8px;font-style:normal;display:block; }
#B40pJgbweBernuVtt0x2hTOQLPhiG53c { color:#2e2ce7;display:block;width:124px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:19.984375px;left:281.984375px;height:20.8px;font-style:normal;display:block; }
#R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { color:#ffffff;display:block;width:233px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:49.984375px;left:20.484375px;height:41.6px;font-style:normal;display:block; }
#MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { color:#ffffff;display:block;width:172px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:50.984375px;left:280.984375px;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:42px;width:1px;top:29px;left:0px;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:42px;width:1px;top:39px;left:484px;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:42px;width:1px;top:39px;left:246px;display:block; }
#UCd8ONKDm7h0SZt9d8PqqJPzeRM3QtDP { color:#2e2ce7;display:block;width:172px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:43.5px;left:493px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0px;margin-right:5.38px;margin-bottom:0px;margin-left:5.38px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:7.45px;padding-bottom:0px;padding-right:1.35px;padding-left:1.35px;display:block;width:57.83px;height:35.98px;position:relative;font-family:montserrat;font-size:25.34px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-text.counter-label { background-color:;background-image:none;color:#2e2ce7;padding-top:0px;padding-bottom:4.96px;padding-right:1.35px;padding-left:1.35px;display:block;width:57.83px;height:9.29px;position:relative;font-family:montserrat;font-size:8.71px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:288px;height:72px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23px;left:672px;z-index:100007;display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #CyhSJnTR4MOxhBzcxqrf1O4r08RLUHwb { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #dm69CJ08CSlJSPxiK6yHpgdtXqZKzVac { display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #ds9mb2R01tGkKWnlF1DyMFXuzq6eWAqw { display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #PmBEbaMhaMH2ni1yyBA6OvAwSGXIOQvX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #QQelCOBN3kx06EplcS0uglfHCX6TXdNH { display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #VWm5CfMmxkNqGSUTWkbO8sySTKLyClps { display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #J9xJfNJr3kQW2cKehtUeuz7WDO8k56T0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #q8SMfZIPUdcoixL5QxmGc9TKvZOk59My { display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #DgILklz832LpxPt6c89ToM3uoJgHKizw { display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #KcUFdsWZ53Hh9PHPdt58RTumomr4xo5T { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #i7i0IwJ6TT4n6911VWMzNrt1mnHnSiDy { display:block; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO #i8CZErDaGpcHv7hHG3o4l1V9yUTeqZnO { display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZuES7H98Wd1M7mvTMmR94x6ZzIyT2hL { width:360px;height:390px;top:107px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #UhNGJ9DDZDlsrZfwVcaGP7vqfCTz0LMM { width:219px;height:28px;top:637px;left:47.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lWsPTpk8U9WbtvZUcdxpbMTd5Pzhb5AE { top:582px;left:609.5px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mAvBeUmqkOpizFiHoMcypoicLMUhMNPD { top:583px;left:143.5px;width:27px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #neFViEnA75oTa2w9z6erIdSF44t9kyOT { top:578px;left:373px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #DoswwoIMLo2c81InLh7oDQdq4bN0gwVp { width:248px;height:28px;top:637px;left:275px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #F3HmaikKw5fvW61HPB64oUgsWUttDNCa { width:248px;height:28px;top:663px;left:275px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Gzs2ClK2wUd2k3x2kVeiZ2VHiTQz2FbZ { width:302px;height:28px;top:665px;left:462px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VuHL1kdP6O8A9EFa1cvsFCTyWrGMRoWq { width:286px;height:28px;top:637px;left:478px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CCcw7z3hKEsweMXfmBBNtO8URA4V0vQe { width:228px;height:28px;top:665px;left:43px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4m7BoLOrlbn0HkeMgRW1vLRAJcqbiXm { width:448px;height:388px;top:65px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #civ9X0XmrAdS70fQs5LT9GSzrEiZ7TQs { width:466px;height:78px;top:71px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lypzwHLqaCalcR6ZKnxng6cl22nVo0PW { width:466px;height:275px;top:164px;left:298px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #coJ7ffddX2tl0cygybkaVBnEss8J2xAH { display:block; }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0kVnsiRh9FVJ6UKKVqNHsGbF3xv3dKH { width:764px;height:58px;top:26px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cc79lr3WUpyT6WlK0JPH7VPciuLBrFmX { width:764px;height:31px;top:83px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KIkci72pD9i6Iwqpeho4JtW7SpEdsVKw { width:764px;height:46px;top:131px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #C85LQrTKULUo5dahtB7PRsu8IV0ti4vm { top:190px;left:0px;width:200px;height:166px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS { display:block; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMnUJE7Tw2Tv1lbuu45ZIo5g2QXpF4md { width:304px;height:268px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ez1pPhBbaOOumfkWHoDIRnD0klRnXQJ9 { width:290px;height:249px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lF615Qvz7qXleIHHvdD7FT0b3WVTu1yd { width:320px;height:78px;top:321px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ywCiku1HEpTANLqLSV2ifqbmAyu0zUAE { width:285px;height:226px;top:412px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7qMTAT8VnfhIe5fAxF2T6KwofkdTsv { width:293px;height:201px;top:412px;left:215px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OxW5y3GbU2RFCH2tAc4Lc8vFJP2SlooF { width:320px;height:78px;top:321px;left:188px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I12aOr9PBiV8HNhqGrxxQsSRCV0gfRfO { width:304px;height:268px;top:31px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #o4IO3aPZPpuaO6EOU04v1Re6QdtNu4Lb { width:290px;height:249px;top:40px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #RrX9HkulQsLgav3GLKlfS1sV5Ot6imXZ { width:285px;height:226px;top:411px;left:477px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ScK9gOixaUK3teluopiolkJH1vmWRU6G { width:320px;height:78px;top:321px;left:442px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RaLt2w1mqPCAXIc2Phcdtai2Df3HkIp2 { width:304px;height:268px;top:31px;left:458px;display:block; }
 }@media only screen and (max-width: 763px) { #UzvA3OKxV71E2TTtMJKtX4PgyCJl4Qig { width:290px;height:249px;top:40px;left:472px;display:block; }
 }@media only screen and (max-width: 763px) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { display:block; }#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3Rew6QKacl3rnuwaqwLh7eTxSIMAoXS { width:416px;height:39px;top:78px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FGu1RBerONDKMZmpOoWGbbI01WF3DHTC { width:466px;height:214px;top:130px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IX3nyl63VvKcNL2ixhS7HVmlXh2v0KbH { width:381px;height:15px;top:367px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu { display:block; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbT1U8aqh0IJ3SQCqb6PdVJl4ezbfZOe { width:468px;height:39px;top:48px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GqJHLXT1N42a44l1X37n3iNf31C4ZIcv { width:764px;height:396px;top:109px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eIxbMBMSbng07LPXkMtsDhT8PcToJKkR { display:block; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hocexJxCWh2xRMA1GvTWn2CAUfe31clt { width:764px;height:39px;top:63px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Hf5olGAXotT6OeAyklb1sBEq439T5rBc { width:637px;height:237px;top:121px;left:63.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BTx1Rf9JhIfTrNwvN9lgDp563N14NUdK { top:416px;left:222px;width:320px;height:385px;display:block; }
 }@media only screen and (max-width: 763px) { #NFKTdm31O9hPBSTKQP2irabJADSO4hJZ { top:178px;left:32px;width:700px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { display:block; }#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R86LWcCiGPOCQ0JWpi7ZIU9boADgckwT { width:764px;height:23px;top:193px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DgdsVKoe3L0sJWOL7GcaoQrytbIWmh8Z { width:582px;height:39px;top:27px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EoWUfgRKCypE0CFuyJOx06lANqcqcZyX { width:484px;height:27px;top:72px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { top:94px;left:304px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { top:93px;left:382px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { display:block; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuFSwM2KEQDTOfyKBIJZIxVsTICpWrmO { width:182px;height:20px;top:22px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B40pJgbweBernuVtt0x2hTOQLPhiG53c { width:124px;height:20px;top:19px;left:183.984375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { width:233px;height:41px;top:49px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:172px;height:;top:50px;left:182.98333740234px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aJHf00iIbaUocaJKylLBfPpNPW57hTLq { width:1px;height:42px;top:29px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:1px;height:42px;top:39px;left:386px;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:1px;height:42px;top:39px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #UCd8ONKDm7h0SZt9d8PqqJPzeRM3QtDP { width:172px;height:26px;top:43px;left:395px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0px;margin-right:5.38px;margin-bottom:0px;margin-left:5.38px;vertical-align:top;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:7.45px;padding-bottom:0px;padding-right:1.35px;padding-left:1.35px;display:block;width:57.83px;height:35.98px;position:relative;font-family:montserrat;font-size:25.34px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-text.counter-label { background-color:;background-image:none;color:#f3bf13;padding-top:0px;padding-bottom:4.96px;padding-right:1.35px;padding-left:1.35px;display:block;width:57.83px;height:9.29px;position:relative;font-family:montserrat;font-size:8.71px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO { width:288px;height:72px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23px;left:476px;display:block; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #CyhSJnTR4MOxhBzcxqrf1O4r08RLUHwb { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #dm69CJ08CSlJSPxiK6yHpgdtXqZKzVac {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #ds9mb2R01tGkKWnlF1DyMFXuzq6eWAqw {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #PmBEbaMhaMH2ni1yyBA6OvAwSGXIOQvX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #QQelCOBN3kx06EplcS0uglfHCX6TXdNH {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #VWm5CfMmxkNqGSUTWkbO8sySTKLyClps {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #J9xJfNJr3kQW2cKehtUeuz7WDO8k56T0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #q8SMfZIPUdcoixL5QxmGc9TKvZOk59My {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #DgILklz832LpxPt6c89ToM3uoJgHKizw {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #KcUFdsWZ53Hh9PHPdt58RTumomr4xo5T { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #i7i0IwJ6TT4n6911VWMzNrt1mnHnSiDy {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #i8CZErDaGpcHv7hHG3o4l1V9yUTeqZnO {  }
 }@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/jhuHVptk/capa_filtro_darken.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { 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:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZuES7H98Wd1M7mvTMmR94x6ZzIyT2hL { width:294px;height:319px;top:22px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UhNGJ9DDZDlsrZfwVcaGP7vqfCTz0LMM { width:196px;height:22.1px;top:389.5px;left:96px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lWsPTpk8U9WbtvZUcdxpbMTd5Pzhb5AE { width:43px;height:43px;top:527px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #mAvBeUmqkOpizFiHoMcypoicLMUhMNPD { width:35px;height:40px;top:389px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #neFViEnA75oTa2w9z6erIdSF44t9kyOT { width:50px;height:52px;top:452px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DoswwoIMLo2c81InLh7oDQdq4bN0gwVp { width:133px;height:19.5px;top:462px;left:96px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #F3HmaikKw5fvW61HPB64oUgsWUttDNCa { width:117px;height:19.5px;top:480px;left:95.5px;text-align:left;text-align-last:left;font-size:15px;color:#eb253c;display:block; }
 }@media only screen and (max-width: 763px) { #Gzs2ClK2wUd2k3x2kVeiZ2VHiTQz2FbZ { width:205px;height:19.5px;top:553px;left:96px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VuHL1kdP6O8A9EFa1cvsFCTyWrGMRoWq { width:199px;height:19.5px;top:533px;left:96px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CCcw7z3hKEsweMXfmBBNtO8URA4V0vQe { width:184px;height:22.1px;top:411.5px;left:96px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #p3xDJorESh8DX2swDZGn3t6sGbm1EbbE { display:block; }#p3xDJorESh8DX2swDZGn3t6sGbm1EbbE > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4m7BoLOrlbn0HkeMgRW1vLRAJcqbiXm { width:303px;height:262px;top:29px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #civ9X0XmrAdS70fQs5LT9GSzrEiZ7TQs { width:320px;height:97.5px;top:329px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lypzwHLqaCalcR6ZKnxng6cl22nVo0PW { width:320px;height:280.5px;top:433.5px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #coJ7ffddX2tl0cygybkaVBnEss8J2xAH { display:block; }#coJ7ffddX2tl0cygybkaVBnEss8J2xAH > .row .container { width:320px;height:295px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0kVnsiRh9FVJ6UKKVqNHsGbF3xv3dKH { width:320px;height:32.5px;top:30px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cc79lr3WUpyT6WlK0JPH7VPciuLBrFmX { width:320px;height:52px;top:72px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KIkci72pD9i6Iwqpeho4JtW7SpEdsVKw { width:320px;height:auto;top:131px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #C85LQrTKULUo5dahtB7PRsu8IV0ti4vm { top:146px;left:6px;width:309px;height:127.5px;z-index:100011;text-align:center;text-align-last:center;font-family:montserrat;font-size:15px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bwmHElRV/FUNDOS_DESTAQUE_01.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS.adaptive-delivery-prevent-bg { background-image: none; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container { background-color: transparent; background-image: none; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container > .video-iframe-container { display: none; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row > .video-iframe-container { display: none; }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .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); }#XeHXwHS2kaRg6N2vgvOse3UBOLOqTHQS > .row .container { width:320px;height:1680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMnUJE7Tw2Tv1lbuu45ZIo5g2QXpF4md { width:304px;height:268px;top:20px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #Ez1pPhBbaOOumfkWHoDIRnD0klRnXQJ9 { width:290px;height:249px;top:29px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lF615Qvz7qXleIHHvdD7FT0b3WVTu1yd { width:320px;height:65px;top:318px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ywCiku1HEpTANLqLSV2ifqbmAyu0zUAE { width:311px;height:147px;top:392px;left:4px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7qMTAT8VnfhIe5fAxF2T6KwofkdTsv { width:320px;height:126px;top:952px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OxW5y3GbU2RFCH2tAc4Lc8vFJP2SlooF { width:320px;height:65px;top:878px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #I12aOr9PBiV8HNhqGrxxQsSRCV0gfRfO { width:304px;height:268px;top:580px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #o4IO3aPZPpuaO6EOU04v1Re6QdtNu4Lb { width:290px;height:249px;top:589px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RrX9HkulQsLgav3GLKlfS1sV5Ot6imXZ { width:315px;height:147px;top:1512px;left:2px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ScK9gOixaUK3teluopiolkJH1vmWRU6G { width:320px;height:65px;top:1438px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RaLt2w1mqPCAXIc2Phcdtai2Df3HkIp2 { width:304px;height:268px;top:1140px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #UzvA3OKxV71E2TTtMJKtX4PgyCJl4Qig { width:290px;height:249px;top:1149px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OApIJ5xa/HEADER_960x748px_teste.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#HLvvf4v5w3afFfuTcpJZeGyV6n9e3qBJ.adaptive-delivery-prevent-bg { 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 { width:320px;height:329px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3Rew6QKacl3rnuwaqwLh7eTxSIMAoXS { width:320px;height:32.5px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FGu1RBerONDKMZmpOoWGbbI01WF3DHTC { width:320px;height:204px;top:72.5px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IX3nyl63VvKcNL2ixhS7HVmlXh2v0KbH { width:203px;height:13px;top:296.5px;left:58px;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu { background-color:transparent;background-image:url("https://images.assets-landingi.com/bwmHElRV/FUNDOS_DESTAQUE_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu.adaptive-delivery-prevent-bg { background-image: none; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container { background-color: transparent; background-image: none; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container > .video-iframe-container { display: none; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row > .video-iframe-container { display: none; }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .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); }#RTUpc1TDpKrf4ehhcDoKG73ds9AmCXFu > .row .container { width:320px;height:972px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbT1U8aqh0IJ3SQCqb6PdVJl4ezbfZOe { width:320px;height:32.5px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GqJHLXT1N42a44l1X37n3iNf31C4ZIcv { width:320px;height:900px;top:72px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #eIxbMBMSbng07LPXkMtsDhT8PcToJKkR { background-color:rgba(47,191,205,0.77);background-image:url("https://images.assets-landingi.com/IJkoen7Z/mapa_4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR.adaptive-delivery-prevent-bg { background-image: none; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container { background-color: transparent; background-image: none; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container > .video-iframe-container { display: none; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row > .video-iframe-container { display: none; }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .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); }#eIxbMBMSbng07LPXkMtsDhT8PcToJKkR > .row .container { width:320px;height:745px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hocexJxCWh2xRMA1GvTWn2CAUfe31clt { width:320px;height:32.5px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Hf5olGAXotT6OeAyklb1sBEq439T5rBc { width:320px;height:247.5px;top:72.5px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BTx1Rf9JhIfTrNwvN9lgDp563N14NUdK { width:320px;height:385px;top:340px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NFKTdm31O9hPBSTKQP2irabJADSO4hJZ { width:320px;height:188px;top:381px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN { background-color:#ffffff;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;display:block; }
#tcXgKITZoPNbDV4ZfO6TfqDeTH4GZinN.adaptive-delivery-prevent-bg { 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:320px;height:291px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R86LWcCiGPOCQ0JWpi7ZIU9boADgckwT { width:320px;height:58.5px;top:211.3px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DgdsVKoe3L0sJWOL7GcaoQrytbIWmh8Z { width:320px;height:28.6px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EoWUfgRKCypE0CFuyJOx06lANqcqcZyX { width:320px;height:24.7px;top:68.6px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kJoxHbyLf8IMKk90ZM9U2eb5unc5OTJs { width:78px;height:78px;top:113.30000305176px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #vHGc07qyirGXg7kABgetJXocExApNkED { width:80px;height:80px;top:112.30000305176px;left:153px;display:block; }
 }@media only screen and (max-width: 763px) { #WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH { position:relative;z-index:auto;bottom:auto;right:auto;display:none; }#WCDTUlIPDFmSlExnrL7OoWDLItsSfLwH > .row .container { width:320px;height:400px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MuFSwM2KEQDTOfyKBIJZIxVsTICpWrmO { width:200px;height:20px;top:20px;left:60px;text-align:center;text-align-last:center;font-size:16px;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #B40pJgbweBernuVtt0x2hTOQLPhiG53c { width:124px;height:20px;top:81px;left:98px;text-align:center;text-align-last:center;font-size:16px;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #R0gTy3wpFkRG0NlsmGnCJx690QO0CE3p { width:200px;height:40px;top:121px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MWCPgf4L5piSqZs97Bezq0xcPFPAyvfP { width:168px;height:40px;top:181px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aJHf00iIbaUocaJKylLBfPpNPW57hTLq { width:1px;height:42px;top:20px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #KhyFXoTfhguEKJf7mpPrfX5bnZtV3gnK { width:42px;height:1px;top:241px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #huQF95r8TcQ1hb3Sk9VcXVQ3ebd7cao7 { width:42px;height:1px;top:60px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #UCd8ONKDm7h0SZt9d8PqqJPzeRM3QtDP { width:200px;height:20px;top:262px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:7px;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:58px;height:40px;position:relative;font-size:38px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO .widget-text.counter-label { background-color:;background-image:none;color:#33a7a9;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#CG1RK4GiizICTshBRX62qDN5tNvGKUQO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:295px;height:78px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:302px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #CyhSJnTR4MOxhBzcxqrf1O4r08RLUHwb { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #dm69CJ08CSlJSPxiK6yHpgdtXqZKzVac {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #ds9mb2R01tGkKWnlF1DyMFXuzq6eWAqw {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #PmBEbaMhaMH2ni1yyBA6OvAwSGXIOQvX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #QQelCOBN3kx06EplcS0uglfHCX6TXdNH {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #VWm5CfMmxkNqGSUTWkbO8sySTKLyClps {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #J9xJfNJr3kQW2cKehtUeuz7WDO8k56T0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #q8SMfZIPUdcoixL5QxmGc9TKvZOk59My {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #DgILklz832LpxPt6c89ToM3uoJgHKizw {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #KcUFdsWZ53Hh9PHPdt58RTumomr4xo5T { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #i7i0IwJ6TT4n6911VWMzNrt1mnHnSiDy {  }
 }@media only screen and (max-width: 763px) { #CG1RK4GiizICTshBRX62qDN5tNvGKUQO #i8CZErDaGpcHv7hHG3o4l1V9yUTeqZnO {  }
 }