.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/67dfd564-76c5-4053-b000-382ade322596/Fundo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#r65dPQq2ROIA8mOzgJ3OQEULCJFBHFo8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:21.5625rem;top:2.5625rem;left:8.4264335632325rem;overflow:hidden;display:block; }
#ugyIFNwzp9FirzUte2q9ZcC7SQPilA6v { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:"montserrat 900";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.25rem 0.375rem rgba(255,255,255,0.5);top:15.1875rem;left:8.4264335632325rem;height:4.875rem;font-style:normal;display:block; }
#B4qTeHDLltVcRsVg2pvLXk8eqPRx2NIe { color:#1fc316;display:block;width:26.1875rem;position:absolute;font-family:"muli black";font-size:1.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.25rem 0.375rem rgba(255,255,255,0.5);top:22.6875rem;left:8.4264335632325rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGR5EncEsstvbPFpRuyExg6ie0TdC9Il { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"montserrat 900";font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:8.4264335632325rem;height:2.92448125rem;font-style:normal;display:block; }
#D1RicxFQZgnqJxgrgXP3uM5i6BL0ykGG { position:absolute;display:block;z-index:99999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:34.75rem;left:7.25rem;display:block; }
#mAP12Nu2kqKKppwTyGPmm7zsLUEmNl0w { position:absolute;display:block;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:34.75rem;left:18.0625rem;display:block; }
#hVkruFmgKSGhVqGlMAHb8btQ8pha87ki { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:34.75rem;left:38.875rem;display:block; }
#curZ0FfczqeGu4oNKu1WkfDPhZ7uyvRN { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:34.75rem;left:28.375rem;display:block; }
#Scp9RTGzwE3EfUrMx33dfm8E2EbTZGDU { position:absolute;display:block;z-index:100007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:42.3125rem;left:12.6875rem;display:block; }
#zlRdmqZzdyN0lLVODTuwwercsDQCGGKo { position:absolute;display:block;z-index:100013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:42.625rem;left:23.5625rem;display:block; }
#sPKHiW4sblIukgpbOzWBVJqJpmbeo67K { position:absolute;display:block;z-index:100011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:42.5625rem;left:33.9375rem;display:block; }
#XmqnEGdzVcZZmdn6uwhrRTS3SetWEaky { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/42e46e5d-9936-47bd-b744-da416dcc4cd6/Ativo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:4.125rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:34.1875rem;left:7.0625rem;display:block; }#XmqnEGdzVcZZmdn6uwhrRTS3SetWEaky.adaptive-delivery-prevent-bg, #XmqnEGdzVcZZmdn6uwhrRTS3SetWEaky.lazyload, #XmqnEGdzVcZZmdn6uwhrRTS3SetWEaky.lazyloading { background-image: none; }
#qcRTGOmxWIz1QTTmvZBNhla6NWHcIl1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fmPlvJasp6he4UZ8soQlifPhMp3THZgl { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/71339d2f-c8a9-425b-a89d-7e06de7a321f/Ativo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:4.125rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:34.1875rem;left:17.9375rem;display:block; }#fmPlvJasp6he4UZ8soQlifPhMp3THZgl.adaptive-delivery-prevent-bg, #fmPlvJasp6he4UZ8soQlifPhMp3THZgl.lazyload, #fmPlvJasp6he4UZ8soQlifPhMp3THZgl.lazyloading { background-image: none; }
#nEn75S4AbhO8iFH18TdGA3Qs3boiVeeS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n4ATQtvQ9Tg8lPzqkrVVR8xtsOiexfn4 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/52e7dd61-464d-43d9-96cd-0a42ec6c098c/Ativo4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:4.125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:34.1875rem;left:28.187503814698rem;display:block; }#n4ATQtvQ9Tg8lPzqkrVVR8xtsOiexfn4.adaptive-delivery-prevent-bg, #n4ATQtvQ9Tg8lPzqkrVVR8xtsOiexfn4.lazyload, #n4ATQtvQ9Tg8lPzqkrVVR8xtsOiexfn4.lazyloading { background-image: none; }
#la5iuZFZ2hADm8gVqa8E6LyM6KzFW7xl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZhTBRiqiSxmppqEE6wzTCtQT85RpLody { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/74fb09e4-7c82-4003-8f81-7a2a262d8861/Prancheta4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:4.25rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:34.25rem;left:38.4375rem;display:block; }#ZhTBRiqiSxmppqEE6wzTCtQT85RpLody.adaptive-delivery-prevent-bg, #ZhTBRiqiSxmppqEE6wzTCtQT85RpLody.lazyload, #ZhTBRiqiSxmppqEE6wzTCtQT85RpLody.lazyloading { background-image: none; }
#Klzdy1RXtO9bgmwh5LL11wuR3y8BtOTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#px7sGdewWyCasTN2EDs9nn601eNL0Sks { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9810a649-866b-4768-95f7-a378ef1be386/Prancheta6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:4.5rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:41.875rem;left:12.4375rem;display:block; }#px7sGdewWyCasTN2EDs9nn601eNL0Sks.adaptive-delivery-prevent-bg, #px7sGdewWyCasTN2EDs9nn601eNL0Sks.lazyload, #px7sGdewWyCasTN2EDs9nn601eNL0Sks.lazyloading { background-image: none; }
#J2PTXR9uqMW7KMm7MJyqdLTIavhJER7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T7rEAUeTg62mN3HCtTGom3rPgJkyp1QN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a4c7e61c-2afa-4cb9-b2ad-50e4ccbf2e55/Ativo9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:42.0625rem;left:33.75rem;display:block; }#T7rEAUeTg62mN3HCtTGom3rPgJkyp1QN.adaptive-delivery-prevent-bg, #T7rEAUeTg62mN3HCtTGom3rPgJkyp1QN.lazyload, #T7rEAUeTg62mN3HCtTGom3rPgJkyp1QN.lazyloading { background-image: none; }
#vbVDCBtROOOTHJFdqfkks8OTo8EnTA6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TtXAfkz3cbdAx2BpFReOw5Nm4dvOvDBN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/80faae9e-2672-4936-8673-202b49106a07/Ativo8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:42.0625rem;left:23.4375rem;display:block; }#TtXAfkz3cbdAx2BpFReOw5Nm4dvOvDBN.adaptive-delivery-prevent-bg, #TtXAfkz3cbdAx2BpFReOw5Nm4dvOvDBN.lazyload, #TtXAfkz3cbdAx2BpFReOw5Nm4dvOvDBN.lazyloading { background-image: none; }
#xGPQscaSMWmd91HO9nMWJItmucwZW0OI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cNP5uaBpoIC0oIn0v2TppsK2eQfIcPqs { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5cb413cf-66e5-4a10-92ad-bdc6d614f049/Prancheta7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:4.25rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:42rem;left:44.062503814698rem;display:block; }#cNP5uaBpoIC0oIn0v2TppsK2eQfIcPqs.adaptive-delivery-prevent-bg, #cNP5uaBpoIC0oIn0v2TppsK2eQfIcPqs.lazyload, #cNP5uaBpoIC0oIn0v2TppsK2eQfIcPqs.lazyloading { background-image: none; }
#u4PbBwbfaFS3nH2eDZs8VuImxf8Vff2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nJNZV5N9XNWJ9qw7AvkDrVnFbIZO0i8s { position:absolute;display:block;z-index:100007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:42.3125rem;left:44.5625rem;display:block; }
#N19TDWCGIiMz02NdfI2bls0wIqcqCDyr { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b8fd1ff4-c82e-435f-b0f5-74b7e81d096c/Ativo7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:4.125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:34.375rem;left:49.500003814698rem;display:block; }#N19TDWCGIiMz02NdfI2bls0wIqcqCDyr.adaptive-delivery-prevent-bg, #N19TDWCGIiMz02NdfI2bls0wIqcqCDyr.lazyload, #N19TDWCGIiMz02NdfI2bls0wIqcqCDyr.lazyloading { background-image: none; }
#G4FUqaMGmZmlHXItTqy8hOWwg4f9luz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xKLbuTT7dukHbC3eIUfZGL7F9yo4R704 { position:absolute;display:block;z-index:100015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:34.9375rem;left:50rem;display:block; }
#BS7UsESuCFC6MnDbUztuC2NzqFKVcTNh { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7e206912-db09-4677-b687-d8ffae974958/Prancheta8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:4rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:41.8125rem;left:54.687503814698rem;display:block; }#BS7UsESuCFC6MnDbUztuC2NzqFKVcTNh.adaptive-delivery-prevent-bg, #BS7UsESuCFC6MnDbUztuC2NzqFKVcTNh.lazyload, #BS7UsESuCFC6MnDbUztuC2NzqFKVcTNh.lazyloading { background-image: none; }
#ymUMmTeMxFimbzTESDVshZmoKc0SNtTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ynnWeU6V5oGz9U5mqWaUVDQvOb1C9pnf { position:absolute;display:block;z-index:100023;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:42.375rem;left:55.3125rem;display:block; }
#iUgzdAvDZ49EQOJwEvFf3fdgxnDrPy2o { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b2a2d05a-1690-4e32-93a2-5493de2d7782/Prancheta5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:4.125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:34.5625rem;left:60.187503814698rem;display:block; }#iUgzdAvDZ49EQOJwEvFf3fdgxnDrPy2o.adaptive-delivery-prevent-bg, #iUgzdAvDZ49EQOJwEvFf3fdgxnDrPy2o.lazyload, #iUgzdAvDZ49EQOJwEvFf3fdgxnDrPy2o.lazyloading { background-image: none; }
#c2wC4cN41sQizUw7hpoTG8eStoaxz2N7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ElwzGIKkUdfQPmW3onDKHuDDat7XzOVF { position:absolute;display:block;z-index:100017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.625rem;width:7.375rem;top:34.9375rem;left:60.5rem;display:block; }
#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container { background-color: transparent; background-image: none; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container > .video-iframe-container { display: none; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row > .video-iframe-container { display: none; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .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); }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container { border-width: 0; border-radius: 0; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#J4U3bqkhauwGN24i1MDfep2ggdENDrZX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.0625rem;width:36.0625rem;top:30.062502861023rem;left:7.5rem;overflow:hidden;display:none; }
#fkopkARklyXSzpTdfCZ1VTIvCAU2bfq3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.1875rem;width:36.25rem;top:0rem;left:1.8125rem;overflow:hidden;display:block; }
#aPuuFXPTvvP5ox0GsT2fup7inhqI2LWW { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.3125rem 0.375rem rgba(255,255,255,0.5);top:3.63671875rem;left:40.311719894409rem;height:4.22395625rem;font-style:normal;display:block; }
#UzNa04gPml6gP24Z9ArH1XrDOkeSF6gb { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5rem;left:40.186719894409rem;height:7.796875rem;display:block; }
#ldQ0I2bXH378LNHFz7fTPCgfiIA1kPkn { z-index:100001;top:20.6875rem;left:40.311719894409rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ArZW00mlJLPIxuGRNE8cOlufb2N3dhRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row .container { background-color: transparent; background-image: none; }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row .container > .video-iframe-container { display: none; }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row > .video-iframe-container { display: none; }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .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); }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row .container { border-width: 0; border-radius: 0; }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r65dPQq2ROIA8mOzgJ3OQEULCJFBHFo8 { width:21.5625rem;height:9.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugyIFNwzp9FirzUte2q9ZcC7SQPilA6v { width:31.6875rem;height:4.875rem;top:15.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4qTeHDLltVcRsVg2pvLXk8eqPRx2NIe { width:26.1875rem;height:2.25rem;top:22.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGR5EncEsstvbPFpRuyExg6ie0TdC9Il { width:21.5625rem;height:2.875rem;top:27.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1RicxFQZgnqJxgrgXP3uM5i6BL0ykGG { width:7.375rem;height:3.625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAP12Nu2kqKKppwTyGPmm7zsLUEmNl0w { width:7.375rem;height:3.625rem;top:34.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVkruFmgKSGhVqGlMAHb8btQ8pha87ki { width:7.375rem;height:3.625rem;top:34.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #curZ0FfczqeGu4oNKu1WkfDPhZ7uyvRN { width:7.375rem;height:3.625rem;top:34.75rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scp9RTGzwE3EfUrMx33dfm8E2EbTZGDU { width:7.375rem;height:3.625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlRdmqZzdyN0lLVODTuwwercsDQCGGKo { width:7.375rem;height:3.625rem;top:42.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPKHiW4sblIukgpbOzWBVJqJpmbeo67K { width:7.375rem;height:3.625rem;top:42.5625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmqnEGdzVcZZmdn6uwhrRTS3SetWEaky { width:7.5625rem;height:4.125rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRTGOmxWIz1QTTmvZBNhla6NWHcIl1T { display:block; }
 }@media only screen and (max-width: 763px) { #fmPlvJasp6he4UZ8soQlifPhMp3THZgl { width:7.5625rem;height:4.125rem;top:34.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEn75S4AbhO8iFH18TdGA3Qs3boiVeeS { display:block; }
 }@media only screen and (max-width: 763px) { #n4ATQtvQ9Tg8lPzqkrVVR8xtsOiexfn4 { width:7.5625rem;height:4.125rem;top:34.1875rem;left:14.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #la5iuZFZ2hADm8gVqa8E6LyM6KzFW7xl { display:block; }
 }@media only screen and (max-width: 763px) { #ZhTBRiqiSxmppqEE6wzTCtQT85RpLody { width:7.9375rem;height:4.25rem;top:34.25rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klzdy1RXtO9bgmwh5LL11wuR3y8BtOTB { display:block; }
 }@media only screen and (max-width: 763px) { #px7sGdewWyCasTN2EDs9nn601eNL0Sks { width:7.5625rem;height:4.5rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2PTXR9uqMW7KMm7MJyqdLTIavhJER7w { display:block; }
 }@media only screen and (max-width: 763px) { #T7rEAUeTg62mN3HCtTGom3rPgJkyp1QN { width:7.5625rem;height:4.125rem;top:42.0625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVDCBtROOOTHJFdqfkks8OTo8EnTA6y { display:block; }
 }@media only screen and (max-width: 763px) { #TtXAfkz3cbdAx2BpFReOw5Nm4dvOvDBN { width:7.5625rem;height:4.125rem;top:42.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGPQscaSMWmd91HO9nMWJItmucwZW0OI { display:block; }
 }@media only screen and (max-width: 763px) { #cNP5uaBpoIC0oIn0v2TppsK2eQfIcPqs { width:7.9375rem;height:4.25rem;top:42rem;left:30.437503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4PbBwbfaFS3nH2eDZs8VuImxf8Vff2m { display:block; }
 }@media only screen and (max-width: 763px) { #nJNZV5N9XNWJ9qw7AvkDrVnFbIZO0i8s { width:7.375rem;height:3.625rem;top:42.3125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N19TDWCGIiMz02NdfI2bls0wIqcqCDyr { width:7.9375rem;height:4.125rem;top:34.375rem;left:35.875003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4FUqaMGmZmlHXItTqy8hOWwg4f9luz6 { display:block; }
 }@media only screen and (max-width: 763px) { #xKLbuTT7dukHbC3eIUfZGL7F9yo4R704 { width:7.375rem;height:3.625rem;top:34.9375rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS7UsESuCFC6MnDbUztuC2NzqFKVcTNh { width:8.0625rem;height:4rem;top:41.8125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUMmTeMxFimbzTESDVshZmoKc0SNtTf { display:block; }
 }@media only screen and (max-width: 763px) { #ynnWeU6V5oGz9U5mqWaUVDQvOb1C9pnf { width:7.375rem;height:3.625rem;top:42.375rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUgzdAvDZ49EQOJwEvFf3fdgxnDrPy2o { width:7.9375rem;height:4.125rem;top:34.5625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2wC4cN41sQizUw7hpoTG8eStoaxz2N7 { display:block; }
 }@media only screen and (max-width: 763px) { #ElwzGIKkUdfQPmW3onDKHuDDat7XzOVF { width:7.375rem;height:3.625rem;top:34.9375rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 { display:block; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4U3bqkhauwGN24i1MDfep2ggdENDrZX { width:36.0625rem;height:26.0625rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkopkARklyXSzpTdfCZ1VTIvCAU2bfq3 { width:36.25rem;height:32.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuuFXPTvvP5ox0GsT2fup7inhqI2LWW { width:31.4375rem;height:4.1875rem;top:3.625rem;left:16.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzNa04gPml6gP24Z9ArH1XrDOkeSF6gb { width:31.6875rem;height:7.75rem;top:9.5rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldQ0I2bXH378LNHFz7fTPCgfiIA1kPkn { top:20.6875rem;left:19.875rem;width:27.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArZW00mlJLPIxuGRNE8cOlufb2N3dhRt { display:block; }
 }@media only screen and (max-width: 763px) { #tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB { display:block; }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67dfd564-76c5-4053-b000-382ade322596/Fundo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r65dPQq2ROIA8mOzgJ3OQEULCJFBHFo8 { width:14.75rem;height:6.625rem;top:1.1875rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugyIFNwzp9FirzUte2q9ZcC7SQPilA6v { width:18.9375rem;height:3.25rem;top:9.35546875rem;left:0.53125005960464rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4qTeHDLltVcRsVg2pvLXk8eqPRx2NIe { width:19.0625rem;height:1.70573125rem;top:14.79296875rem;left:0.46875029802322rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGR5EncEsstvbPFpRuyExg6ie0TdC9Il { width:20rem;height:4.38671875rem;top:19.48046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1RicxFQZgnqJxgrgXP3uM5i6BL0ykGG { width:7.375rem;height:3.625rem;top:28.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAP12Nu2kqKKppwTyGPmm7zsLUEmNl0w { width:7.375rem;height:3.625rem;top:28.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVkruFmgKSGhVqGlMAHb8btQ8pha87ki { width:7.375rem;height:3.625rem;top:34.7421875rem;left:11.187500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #curZ0FfczqeGu4oNKu1WkfDPhZ7uyvRN { width:7.375rem;height:3.625rem;top:34.7421875rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scp9RTGzwE3EfUrMx33dfm8E2EbTZGDU { width:7.375rem;height:3.625rem;top:41.4921875rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlRdmqZzdyN0lLVODTuwwercsDQCGGKo { width:7.375rem;height:3.625rem;top:48.1796875rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPKHiW4sblIukgpbOzWBVJqJpmbeo67K { width:7.375rem;height:3.625rem;top:47.8359375rem;left:11.187500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmqnEGdzVcZZmdn6uwhrRTS3SetWEaky { width:7.5625rem;height:4.125rem;top:27.59375rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRTGOmxWIz1QTTmvZBNhla6NWHcIl1T { display:block; }
 }@media only screen and (max-width: 763px) { #fmPlvJasp6he4UZ8soQlifPhMp3THZgl { width:7.5625rem;height:4.125rem;top:27.5625rem;left:10.968750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEn75S4AbhO8iFH18TdGA3Qs3boiVeeS { display:block; }
 }@media only screen and (max-width: 763px) { #n4ATQtvQ9Tg8lPzqkrVVR8xtsOiexfn4 { width:7.5625rem;height:4.125rem;top:34.2421875rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #la5iuZFZ2hADm8gVqa8E6LyM6KzFW7xl { display:block; }
 }@media only screen and (max-width: 763px) { #ZhTBRiqiSxmppqEE6wzTCtQT85RpLody { width:7.5625rem;height:4.125rem;top:34.2421875rem;left:11.406250298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klzdy1RXtO9bgmwh5LL11wuR3y8BtOTB { display:block; }
 }@media only screen and (max-width: 763px) { #px7sGdewWyCasTN2EDs9nn601eNL0Sks { width:7.5625rem;height:4.125rem;top:41.0546875rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2PTXR9uqMW7KMm7MJyqdLTIavhJER7w { display:block; }
 }@media only screen and (max-width: 763px) { #T7rEAUeTg62mN3HCtTGom3rPgJkyp1QN { width:7.5625rem;height:4.125rem;top:47.3984375rem;left:11.406250298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVDCBtROOOTHJFdqfkks8OTo8EnTA6y { display:block; }
 }@media only screen and (max-width: 763px) { #TtXAfkz3cbdAx2BpFReOw5Nm4dvOvDBN { width:7.5625rem;height:4.125rem;top:47.7109375rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGPQscaSMWmd91HO9nMWJItmucwZW0OI { display:block; }
 }@media only screen and (max-width: 763px) { #cNP5uaBpoIC0oIn0v2TppsK2eQfIcPqs { width:7.9375rem;height:4.25rem;top:41.1875rem;left:10.812500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4PbBwbfaFS3nH2eDZs8VuImxf8Vff2m { display:block; }
 }@media only screen and (max-width: 763px) { #nJNZV5N9XNWJ9qw7AvkDrVnFbIZO0i8s { width:7.375rem;height:3.625rem;top:41.5625rem;left:11.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #N19TDWCGIiMz02NdfI2bls0wIqcqCDyr { width:7.9375rem;height:4.125rem;top:53.585941314698rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4FUqaMGmZmlHXItTqy8hOWwg4f9luz6 { display:block; }
 }@media only screen and (max-width: 763px) { #xKLbuTT7dukHbC3eIUfZGL7F9yo4R704 { width:7.375rem;height:3.625rem;top:54.210941314698rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS7UsESuCFC6MnDbUztuC2NzqFKVcTNh { width:8.0625rem;height:4rem;top:60.335941314698rem;left:6.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUMmTeMxFimbzTESDVshZmoKc0SNtTf { display:block; }
 }@media only screen and (max-width: 763px) { #ynnWeU6V5oGz9U5mqWaUVDQvOb1C9pnf { width:7.375rem;height:3.625rem;top:60.898441314698rem;left:6.3125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUgzdAvDZ49EQOJwEvFf3fdgxnDrPy2o { width:7.9375rem;height:4.125rem;top:53.585941314698rem;left:11.343750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2wC4cN41sQizUw7hpoTG8eStoaxz2N7 { display:block; }
 }@media only screen and (max-width: 763px) { #ElwzGIKkUdfQPmW3onDKHuDDat7XzOVF { width:7.375rem;height:3.625rem;top:53.835941314698rem;left:11.187500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 { background-color:#000000;background-image:none;display:block; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container { background-color: transparent; background-image: none; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container > .video-iframe-container { display: none; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row > .video-iframe-container { display: none; }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .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); }#dNQBuT41vMPvDBlvgnPPVpfq2y7HXI29 > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4U3bqkhauwGN24i1MDfep2ggdENDrZX { width:20rem;height:14.5rem;top:79.625rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #fkopkARklyXSzpTdfCZ1VTIvCAU2bfq3 { width:18.5rem;height:16.375rem;top:16.96249961853rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuuFXPTvvP5ox0GsT2fup7inhqI2LWW { width:17.75rem;height:4.6308625rem;top:1.4375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzNa04gPml6gP24Z9ArH1XrDOkeSF6gb { width:18.25rem;height:10.2363125rem;top:7.0625rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ldQ0I2bXH378LNHFz7fTPCgfiIA1kPkn { top:30.686717987061rem;left:2.1562501192093rem;width:15.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArZW00mlJLPIxuGRNE8cOlufb2N3dhRt { display:block; }
 }@media only screen and (max-width: 763px) { #tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB { display:block; }#tvZmoPVBNFx2IgVuis4QeEhGJtg8s4uB > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }