.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:url("https://images.assets-landingi.com/uc/d2d26a08-dc06-40cb-903c-54bf20d48ecf/topr.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row .container { background-color: transparent; background-image: none; }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row .container > .video-iframe-container { display: none; }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row > .video-iframe-container { display: none; }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .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); }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row .container { border-width: 0; border-radius: 0; }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row > .video-iframe-container {  }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#tA7CeUH7wX0Szzz3nOvLxZp1dmdEioCv { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:6.625rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#uHPF7tUpSF9bER3syF2obeDTHeOM24qh { color:#202e31;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:1.5rem;left:59.625rem;height:2.4375rem;font-style:normal;display:block; }
#TdVlzLxRTWK8PS7BkWQSMDRoC53WxNtR { color:#202e31;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:1rem;left:60.1875rem;height:0.975rem;font-style:normal;display:block; }
#wTJ3ls7m9p4NtFECEu1HCrrX5cppW8Jr { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.0625rem;left:56.1875rem;overflow:hidden;display:block; }
#lKENQqSGAHThc8gskxSkqcJwvbhn7WIf { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/077a5280-0d6a-499b-b032-4de60c70800c/botowhatsapp.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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.6875rem;left:27.500001907349rem;display:block; }#lKENQqSGAHThc8gskxSkqcJwvbhn7WIf.adaptive-delivery-prevent-bg, #lKENQqSGAHThc8gskxSkqcJwvbhn7WIf.lazyload, #lKENQqSGAHThc8gskxSkqcJwvbhn7WIf.lazyloading { background-image: none; }
#fS53rumIbWKXl756cPb6ne1oHh2Q3rlm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv { background-color:rgba(32,46,49,0.75);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container { background-color: transparent; background-image: none; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container > .video-iframe-container { display: none; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row > .video-iframe-container { display: none; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .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); }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container { border-width: 0; border-radius: 0; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row > .video-iframe-container {  }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Tmf7D9z6NwJ2HxF9PF6OkAhVcPgLoRdm { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:12.125rem;left:1.75rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSdtET7kWKewg2RJrG2DdBDfRWGSGslQ { box-sizing:content-box;color:#5d92ff;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:100000;display:none; }
#QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/077a5280-0d6a-499b-b032-4de60c70800c/botowhatsapp.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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:4.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:39.6875rem;left:0rem;display:block; }#QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8.adaptive-delivery-prevent-bg, #QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8.lazyload, #QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8.lazyloading { background-image: none; }
#J0sXP2R0uzacaBWke4Q07cLRGWK5uy36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WeBergTOs6tVTQTKhlIJ9Ph36xh3urZJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:9.875rem;left:0rem;height:4.35rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P8Tln8mluvWB1k6w2yR4IpG7GbEQFaHD { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:26.3125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#P8Tln8mluvWB1k6w2yR4IpG7GbEQFaHD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P8Tln8mluvWB1k6w2yR4IpG7GbEQFaHD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#EHsEGWfwakVoCtpmm95Vy3mrty6zK4AF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:19.5rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hTaZ6UlaIhgFiUZbMWiyaSeHIRKIF0fT { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:14.3125rem;left:0rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvEyPTmgtwAITJCpHUbUgh8CWy0iFrxG { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:20.375rem;left:0rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vx0s4RESnu8N8QES3HltKew6g62lI5M4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(32,46,49,0.75);background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4.adaptive-delivery-prevent-bg, #vx0s4RESnu8N8QES3HltKew6g62lI5M4.lazyload, #vx0s4RESnu8N8QES3HltKew6g62lI5M4.lazyloading { background-image: none; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container { background-color: transparent; background-image: none; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container > .video-iframe-container { display: none; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row > .video-iframe-container { display: none; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .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); }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container { border-width: 0; border-radius: 0; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row > .video-iframe-container {  }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row .container { background-color: transparent; background-image: none; }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row .container > .video-iframe-container { display: none; }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row > .video-iframe-container { display: none; }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .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); }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row .container { border-width: 0; border-radius: 0; }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row > .video-iframe-container {  }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#aI9wtDefxH1H4PQSQVTUhv174RfifF3z { display:block;width:75rem;position:absolute;font-family:helvetica;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1.1;top:4.9375rem;left:0rem;background-color:transparent;background-image:none;height:3.4375rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LtgknLkkF6KtIx3X5p3X3x5zUTBHBmwQ { position:absolute;display:block;z-index:100008;background-color:#202e31;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:0.0625rem;width:75rem;top:9.1875rem;left:0rem;display:block; }
#Q5ITo5mtNGCU1DsmVQyvuKJdhqQlRJ0k { position:absolute;display:block;z-index:100009;background-color:#202e31;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:9.125rem;left:35.625rem;display:block; }
#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row .container { background-color: transparent; background-image: none; }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row .container > .video-iframe-container { display: none; }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row > .video-iframe-container { display: none; }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .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); }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row .container { border-width: 0; border-radius: 0; }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row > .video-iframe-container {  }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#T6TGtPrha8SxcXL61BEHtkcyQGNGN5Jw { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e6123c9-413b-4933-af0b-eef9d83490cf/01ll.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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:0.625rem;display:block; }#T6TGtPrha8SxcXL61BEHtkcyQGNGN5Jw.adaptive-delivery-prevent-bg, #T6TGtPrha8SxcXL61BEHtkcyQGNGN5Jw.lazyload, #T6TGtPrha8SxcXL61BEHtkcyQGNGN5Jw.lazyloading { background-image: none; }
#EXzvEV2ayOrsgRRKlowp3BetwwQFsvIP { position:absolute;display:block;z-index:100018;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:15.625rem;top:15.375rem;left:8.75rem;display:block; }
#sk8y2S26JMqeBNuhCFhM5s18zp8VnT6N { color:#35353f;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:16.018750190735rem;left:8.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qyC1MfgfypyqtZgHiI5bttCCU82p78Tw { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4877816f-b597-45b7-a4ce-f71d73b63ab7/020ll.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }#qyC1MfgfypyqtZgHiI5bttCCU82p78Tw.adaptive-delivery-prevent-bg, #qyC1MfgfypyqtZgHiI5bttCCU82p78Tw.lazyload, #qyC1MfgfypyqtZgHiI5bttCCU82p78Tw.lazyloading { background-image: none; }
#yCreAqxOJlM2uovSktzMLTyypIhaoOah { position:absolute;display:block;z-index:100021;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:15.625rem;top:15.375rem;left:33.75rem;display:block; }
#QnWlxfEtN9VQH3NGEJZqxqlWxGaMQJBX { color:#35353f;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:16.018750190735rem;left:33.812501907349rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwKXfUp6FkmZLv48HAbhDHZfgCsbg6Sx { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/227fd60a-cfb3-4534-971c-9f29855a43fc/030303005050.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:50.625rem;display:block; }#TwKXfUp6FkmZLv48HAbhDHZfgCsbg6Sx.adaptive-delivery-prevent-bg, #TwKXfUp6FkmZLv48HAbhDHZfgCsbg6Sx.lazyload, #TwKXfUp6FkmZLv48HAbhDHZfgCsbg6Sx.lazyloading { background-image: none; }
#pyIa5hhfET1E5oVJcsd35ZJShGrnC0qp { position:absolute;display:block;z-index:100024;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:15.625rem;top:15.375rem;left:58.75rem;display:block; }
#V7TuRmPELxX6FwKhMFQRBSZ9wKmxDclQ { color:#35353f;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:16.018750190735rem;left:58.812498092651rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wXBWnA341RwyI6ZzFJzbnKTUvXhTI9sv { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -moz-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -ms-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -o-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );";background-image: linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:0.625rem;display:block; }
#wIX4OtQkmJPzrLPJ73WWoJrTZzOICL8E { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -moz-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -ms-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -o-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );";background-image: linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }
#hRnINOp5hLMPh62Q4h3MKSsowucMpTfI { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -moz-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -ms-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -o-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );";background-image: linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:50.625rem;display:block; }
#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row .container { background-color: transparent; background-image: none; }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row .container > .video-iframe-container { display: none; }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row > .video-iframe-container { display: none; }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .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); }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row .container { border-width: 0; border-radius: 0; }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row > .video-iframe-container {  }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#moT11k6cf0tvXK1rERubth0c5DkwNbSH { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/399d8c92-6c40-4605-a471-fcf5cbf7cd50/partisu.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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:0.625rem;display:block; }#moT11k6cf0tvXK1rERubth0c5DkwNbSH.adaptive-delivery-prevent-bg, #moT11k6cf0tvXK1rERubth0c5DkwNbSH.lazyload, #moT11k6cf0tvXK1rERubth0c5DkwNbSH.lazyloading { background-image: none; }
#hxVFBnOBd9gZTArQZk7QfPQC2axoku0O { position:absolute;display:block;z-index:100018;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:15.625rem;top:15.375rem;left:8.75rem;display:block; }
#gKIIEQywFSAIboicPU6ISrWFMxdg9Qrs { color:#35353f;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:16rem;left:8.75rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJRGfkFdOkWmTuqtXOkXmSJtDaJhzBHl { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a76e9ae6-f7d9-4998-b398-15c695857372/centralmultimidiapdvydl16qfn0wjq95viqlxua5hwp0ex901g2nth82o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }#RJRGfkFdOkWmTuqtXOkXmSJtDaJhzBHl.adaptive-delivery-prevent-bg, #RJRGfkFdOkWmTuqtXOkXmSJtDaJhzBHl.lazyload, #RJRGfkFdOkWmTuqtXOkXmSJtDaJhzBHl.lazyloading { background-image: none; }
#QDGxg3NRRskmmGFvKUbiW94XRFHDp9R9 { position:absolute;display:block;z-index:100021;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:15.625rem;top:15.375rem;left:33.75rem;display:block; }
#ZHMPMa6B39HAM8PGRQUc1ZdOiFoKC2B2 { color:#35353f;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:16.018749237061rem;left:33.750001907349rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcVBZmiM8cu9WCIskg7dQs0Dd7TWuTv5 { position:absolute;display:block;z-index:100024;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:15.625rem;top:15.375rem;left:58.75rem;display:block; }
#EKXHTTw22TuXF8E4aJRPkm5Nxnbylz3A { color:#35353f;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:16.018749237061rem;left:58.749998092651rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFvcGBnzVy6M9ng9FeTyx8qeJhicp4pq { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -moz-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -ms-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -o-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );";background-image: linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:0.625rem;display:block; }
#qsS4k80sQuxxQkPLgskSIfZ2LWefSnHz { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -moz-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -ms-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -o-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );";background-image: linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }
#VmUEIQhrkGNcKUGkP0wAMZTNrPEBKuJ0 { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -moz-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -ms-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-image: -o-linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f202e31', endColorstr='#202e31' );";background-image: linear-gradient(180deg, rgba(32,46,49,0.25), #202e31);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:50.625rem;display:block; }
#FGu8qfRU9yLwk9IcRXE70n4NAO6rwz1D { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d59b477-5bd6-4fa7-9f6d-f668762cab81/freiosdoscaminhes.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:17.5rem;width:23.75rem;top:0.625rem;left:50.625rem;display:block; }#FGu8qfRU9yLwk9IcRXE70n4NAO6rwz1D.adaptive-delivery-prevent-bg, #FGu8qfRU9yLwk9IcRXE70n4NAO6rwz1D.lazyload, #FGu8qfRU9yLwk9IcRXE70n4NAO6rwz1D.lazyloading { background-image: none; }
#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row .container { background-color: transparent; background-image: none; }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row .container > .video-iframe-container { display: none; }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row > .video-iframe-container { display: none; }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .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); }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row .container { border-width: 0; border-radius: 0; }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row > .video-iframe-container {  }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#wPnWn5gttTX1tKAsGAgvJll23Jra9wRw { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:8.4375rem;top:0.90625rem;left:33.1875rem;overflow:hidden;display:block; }
#PZArS95b81Hir0VSOQrlFshdMPIMByXz { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:7.5rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#bBBm5ByNH5v9M7PATmSLgz62BEZ4euHh { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:6.5625rem;top:0.65625rem;left:68.4375rem;overflow:hidden;display:block; }
#T70HbpsiHJbFvT5noCDkNrVakgwBvmEm { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:7.5rem;top:0.65625rem;left:15.90625rem;overflow:hidden;display:block; }
#gLg0sB7S4TOKt5qTc0tBUexAeBDvUTIF { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:6.125rem;top:0.625rem;left:61.25rem;overflow:hidden;display:block; }
#EELuoqOXCz8x0X1Za6riJziGKUAXo1eg { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:5.5rem;top:0.21875rem;left:54.8125rem;overflow:hidden;display:block; }
#xwzpOnokr3AcmHkBz0VQLCAdI9qp6cP5 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:6.0625rem;top:0.25rem;left:47.6875rem;overflow:hidden;display:block; }
#H24TaImu8PMfXTC1cB5G5q3NTXN6WdfL { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:7.5rem;top:0.6875rem;left:24.75rem;overflow:hidden;display:block; }
#K3tqkIw8lQh9hSt0WMlmTOAi4RBa9X1T { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.9375rem;top:0.46875rem;left:42.53125rem;overflow:hidden;display:block; }
#cSQSZRpULTyrQV5lT0eThI4Te8Foe7Fn { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:6.5625rem;top:0.4375rem;left:8.3125rem;overflow:hidden;display:block; }
#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202e31;background-image:none;position:relative;display:block; }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row .container { background-color: transparent; background-image: none; }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row .container > .video-iframe-container { display: none; }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row > .video-iframe-container { display: none; }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .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); }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row .container { border-width: 0; border-radius: 0; }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row > .video-iframe-container {  }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#qBatvkrKkrh4TyZgRp4ByoS6caMaJzlP { display:block;width:75rem;position:absolute;font-family:helvetica;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1.1;top:4.9375rem;left:0rem;background-color:transparent;background-image:none;height:3.4375rem;color:#202e31;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPe5Mg69wSZkiTrertqgOs7MUfxSwppi { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:9.1875rem;left:0rem;display:block; }
#rucmRopq27z4BDhJ0qK3f80ibS3U14dl { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:9.125rem;left:35.625rem;display:block; }
#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202e31;background-image:none;position:relative;display:block; }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row .container { background-color: transparent; background-image: none; }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row .container > .video-iframe-container { display: none; }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row > .video-iframe-container { display: none; }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .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); }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row .container { border-width: 0; border-radius: 0; }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row > .video-iframe-container {  }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#kfOlL6wDDWzNL3SD8ZUBfTRF3BsCHb7t { position:absolute;display:block;z-index:100014;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:13.0625rem;left:0.625rem;display:block; }
#iNF8eW7SZaQQs8q5OlXoK9c8xybcex4k { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/73df8c8f-bddf-4f01-8655-5d2a9e3a4469/matuto1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.5625rem;left:0.625rem;display:block; }#iNF8eW7SZaQQs8q5OlXoK9c8xybcex4k.adaptive-delivery-prevent-bg, #iNF8eW7SZaQQs8q5OlXoK9c8xybcex4k.lazyload, #iNF8eW7SZaQQs8q5OlXoK9c8xybcex4k.lazyloading { background-image: none; }
#qrRK3NptrySIaOzbKykJJM35BSnc9a65 { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:14.090625762939rem;left:0.625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h85AIik5rJ2g5efBJUSKGgybmyBLXxSa { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:14.090624809265rem;left:19.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWKMdVLLQHhiCqiN60icyHv0OU2mHfDb { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/165c9c0f-09ce-4959-8682-faf169e1d717/atuadordaembreagemdualogiccambioautomaticobravograndsienaideapaliolineapuntostilonovopalio16287098691481.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.625rem;left:38.125001907349rem;display:block; }#RWKMdVLLQHhiCqiN60icyHv0OU2mHfDb.adaptive-delivery-prevent-bg, #RWKMdVLLQHhiCqiN60icyHv0OU2mHfDb.lazyload, #RWKMdVLLQHhiCqiN60icyHv0OU2mHfDb.lazyloading { background-image: none; }
#cnlWpz23qifkLZAKOffspgTaM1IeKBwf { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:14.090624809265rem;left:38.125001907349rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKKVVVonUTN8t5QHwnT0C6UwSXExWicy { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:14.090624809265rem;left:56.874998092651rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FxcTlwU0JdJAFWTifh7ufsd2Sd4JkUBv { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1044603e-b367-497a-a059-958794d51962/trocador.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.625rem;left:19.375rem;display:block; }#FxcTlwU0JdJAFWTifh7ufsd2Sd4JkUBv.adaptive-delivery-prevent-bg, #FxcTlwU0JdJAFWTifh7ufsd2Sd4JkUBv.lazyload, #FxcTlwU0JdJAFWTifh7ufsd2Sd4JkUBv.lazyloading { background-image: none; }
#GVwqq0T2TRvoPCbiEZKs4egafxLI6Mdu { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8cc217af-3c51-4da9-a806-5f562d55e4b6/15403.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.625rem;left:56.874998092651rem;display:block; }#GVwqq0T2TRvoPCbiEZKs4egafxLI6Mdu.adaptive-delivery-prevent-bg, #GVwqq0T2TRvoPCbiEZKs4egafxLI6Mdu.lazyload, #GVwqq0T2TRvoPCbiEZKs4egafxLI6Mdu.lazyloading { background-image: none; }
#V6X5wggnVSPtA8qTaXUWOWqEJuZ0yZX1 { position:absolute;display:block;z-index:100015;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:13.0625rem;left:19.375rem;display:block; }
#Zq3s8ngegrGBA1k20aApdDchgywP5LN2 { position:absolute;display:block;z-index:100016;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:13.0625rem;left:38.125001907349rem;display:block; }
#bcnrbyuLPHKGcge6A7BaTPLDNqKwqvif { position:absolute;display:block;z-index:100017;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:13.0625rem;left:56.874998092651rem;display:block; }
#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202e31;background-image:none;position:relative;display:block; }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row .container { background-color: transparent; background-image: none; }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row .container > .video-iframe-container { display: none; }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row > .video-iframe-container { display: none; }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .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); }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row .container { border-width: 0; border-radius: 0; }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row > .video-iframe-container {  }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#KEpTrbTOJtAWEF0ySiSqZyCmfKOkqEQt { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:14.375rem;left:0.625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vALWrUWus2DMyhUGoKLtG5Ff4ZnOrF2g { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a078d461-dbf4-4761-ab09-8b9b40642640/molde2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.875rem;left:19.375rem;display:block; }#vALWrUWus2DMyhUGoKLtG5Ff4ZnOrF2g.adaptive-delivery-prevent-bg, #vALWrUWus2DMyhUGoKLtG5Ff4ZnOrF2g.lazyload, #vALWrUWus2DMyhUGoKLtG5Ff4ZnOrF2g.lazyloading { background-image: none; }
#HhB9Ttzl0bWwLkhOyIyCLgtmMcsTroT2 { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:14.375rem;left:19.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGSKTi82twxelrI0nElOZuKoILtPU3Fs { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:14.375rem;left:38.125001907349rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtiFZOmOOCmU3r7A2lF2Mf11Acs5wH1K { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:14.375rem;left:56.874998092651rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLGEoxTEstp4z6igLsZQTite3srwbuXn { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e130f189-f40c-4bc9-8815-6ec59a99e9d5/aditivo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.875rem;left:0.625rem;display:block; }#GLGEoxTEstp4z6igLsZQTite3srwbuXn.adaptive-delivery-prevent-bg, #GLGEoxTEstp4z6igLsZQTite3srwbuXn.lazyload, #GLGEoxTEstp4z6igLsZQTite3srwbuXn.lazyloading { background-image: none; }
#FJSApTkJTVUlJJaTZT3z95R1rULP81ZV { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ee65c3aa-1456-451a-921c-c1ca94231f3b/kit.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.875rem;left:38.125001907349rem;display:block; }#FJSApTkJTVUlJJaTZT3z95R1rULP81ZV.adaptive-delivery-prevent-bg, #FJSApTkJTVUlJJaTZT3z95R1rULP81ZV.lazyload, #FJSApTkJTVUlJJaTZT3z95R1rULP81ZV.lazyloading { background-image: none; }
#T344P0wHHHH8M92uHeFrBte1h0befhyr { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/963e46e6-b1ac-4136-a35c-9ffa1266b0f6/2935858483_1GG.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.875rem;left:56.874998092651rem;display:block; }#T344P0wHHHH8M92uHeFrBte1h0befhyr.adaptive-delivery-prevent-bg, #T344P0wHHHH8M92uHeFrBte1h0befhyr.lazyload, #T344P0wHHHH8M92uHeFrBte1h0befhyr.lazyloading { background-image: none; }
#IVXAp7UUmzeNNH9v9crkW6lDhXngb0BS { position:absolute;display:block;z-index:100015;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:13.200000762939rem;left:0.625rem;display:block; }
#W1g01FH1E3bvvNg6NT4u3duBZz675dyQ { position:absolute;display:block;z-index:100016;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:13.200000762939rem;left:19.375rem;display:block; }
#oyBCUqh3CS84UwWrDH8pPgD1zTZApsrb { position:absolute;display:block;z-index:100017;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:13.200000762939rem;left:38.125001907349rem;display:block; }
#cA9Lut7EJ9DMmSSbo5sa8Sa80eiT2vK6 { position:absolute;display:block;z-index:100018;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:13.200000762939rem;left:56.874998092651rem;display:block; }
#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202e31;background-image:none;position:relative;display:block; }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row .container { background-color: transparent; background-image: none; }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row .container > .video-iframe-container { display: none; }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row > .video-iframe-container { display: none; }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .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); }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row .container { border-width: 0; border-radius: 0; }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row > .video-iframe-container {  }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#R9cHTZfVmaeozoxSNPKTFNnIUA0Aa1gg { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:13.996875762939rem;left:0.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qO6teEFt0TOe5b8Zl0EbTlPGB02fcmRO { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1aa629d3-b3cb-4a90-ae15-9bd2ad36cdaf/5d19e40e167e2dd95586266f0abb302c.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.5rem;left:19.375rem;display:block; }#qO6teEFt0TOe5b8Zl0EbTlPGB02fcmRO.adaptive-delivery-prevent-bg, #qO6teEFt0TOe5b8Zl0EbTlPGB02fcmRO.lazyload, #qO6teEFt0TOe5b8Zl0EbTlPGB02fcmRO.lazyloading { background-image: none; }
#u4Co3xIpi9r6ZTwUVM3eFeL15HciAWOM { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:13.996875762939rem;left:19.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeHrcAHegrmPbLqW54Q8SmFD5S0HFEqG { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d14f848-c814-4992-b8d2-967b9f429d95/9342825928oleo_de_motor_petronas_selenia_perform_5w30_api_sn_1l_7193_1_20200122113208.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.5rem;left:38.125001907349rem;display:block; }#LeHrcAHegrmPbLqW54Q8SmFD5S0HFEqG.adaptive-delivery-prevent-bg, #LeHrcAHegrmPbLqW54Q8SmFD5S0HFEqG.lazyload, #LeHrcAHegrmPbLqW54Q8SmFD5S0HFEqG.lazyloading { background-image: none; }
#HaT9t0O8cS1Klr6BcC8TMqFGUsmeWqJ3 { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:13.99609375rem;left:38.125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7nGsWvB3EuXVmFyofaG2267585P7hJR { color:#35353f;display:block;width:17.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:13.996875762939rem;left:56.874998092651rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECo3DqSNtUO5vogKrBqurTUXTqmdpfEA { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0371a059-2bf5-4dc1-880d-3c8407c5dfc7/kitcorreiadentadact964k1paliosienapalioweekendfiorinouno2jpg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.5rem;left:56.874998092651rem;display:block; }#ECo3DqSNtUO5vogKrBqurTUXTqmdpfEA.adaptive-delivery-prevent-bg, #ECo3DqSNtUO5vogKrBqurTUXTqmdpfEA.lazyload, #ECo3DqSNtUO5vogKrBqurTUXTqmdpfEA.lazyloading { background-image: none; }
#yB9NPiElfnfT6vmqHkFbU6hUqJyqqCmZ { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d635ad67-f3a5-4cd0-8a6e-900a82223ecb/cabecotefiatpalio1616vretificado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.5rem;width:17.5rem;top:0.5rem;left:0.625rem;display:block; }#yB9NPiElfnfT6vmqHkFbU6hUqJyqqCmZ.adaptive-delivery-prevent-bg, #yB9NPiElfnfT6vmqHkFbU6hUqJyqqCmZ.lazyload, #yB9NPiElfnfT6vmqHkFbU6hUqJyqqCmZ.lazyloading { background-image: none; }
#I0Qz5ca98qWFvHLmgL0lehtkxQCyfpSF { position:absolute;display:block;z-index:100016;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:12.96875rem;left:0.625rem;display:block; }
#uc0AT0BIVCdrkMkvhgSlXSitEqkNMU8f { position:absolute;display:block;z-index:100017;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:12.96875rem;left:19.375rem;display:block; }
#hlTzGuBUnKeeT3SIO3z9iucU8MZCmg06 { position:absolute;display:block;z-index:100018;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:12.96875rem;left:38.125001907349rem;display:block; }
#biTZAmxO9xJS3qBlK2zhhH6UwmFHcVat { position:absolute;display:block;z-index:100019;background-color:#be0411;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.4375rem;width:17.5rem;top:12.96875rem;left:56.874998092651rem;display:block; }
#BipTmnk2X8STbOrmNgUm0yhdDo560UUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202e31;background-image:none;position:relative;display:block; }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row .container { background-color: transparent; background-image: none; }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row .container > .video-iframe-container { display: none; }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row > .video-iframe-container { display: none; }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .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); }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row .container { border-width: 0; border-radius: 0; }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row > .video-iframe-container {  }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/077a5280-0d6a-499b-b032-4de60c70800c/botowhatsapp.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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4.249025rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:1.8125rem;left:51.5rem;display:block; }#TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt.adaptive-delivery-prevent-bg, #TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt.lazyload, #TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt.lazyloading { background-image: none; }
#Qq5U54y1tJCEBFrRBARKT3tG1vxAfXFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MP5tmmJeVyXROvIZUpO42WrHUrNEEnpg { display:block;width:44.5rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:700;z-index:100007;line-height:1.1;top:1.8125rem;left:2.1875rem;background-color:transparent;background-image:none;height:2.40625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lQbkCphkdZM9v8xzfMUH9IzsyCcHzXA0 { display:block;width:44.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100008;line-height:1.1;top:4.5234375rem;left:2.1875rem;background-color:transparent;background-image:none;height:1.5125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row .container { background-color: transparent; background-image: none; }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row .container > .video-iframe-container { display: none; }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row > .video-iframe-container { display: none; }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .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); }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row .container { border-width: 0; border-radius: 0; }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row > .video-iframe-container {  }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#K6SWI8teLZdSzb6DErMehQcqHVLhSmxA { position:absolute;display:block;z-index:100008;background-color:#202e31;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:0.0625rem;width:75rem;top:9.125rem;left:0rem;display:block; }
#D4QyQvKlc9kTSvZ3Ou01zp2wS1JXBFO6 { position:absolute;display:block;z-index:100009;background-color:#202e31;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:9.125rem;left:35.625001907349rem;display:block; }
#zmxynxRLnULxvWbCDPEMqepdwgVC4xIP { display:block;width:75rem;position:absolute;font-family:helvetica;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1.1;top:5.125rem;left:0rem;background-color:transparent;background-image:none;height:3.4375rem;color:#960000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWqHOF6Ot7o1fKObpm0wTyetnkJDFTCK { position:absolute;display:block;z-index:100010;background-color:#202e31;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:0.0625rem;width:75rem;top:9.125rem;left:0rem;display:block; }
#ob2WcDMAncW8IhRE78qTTP4QiFqfulTa { position:absolute;display:block;z-index:100011;background-color:#202e31;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:9.125rem;left:35.625001907349rem;display:block; }
#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container { background-color: transparent; background-image: none; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container > .video-iframe-container { display: none; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row > .video-iframe-container { display: none; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .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); }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container { border-width: 0; border-radius: 0; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row > .video-iframe-container {  }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#WMtaCRgaeTu3oTxstoVvAeTAxu4kc1cn { position:absolute;display:block;z-index:100012;height:40.625rem;width:75rem;top:1.624755859375rem;left:0rem;display:block; }
#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0411;background-image:none;position:relative;display:block; }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row .container { background-color: transparent; background-image: none; }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row .container > .video-iframe-container { display: none; }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row > .video-iframe-container { display: none; }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .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); }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row .container { border-width: 0; border-radius: 0; }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row > .video-iframe-container {  }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#Xe7rnKB57MP0cMbLePmxaPz19y0Dd9Wp { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:7.6245rem;top:4.3125rem;left:3rem;overflow:hidden;display:block; }
#WeMVePTkqkdKBX2pstKSMx0wMea9qe6y { box-sizing:content-box;color:#ffffff;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:100027;top:3.3125rem;left:17.875rem;display:block; }
#O7eLpZvy50XGdQufCyDQDVqMr9Siywce { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:3.5625rem;left:21.5625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQNykpS3ZB3K9HhTQ6TycA2lU4pAW3F0 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.5;letter-spacing:0;top:8.5625rem;left:21.4375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqMzMipTHePC97t15ETfiouTOGUWn4Xf { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:12.125rem;left:21.75rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jco9TrUAxMGGDzyBUKya690br2sInlBb { box-sizing:content-box;color:#ffffff;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:100033;top:11.875rem;left:17.875rem;display:block; }
#hGMeK0aPk9hLB7JpNG84d8N7Tmm6IdHm { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:5.9375rem;width:8.625rem;top:3.9375rem;left:2.5rem;display:block; }
#OEUfGhefQqlkNOBaJr8TLCDTLzzTA1BS { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100034;opacity:1;top:11.625rem;left:3.375rem; }
#OEUfGhefQqlkNOBaJr8TLCDTLzzTA1BS > img { max-width: 100%;max-height:100%; }#dHvXGLFQ8PfhtNJTETsVc6fpPrk12EA3 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100035;opacity:1;top:11.3125rem;left:7.4375rem; }
#dHvXGLFQ8PfhtNJTETsVc6fpPrk12EA3 > img { max-width: 100%;max-height:100%; }#JXE0p6xGlZPTzhrGtPQIir9ix3hDEKUQ { position:absolute;display:block;z-index:100036;height:11.25rem;width:26.5625rem;top:2.8125rem;left:45.875rem;display:block; }
#dhwbyaek1ncgzihPHLwJkssTFgBkCSU8 { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100030;line-height:1.5;letter-spacing:0;top:14.3125rem;left:45.8125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gXgUNHX82NWIqif9tqgnK9vBeXuR2Jtr { position:absolute;display:block;z-index:100036;height:11.25rem;width:26.5625rem;top:1.373291015625rem;left:48.4375rem;display:none; }
#Med1zPoAH3vIBL64o1a9rl29FfTzrRI2 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100036;opacity:1;top:7.8125rem;left:17.875rem; }
#Med1zPoAH3vIBL64o1a9rl29FfTzrRI2 > img { max-width: 100%;max-height:100%; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 { position:relative;display:none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 { border-width: 0; border-radius: 0; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container > .video-iframe-container {  }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#f3J2hlawigF2P8OzsUdthQkti4gPAFsX { background-color:#5d92ff;background-image:none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#ReaIzs61rbWHt2XnyAtGafcwyzEuCRFK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sILbvAmgd2l18pi8qvhCg5QyudwZnRea { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:19.625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iumhlzNx38scw8IasOWVZ5mcpcIm50t1 { display:block; }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA7CeUH7wX0Szzz3nOvLxZp1dmdEioCv { width:6.625rem;height:4.375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHPF7tUpSF9bER3syF2obeDTHeOM24qh { width:15rem;height:2.4375rem;top:1.5rem;left:32.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdVlzLxRTWK8PS7BkWQSMDRoC53WxNtR { width:14.8125rem;height:0.9375rem;top:1rem;left:32.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJ3ls7m9p4NtFECEu1HCrrX5cppW8Jr { width:3.125rem;height:3.125rem;top:1.0625rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKENQqSGAHThc8gskxSkqcJwvbhn7WIf { width:20rem;height:3.75rem;top:0.6875rem;left:13.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS53rumIbWKXl756cPb6ne1oHh2Q3rlm { display:block; }
 }@media only screen and (max-width: 763px) { #x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv { display:block; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmf7D9z6NwJ2HxF9PF6OkAhVcPgLoRdm { width:27.25rem;height:2.875rem;top:12.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSdtET7kWKewg2RJrG2DdBDfRWGSGslQ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8 { width:24.3125rem;height:4.4375rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0sXP2R0uzacaBWke4Q07cLRGWK5uy36 { display:block; }
 }@media only screen and (max-width: 763px) { #WeBergTOs6tVTQTKhlIJ9Ph36xh3urZJ { width:20rem;height:4.25rem;top:5.6875rem;left:0rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8Tln8mluvWB1k6w2yR4IpG7GbEQFaHD { width:40.625rem;height:;top:26.3125rem;left:0rem;font-size:1.0625rem;display:block; }#P8Tln8mluvWB1k6w2yR4IpG7GbEQFaHD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #EHsEGWfwakVoCtpmm95Vy3mrty6zK4AF { width:20rem;height:3.4375rem;top:22.4375rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTaZ6UlaIhgFiUZbMWiyaSeHIRKIF0fT { width:40.0625rem;height:6.25rem;top:14.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvEyPTmgtwAITJCpHUbUgh8CWy0iFrxG { width:27.5rem;height:2.875rem;top:20.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx0s4RESnu8N8QES3HltKew6g62lI5M4 { display:block; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 { display:block; }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aI9wtDefxH1H4PQSQVTUhv174RfifF3z { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtgknLkkF6KtIx3X5p3X3x5zUTBHBmwQ { width:47.75rem;height:0.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ITo5mtNGCU1DsmVQyvuKJdhqQlRJ0k { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp { display:block; }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6TGtPrha8SxcXL61BEHtkcyQGNGN5Jw { width:23.75rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXzvEV2ayOrsgRRKlowp3BetwwQFsvIP { width:15.625rem;height:2.75rem;top:15.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk8y2S26JMqeBNuhCFhM5s18zp8VnT6N { width:15.625rem;height:1.375rem;top:16rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyC1MfgfypyqtZgHiI5bttCCU82p78Tw { width:23.75rem;height:17.5rem;top:0.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCreAqxOJlM2uovSktzMLTyypIhaoOah { width:15.625rem;height:2.75rem;top:15.375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnWlxfEtN9VQH3NGEJZqxqlWxGaMQJBX { width:15.625rem;height:1.375rem;top:16rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKXfUp6FkmZLv48HAbhDHZfgCsbg6Sx { width:23.75rem;height:17.5rem;top:0.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyIa5hhfET1E5oVJcsd35ZJShGrnC0qp { width:15.625rem;height:2.75rem;top:15.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7TuRmPELxX6FwKhMFQRBSZ9wKmxDclQ { width:15.625rem;height:1.375rem;top:16rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXBWnA341RwyI6ZzFJzbnKTUvXhTI9sv { width:23.75rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIX4OtQkmJPzrLPJ73WWoJrTZzOICL8E { width:23.75rem;height:17.5rem;top:0.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRnINOp5hLMPh62Q4h3MKSsowucMpTfI { width:23.75rem;height:17.5rem;top:0.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPM4GVL8JETlwynEk9xbRSJGPiCUUma { display:block; }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moT11k6cf0tvXK1rERubth0c5DkwNbSH { width:23.75rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxVFBnOBd9gZTArQZk7QfPQC2axoku0O { width:15.625rem;height:2.75rem;top:15.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKIIEQywFSAIboicPU6ISrWFMxdg9Qrs { width:15.625rem;height:1.375rem;top:16rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJRGfkFdOkWmTuqtXOkXmSJtDaJhzBHl { width:23.75rem;height:17.5rem;top:0.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDGxg3NRRskmmGFvKUbiW94XRFHDp9R9 { width:15.625rem;height:2.75rem;top:15.375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMPMa6B39HAM8PGRQUc1ZdOiFoKC2B2 { width:15.625rem;height:1.375rem;top:16rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcVBZmiM8cu9WCIskg7dQs0Dd7TWuTv5 { width:15.625rem;height:2.75rem;top:15.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXHTTw22TuXF8E4aJRPkm5Nxnbylz3A { width:15.625rem;height:1.375rem;top:16rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFvcGBnzVy6M9ng9FeTyx8qeJhicp4pq { width:23.75rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsS4k80sQuxxQkPLgskSIfZ2LWefSnHz { width:23.75rem;height:17.5rem;top:0.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmUEIQhrkGNcKUGkP0wAMZTNrPEBKuJ0 { width:23.75rem;height:17.5rem;top:0.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGu8qfRU9yLwk9IcRXE70n4NAO6rwz1D { width:23.75rem;height:17.5rem;top:0.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTXOXpfW574TWfOZ6PNDDsREmw6tOGik { display:block; }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPnWn5gttTX1tKAsGAgvJll23Jra9wRw { width:8.4375rem;height:2.0625rem;top:0.875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZArS95b81Hir0VSOQrlFshdMPIMByXz { width:7.5rem;height:2.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBm5ByNH5v9M7PATmSLgz62BEZ4euHh { width:6.5625rem;height:2.5625rem;top:0.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70HbpsiHJbFvT5noCDkNrVakgwBvmEm { width:7.5rem;height:2.25rem;top:0.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLg0sB7S4TOKt5qTc0tBUexAeBDvUTIF { width:6.125rem;height:2.625rem;top:0.625rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EELuoqOXCz8x0X1Za6riJziGKUAXo1eg { width:5.5rem;height:3.4375rem;top:0.1875rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwzpOnokr3AcmHkBz0VQLCAdI9qp6cP5 { width:6.0625rem;height:3.375rem;top:0.25rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H24TaImu8PMfXTC1cB5G5q3NTXN6WdfL { width:7.5rem;height:2.5rem;top:0.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tqkIw8lQh9hSt0WMlmTOAi4RBa9X1T { width:3.9375rem;height:2.9375rem;top:0.4375rem;left:28.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQSZRpULTyrQV5lT0eThI4Te8Foe7Fn { width:6.5625rem;height:3rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 { display:block; }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBatvkrKkrh4TyZgRp4ByoS6caMaJzlP { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPe5Mg69wSZkiTrertqgOs7MUfxSwppi { width:47.75rem;height:0.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rucmRopq27z4BDhJ0qK3f80ibS3U14dl { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy { display:block; }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfOlL6wDDWzNL3SD8ZUBfTRF3BsCHb7t { width:17.5rem;height:3.4375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNF8eW7SZaQQs8q5OlXoK9c8xybcex4k { width:17.5rem;height:12.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrRK3NptrySIaOzbKykJJM35BSnc9a65 { width:17.5rem;height:1.375rem;top:14.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h85AIik5rJ2g5efBJUSKGgybmyBLXxSa { width:17.5rem;height:1.375rem;top:14.0625rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWKMdVLLQHhiCqiN60icyHv0OU2mHfDb { width:17.5rem;height:12.5rem;top:0.625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnlWpz23qifkLZAKOffspgTaM1IeKBwf { width:17.5rem;height:1.375rem;top:14.0625rem;left:18.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKKVVVonUTN8t5QHwnT0C6UwSXExWicy { width:17.5rem;height:1.375rem;top:14.0625rem;left:30.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxcTlwU0JdJAFWTifh7ufsd2Sd4JkUBv { width:17.5rem;height:12.5rem;top:0.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVwqq0T2TRvoPCbiEZKs4egafxLI6Mdu { width:17.5rem;height:12.5rem;top:0.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6X5wggnVSPtA8qTaXUWOWqEJuZ0yZX1 { width:17.5rem;height:3.4375rem;top:13.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq3s8ngegrGBA1k20aApdDchgywP5LN2 { width:17.5rem;height:3.4375rem;top:13.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcnrbyuLPHKGcge6A7BaTPLDNqKwqvif { width:17.5rem;height:3.4375rem;top:13.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh { display:block; }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEpTrbTOJtAWEF0ySiSqZyCmfKOkqEQt { width:17.5rem;height:1.375rem;top:14.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALWrUWus2DMyhUGoKLtG5Ff4ZnOrF2g { width:17.5rem;height:12.5rem;top:0.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhB9Ttzl0bWwLkhOyIyCLgtmMcsTroT2 { width:17.5rem;height:1.375rem;top:14.375rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGSKTi82twxelrI0nElOZuKoILtPU3Fs { width:17.5rem;height:1.375rem;top:14.375rem;left:18.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiFZOmOOCmU3r7A2lF2Mf11Acs5wH1K { width:17.5rem;height:1.375rem;top:14.375rem;left:30.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLGEoxTEstp4z6igLsZQTite3srwbuXn { width:17.5rem;height:12.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJSApTkJTVUlJJaTZT3z95R1rULP81ZV { width:17.5rem;height:12.5rem;top:0.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T344P0wHHHH8M92uHeFrBte1h0befhyr { width:17.5rem;height:12.5rem;top:0.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVXAp7UUmzeNNH9v9crkW6lDhXngb0BS { width:17.5rem;height:3.4375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1g01FH1E3bvvNg6NT4u3duBZz675dyQ { width:17.5rem;height:3.4375rem;top:13.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBCUqh3CS84UwWrDH8pPgD1zTZApsrb { width:17.5rem;height:3.4375rem;top:13.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA9Lut7EJ9DMmSSbo5sa8Sa80eiT2vK6 { width:17.5rem;height:3.4375rem;top:13.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M { display:block; }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9cHTZfVmaeozoxSNPKTFNnIUA0Aa1gg { width:17.5rem;height:;top:13.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO6teEFt0TOe5b8Zl0EbTlPGB02fcmRO { width:17.5rem;height:12.5rem;top:0.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Co3xIpi9r6ZTwUVM3eFeL15HciAWOM { width:17.5rem;height:1.375rem;top:13.9375rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHrcAHegrmPbLqW54Q8SmFD5S0HFEqG { width:17.5rem;height:12.5rem;top:0.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaT9t0O8cS1Klr6BcC8TMqFGUsmeWqJ3 { width:17.5rem;height:1.375rem;top:13.9375rem;left:18.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7nGsWvB3EuXVmFyofaG2267585P7hJR { width:17.5rem;height:1.375rem;top:13.9375rem;left:30.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECo3DqSNtUO5vogKrBqurTUXTqmdpfEA { width:17.5rem;height:12.5rem;top:0.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB9NPiElfnfT6vmqHkFbU6hUqJyqqCmZ { width:17.5rem;height:12.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Qz5ca98qWFvHLmgL0lehtkxQCyfpSF { width:17.5rem;height:3.4375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc0AT0BIVCdrkMkvhgSlXSitEqkNMU8f { width:17.5rem;height:3.4375rem;top:12.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTzGuBUnKeeT3SIO3z9iucU8MZCmg06 { width:17.5rem;height:3.4375rem;top:12.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biTZAmxO9xJS3qBlK2zhhH6UwmFHcVat { width:17.5rem;height:3.4375rem;top:12.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BipTmnk2X8STbOrmNgUm0yhdDo560UUH { display:block; }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt { width:22.8125rem;height:4.1875rem;top:1.8125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq5U54y1tJCEBFrRBARKT3tG1vxAfXFX { display:block; }
 }@media only screen and (max-width: 763px) { #MP5tmmJeVyXROvIZUpO42WrHUrNEEnpg { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQbkCphkdZM9v8xzfMUH9IzsyCcHzXA0 { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD { display:block; }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6SWI8teLZdSzb6DErMehQcqHVLhSmxA { width:47.75rem;height:0.0625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4QyQvKlc9kTSvZ3Ou01zp2wS1JXBFO6 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmxynxRLnULxvWbCDPEMqepdwgVC4xIP { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWqHOF6Ot7o1fKObpm0wTyetnkJDFTCK { width:47.75rem;height:0.0625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob2WcDMAncW8IhRE78qTTP4QiFqfulTa { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky { display:block; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMtaCRgaeTu3oTxstoVvAeTAxu4kc1cn { width:47.75rem;height:40.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 { display:block; }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe7rnKB57MP0cMbLePmxaPz19y0Dd9Wp { width:7.5625rem;height:4.9595042135292rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMVePTkqkdKBX2pstKSMx0wMea9qe6y { width:3.125rem;height:3.125rem;top:3.3125rem;left:4.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7eLpZvy50XGdQufCyDQDVqMr9Siywce { top:3.5625rem;left:7.9375011920931rem;width:18.125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQNykpS3ZB3K9HhTQ6TycA2lU4pAW3F0 { top:8.5625rem;left:7.8125rem;width:15.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMzMipTHePC97t15ETfiouTOGUWn4Xf { top:12.125rem;left:8.125rem;width:10.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jco9TrUAxMGGDzyBUKya690br2sInlBb { width:3.125rem;height:3.125rem;top:11.875rem;left:4.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGMeK0aPk9hLB7JpNG84d8N7Tmm6IdHm { width:8.625rem;height:5.9375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEUfGhefQqlkNOBaJr8TLCDTLzzTA1BS { width:2.1875rem;height:2.1875rem;top:11.625rem;left:0rem;display:block; }
#OEUfGhefQqlkNOBaJr8TLCDTLzzTA1BS > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dHvXGLFQ8PfhtNJTETsVc6fpPrk12EA3 { width:2.8125rem;height:2.8125rem;top:11.3125rem;left:0rem;display:block; }
#dHvXGLFQ8PfhtNJTETsVc6fpPrk12EA3 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #JXE0p6xGlZPTzhrGtPQIir9ix3hDEKUQ { width:26.5625rem;height:11.25rem;top:2.8125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhwbyaek1ncgzihPHLwJkssTFgBkCSU8 { top:14.3125rem;left:22.0625rem;width:25.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXgUNHX82NWIqif9tqgnK9vBeXuR2Jtr { width:26.5625rem;height:11.25rem;top:1.3125rem;left:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Med1zPoAH3vIBL64o1a9rl29FfTzrRI2 { width:2.8125rem;height:2.8125rem;top:7.8125rem;left:4.25rem;display:block; }
#Med1zPoAH3vIBL64o1a9rl29FfTzrRI2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 { display:none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f3J2hlawigF2P8OzsUdthQkti4gPAFsX { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReaIzs61rbWHt2XnyAtGafcwyzEuCRFK { display:block; }
 }@media only screen and (max-width: 763px) { #sILbvAmgd2l18pi8qvhCg5QyudwZnRea { width:19.625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e2853e4-792d-48b5-8637-bf354e710b26/263370personaagenorasprofissoesparaquemdesejatrabalharcommecanicadeautomoveis.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #iumhlzNx38scw8IasOWVZ5mcpcIm50t1 { position:relative;z-index:auto;display:block; }#iumhlzNx38scw8IasOWVZ5mcpcIm50t1 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA7CeUH7wX0Szzz3nOvLxZp1dmdEioCv { width:7.24925rem;height:4.7703125rem;top:0.3125rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHPF7tUpSF9bER3syF2obeDTHeOM24qh { width:15.625rem;height:0;top:57.1875rem;left:4.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdVlzLxRTWK8PS7BkWQSMDRoC53WxNtR { width:14.1875rem;height:0;top:56.4375rem;left:4.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTJ3ls7m9p4NtFECEu1HCrrX5cppW8Jr { width:3.8125rem;height:3.8125rem;top:56.25rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKENQqSGAHThc8gskxSkqcJwvbhn7WIf { width:20rem;height:3.75rem;top:6.78984375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/636d638b-7a22-4d9a-8712-999a8e954ae4/whazap.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#lKENQqSGAHThc8gskxSkqcJwvbhn7WIf.adaptive-delivery-prevent-bg, #lKENQqSGAHThc8gskxSkqcJwvbhn7WIf.lazyload, #lKENQqSGAHThc8gskxSkqcJwvbhn7WIf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fS53rumIbWKXl756cPb6ne1oHh2Q3rlm { display:block; }
 }@media only screen and (max-width: 763px) { #x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2d26a08-dc06-40cb-903c-54bf20d48ecf/topr.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv.adaptive-delivery-prevent-bg, #x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv.lazyload, #x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv.lazyloading { background-image: none; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container { background-color: transparent; background-image: none; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,46,49,0.75); }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container > .video-iframe-container { display: none; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,46,49,0.75); }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row > .video-iframe-container { display: none; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .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); }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container { border-width: 0; border-radius: 0; }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row > .video-iframe-container {  }#x3qVoaUvgzMPOMuqA1uBdJvOJM9DhiNv > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmf7D9z6NwJ2HxF9PF6OkAhVcPgLoRdm { width:20rem;height:1.71875rem;top:4.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSdtET7kWKewg2RJrG2DdBDfRWGSGslQ { top:26rem;left:8.25rem;width:3.5625rem;height:3.5625rem;z-index:100006;color:#ffffff;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8 { width:20rem;height:3.75rem;top:25.12265586853rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/636d638b-7a22-4d9a-8712-999a8e954ae4/whazap.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8.adaptive-delivery-prevent-bg, #QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8.lazyload, #QaOT8oxmMaS5HsIDIibFGnVUgmvixbS8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J0sXP2R0uzacaBWke4Q07cLRGWK5uy36 { display:block; }
 }@media only screen and (max-width: 763px) { #WeBergTOs6tVTQTKhlIJ9Ph36xh3urZJ { width:20rem;height:0;top:17.57080078125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;z-index:100004;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #P8Tln8mluvWB1k6w2yR4IpG7GbEQFaHD { width:20rem;height:8.90625rem;top:13.9052734375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }#P8Tln8mluvWB1k6w2yR4IpG7GbEQFaHD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #EHsEGWfwakVoCtpmm95Vy3mrty6zK4AF { width:20rem;height:0;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #hTaZ6UlaIhgFiUZbMWiyaSeHIRKIF0fT { width:20rem;height:3.125rem;top:6.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvEyPTmgtwAITJCpHUbUgh8CWy0iFrxG { width:20rem;height:1.71875rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx0s4RESnu8N8QES3HltKew6g62lI5M4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2d26a08-dc06-40cb-903c-54bf20d48ecf/topr.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4.adaptive-delivery-prevent-bg, #vx0s4RESnu8N8QES3HltKew6g62lI5M4.lazyload, #vx0s4RESnu8N8QES3HltKew6g62lI5M4.lazyloading { background-image: none; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container { background-color: transparent; background-image: none; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #202e31; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container > .video-iframe-container { display: none; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #202e31; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row > .video-iframe-container { display: none; }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .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); }#vx0s4RESnu8N8QES3HltKew6g62lI5M4 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 { display:block; }#B6ysqlhFfOUsf3St6UMOzNJxUWOZW123 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aI9wtDefxH1H4PQSQVTUhv174RfifF3z { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.75rem;top:2.9375rem;text-align:center;text-align-last:center;height:3.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LtgknLkkF6KtIx3X5p3X3x5zUTBHBmwQ { width:20rem;height:0.0625rem;top:7.0634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ITo5mtNGCU1DsmVQyvuKJdhqQlRJ0k { width:3.75rem;height:0.1875rem;top:7rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp { display:block; }#yT73eFeGxMsulPQS6GCIZ0anrxKr6Wrp > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6TGtPrha8SxcXL61BEHtkcyQGNGN5Jw { width:20rem;height:15.625rem;top:1.25rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #EXzvEV2ayOrsgRRKlowp3BetwwQFsvIP { width:14.0625rem;height:2.56225625rem;top:14.3125rem;left:5.9375rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #sk8y2S26JMqeBNuhCFhM5s18zp8VnT6N { width:14.0625rem;height:1.3rem;top:14.9375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qyC1MfgfypyqtZgHiI5bttCCU82p78Tw { width:20rem;height:15.625rem;top:18.125rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #yCreAqxOJlM2uovSktzMLTyypIhaoOah { width:14.0625rem;height:2.6875rem;top:31.0625rem;left:5.9375rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #QnWlxfEtN9VQH3NGEJZqxqlWxGaMQJBX { width:14.0625rem;height:1.3rem;top:31.75rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TwKXfUp6FkmZLv48HAbhDHZfgCsbg6Sx { width:20rem;height:15.625rem;top:35rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #pyIa5hhfET1E5oVJcsd35ZJShGrnC0qp { width:14.0625rem;height:2.6875rem;top:47.9375rem;left:5.9375rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #V7TuRmPELxX6FwKhMFQRBSZ9wKmxDclQ { width:14.0625rem;height:1.3rem;top:48.625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wXBWnA341RwyI6ZzFJzbnKTUvXhTI9sv { width:20rem;height:15.625rem;top:1.25rem;left:0rem;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wIX4OtQkmJPzrLPJ73WWoJrTZzOICL8E { width:20rem;height:15.625rem;top:18.125rem;left:0rem;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hRnINOp5hLMPh62Q4h3MKSsowucMpTfI { width:20rem;height:15.625rem;top:35rem;left:0rem;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ryPM4GVL8JETlwynEk9xbRSJGPiCUUma { display:block; }#ryPM4GVL8JETlwynEk9xbRSJGPiCUUma > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moT11k6cf0tvXK1rERubth0c5DkwNbSH { width:20rem;height:15.625rem;top:1.3125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #hxVFBnOBd9gZTArQZk7QfPQC2axoku0O { width:14.0625rem;height:2.56225625rem;top:14.375rem;left:5.9375rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #gKIIEQywFSAIboicPU6ISrWFMxdg9Qrs { width:14.0625rem;height:1.3rem;top:15rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RJRGfkFdOkWmTuqtXOkXmSJtDaJhzBHl { width:20rem;height:15.625rem;top:18.1875rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #QDGxg3NRRskmmGFvKUbiW94XRFHDp9R9 { width:14.0625rem;height:2.6875rem;top:31.125rem;left:5.9375rem;z-index:100005;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMPMa6B39HAM8PGRQUc1ZdOiFoKC2B2 { width:14.0625rem;height:1.3rem;top:31.75rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mcVBZmiM8cu9WCIskg7dQs0Dd7TWuTv5 { width:14.0625rem;height:2.6875rem;top:48rem;left:5.9375rem;z-index:100005;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXHTTw22TuXF8E4aJRPkm5Nxnbylz3A { width:14.0625rem;height:1.3rem;top:48.625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hFvcGBnzVy6M9ng9FeTyx8qeJhicp4pq { width:20rem;height:15.625rem;top:1.3125004768372rem;left:0rem;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qsS4k80sQuxxQkPLgskSIfZ2LWefSnHz { width:20rem;height:15.625rem;top:18.1875rem;left:0rem;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VmUEIQhrkGNcKUGkP0wAMZTNrPEBKuJ0 { width:20rem;height:15.625rem;top:35.0625rem;left:0rem;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f202e31' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(32,46,49,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FGu8qfRU9yLwk9IcRXE70n4NAO6rwz1D { width:20rem;height:15.625rem;top:35.0625rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #yTXOXpfW574TWfOZ6PNDDsREmw6tOGik { display:block; }#yTXOXpfW574TWfOZ6PNDDsREmw6tOGik > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPnWn5gttTX1tKAsGAgvJll23Jra9wRw { width:9.375rem;height:2.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZArS95b81Hir0VSOQrlFshdMPIMByXz { width:10.1875rem;height:3.1875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBm5ByNH5v9M7PATmSLgz62BEZ4euHh { width:7rem;height:2.75rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70HbpsiHJbFvT5noCDkNrVakgwBvmEm { width:9.375rem;height:2.875rem;top:0.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLg0sB7S4TOKt5qTc0tBUexAeBDvUTIF { width:7.375rem;height:3.125rem;top:4.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EELuoqOXCz8x0X1Za6riJziGKUAXo1eg { width:4.5625rem;height:2.8125rem;top:12.0625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwzpOnokr3AcmHkBz0VQLCAdI9qp6cP5 { width:5.4375rem;height:3rem;top:7.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H24TaImu8PMfXTC1cB5G5q3NTXN6WdfL { width:9.375rem;height:3.1875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tqkIw8lQh9hSt0WMlmTOAi4RBa9X1T { width:3.625rem;height:2.75rem;top:12.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQSZRpULTyrQV5lT0eThI4Te8Foe7Fn { width:5.1875rem;height:2.375rem;top:8.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 { display:block; }#H93F4IH9uffG1QuV0gzgDBgWxQ6HsB43 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBatvkrKkrh4TyZgRp4ByoS6caMaJzlP { background-color:transparent;background-image:none;width:18.9375rem;left:0.53125rem;font-size:1.75rem;top:3.25rem;text-align:center;text-align-last:center;height:3.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bPe5Mg69wSZkiTrertqgOs7MUfxSwppi { width:20rem;height:0.0625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rucmRopq27z4BDhJ0qK3f80ibS3U14dl { width:3.75rem;height:0.1875rem;top:7.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy { display:block; }#fHbVRU3Fk3gQARdIOIQap6TRNiqQP4Zy > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfOlL6wDDWzNL3SD8ZUBfTRF3BsCHb7t { width:17.5rem;height:2.5rem;top:14.3125rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #iNF8eW7SZaQQs8q5OlXoK9c8xybcex4k { width:17.5rem;height:12.5rem;top:1.875rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #qrRK3NptrySIaOzbKykJJM35BSnc9a65 { width:17.5rem;height:1.30625rem;top:14.91015625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h85AIik5rJ2g5efBJUSKGgybmyBLXxSa { width:17.5rem;height:1.30625rem;top:30.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RWKMdVLLQHhiCqiN60icyHv0OU2mHfDb { width:17.5rem;height:12.5rem;top:32.6875rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #cnlWpz23qifkLZAKOffspgTaM1IeKBwf { width:17.5rem;height:1.30625rem;top:45.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EKKVVVonUTN8t5QHwnT0C6UwSXExWicy { width:17.5rem;height:1.30625rem;top:61.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FxcTlwU0JdJAFWTifh7ufsd2Sd4JkUBv { width:17.5rem;height:12.5rem;top:17.25rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #GVwqq0T2TRvoPCbiEZKs4egafxLI6Mdu { width:17.5rem;height:12.5rem;top:48.125rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #V6X5wggnVSPtA8qTaXUWOWqEJuZ0yZX1 { width:17.5rem;height:2.5rem;top:29.75rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Zq3s8ngegrGBA1k20aApdDchgywP5LN2 { width:17.5rem;height:2.5rem;top:45.1875rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #bcnrbyuLPHKGcge6A7BaTPLDNqKwqvif { width:17.5rem;height:2.5rem;top:60.625rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh { display:block; }#DR3ToITTeNK98AKxDRILdiNCXVcQ8Gsh > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEpTrbTOJtAWEF0ySiSqZyCmfKOkqEQt { width:17.5rem;height:1.54375rem;top:13.353515625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vALWrUWus2DMyhUGoKLtG5Ff4ZnOrF2g { width:17.5rem;height:12.5rem;top:15.8125rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #HhB9Ttzl0bWwLkhOyIyCLgtmMcsTroT2 { width:17.5rem;height:1.54375rem;top:28.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JGSKTi82twxelrI0nElOZuKoILtPU3Fs { width:17.5rem;height:1.54375rem;top:44.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OtiFZOmOOCmU3r7A2lF2Mf11Acs5wH1K { width:17.5rem;height:1.54375rem;top:59.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GLGEoxTEstp4z6igLsZQTite3srwbuXn { width:17.5rem;height:12.5rem;top:0.4375rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #FJSApTkJTVUlJJaTZT3z95R1rULP81ZV { width:17.5rem;height:12.5rem;top:31.1875rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #T344P0wHHHH8M92uHeFrBte1h0befhyr { width:17.5rem;height:12.5rem;top:46.5625rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #IVXAp7UUmzeNNH9v9crkW6lDhXngb0BS { width:17.5rem;height:2.5rem;top:12.875rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #W1g01FH1E3bvvNg6NT4u3duBZz675dyQ { width:17.5rem;height:2.5rem;top:28.25rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #oyBCUqh3CS84UwWrDH8pPgD1zTZApsrb { width:17.5rem;height:2.5rem;top:43.625rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #cA9Lut7EJ9DMmSSbo5sa8Sa80eiT2vK6 { width:17.5rem;height:2.5rem;top:59rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M { display:block; }#T9sEkdMdfeVaEPMBn9onQt8fFwKqVo8M > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9cHTZfVmaeozoxSNPKTFNnIUA0Aa1gg { width:17.5rem;height:1.54375rem;top:13.353515625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qO6teEFt0TOe5b8Zl0EbTlPGB02fcmRO { width:17.5rem;height:12.5rem;top:15.8125rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #u4Co3xIpi9r6ZTwUVM3eFeL15HciAWOM { width:17.5rem;height:1.54375rem;top:28.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LeHrcAHegrmPbLqW54Q8SmFD5S0HFEqG { width:17.5rem;height:12.5rem;top:31.25rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #HaT9t0O8cS1Klr6BcC8TMqFGUsmeWqJ3 { width:17.5rem;height:1.54375rem;top:44.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l7nGsWvB3EuXVmFyofaG2267585P7hJR { width:17.5rem;height:1.54375rem;top:59.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100050;color:#35353f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ECo3DqSNtUO5vogKrBqurTUXTqmdpfEA { width:17.5rem;height:12.5rem;top:46.625rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #yB9NPiElfnfT6vmqHkFbU6hUqJyqqCmZ { width:17.5rem;height:12.5rem;top:0.4375rem;left:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #I0Qz5ca98qWFvHLmgL0lehtkxQCyfpSF { width:17.5rem;height:2.5rem;top:12.875rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #uc0AT0BIVCdrkMkvhgSlXSitEqkNMU8f { width:17.5rem;height:2.5rem;top:28.3125rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #hlTzGuBUnKeeT3SIO3z9iucU8MZCmg06 { width:17.5rem;height:2.5rem;top:43.6875rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #biTZAmxO9xJS3qBlK2zhhH6UwmFHcVat { width:17.5rem;height:2.5rem;top:59.0625rem;left:1.25rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #BipTmnk2X8STbOrmNgUm0yhdDo560UUH { display:block; }#BipTmnk2X8STbOrmNgUm0yhdDo560UUH > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt { width:19rem;height:3.625rem;top:6.0625rem;left:0.5rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/077a5280-0d6a-499b-b032-4de60c70800c/botowhatsapp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt.adaptive-delivery-prevent-bg, #TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt.lazyload, #TgPJdtTuNcaTe5cosW6g6euRz9RJVNBt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qq5U54y1tJCEBFrRBARKT3tG1vxAfXFX { display:block; }
 }@media only screen and (max-width: 763px) { #MP5tmmJeVyXROvIZUpO42WrHUrNEEnpg { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.6875rem;top:1.9375002384186rem;text-align:center;text-align-last:center;height:3.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lQbkCphkdZM9v8xzfMUH9IzsyCcHzXA0 { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.0625rem;top:12.8125rem;text-align:center;text-align-last:center;height:0;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD { display:block; }#XGW3nXTOnVErLiDZkCzEdhQVC9sML7ZD > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6SWI8teLZdSzb6DErMehQcqHVLhSmxA { width:20rem;height:0.0625rem;top:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4QyQvKlc9kTSvZ3Ou01zp2wS1JXBFO6 { width:3.75rem;height:0.1875rem;top:6.9372863769531rem;left:8.1250000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmxynxRLnULxvWbCDPEMqepdwgVC4xIP { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.75rem;top:3.5625rem;text-align:center;text-align-last:center;height:3.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zWqHOF6Ot7o1fKObpm0wTyetnkJDFTCK { width:20rem;height:0.0625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob2WcDMAncW8IhRE78qTTP4QiFqfulTa { width:3.75rem;height:0.1875rem;top:7.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0301da8c-24cc-48b8-91d7-6ba2857d8a75/bg_home_topo.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky.adaptive-delivery-prevent-bg, #Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky.lazyload, #Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky.lazyloading { background-image: none; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container { background-color: transparent; background-image: none; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #202e31; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container > .video-iframe-container { display: none; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #202e31; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row > .video-iframe-container { display: none; }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .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); }#Tr87PWRW1k9Hf1CeBx8xw19iECMw7Pky > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMtaCRgaeTu3oTxstoVvAeTAxu4kc1cn { width:20rem;height:23rem;top:1.8750197887421rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 { display:block; }#LhXLs4IaFTANkDDpz2Otvwk1qv75dJR6 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe7rnKB57MP0cMbLePmxaPz19y0Dd9Wp { width:5.06225625rem;height:3.31176875rem;top:2.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMVePTkqkdKBX2pstKSMx0wMea9qe6y { width:3.125rem;height:3.125rem;top:7.25rem;left:1.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7eLpZvy50XGdQufCyDQDVqMr9Siywce { width:18.75rem;height:3rem;top:8.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQNykpS3ZB3K9HhTQ6TycA2lU4pAW3F0 { width:18.75rem;height:1.5rem;top:12.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqMzMipTHePC97t15ETfiouTOGUWn4Xf { width:14.1875rem;height:0;top:19.750000953674rem;left:4.3749998807907rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jco9TrUAxMGGDzyBUKya690br2sInlBb { width:3.125rem;height:3.125rem;top:19.687500953674rem;left:1.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGMeK0aPk9hLB7JpNG84d8N7Tmm6IdHm { width:6.25rem;height:5rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEUfGhefQqlkNOBaJr8TLCDTLzzTA1BS { width:2.1875rem;height:2.1875rem;top:16.125rem;left:7rem;display:block; }
#OEUfGhefQqlkNOBaJr8TLCDTLzzTA1BS > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dHvXGLFQ8PfhtNJTETsVc6fpPrk12EA3 { width:2.8125rem;height:2.8125rem;top:15.8125rem;left:10.1875rem;display:block; }
#dHvXGLFQ8PfhtNJTETsVc6fpPrk12EA3 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #JXE0p6xGlZPTzhrGtPQIir9ix3hDEKUQ { width:20rem;height:11.25rem;top:23.624267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhwbyaek1ncgzihPHLwJkssTFgBkCSU8 { width:20rem;height:2.4375rem;top:32.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXgUNHX82NWIqif9tqgnK9vBeXuR2Jtr { width:20rem;height:11.25rem;top:20.1875rem;left:0rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Med1zPoAH3vIBL64o1a9rl29FfTzrRI2 { width:2.8125rem;height:2.8125rem;top:37.764831542969rem;left:8.5625rem;display:block; }
#Med1zPoAH3vIBL64o1a9rl29FfTzrRI2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { background-color: transparent; background-image: none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container > .video-iframe-container { display: none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row > .video-iframe-container { display: none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .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); }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { border-width: 0; border-radius: 0; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row > .video-iframe-container {  }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3J2hlawigF2P8OzsUdthQkti4gPAFsX { top:0rem;left:0rem;width:20rem;height:3.75rem;z-index:100014;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#44953b;background-image:url("https://images.assets-landingi.com/uc/a992030b-da49-4f9e-853e-b615ccdcad8d/BOTOWHATS_BIG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f3J2hlawigF2P8OzsUdthQkti4gPAFsX.adaptive-delivery-prevent-bg, #f3J2hlawigF2P8OzsUdthQkti4gPAFsX.lazyload, #f3J2hlawigF2P8OzsUdthQkti4gPAFsX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ReaIzs61rbWHt2XnyAtGafcwyzEuCRFK { display:block; }
 }@media only screen and (max-width: 763px) { #sILbvAmgd2l18pi8qvhCg5QyudwZnRea { top:3.9375rem;left:0rem;width:20rem;height:3.625rem;z-index:100015;overflow:hidden;display:block; }
 }