.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row .container { background-color: transparent; background-image: none; }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row .container > .video-iframe-container { display: none; }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row > .video-iframe-container { display: none; }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .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); }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row .container { border-width: 0; border-radius: 0; }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cyNWiy2RR167AQKggP5SIBzLDcPSNUmg { background-color:#25d366;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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:60.624998092651rem;display:block; }
#vapF1W1PTewtUVMrsFr8eDDRfVrTFT8z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZmI38qnHTbe4fLpnnKh0gy85dCWy4fg2 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.5rem;left:57.749998092651rem; }
#TCIfu7kKImccE9cWBWMR2Qbc8cRVXafM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:6.25rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1e38bde-ccd0-46e7-9780-b6a2ed024e57/maquinas_pesadas_rolo_compactador.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT.adaptive-delivery-prevent-bg, #D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT.lazyload, #D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT.lazyloading { background-image: none; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container { background-color: transparent; background-image: none; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container > .video-iframe-container { display: none; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row > .video-iframe-container { display: none; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .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); }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container { border-width: 0; border-radius: 0; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#xbGAnw7zetRQhGB0LV2fOidt1BtuiErd { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;top:8.518750190735rem;left:1.25rem;height:;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;display:block; }
#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row .container { background-color: transparent; background-image: none; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row .container > .video-iframe-container { display: none; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row > .video-iframe-container { display: none; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .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); }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row .container { border-width: 0; border-radius: 0; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#rE1xb2NZrWAdU13Wc0eZZAPqPymZW5kA { color:#004042;display:block;width:32.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.25rem;height:13.157225rem;text-align:left;text-align-last:left;display:block; }
#HHmzUNaWS0LggZhzrZJR6FEtF4LLRRBu { color:#004042;display:block;width:31.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:4.625rem;left:1.25rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C6py0NkhMg3iFovXAcBqvEx5aazG224c { background-color:#f37021;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.125rem;left:1.25rem;display:block; }
#qkTby0afxHQI2iCOxiZt9wepiZTTayoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhGBdtwh2aFywkUJsx3BlR4K8XmAh7ze { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:33.3125rem;top:0rem;left:41.6875rem;overflow:hidden;display:block; }
#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row .container { background-color: transparent; background-image: none; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row .container > .video-iframe-container { display: none; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row > .video-iframe-container { display: none; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .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); }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row .container { border-width: 0; border-radius: 0; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#qRRRfGuSpAzd0XTceCm5qG5ksQzrKB2C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:33.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mux4p9KWGVsxo7lwEdNE0vPfqIuCqbr7 { color:#004042;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:6.8498263359069rem;left:40rem;height:9.8965rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oz5HFx09u2ODpppfwWRb9EMhybQu0wy9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:34.1875rem;top:22.312500476837rem;left:39.5625rem;overflow:hidden;display:block; }
#VrWU3vzRc8AhqDU38t3Kpzhv984IP3m6 { background-color:#f37021;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.5rem;left:40.000001907349rem;display:block; }
#aFgu7qkIn9bfsPiWWyBU6otdQA2LSLgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 { position:relative;display:block; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 { background-color: transparent; background-image: none; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row .container > .video-iframe-container { display: none; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row > .video-iframe-container { display: none; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .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); }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 { border-width: 0; border-radius: 0; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .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:27.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tIaNBM12Dt1ZVMN4MpTMkbuw1TQr2PyN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:12.4375rem;top:2.25rem;left:40rem;overflow:hidden;display:block; }
#dx9hq3QsmTQ1dEb1twiDBssAgNiTXmkF { color:#004042;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:40rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#VR6f2gssbZNdRKMT4wmuyNXDnNH3PbIx { background-color:#f37021;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:19.75rem;left:40rem;display:block; }
#fUIR9zx2NXvf1AVsbFCLcCcca8dAAKM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geBTPrTul8XiWNrocHMM4ZTNEbqxyVuQ { color:#004042;display:block;width:32.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.25rem;height:14.61913125rem;text-align:left;text-align-last:left;display:block; }
#xVBcEXbsnS56DnRDQWkZdGDXTfzTfkTp { color:#004042;display:block;width:31.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:3.625rem;left:1.25rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D4CNIfAckmTMCDQiAHc13uQaaKOdQh1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe3c7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#D4CNIfAckmTMCDQiAHc13uQaaKOdQh1T > .row .container { border-width: 0; border-radius: 0; }#D4CNIfAckmTMCDQiAHc13uQaaKOdQh1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4CNIfAckmTMCDQiAHc13uQaaKOdQh1T > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:none; }#Geb6z3yushPHIsS9LloEdxevTL0FTv69 { color:#004042;display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.125rem;left:1.25rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ROEBN2U5i8LV9n0B9scOh531uaT5ib67 { position:absolute;display:block;z-index:15019;background-color:#004042;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.125rem;top:7.875rem;left:1.25rem;display:block; }
#VgyprzznXdgyCrsTMTT2riTinXyLDNvA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.0625rem;top:4.5625rem;left:35.1875rem;overflow:hidden;display:block; }
#emeT0kcSUOWnrZTDLc9C3WTWoEAdz55R { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.0625rem;top:12.125rem;left:35.1875rem;overflow:hidden;display:block; }
#GBD7RoMdUgGdgu1OVrssTgt8kGP2KTBe { color:#004042;display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:12.6875rem;left:1.25rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rccV4TFm3f8vwRTInP07STuWxUSCNHqh { position:absolute;display:block;z-index:15022;background-color:#a0a0a0;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.125rem;top:15.4375rem;left:1.25rem;display:block; }
#iZ0lVww6OygCI66n2Eb1UI6xolMgPPxg { position:absolute;display:block;z-index:15025;background-color:#a0a0a0;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.125rem;top:22.9375rem;left:1.25rem;display:block; }
#zpW2EFAPc1piqez3hLCSObKNaAK2wJXp { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.0625rem;top:19.625rem;left:35.1875rem;overflow:hidden;display:block; }
#QmyNuKSlue1Wq3miTmDJogmcaUw3yzta { color:#004042;display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:20.1875rem;left:1.25rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ULyJkNNKQRQTBVonF6FSkMdoDmeVkbBE { color:#004042;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.5rem;left:45.625001907349rem;height:7.3125rem;display:block; }
#rP8DNByGnbOH9y6eTUmZM188ygLsubRI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.1875rem;display:none; }
#zqSykbokP8tM9pvU5n2ubBgIpfZFN7Tr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.1875rem;display:none; }
#LX6tvFDD6PqeA1BEHRFqfbyX4oJpglyZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.1875rem;display:none; }
#lKAS9KsxlOKOzfECL038AZ1TmCTkv8Wd { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:30rem;top:0rem;left:43.750001907349rem;display:block; }
#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe3c7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row .container { background-color: transparent; background-image: none; }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row .container > .video-iframe-container { display: none; }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row > .video-iframe-container { display: none; }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .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); }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row .container { border-width: 0; border-radius: 0; }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#iLxepeuDZPLWIiRuacpQDx2V2LGGoJWs { color:#004042;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.5rem;left:4.3125rem;height:7.7988125rem;display:block; }
#TRxGWwf131BKrPBEPZsUC2i23gPDWuIH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.1875rem;display:none; }
#p2vzqRdTd8MgoTwqmgFxz6SHG8GV2M7T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.1875rem;display:none; }
#hPHeKsSvTftdnFbRVkddTUy13qGHfQop { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.1875rem;display:none; }
#oaCX35KvwmVpdyTNuByLxUZRcMXrUu1U { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:21.375rem;top:1.375rem;left:3.0625rem;display:block; }
#rHMDcISeeIpIyymkyJvBftQfxAxHmqfa { color:#004042;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:2.625rem;left:4.3125rem;height:3.298825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J4HfAribDa9TT2nQb8bUXlsvIop4Nodq { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:21.375rem;top:1.375rem;left:26.8125rem;display:block; }
#oicT7mC1PPWMvRBhqsi6MC407fbWh8bD { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:21.375rem;top:1.375rem;left:50.5625rem;display:block; }
#Nswgtc8WB5XVwDPtiRKiJqfwsMJktvVU { color:#004042;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.5rem;left:28.0625rem;height:18.19724375rem;display:block; }
#uVqezO6zydgpQVWlmJCoqTWTHNLvUNKT { color:#004042;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:2.625rem;left:28.0625rem;height:3.298825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kF7c0En4e1EOpiF9lKTT2U7tL52AAP4W { color:#004042;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.5rem;left:51.8125rem;height:15.59765rem;display:block; }
#AkBzRlZyG5iyJfNtCKnR647bOVPRJcs6 { color:#004042;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:2.625rem;left:51.8125rem;height:3.298825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/44075558-5896-4512-9dba-81f05184a9eb/fale_com_especialista.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV.adaptive-delivery-prevent-bg, #Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV.lazyload, #Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV.lazyloading { background-image: none; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container { background-color: transparent; background-image: none; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container > .video-iframe-container { display: none; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row > .video-iframe-container { display: none; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .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); }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container { border-width: 0; border-radius: 0; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#qpFdFvTxf4vvqPKUEJErKHasVuhZs8xC { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.5625004768372rem;left:1.25rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mt1spK3rzeTnxJo2PylI4qAi20zfTDed { background-color:#f37021;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:20.56249961257rem;left:1.25rem;display:block; }
#T1kUoaPMuEQQEPMHzv9CJym6SSZ1H8f3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohWNCCgTtHzIt2hbKkiJTfgyZKINdsmC { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.125rem;left:1.25rem;height:7.3095625rem;text-align:left;text-align-last:left;display:block; }
#LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection *:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="text"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="email"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="tel"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection textarea:focus-visible { outline: none; } #FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row .container { background-color: transparent; background-image: none; }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row .container > .video-iframe-container { display: none; }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row > .video-iframe-container { display: none; }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .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); }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row .container { border-width: 0; border-radius: 0; }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl { display:block; }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyNWiy2RR167AQKggP5SIBzLDcPSNUmg { width:13.125rem;height:2.8125rem;top:1.25rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vapF1W1PTewtUVMrsFr8eDDRfVrTFT8z { display:block; }
 }@media only screen and (max-width: 763px) { #ZmI38qnHTbe4fLpnnKh0gy85dCWy4fg2 { top:1.5rem;left:44.124998092651rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCIfu7kKImccE9cWBWMR2Qbc8cRVXafM { top:1.25rem;left:0rem;width:6.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT { display:block; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbGAnw7zetRQhGB0LV2fOidt1BtuiErd { top:8.5rem;left:0rem;width:27.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg { display:block; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE1xb2NZrWAdU13Wc0eZZAPqPymZW5kA { top:7.5rem;left:0rem;width:32.625rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHmzUNaWS0LggZhzrZJR6FEtF4LLRRBu { top:4.625rem;left:0rem;width:31.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6py0NkhMg3iFovXAcBqvEx5aazG224c { width:16.5625rem;height:2.625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTby0afxHQI2iCOxiZt9wepiZTTayoQ { display:block; }
 }@media only screen and (max-width: 763px) { #uhGBdtwh2aFywkUJsx3BlR4K8XmAh7ze { top:0rem;left:14.4375rem;width:33.3125rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL { display:block; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRRRfGuSpAzd0XTceCm5qG5ksQzrKB2C { top:0rem;left:0rem;width:33.3125rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mux4p9KWGVsxo7lwEdNE0vPfqIuCqbr7 { top:6.8125rem;left:16.0625rem;width:30.0625rem;height:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz5HFx09u2ODpppfwWRb9EMhybQu0wy9 { top:22.3125rem;left:13.5625rem;width:34.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWU3vzRc8AhqDU38t3Kpzhv984IP3m6 { width:16.5625rem;height:2.625rem;top:18.5rem;left:26.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFgu7qkIn9bfsPiWWyBU6otdQA2LSLgP { display:block; }
 }@media only screen and (max-width: 763px) { #gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 { display:block; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIaNBM12Dt1ZVMN4MpTMkbuw1TQr2PyN { top:2.25rem;left:26.375rem;width:12.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx9hq3QsmTQ1dEb1twiDBssAgNiTXmkF { top:12.25rem;left:23.9375rem;width:23.8125rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR6f2gssbZNdRKMT4wmuyNXDnNH3PbIx { width:16.5625rem;height:2.625rem;top:19.75rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUIR9zx2NXvf1AVsbFCLcCcca8dAAKM4 { display:block; }
 }@media only screen and (max-width: 763px) { #geBTPrTul8XiWNrocHMM4ZTNEbqxyVuQ { top:6.5rem;left:0rem;width:32.125rem;height:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVBcEXbsnS56DnRDQWkZdGDXTfzTfkTp { top:3.625rem;left:0rem;width:31.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4CNIfAckmTMCDQiAHc13uQaaKOdQh1T { display:block; }#D4CNIfAckmTMCDQiAHc13uQaaKOdQh1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Geb6z3yushPHIsS9LloEdxevTL0FTv69 { top:5.125rem;left:0rem;width:33.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROEBN2U5i8LV9n0B9scOh531uaT5ib67 { top:7.875rem;left:0rem;width:35.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgyprzznXdgyCrsTMTT2riTinXyLDNvA { top:4.5625rem;left:21.5625rem;width:1.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emeT0kcSUOWnrZTDLc9C3WTWoEAdz55R { top:12.125rem;left:21.5625rem;width:1.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBD7RoMdUgGdgu1OVrssTgt8kGP2KTBe { top:12.6875rem;left:0rem;width:33.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rccV4TFm3f8vwRTInP07STuWxUSCNHqh { top:15.4375rem;left:0rem;width:35.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0lVww6OygCI66n2Eb1UI6xolMgPPxg { top:22.9375rem;left:0rem;width:35.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpW2EFAPc1piqez3hLCSObKNaAK2wJXp { top:19.625rem;left:21.5625rem;width:1.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmyNuKSlue1Wq3miTmDJogmcaUw3yzta { top:20.1875rem;left:0rem;width:33.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULyJkNNKQRQTBVonF6FSkMdoDmeVkbBE { top:10.5rem;left:22.6875rem;width:25.0625rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP8DNByGnbOH9y6eTUmZM188ygLsubRI { width:1.1875rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqSykbokP8tM9pvU5n2ubBgIpfZFN7Tr { width:1.1875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LX6tvFDD6PqeA1BEHRFqfbyX4oJpglyZ { width:1.1875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKAS9KsxlOKOzfECL038AZ1TmCTkv8Wd { top:0rem;left:17.75rem;width:30rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe { display:block; }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLxepeuDZPLWIiRuacpQDx2V2LGGoJWs { top:6.5rem;left:0rem;width:18.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRxGWwf131BKrPBEPZsUC2i23gPDWuIH { width:1.1875rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2vzqRdTd8MgoTwqmgFxz6SHG8GV2M7T { width:1.1875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPHeKsSvTftdnFbRVkddTUy13qGHfQop { width:1.1875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaCX35KvwmVpdyTNuByLxUZRcMXrUu1U { top:1.375rem;left:0rem;width:21.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHMDcISeeIpIyymkyJvBftQfxAxHmqfa { top:2.625rem;left:0rem;width:20.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HfAribDa9TT2nQb8bUXlsvIop4Nodq { top:1.375rem;left:13.1875rem;width:21.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicT7mC1PPWMvRBhqsi6MC407fbWh8bD { top:1.375rem;left:26.375rem;width:21.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nswgtc8WB5XVwDPtiRKiJqfwsMJktvVU { top:6.5rem;left:14.4375rem;width:18.75rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVqezO6zydgpQVWlmJCoqTWTHNLvUNKT { top:2.625rem;left:14.4375rem;width:20.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF7c0En4e1EOpiF9lKTT2U7tL52AAP4W { top:6.5rem;left:29rem;width:18.75rem;height:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkBzRlZyG5iyJfNtCKnR647bOVPRJcs6 { top:2.625rem;left:27.625rem;width:20.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV { display:block; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpFdFvTxf4vvqPKUEJErKHasVuhZs8xC { top:5.5625rem;left:0rem;width:17.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt1spK3rzeTnxJo2PylI4qAi20zfTDed { width:16.5625rem;height:2.625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kUoaPMuEQQEPMHzv9CJym6SSZ1H8f3 { display:block; }
 }@media only screen and (max-width: 763px) { #ohWNCCgTtHzIt2hbKkiJTfgyZKINdsmC { top:11.125rem;left:0rem;width:31.125rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection { display:block; } #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection *:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="text"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="email"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="tel"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection textarea:focus-visible { outline: none; } #FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl { position:relative;z-index:auto;display:block; }#oGOSw5au2EQ7QSTWLFCOxxtSIV3Dszhl > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyNWiy2RR167AQKggP5SIBzLDcPSNUmg { width:13.75rem;height:2.4375rem;top:5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vapF1W1PTewtUVMrsFr8eDDRfVrTFT8z { display:block; }
 }@media only screen and (max-width: 763px) { #ZmI38qnHTbe4fLpnnKh0gy85dCWy4fg2 { display:flex;width:2.25rem;height:2.25rem;top:5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #TCIfu7kKImccE9cWBWMR2Qbc8cRVXafM { width:6.25rem;height:2.5625rem;top:1.25rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58fa32dc-5a60-4f8c-9818-5345b3b68c7d/maquinas_pesadas_rolo_compactador.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT.adaptive-delivery-prevent-bg, #D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT.lazyload, #D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT.lazyloading { background-image: none; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container { background-color: transparent; background-image: none; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container > .video-iframe-container { display: none; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row > .video-iframe-container { display: none; }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .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); }#D318HwvdZlMMe4A9AC9Cqyn05bCLEMeT > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbGAnw7zetRQhGB0LV2fOidt1BtuiErd { width:16.875rem;height:2.475rem;top:13.88671875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg { display:block; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE1xb2NZrWAdU13Wc0eZZAPqPymZW5kA { width:20rem;height:12.50390625rem;top:3.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HHmzUNaWS0LggZhzrZJR6FEtF4LLRRBu { width:19.875rem;height:1.1rem;top:1.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6py0NkhMg3iFovXAcBqvEx5aazG224c { width:17.625rem;height:2.3125rem;top:17.499999523163rem;left:1.25rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #qkTby0afxHQI2iCOxiZt9wepiZTTayoQ { display:block; }
 }@media only screen and (max-width: 763px) { #uhGBdtwh2aFywkUJsx3BlR4K8XmAh7ze { width:19.5625rem;height:17.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL { display:block; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRRRfGuSpAzd0XTceCm5qG5ksQzrKB2C { width:20rem;height:17.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mux4p9KWGVsxo7lwEdNE0vPfqIuCqbr7 { width:20rem;height:6.597625rem;top:19.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oz5HFx09u2ODpppfwWRb9EMhybQu0wy9 { width:20rem;height:3.61953125rem;top:28.817969322204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWU3vzRc8AhqDU38t3Kpzhv984IP3m6 { width:17.5rem;height:2.625rem;top:27.437496542931rem;left:1.25rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #aFgu7qkIn9bfsPiWWyBU6otdQA2LSLgP { display:block; }
 }@media only screen and (max-width: 763px) { #gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 { display:block; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIaNBM12Dt1ZVMN4MpTMkbuw1TQr2PyN { width:7.3125rem;height:5.125rem;top:19.875000715256rem;left:0.18671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx9hq3QsmTQ1dEb1twiDBssAgNiTXmkF { width:10.8125rem;height:5.84766875rem;top:19.875000715256rem;left:9.0625003576281rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VR6f2gssbZNdRKMT4wmuyNXDnNH3PbIx { width:17.5rem;height:2.625rem;top:27.374999761581rem;left:1.25rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #fUIR9zx2NXvf1AVsbFCLcCcca8dAAKM4 { display:block; }
 }@media only screen and (max-width: 763px) { #geBTPrTul8XiWNrocHMM4ZTNEbqxyVuQ { width:20rem;height:13.640625rem;top:3.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVBcEXbsnS56DnRDQWkZdGDXTfzTfkTp { width:20rem;height:1.1rem;top:1.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D4CNIfAckmTMCDQiAHc13uQaaKOdQh1T { display:none; }#D4CNIfAckmTMCDQiAHc13uQaaKOdQh1T > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Geb6z3yushPHIsS9LloEdxevTL0FTv69 { width:20rem;height:1.1rem;top:2.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROEBN2U5i8LV9n0B9scOh531uaT5ib67 { width:20rem;height:0.0625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgyprzznXdgyCrsTMTT2riTinXyLDNvA { width:1.0625rem;height:2.1875rem;top:31.187500953674rem;left:10.187500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #emeT0kcSUOWnrZTDLc9C3WTWoEAdz55R { width:1.0625rem;height:2.1875rem;top:35rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBD7RoMdUgGdgu1OVrssTgt8kGP2KTBe { width:20rem;height:1.1rem;top:13.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rccV4TFm3f8vwRTInP07STuWxUSCNHqh { width:20rem;height:0.0625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0lVww6OygCI66n2Eb1UI6xolMgPPxg { width:20rem;height:0.0625rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpW2EFAPc1piqez3hLCSObKNaAK2wJXp { width:1.0625rem;height:2.1875rem;top:42.0875rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmyNuKSlue1Wq3miTmDJogmcaUw3yzta { width:13.75rem;height:2.2rem;top:18.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULyJkNNKQRQTBVonF6FSkMdoDmeVkbBE { width:20rem;height:3.9rem;top:6.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP8DNByGnbOH9y6eTUmZM188ygLsubRI { top:2.9375rem;left:18.8125rem;width:1.1875rem;height:0.625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zqSykbokP8tM9pvU5n2ubBgIpfZFN7Tr { top:14.125rem;left:18.8125rem;width:1.1875rem;height:0.6875rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LX6tvFDD6PqeA1BEHRFqfbyX4oJpglyZ { top:19.125rem;left:18.8125rem;width:1.1875rem;height:0.6875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lKAS9KsxlOKOzfECL038AZ1TmCTkv8Wd { width:20rem;height:29.875rem;top:23.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe { display:block; }#cO1Lgsb7lzgX4pZHlfQlVAK7V7HuQfUe > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLxepeuDZPLWIiRuacpQDx2V2LGGoJWs { width:20rem;height:5.68359375rem;top:4.0000004768372rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRxGWwf131BKrPBEPZsUC2i23gPDWuIH { top:2.9375rem;left:18.8125rem;width:1.1875rem;height:0.625rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p2vzqRdTd8MgoTwqmgFxz6SHG8GV2M7T { top:14.125rem;left:18.8125rem;width:1.1875rem;height:0.6875rem;z-index:15028;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hPHeKsSvTftdnFbRVkddTUy13qGHfQop { top:19.125rem;left:18.8125rem;width:1.1875rem;height:0.6875rem;z-index:15029;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oaCX35KvwmVpdyTNuByLxUZRcMXrUu1U { width:20rem;height:29.875rem;top:23.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHMDcISeeIpIyymkyJvBftQfxAxHmqfa { width:20rem;height:1.1rem;top:2.3750004768372rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J4HfAribDa9TT2nQb8bUXlsvIop4Nodq { width:20rem;height:23.8125rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oicT7mC1PPWMvRBhqsi6MC407fbWh8bD { width:20rem;height:23.8125rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nswgtc8WB5XVwDPtiRKiJqfwsMJktvVU { width:20rem;height:12.50390625rem;top:12.749219417572rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVqezO6zydgpQVWlmJCoqTWTHNLvUNKT { width:20rem;height:1.1rem;top:11.086711406708rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kF7c0En4e1EOpiF9lKTT2U7tL52AAP4W { width:20rem;height:12.50390625rem;top:29.062500566244rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkBzRlZyG5iyJfNtCKnR647bOVPRJcs6 { width:20rem;height:1.1rem;top:27.400008678436rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03ed2984-5dc3-4d4b-8263-01f602b06cc9/fale_com_especialista.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV.adaptive-delivery-prevent-bg, #Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV.lazyload, #Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV.lazyloading { background-image: none; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container { background-color: transparent; background-image: none; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container > .video-iframe-container { display: none; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row > .video-iframe-container { display: none; }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .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); }#Dwo4APbV9sDTJpoufFu4EDKo4MpcUJeV > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpFdFvTxf4vvqPKUEJErKHasVuhZs8xC { width:12.75rem;height:2.6rem;top:7.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mt1spK3rzeTnxJo2PylI4qAi20zfTDed { width:15.3125rem;height:2.25rem;top:18.311718940735rem;left:0rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #T1kUoaPMuEQQEPMHzv9CJym6SSZ1H8f3 { display:block; }
 }@media only screen and (max-width: 763px) { #ohWNCCgTtHzIt2hbKkiJTfgyZKINdsmC { width:20rem;height:6.8203125rem;top:10.562500953674rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection { display:block; } #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection *:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="text"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="email"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection input[type="tel"]:focus-visible, #LMhgx5iaPkc0frnA6PuTlfqk1gQrTTJi.widget-smartsection textarea:focus-visible { outline: none; } #FiJ0usTZ4uQLTD9RSoCxtoNKaZLlfpsl > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }