.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); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04e5ef;background-image:url("https://images.assets-landingi.com/uc/097133a2-2c68-4911-9be6-4d09b571237e/FUNDO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K.adaptive-delivery-prevent-bg, #Io6t7XsQFIrOATTJQqMO786WqwwAGy9K.lazyload, #Io6t7XsQFIrOATTJQqMO786WqwwAGy9K.lazyloading { background-image: none; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container { background-color: transparent; background-image: none; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container > .video-iframe-container { display: none; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row > .video-iframe-container { display: none; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .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); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container { border-width: 0; border-radius: 0; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#a8Fa8ThiGWmToyh57BCqvJUZbmOpeVr1 { position:absolute;display:block;z-index:100036;background-color:#ff2a2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:9.9375rem;top:22.125rem;left:0rem;display:none; }
#LSgmakKTi9HCtTUwmW0uV2JE2HR4mEfs { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#I7vk1WUyrqbJDeIdvgMtv6PklDXrtQdS { box-sizing:content-box;color:#04e5ef;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:1.375rem;left:50.125rem;display:none; }
#KkuctsbgaoTXSeI0IWhOu8wBIOfdNLT7 { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:2.3125rem;left:53.25rem;height:0;text-align:left;text-align-last:left;display:none; }
#MyGyMpzJVrpUy211g2l96TZXnrWJzyIa { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zVfIbbymxF1xyFJE7HSZACwMxT5nKumU { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:14.625rem;top:1.40625rem;left:5.5rem;overflow:hidden;display:block; }
#DukoxzGauygLobneMxiihA3ZV6OKGK1M { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:12.6875rem;left:17.5rem;display:block; }
#TtLvPaofekUqZgPnHlNev0DTcBhWb9aD { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.25rem;left:17.5rem;height:3.4125rem;text-align:left;text-align-last:left;display:block; }
#JmufUrLqiQHOQBc5hk2rVx9Jpk3xMIcS { box-sizing:content-box;color:#04e5ef;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:1.4375rem;left:28.3125rem;display:block; }
#eJBWdREtGAB2cVwuUP8XkeQwCQyR8uXJ { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:1.8125rem;left:30.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/097133a2-2c68-4911-9be6-4d09b571237e/FUNDO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt.adaptive-delivery-prevent-bg, #pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt.lazyload, #pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt.lazyloading { background-image: none; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container { background-color: transparent; background-image: none; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container > .video-iframe-container { display: none; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row > .video-iframe-container { display: none; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .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); }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container { border-width: 0; border-radius: 0; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container { font-size:0.875rem;font-family:arial;height:110.0625rem;width:75rem;position:relative;display:block; }#XAxJmXQflThJl6xectc6O87o8iERq7Il { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04e5ef;background-image:url("https://images.assets-landingi.com/uc/097133a2-2c68-4911-9be6-4d09b571237e/FUNDO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#XAxJmXQflThJl6xectc6O87o8iERq7Il.adaptive-delivery-prevent-bg, #XAxJmXQflThJl6xectc6O87o8iERq7Il.lazyload, #XAxJmXQflThJl6xectc6O87o8iERq7Il.lazyloading { background-image: none; }#XAxJmXQflThJl6xectc6O87o8iERq7Il > .row .container { border-width: 0; border-radius: 0; }#XAxJmXQflThJl6xectc6O87o8iERq7Il > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:75rem;position:relative;display:none; }#wHOTLMclBmBJf17y8w5No46QNxJXa4u0 { position:absolute;display:block;z-index:100036;background-color:#ff2a2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:9.9375rem;top:22.125rem;left:0rem;display:none; }
#Xfv8zTKfkHf8fdV8caFs2MfNbdC0TTkI { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#USv4eJT3mdsDJZ79qL1Op1ODTxp8XdlS { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100038;line-height:1.1;letter-spacing:0;top:3.5625rem;left:14.46875rem;height:4.2625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHR0e06AcMiCmto329ezQMILvn5oP3rq { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.0625rem dotted #ffffff;border-left:0.0625rem dotted #ffffff;border-right:0.0625rem dotted #ffffff;border-bottom:0.0625rem dotted #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:62.375rem;width:36.75rem;top:9.1875rem;left:19.0625rem;display:block; }
#TSn0EaI0bbJ6uoBSV9OtfLdolUHAhxte { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100095;line-height:1.8;letter-spacing:0;top:11.375rem;left:23.125rem;height:25.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TSn0EaI0bbJ6uoBSV9OtfLdolUHAhxte li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TSn0EaI0bbJ6uoBSV9OtfLdolUHAhxte li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kOPk5o8R/icon_1_01.svg); }
#yyQiosRBEmIZHaCUHTuxPEf6SbfQOlDJ { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:38.4375rem;left:26.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#haTe9NHMyGXCZZki7JGnfZ6a05wQV1cQ { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100027;line-height:1;letter-spacing:0;top:40.625rem;left:26.125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRwMN30aCT9TfV9h0GI6ZsE4MPGmsp0T { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:45.375rem;left:26.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sp6VXUq4pi970KnipkATXVAluBUnmS9I { color:#00e5ff;display:block;width:15.8125rem;position:absolute;font-family:"montserrat 900";font-size:8.625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:46.0625rem;left:29.625rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvr1ng3TTu5KTaJ1gKyN0iVOtrOefbTs { color:#5d5d5d;display:block;width:3.375rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:48.875rem;left:26.125rem;height:1.95rem;font-style:normal;display:block; }
#JluKP88iNNVNilqXvrqwxI8a7uesMvne { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:400;z-index:100066;line-height:1.3;letter-spacing:0;top:50.8125rem;left:26.25rem;height:1.95rem;font-style:normal;display:block; }
#m8a0KeNqkuzvAyBBlTXZ9SDTyqyuz7ln { color:#00e5ff;display:block;width:3.1875rem;position:absolute;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:48.58984375rem;left:45.3125rem;height:2.51875rem;font-style:normal;display:block; }
#IB4FscfTZ2wRhFDPZE2HEDaKbT72Ns2M { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff5b5b;border-left:0.0625rem solid #ff5b5b;border-right:0.0625rem solid #ff5b5b;border-bottom:0.0625rem solid #ff5b5b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.5rem;width:21.5rem;top:56.625rem;left:26.875rem;display:block; }
#Rt3c4tzbZ38ysnsei1kb6xLhXZPTZ5ex { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"montserrat 900";font-size:1.1875rem;font-weight:400;z-index:100070;line-height:1.3;letter-spacing:0;top:57.1875rem;left:26.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgzTXcU5AU77IR4w4m4kiTZTnQB6ipKF { z-index:100025;top:60.1875rem;left:23.125rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #00e5ff, #14afbe);background-image: -moz-linear-gradient(12deg, #00e5ff, #14afbe);background-image: -ms-linear-gradient(12deg, #00e5ff, #14afbe);background-image: -o-linear-gradient(12deg, #00e5ff, #14afbe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5ff', endColorstr='#14afbe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5ff', endColorstr='#14afbe' );";background-image: linear-gradient(12deg, #00e5ff, #14afbe);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 3.125rem #00e5ff ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.28);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l1TOLivGZBBKctiGo4nozEeCfxDi28Er { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VttTdVGao9IbnFm6l6iw9k7y4lStbISS { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:300;z-index:100046;line-height:1.3;letter-spacing:0;top:66.125rem;left:47rem;height:2.6rem;font-style:italic;display:block; }
#xfhtD3nTCdoBP61ona9PmKKhIZEWCDGB { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:66.0625rem;left:44.6875rem;display:block; }
#kEHOmNadsZJelumvtTLvJgm6gROwJVyJ { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:300;z-index:100045;line-height:1.3;letter-spacing:0;top:66.25rem;left:33.375rem;height:2.6rem;font-style:italic;display:block; }
#zsNQPvP7QUTxDwpyJdbgGdtA5ETTWrvs { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:66.0625rem;left:30.6875rem;display:block; }
#cVQy1OJqo5p4E9yeT0QXxzvglvfAin7s { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:300;z-index:100044;line-height:1.3;letter-spacing:0;top:66.0625rem;left:23.875rem;height:2.6rem;font-style:italic;display:block; }
#ns0ygM7FoTbUfZPGyFGwdLzHf8Uyyp7b { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:65.9375rem;left:21.1875rem;display:block; }
#bbcrov6IVgbh3czLVlyiSDAQxTST62u9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04e5ef;background-image:url("https://images.assets-landingi.com/uc/097133a2-2c68-4911-9be6-4d09b571237e/FUNDO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#bbcrov6IVgbh3czLVlyiSDAQxTST62u9.adaptive-delivery-prevent-bg, #bbcrov6IVgbh3czLVlyiSDAQxTST62u9.lazyload, #bbcrov6IVgbh3czLVlyiSDAQxTST62u9.lazyloading { background-image: none; }#bbcrov6IVgbh3czLVlyiSDAQxTST62u9 > .row .container { border-width: 0; border-radius: 0; }#bbcrov6IVgbh3czLVlyiSDAQxTST62u9 > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:75rem;position:relative;display:none; }#OT7zMHPuwFeVfko9OMd7vBb127OirSb5 { position:absolute;display:block;z-index:100036;background-color:#ff2a2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:9.9375rem;top:22.125rem;left:0rem;display:none; }
#Jh4lGF3r3rkfWvfP92KzU0RAILlhfdUT { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tC3EEoxnmdJP7AiNX8K7yRltiAssDMi7 { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:100043;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.0625rem;left:8.59375rem;height:8.660125rem;text-align:center;text-align-last:center;display:block; }
#qtdScMcPmfltMPx92VVeMH4fKKgWPU2V { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.375rem #000000 ;height:37rem;width:66.125rem;top:21.8125rem;left:4.4375rem;overflow:hidden;display:block; }
#W5zZrTrnNznzwuStFNHwhBl3dXtWFilB { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:100044;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.125rem;left:15.375rem;height:2.3369125rem;text-align:center;text-align-last:center;display:block; }
#aRTkb61vQtDZ1oNwdJu4F8X4QN6Q4JXI { position:absolute;display:block;z-index:100035;background-color:transparent;background-image:none;border-top:0.0625rem solid #00e5ff;border-left:0.0625rem solid #00e5ff;border-right:0.0625rem solid #00e5ff;border-bottom:0.0625rem solid #00e5ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5rem #00e5ff ;height:5.4375rem;width:44.4375rem;top:13.625rem;left:15.25rem;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { background-color: transparent; background-image: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container > .video-iframe-container { display: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row > .video-iframe-container { display: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .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); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { border-width: 0; border-radius: 0; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .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) { #Io6t7XsQFIrOATTJQqMO786WqwwAGy9K { display:block; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8Fa8ThiGWmToyh57BCqvJUZbmOpeVr1 { width:9.9375rem;height:2.1875rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSgmakKTi9HCtTUwmW0uV2JE2HR4mEfs { width:15.4375rem;height:1rem;top:87.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7vk1WUyrqbJDeIdvgMtv6PklDXrtQdS { width:3.125rem;height:3.125rem;top:1.375rem;left:36.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkuctsbgaoTXSeI0IWhOu8wBIOfdNLT7 { width:10.0625rem;height:1.25rem;top:2.3125rem;left:37.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyGyMpzJVrpUy211g2l96TZXnrWJzyIa { width:6.375rem;height:6.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVfIbbymxF1xyFJE7HSZACwMxT5nKumU { width:14.625rem;height:3.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DukoxzGauygLobneMxiihA3ZV6OKGK1M { width:40rem;height:22.5rem;top:12.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLvPaofekUqZgPnHlNev0DTcBhWb9aD { width:40.0625rem;height:3.375rem;top:7.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmufUrLqiQHOQBc5hk2rVx9Jpk3xMIcS { width:2.1875rem;height:2.1875rem;top:1.4375rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJBWdREtGAB2cVwuUP8XkeQwCQyR8uXJ { width:16.1875rem;height:1.625rem;top:1.8125rem;left:16.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt { display:block; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAxJmXQflThJl6xectc6O87o8iERq7Il { display:none; }#XAxJmXQflThJl6xectc6O87o8iERq7Il > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wHOTLMclBmBJf17y8w5No46QNxJXa4u0 { width:9.9375rem;height:2.1875rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xfv8zTKfkHf8fdV8caFs2MfNbdC0TTkI { width:15.4375rem;height:1rem;top:87.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USv4eJT3mdsDJZ79qL1Op1ODTxp8XdlS { width:46.0625rem;height:4.25rem;top:3.5625rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHR0e06AcMiCmto329ezQMILvn5oP3rq { width:36.75rem;height:62.375rem;top:9.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSn0EaI0bbJ6uoBSV9OtfLdolUHAhxte { width:28.75rem;height:25.375rem;top:11.375rem;left:9.5rem;font-size:0.875rem;display:block; }#TSn0EaI0bbJ6uoBSV9OtfLdolUHAhxte li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kOPk5o8R/icon_1_01.svg); }
 }@media only screen and (max-width: 763px) { #yyQiosRBEmIZHaCUHTuxPEf6SbfQOlDJ { width:22.75rem;height:1.9375rem;top:38.4375rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haTe9NHMyGXCZZki7JGnfZ6a05wQV1cQ { width:22.75rem;height:4rem;top:40.625rem;left:12.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRwMN30aCT9TfV9h0GI6ZsE4MPGmsp0T { width:22.75rem;height:1.9375rem;top:45.375rem;left:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp6VXUq4pi970KnipkATXVAluBUnmS9I { width:15.8125rem;height:11.1875rem;top:46.0625rem;left:16rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvr1ng3TTu5KTaJ1gKyN0iVOtrOefbTs { width:3.375rem;height:1.9375rem;top:48.875rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JluKP88iNNVNilqXvrqwxI8a7uesMvne { width:2.0625rem;height:1.9375rem;top:50.8125rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8a0KeNqkuzvAyBBlTXZ9SDTyqyuz7ln { width:3.1875rem;height:2.5rem;top:48.5625rem;left:31.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB4FscfTZ2wRhFDPZE2HEDaKbT72Ns2M { width:21.5rem;height:2.5rem;top:56.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt3c4tzbZ38ysnsei1kb6xLhXZPTZ5ex { width:21.5625rem;height:1.5rem;top:57.1875rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgzTXcU5AU77IR4w4m4kiTZTnQB6ipKF { top:60.1875rem;left:9.5rem;width:29rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TOLivGZBBKctiGo4nozEeCfxDi28Er { display:block; }
 }@media only screen and (max-width: 763px) { #VttTdVGao9IbnFm6l6iw9k7y4lStbISS { width:5.5625rem;height:2.5625rem;top:66.125rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfhtD3nTCdoBP61ona9PmKKhIZEWCDGB { width:2.75rem;height:2.75rem;top:66.0625rem;left:31.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEHOmNadsZJelumvtTLvJgm6gROwJVyJ { width:10.6875rem;height:2.5625rem;top:66.25rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsNQPvP7QUTxDwpyJdbgGdtA5ETTWrvs { width:2.75rem;height:2.75rem;top:66.0625rem;left:17.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVQy1OJqo5p4E9yeT0QXxzvglvfAin7s { width:4.75rem;height:2.5625rem;top:66.0625rem;left:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns0ygM7FoTbUfZPGyFGwdLzHf8Uyyp7b { width:2.75rem;height:2.75rem;top:65.9375rem;left:7.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbcrov6IVgbh3czLVlyiSDAQxTST62u9 { display:none; }#bbcrov6IVgbh3czLVlyiSDAQxTST62u9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OT7zMHPuwFeVfko9OMd7vBb127OirSb5 { width:9.9375rem;height:2.1875rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jh4lGF3r3rkfWvfP92KzU0RAILlhfdUT { width:15.4375rem;height:1rem;top:87.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC3EEoxnmdJP7AiNX8K7yRltiAssDMi7 { width:47.75rem;height:8.625rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtdScMcPmfltMPx92VVeMH4fKKgWPU2V { width:47.75rem;height:26.718336483932rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5zZrTrnNznzwuStFNHwhBl3dXtWFilB { width:44.375rem;height:2.3125rem;top:15.125rem;left:1.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTkb61vQtDZ1oNwdJu4F8X4QN6Q4JXI { width:44.4375rem;height:5.4375rem;top:13.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/097133a2-2c68-4911-9be6-4d09b571237e/FUNDO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #Io6t7XsQFIrOATTJQqMO786WqwwAGy9K { background-color:transparent;background-image:none;display:block; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container { background-color: transparent; background-image: none; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container > .video-iframe-container { display: none; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row > .video-iframe-container { display: none; }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .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); }#Io6t7XsQFIrOATTJQqMO786WqwwAGy9K > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8Fa8ThiGWmToyh57BCqvJUZbmOpeVr1 { width:7.8125rem;height:1.5rem;top:2.625rem;left:12.1875rem;z-index:100039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #LSgmakKTi9HCtTUwmW0uV2JE2HR4mEfs { width:7.3125rem;height:0;top:2.875rem;left:12.4375rem;font-size:0.8125rem;z-index:100040;color:#000000;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #I7vk1WUyrqbJDeIdvgMtv6PklDXrtQdS { width:2rem;height:2rem;top:49.125rem;left:3.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkuctsbgaoTXSeI0IWhOu8wBIOfdNLT7 { width:10.0625rem;height:0;top:49.5625rem;left:5.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyGyMpzJVrpUy211g2l96TZXnrWJzyIa { width:4.9375rem;height:4.9375rem;top:0.125rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #zVfIbbymxF1xyFJE7HSZACwMxT5nKumU { width:10.5rem;height:2.5rem;top:1.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DukoxzGauygLobneMxiihA3ZV6OKGK1M { height:11.25rem;width:20rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLvPaofekUqZgPnHlNev0DTcBhWb9aD { width:20rem;height:3.9619125rem;top:5.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #JmufUrLqiQHOQBc5hk2rVx9Jpk3xMIcS { width:2.1875rem;height:2.1875rem;top:22.6875rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJBWdREtGAB2cVwuUP8XkeQwCQyR8uXJ { width:10.25rem;height:1.05615rem;top:23.25rem;left:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt { background-color:transparent;background-image:none;display:block; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container { background-color: transparent; background-image: none; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container > .video-iframe-container { display: none; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row > .video-iframe-container { display: none; }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .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); }#pKPH1mDTVe6QKmyHTEsRl4KWPwNeXaGt > .row .container { width:20rem;height:112.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAxJmXQflThJl6xectc6O87o8iERq7Il { background-color:transparent;background-image:none;display:none; }#XAxJmXQflThJl6xectc6O87o8iERq7Il > .row .container { width:20rem;height:65.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wHOTLMclBmBJf17y8w5No46QNxJXa4u0 { width:7.8125rem;height:1.5rem;top:2.625rem;left:12.1875rem;z-index:100039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Xfv8zTKfkHf8fdV8caFs2MfNbdC0TTkI { width:7.3125rem;height:0;top:2.875rem;left:12.4375rem;font-size:0.8125rem;z-index:100040;color:#000000;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #USv4eJT3mdsDJZ79qL1Op1ODTxp8XdlS { width:20rem;height:6.597625rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHR0e06AcMiCmto329ezQMILvn5oP3rq { width:19.875rem;height:54rem;top:9.375rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #TSn0EaI0bbJ6uoBSV9OtfLdolUHAhxte { width:18.4375rem;height:21.317375rem;top:10.6875rem;left:0.8125rem;font-size:0.875rem;line-height:1.6;display:block; }#TSn0EaI0bbJ6uoBSV9OtfLdolUHAhxte li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kOPk5o8R/icon_1_01.svg); }
 }@media only screen and (max-width: 763px) { #yyQiosRBEmIZHaCUHTuxPEf6SbfQOlDJ { width:20rem;height:1.125rem;top:33.25rem;left:0rem;font-size:1.125rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #haTe9NHMyGXCZZki7JGnfZ6a05wQV1cQ { width:20rem;height:3.125rem;top:35.0625rem;left:0rem;font-size:1.5625rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LRwMN30aCT9TfV9h0GI6ZsE4MPGmsp0T { width:20rem;height:1.25rem;top:38.9375rem;left:0rem;font-size:1.25rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sp6VXUq4pi970KnipkATXVAluBUnmS9I { width:15.8125rem;height:6.5810625rem;top:40.1875rem;left:2.125rem;font-size:5.0625rem;color:#00e5ff;display:block; }
 }@media only screen and (max-width: 763px) { #mvr1ng3TTu5KTaJ1gKyN0iVOtrOefbTs { width:3.375rem;height:1.4619125rem;top:41.4375rem;left:3.0625rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #JluKP88iNNVNilqXvrqwxI8a7uesMvne { width:2.0625rem;height:1.625rem;top:42.875rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8a0KeNqkuzvAyBBlTXZ9SDTyqyuz7ln { width:3.1875rem;height:2.11230625rem;top:41.4375rem;left:14.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB4FscfTZ2wRhFDPZE2HEDaKbT72Ns2M { width:16.875rem;height:2.5rem;top:46.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt3c4tzbZ38ysnsei1kb6xLhXZPTZ5ex { width:15.625rem;height:1.13671875rem;top:46.9375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgzTXcU5AU77IR4w4m4kiTZTnQB6ipKF { top:50.125rem;left:0rem;width:20rem;height:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TOLivGZBBKctiGo4nozEeCfxDi28Er { display:block; }
 }@media only screen and (max-width: 763px) { #VttTdVGao9IbnFm6l6iw9k7y4lStbISS { width:5.5625rem;height:2.111325rem;top:59.5rem;left:8.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfhtD3nTCdoBP61ona9PmKKhIZEWCDGB { width:2.75rem;height:2.75rem;top:59.1875rem;left:6.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEHOmNadsZJelumvtTLvJgm6gROwJVyJ { width:10.6875rem;height:2.111325rem;top:56rem;left:9.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsNQPvP7QUTxDwpyJdbgGdtA5ETTWrvs { width:2.75rem;height:2.75rem;top:55.625rem;left:6.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVQy1OJqo5p4E9yeT0QXxzvglvfAin7s { width:4.75rem;height:2.111325rem;top:56rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ns0ygM7FoTbUfZPGyFGwdLzHf8Uyyp7b { width:2.75rem;height:2.75rem;top:55.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbcrov6IVgbh3czLVlyiSDAQxTST62u9 { background-color:transparent;background-image:none;display:none; }#bbcrov6IVgbh3czLVlyiSDAQxTST62u9 > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OT7zMHPuwFeVfko9OMd7vBb127OirSb5 { width:7.8125rem;height:1.5rem;top:2.625rem;left:12.1875rem;z-index:100039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Jh4lGF3r3rkfWvfP92KzU0RAILlhfdUT { width:7.3125rem;height:0;top:2.875rem;left:12.4375rem;font-size:0.8125rem;z-index:100040;color:#000000;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #tC3EEoxnmdJP7AiNX8K7yRltiAssDMi7 { width:20rem;height:8.75rem;top:0.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qtdScMcPmfltMPx92VVeMH4fKKgWPU2V { width:20rem;height:11.1904375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5zZrTrnNznzwuStFNHwhBl3dXtWFilB { width:20rem;height:3.875rem;top:12.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #aRTkb61vQtDZ1oNwdJu4F8X4QN6Q4JXI { width:19.875rem;height:5.4375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }