.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/d258224b-ef7a-45fa-889a-90640c8e813b/maquinas_pesadas_minicarregadeira.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; }
#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.5625rem;width:33rem;top:17.8125rem;left:0rem;overflow:hidden;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.5625rem;width:75rem;position:relative;display:block; }#rE1xb2NZrWAdU13Wc0eZZAPqPymZW5kA { color:#004042;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.000001907349rem;height:8.7715rem;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:5.875rem;left:40rem;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:20.875rem;left:40rem;display:block; }
#qkTby0afxHQI2iCOxiZt9wepiZTTayoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:30.125rem;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:30.0625rem;width:33.6875rem;top:0.0625rem;left:40.000001907349rem;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:5.0625rem;left:1.25rem;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.625rem;left:1.25rem;overflow:hidden;display:block; }
#KUopSoVXvBRUf1wc5brxCiMAaT3o2NMw { 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:15017;text-align:center;text-align-last:center;top:17.5625rem;left:1.25rem;display:block; }
#KGfONZWWM8scT18oBPJJKLTHG2y9HlcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#eWfbJhTZzZqTQ8FNJVNWguDw3tfy6Lsr { color:#616160;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12rem;left:10.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWLXfxzmgN1QPycl1mOiA2gJ31w58zeq { color:#004042;display:block;width:35rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:2.4374995231628rem;left:1.25rem;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; }
#p8bAT1LXN5MLaZqz0yhdBcqsTsBT5I6e { position:absolute;display:block;z-index:15036;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.625rem;width:2.625rem;top:8.4375rem;left:16.25rem;overflow:hidden;display:block; }
#i5tOuHm6Z2bkqF7mmEZWhlqzmZXkT5y2 { color:#616160;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:14.6875rem;left:10rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ultcJWL2c2x5nx3A2e1W4L59k1TLuE0E { color:#616160;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.1875rem;left:51.25rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#mzzK9a9xidaSG83VwMzMpuvvitswKlBu { color:#616160;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.5rem;left:53.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XnwMUpHT4z1PsUJfDrweNLTXERaAG0LI { position:absolute;display:block;z-index:15042;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.625rem;width:2.625rem;top:8.6875rem;left:58.75rem;overflow:hidden;display:none; }
#HDvXmgUViNWlaLcpvmKwnB842q7rgktf { color:#616160;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.1875rem;left:51.25rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#hbHA66XKg3HxTXHTbFa4KVmGeIqnW4eJ { color:#616160;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.5rem;left:53.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#p4VGMPD90ulzwMXi3Hlkicrmn8Ad8Lha { position:absolute;display:block;z-index:15042;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.625rem;width:2.625rem;top:8.6875rem;left:58.75rem;overflow:hidden;display:none; }
#cNW4ONuBJNVkFmoqT9PHB1tLX9teZ7wl { position:absolute;display:block;z-index:15042;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.625rem;width:2.625rem;top:8.6875rem;left:58.75rem;overflow:hidden;display:none; }
#xDnnTuwDtaPyIiEwgwocmeevtH1rGIN8 { color:#616160;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.5rem;left:53.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ek9JoCPC2WNJ5qn1SIDuqx3nTXWv9dfb { color:#616160;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.1875rem;left:51.25rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#IUVmBg8FMQrwdZB2Av5hz8cehTkCxKTs { color:#616160;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.1875rem;left:51.25rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#inEkKNZsyVTUF4td15lLEMRknG09ggA5 { color:#616160;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.5rem;left:53.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#D1grXmTTpqCEu67oqtTIRuNZETApHJLl { position:absolute;display:block;z-index:15042;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.625rem;width:2.625rem;top:8.6875rem;left:58.75rem;overflow:hidden;display:none; }
#u7nxHht4U1iykQa1Oad3eAxHKuT92xGl { color:#616160;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.1875rem;left:51.25rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#JLGzozMS8OJWwIApd3lE6SqEaFtV3C46 { color:#616160;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.5rem;left:53.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zxOPa3P4GNgeAGpcb1cK58ismokPTkhT { position:absolute;display:block;z-index:15042;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.625rem;width:2.625rem;top:8.6875rem;left:58.75rem;overflow:hidden;display:none; }
#SrJP6E56pL3HvpaTTclnoDXNWQDwZd0r { color:#616160;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:12.1875rem;left:30.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sioUpC6p3o1iuIVZJVwlm6teOrQglKda { position:absolute;display:block;z-index:15039;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.625rem;width:2.625rem;top:8.625rem;left:36.1875rem;overflow:hidden;display:block; }
#wpRmAHllpgNIVKgyEHTT1qCCGV4eN82R { color:#616160;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:14.6875rem;left:30rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#xbQNC3uDNA6wQvmia8hOu6DaGTN9IGZA { color:#616160;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:12rem;left:50.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fETrcurTR9Q6f3bThcGmb6kdFpJV3BVk { position:absolute;display:block;z-index:15042;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.625rem;width:2.625rem;top:8.4375rem;left:56.125rem;overflow:hidden;display:block; }
#Fc3E3qhyJ2LAnvTxnLeCCKkvdQn5hRx5 { color:#616160;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:14.6875rem;left:50rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#TF9NC4eK0LNuZZ428a8TwC5U62Sxwxp6 { color:#616160;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:29.9375rem;left:20rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#f2wegvZ3sN16kd7hWUe4TQTBIxBJQOni { color:#616160;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.2;letter-spacing:0;top:29.9375rem;left:40.000001907349rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#rPBXSn0G4gmvJJeQTzmLgCRZ3TK2Zead { color:#616160;display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:29.9375rem;left:59.812498092651rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#ncHFzuqnE41Nwr2RfTaC88ZdK8FAgyLc { color:#616160;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:29.9375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#wtFwbb9s5FoG1uavcftqyHppK75NXRFX { color:#616160;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:27.25rem;left:0.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KatgNq1vzABTL4FcKcAgfVNyhANfiSMh { color:#616160;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:27.4375rem;left:20.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NhPUqJHveBTblTH6bKR4RAOZsf5uOGTK { color:#616160;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.1;letter-spacing:0;top:27.25rem;left:41.125001907349rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrNDEO9aHXQ1vdB6FpKQvWx0mxFEPSca { color:#616160;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:27.25rem;left:59.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmEu4eo0A1rTwX7c00VxTPczTX44QOev { position:absolute;display:block;z-index:15051;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.625rem;width:2.625rem;top:23.875rem;left:26.1875rem;overflow:hidden;display:block; }
#CLRAu8pFqUz2wBLVmBMnzsSduE6yJvD5 { position:absolute;display:block;z-index:15048;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.625rem;width:2.625rem;top:23.6875rem;left:6.25rem;overflow:hidden;display:block; }
#BPwQQGITLaB967INThcZcavU2x41lTZR { position:absolute;display:block;z-index:15054;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.625rem;width:2.625rem;top:23.6875rem;left:46.125rem;overflow:hidden;display:block; }
#TJBmQmHv8Qq5egeqZQf1z62Z84PJHhbI { position:absolute;display:block;z-index:15057;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.625rem;width:2.625rem;top:23.6875rem;left:66.25rem;overflow:hidden;display:block; }
#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 { 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; }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row .container { background-color: transparent; background-image: none; }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row .container > .video-iframe-container { display: none; }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row > .video-iframe-container { display: none; }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .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); }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row .container { border-width: 0; border-radius: 0; }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#LWB53kQur5lT0yzPyBJS03pyB7awPItr { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.5rem;left:4.3125rem;height:18.28125rem;display:block; }
#csByQx99hegJZc8fTb8X3KDMlwrQTMJQ { 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; }
#iV90XK5ExgdUaTGyr7ltWigEQBx8ar8Z { 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; }
#JroR8ByQmTqVwfRcJMqVxleyR7tX60D6 { 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; }
#VrsQT5zKla1AVaurBH55CENvZ4WL6FLT { position:absolute;display:block;z-index:14999;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:26rem;width:21.375rem;top:1.375rem;left:3.0625rem;display:block; }
#NlmIgDD4uTIHH6AryZ4q2KXsAwxyzqy9 { color:#ffffff;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; }
#SEtT4mMwlg92bWlDPXtcMF3sA0whSEMy { position:absolute;display:block;z-index:15000;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:26.0625rem;width:21.375rem;top:1.375rem;left:26.812501907349rem;display:block; }
#lbTX7JoDvcHwx1VRCWGbw4p5TaqIbti4 { position:absolute;display:block;z-index:15001;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:26.125rem;width:21.375rem;top:1.375rem;left:50.562501907349rem;display:block; }
#C49wHbwwIAFRI1X5TPcS8d7IQwT4WgZ8 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.5rem;left:28.0625rem;height:14.625rem;display:block; }
#q5TTA13q2btIsxXRFuyepQ4M9IvXCoK9 { color:#ffffff;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; }
#m94rTtC0hPpW1iCTX2rpexevNTkmTave { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.5rem;left:51.8125rem;height:14.625rem;display:block; }
#qCwMSUeOcTSdDJ7TxTEt5aLPx9ZtF8Te { color:#ffffff;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; }
#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row .container { background-color: transparent; background-image: none; }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row .container > .video-iframe-container { display: none; }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row > .video-iframe-container { display: none; }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .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); }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row .container { border-width: 0; border-radius: 0; }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#bMlZq90RZtZTEbV6UhdQzchM2Qmqv90v { color:#004042;display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:2rem;left:38.750001907349rem;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; }
#nSoVWcA7cpMikB8MkBVPzODlKOWATknv { color:#004042;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:8rem;left:38.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Wm1lU1KmdxqM9EfmC8DAxDTz6HnVHeQh { position:absolute;display:block;z-index:15025;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:8.8125rem;top:7.375rem;left:38.750001907349rem;display:block; }
#T9p3Q7XNgXNniqiBPqT3wK6pKcUpgt5O { color:#004042;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:8rem;left:48.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DsCsB8MtHogkIolSPbRSs39UxisSmH6B { position:absolute;display:block;z-index:15027;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:17.4375rem;top:7.375rem;left:48.750001907349rem;display:block; }
#OXPrynUGnenJBEass8TdiTbSi1rqdR4T { position:absolute;display:block;z-index:15027;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:5rem;top:7.375rem;left:67.56249809265rem;display:block; }
#y29r0Xqp1fog2XrVSOf7tSRx7M1zJBWX { color:#004042;display:block;width:4.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:8rem;left:67.56249809265rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#u0ge8lE5qO5PGEBhcK2NQyeT41McZLDC { position:absolute;display:block;z-index:15031;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:11.25rem;top:11.125rem;left:56.312498092651rem;display:block; }
#T3ezJdmovfXqo1ibrAMukcWCdObuO8Mb { color:#004042;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:11.75rem;left:56.249998092651rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cKexSlc7fGdVgTBFiktm2cabiv990492 { position:absolute;display:block;z-index:15029;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:16.3125rem;top:11.125rem;left:38.750001907349rem;display:block; }
#Extmri9TJwOiZEz1PRd3EA0antTbTl4u { color:#004042;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:11.75rem;left:38.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XOhGiqgDei37NtBysB6LXwJ2fBVBrk2E { position:absolute;display:block;z-index:15033;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:10rem;top:14.875rem;left:38.750001907349rem;display:block; }
#TBvdEHl8LaMq4Z09aPA3icpeVz8c9wEc { color:#004042;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:15.5rem;left:38.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#P5w0bZIkxSRdzJzHrMMx4fma8GJCkuyV { color:#004042;display:block;width:8.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:15.5rem;left:50.000001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#WpByqQdsbwlBCRxvSR7gAn4oli0eVmiI { position:absolute;display:block;z-index:15035;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:8.75rem;top:14.875rem;left:50.062501907349rem;display:block; }
#HT7opttG2thVWDog4Peu3uqgwaU7Cqhe { color:#004042;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:15.5rem;left:59.999998092651rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NrtWMb6WKmdAE5ioPRht72qzcczlTeCS { position:absolute;display:block;z-index:15037;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:10.0625rem;top:14.875rem;left:60.062498092651rem;display:block; }
#TXvIx0iHCgl7KIwVoSyzkmm61GBrPKti { color:#004042;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:19.25rem;left:38.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#eeDIbTulPGoq4ka3E57G8RVHKVTFERJ1 { position:absolute;display:block;z-index:15033;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:16.3125rem;top:18.625rem;left:38.750001907349rem;display:block; }
#dvLwxGPvKUiAlBI71oMR9wRVHnFU3ac5 { position:absolute;display:block;z-index:15035;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:7.5rem;top:18.625rem;left:56.249998092651rem;display:block; }
#G21KwCJDH9ZTTLui9HXRdcZictEbFyR1 { color:#004042;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:19.25rem;left:56.249998092651rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#J2tdD8ndKlt2SAmir33QhGTqpGoGMU8n { color:#004042;display:block;width:8.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:23rem;left:38.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mTpZzUvOBh8xgKztPlzcGeTrAN9INa6t { position:absolute;display:block;z-index:15039;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:8.8125rem;top:22.375rem;left:38.750001907349rem;display:block; }
#TQxdxynpJIVAdQdQNs6OzbW8HPDTcT9B { position:absolute;display:block;z-index:15041;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:8.75rem;top:22.375rem;left:48.812501907349rem;display:block; }
#gGtLItMKMrwTZi6d3tcsKgrMyKTQxEzL { color:#004042;display:block;width:8.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:23rem;left:48.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HMEBkrIBrqX8mLBgNt1NMyy2qoRE2ATl { position:absolute;display:block;z-index:15043;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:6.25rem;top:22.375rem;left:58.812498092651rem;display:block; }
#ryHoUzSxfS6sevFzIm6kWhA6uB60iqT8 { color:#004042;display:block;width:6.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:23rem;left:58.749998092651rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QLZIz9syOqTg02Tw9iwpouV6CcRL2NRl { 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:15018;text-align:center;text-align-last:center;top:26.125rem;left:38.750001907349rem;display:block; }
#A1nGogUUGpa8KyOl5h2dE0DBJW6uXe1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkznLqfG0VXEfAPV5z1KS1MoheSVhdeV { position:absolute;display:block;z-index:15062;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:30.1875rem;width:35.0625rem;top:0.0625rem;left:0rem;overflow:hidden;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:21.375rem;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:3.8984375rem;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:5.84765625rem;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; } #bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .row .container { background-color: transparent; background-image: none; }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .row .container > .video-iframe-container { display: none; }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .row > .video-iframe-container { display: none; }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .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); }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .row .container { border-width: 0; border-radius: 0; }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .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) { #uhGBdtwh2aFywkUJsx3BlR4K8XmAh7ze { top:17.8125rem;left:0rem;width:33rem;height:29.5625rem;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:8.75rem;left:14rem;width:32.5625rem;height:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHmzUNaWS0LggZhzrZJR6FEtF4LLRRBu { top:5.875rem;left:16.0625rem;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:20.875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTby0afxHQI2iCOxiZt9wepiZTTayoQ { 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:0.0625rem;left:14.0625rem;width:33.6875rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mux4p9KWGVsxo7lwEdNE0vPfqIuCqbr7 { top:5.0625rem;left:0rem;width:30.0625rem;height:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz5HFx09u2ODpppfwWRb9EMhybQu0wy9 { top:22.625rem;left:0rem;width:34.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUopSoVXvBRUf1wc5brxCiMAaT3o2NMw { width:16.5625rem;height:2.625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGfONZWWM8scT18oBPJJKLTHG2y9HlcW { 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) { #eWfbJhTZzZqTQ8FNJVNWguDw3tfy6Lsr { top:12rem;left:0rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWLXfxzmgN1QPycl1mOiA2gJ31w58zeq { top:2.375rem;left:0rem;width:35rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8bAT1LXN5MLaZqz0yhdBcqsTsBT5I6e { top:8.4375rem;left:2.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5tOuHm6Z2bkqF7mmEZWhlqzmZXkT5y2 { top:14.6875rem;left:0rem;width:15rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ultcJWL2c2x5nx3A2e1W4L59k1TLuE0E { top:16.1875rem;left:30.25rem;width:17.5rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzzK9a9xidaSG83VwMzMpuvvitswKlBu { top:13.5rem;left:35.1875rem;width:12.5625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnwMUpHT4z1PsUJfDrweNLTXERaAG0LI { top:8.6875rem;left:45.125rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDvXmgUViNWlaLcpvmKwnB842q7rgktf { top:58.6875rem;left:0rem;width:15.0625rem;height:2.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbHA66XKg3HxTXHTbFa4KVmGeIqnW4eJ { top:56.25rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4VGMPD90ulzwMXi3Hlkicrmn8Ad8Lha { top:8.6875rem;left:45.125rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNW4ONuBJNVkFmoqT9PHB1tLX9teZ7wl { top:8.6875rem;left:45.125rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDnnTuwDtaPyIiEwgwocmeevtH1rGIN8 { top:56.25rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ek9JoCPC2WNJ5qn1SIDuqx3nTXWv9dfb { top:59.9375rem;left:0rem;width:15.0625rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUVmBg8FMQrwdZB2Av5hz8cehTkCxKTs { top:82.4375rem;left:0rem;width:15.0625rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #inEkKNZsyVTUF4td15lLEMRknG09ggA5 { top:80rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1grXmTTpqCEu67oqtTIRuNZETApHJLl { top:8.6875rem;left:45.125rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7nxHht4U1iykQa1Oad3eAxHKuT92xGl { top:94.9375rem;left:0rem;width:15.0625rem;height:2.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLGzozMS8OJWwIApd3lE6SqEaFtV3C46 { top:92.5rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxOPa3P4GNgeAGpcb1cK58ismokPTkhT { top:8.6875rem;left:45.125rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrJP6E56pL3HvpaTTclnoDXNWQDwZd0r { top:12.1875rem;left:16.4375rem;width:15.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sioUpC6p3o1iuIVZJVwlm6teOrQglKda { top:8.625rem;left:22.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpRmAHllpgNIVKgyEHTT1qCCGV4eN82R { top:14.6875rem;left:16.375rem;width:15rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQNC3uDNA6wQvmia8hOu6DaGTN9IGZA { top:12rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fETrcurTR9Q6f3bThcGmb6kdFpJV3BVk { top:8.4375rem;left:42.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc3E3qhyJ2LAnvTxnLeCCKkvdQn5hRx5 { top:14.6875rem;left:32.625rem;width:15.125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF9NC4eK0LNuZZ428a8TwC5U62Sxwxp6 { top:29.9375rem;left:6.375rem;width:15rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2wegvZ3sN16kd7hWUe4TQTBIxBJQOni { top:29.875rem;left:26.375001907349rem;width:15rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPBXSn0G4gmvJJeQTzmLgCRZ3TK2Zead { top:29.9375rem;left:32.5625rem;width:15.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncHFzuqnE41Nwr2RfTaC88ZdK8FAgyLc { top:29.9375rem;left:0rem;width:15rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtFwbb9s5FoG1uavcftqyHppK75NXRFX { top:27.25rem;left:0rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KatgNq1vzABTL4FcKcAgfVNyhANfiSMh { top:27.4375rem;left:6.4375rem;width:15.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhPUqJHveBTblTH6bKR4RAOZsf5uOGTK { top:27.25rem;left:27.500001907349rem;width:12.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrNDEO9aHXQ1vdB6FpKQvWx0mxFEPSca { top:27.25rem;left:32.6875rem;width:15.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmEu4eo0A1rTwX7c00VxTPczTX44QOev { top:23.875rem;left:12.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRAu8pFqUz2wBLVmBMnzsSduE6yJvD5 { top:23.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPwQQGITLaB967INThcZcavU2x41lTZR { top:23.6875rem;left:32.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJBmQmHv8Qq5egeqZQf1z62Z84PJHhbI { top:23.6875rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 { display:block; }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWB53kQur5lT0yzPyBJS03pyB7awPItr { top:6.5rem;left:0rem;width:18.75rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csByQx99hegJZc8fTb8X3KDMlwrQTMJQ { width:1.1875rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iV90XK5ExgdUaTGyr7ltWigEQBx8ar8Z { width:1.1875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JroR8ByQmTqVwfRcJMqVxleyR7tX60D6 { width:1.1875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrsQT5zKla1AVaurBH55CENvZ4WL6FLT { top:1.375rem;left:0rem;width:21.375rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlmIgDD4uTIHH6AryZ4q2KXsAwxyzqy9 { top:2.625rem;left:0rem;width:20.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEtT4mMwlg92bWlDPXtcMF3sA0whSEMy { top:1.375rem;left:13.187501907349rem;width:21.375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTX7JoDvcHwx1VRCWGbw4p5TaqIbti4 { top:1.375rem;left:26.375rem;width:21.375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C49wHbwwIAFRI1X5TPcS8d7IQwT4WgZ8 { top:6.5rem;left:14.437501907349rem;width:18.75rem;height:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5TTA13q2btIsxXRFuyepQ4M9IvXCoK9 { top:2.625rem;left:14.437501907349rem;width:20.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m94rTtC0hPpW1iCTX2rpexevNTkmTave { top:6.5rem;left:29rem;width:18.75rem;height:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCwMSUeOcTSdDJ7TxTEt5aLPx9ZtF8Te { top:2.625rem;left:27.625rem;width:20.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq { display:block; }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMlZq90RZtZTEbV6UhdQzchM2Qmqv90v { top:2rem;left:13.9375rem;width:33.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSoVWcA7cpMikB8MkBVPzODlKOWATknv { top:8rem;left:25.125001907349rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm1lU1KmdxqM9EfmC8DAxDTz6HnVHeQh { top:7.375rem;left:25.125001907349rem;width:8.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9p3Q7XNgXNniqiBPqT3wK6pKcUpgt5O { top:8rem;left:30.3125rem;width:17.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsCsB8MtHogkIolSPbRSs39UxisSmH6B { top:7.375rem;left:30.3125rem;width:17.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPrynUGnenJBEass8TdiTbSi1rqdR4T { top:7.375rem;left:42.75rem;width:5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y29r0Xqp1fog2XrVSOf7tSRx7M1zJBWX { top:8rem;left:42.8125rem;width:4.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ge8lE5qO5PGEBhcK2NQyeT41McZLDC { top:11.125rem;left:36.5rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ezJdmovfXqo1ibrAMukcWCdObuO8Mb { top:11.75rem;left:36.4375rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKexSlc7fGdVgTBFiktm2cabiv990492 { top:11.125rem;left:25.125001907349rem;width:16.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Extmri9TJwOiZEz1PRd3EA0antTbTl4u { top:11.75rem;left:25.125001907349rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOhGiqgDei37NtBysB6LXwJ2fBVBrk2E { top:14.875rem;left:25.125001907349rem;width:10rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBvdEHl8LaMq4Z09aPA3icpeVz8c9wEc { top:15.5rem;left:25.125001907349rem;width:10.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5w0bZIkxSRdzJzHrMMx4fma8GJCkuyV { top:15.5rem;left:36.375001907349rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpByqQdsbwlBCRxvSR7gAn4oli0eVmiI { top:14.875rem;left:36.437501907349rem;width:8.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT7opttG2thVWDog4Peu3uqgwaU7Cqhe { top:15.5rem;left:37.6875rem;width:10.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrtWMb6WKmdAE5ioPRht72qzcczlTeCS { top:14.875rem;left:37.6875rem;width:10.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXvIx0iHCgl7KIwVoSyzkmm61GBrPKti { top:19.25rem;left:25.125001907349rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDIbTulPGoq4ka3E57G8RVHKVTFERJ1 { top:18.625rem;left:25.125001907349rem;width:16.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvLwxGPvKUiAlBI71oMR9wRVHnFU3ac5 { top:18.625rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21KwCJDH9ZTTLui9HXRdcZictEbFyR1 { top:19.25rem;left:40.125rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2tdD8ndKlt2SAmir33QhGTqpGoGMU8n { top:23rem;left:25.125001907349rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpZzUvOBh8xgKztPlzcGeTrAN9INa6t { top:22.375rem;left:25.125001907349rem;width:8.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQxdxynpJIVAdQdQNs6OzbW8HPDTcT9B { top:22.375rem;left:35.187501907349rem;width:8.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGtLItMKMrwTZi6d3tcsKgrMyKTQxEzL { top:23rem;left:35.125001907349rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMEBkrIBrqX8mLBgNt1NMyy2qoRE2ATl { top:22.375rem;left:41.5rem;width:6.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryHoUzSxfS6sevFzIm6kWhA6uB60iqT8 { top:23rem;left:41.5rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZIz9syOqTg02Tw9iwpouV6CcRL2NRl { width:16.5625rem;height:2.625rem;top:26.125rem;left:25.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1nGogUUGpa8KyOl5h2dE0DBJW6uXe1T { display:block; }
 }@media only screen and (max-width: 763px) { #FkznLqfG0VXEfAPV5z1KS1MoheSVhdeV { top:0.0625rem;left:0rem;width:35.0625rem;height:30.1875rem;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:21.375rem;height:3.875rem;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.3125rem;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; } #bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .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/a68d301c-e1b4-4b7a-9fa3-91def13d0757/maquinas_pesadas_minicarregadeira.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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbGAnw7zetRQhGB0LV2fOidt1BtuiErd { width:16.875rem;height:1.2375rem;top:14.01171875rem;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) { #uhGBdtwh2aFywkUJsx3BlR4K8XmAh7ze { width:19.5625rem;height:17.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg { display:block; }#t9810PpaJ7d0zf8rhMi7f5nwqEFr6gCg > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE1xb2NZrWAdU13Wc0eZZAPqPymZW5kA { width:20rem;height:10.2375rem;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:15rem;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) { #HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL { display:block; }#HFFgMsZ0KBrwSi2dBcyhfO5LPM8IWghL > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRRRfGuSpAzd0XTceCm5qG5ksQzrKB2C { width:20rem;height:17.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mux4p9KWGVsxo7lwEdNE0vPfqIuCqbr7 { width:20rem;height:6.6rem;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) { #KUopSoVXvBRUf1wc5brxCiMAaT3o2NMw { width:17.5625rem;height:2.625rem;top:27.4375rem;left:1.25rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #KGfONZWWM8scT18oBPJJKLTHG2y9HlcW { display:block; }
 }@media only screen and (max-width: 763px) { #gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 { display:block; }#gl0qlFOh6ZVmS4dG3zAaEJJJQMqmTSu4 > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWfbJhTZzZqTQ8FNJVNWguDw3tfy6Lsr { width:20rem;height:1.1375rem;top:9.8000030517575rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWLXfxzmgN1QPycl1mOiA2gJ31w58zeq { width:20rem;height:3.3rem;top:1.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8bAT1LXN5MLaZqz0yhdBcqsTsBT5I6e { width:2.5rem;height:2.5rem;top:6.0625rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5tOuHm6Z2bkqF7mmEZWhlqzmZXkT5y2 { width:19.9375rem;height:3.65625rem;top:11.0625rem;left:0.061718761920929rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ultcJWL2c2x5nx3A2e1W4L59k1TLuE0E { width:19.9375rem;height:3.65625rem;top:32.3125rem;left:1.1920928955078E-7rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #mzzK9a9xidaSG83VwMzMpuvvitswKlBu { width:20rem;height:1.1375rem;top:31.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #XnwMUpHT4z1PsUJfDrweNLTXERaAG0LI { width:2.5rem;height:2.5rem;top:27.3125rem;left:8.75rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #HDvXmgUViNWlaLcpvmKwnB842q7rgktf { width:19.875rem;height:2.4375rem;top:42.3125rem;left:1.1920928955078E-7rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #hbHA66XKg3HxTXHTbFa4KVmGeIqnW4eJ { width:20rem;height:1.1375rem;top:41.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #p4VGMPD90ulzwMXi3Hlkicrmn8Ad8Lha { width:2.5rem;height:2.5rem;top:37.3125rem;left:8.75rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #cNW4ONuBJNVkFmoqT9PHB1tLX9teZ7wl { width:2.5rem;height:2.5rem;top:46.0625rem;left:8.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #xDnnTuwDtaPyIiEwgwocmeevtH1rGIN8 { width:20rem;height:1.1375rem;top:49.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #ek9JoCPC2WNJ5qn1SIDuqx3nTXWv9dfb { width:19.8125rem;height:4.875rem;top:51.0625rem;left:0.062500119209287rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #IUVmBg8FMQrwdZB2Av5hz8cehTkCxKTs { width:19.9375rem;height:4.875rem;top:63.562500953675rem;left:1.1920928955078E-7rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #inEkKNZsyVTUF4td15lLEMRknG09ggA5 { width:20rem;height:1.1375rem;top:61.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #D1grXmTTpqCEu67oqtTIRuNZETApHJLl { width:2.5rem;height:2.5rem;top:57.3125rem;left:8.75rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #u7nxHht4U1iykQa1Oad3eAxHKuT92xGl { width:20rem;height:3.65625rem;top:74.812499046325rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #JLGzozMS8OJWwIApd3lE6SqEaFtV3C46 { width:20rem;height:1.1375rem;top:73.562504768369rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #zxOPa3P4GNgeAGpcb1cK58ismokPTkhT { width:2.5rem;height:2.5rem;top:69.8125rem;left:8.75rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #SrJP6E56pL3HvpaTTclnoDXNWQDwZd0r { width:19.9375rem;height:1.1375rem;top:19.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sioUpC6p3o1iuIVZJVwlm6teOrQglKda { width:2.625rem;height:2.625rem;top:89.8125038147rem;left:11.125000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpRmAHllpgNIVKgyEHTT1qCCGV4eN82R { width:19.875rem;height:4.875rem;top:21.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbQNC3uDNA6wQvmia8hOu6DaGTN9IGZA { width:15rem;height:0;top:109.25000762939rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fETrcurTR9Q6f3bThcGmb6kdFpJV3BVk { width:2.625rem;height:2.625rem;top:16.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc3E3qhyJ2LAnvTxnLeCCKkvdQn5hRx5 { width:15.125rem;height:0;top:118.98125762939rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TF9NC4eK0LNuZZ428a8TwC5U62Sxwxp6 { width:15rem;height:0;top:154.63125762939rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f2wegvZ3sN16kd7hWUe4TQTBIxBJQOni { width:15rem;height:0;top:161.97500762939rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rPBXSn0G4gmvJJeQTzmLgCRZ3TK2Zead { width:15.1875rem;height:0;top:166.82500762939rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ncHFzuqnE41Nwr2RfTaC88ZdK8FAgyLc { width:15rem;height:0;top:149.72500762939rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wtFwbb9s5FoG1uavcftqyHppK75NXRFX { width:15rem;height:0;top:139.38750762939rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KatgNq1vzABTL4FcKcAgfVNyhANfiSMh { width:15.0625rem;height:0;top:141.77500762939rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NhPUqJHveBTblTH6bKR4RAOZsf5uOGTK { width:12.5rem;height:0;top:144.16250762939rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yrNDEO9aHXQ1vdB6FpKQvWx0mxFEPSca { width:15.0625rem;height:0;top:147.33750762939rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KmEu4eo0A1rTwX7c00VxTPczTX44QOev { width:2.625rem;height:2.625rem;top:127.76250762939rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLRAu8pFqUz2wBLVmBMnzsSduE6yJvD5 { width:2.625rem;height:2.625rem;top:123.88750762939rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPwQQGITLaB967INThcZcavU2x41lTZR { width:2.625rem;height:2.625rem;top:131.63750762939rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJBmQmHv8Qq5egeqZQf1z62Z84PJHhbI { width:2.625rem;height:2.625rem;top:135.51250762939rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 { display:block; }#luD93cgh3WMKzaL36mEnAWXrzAmk2hT7 > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWB53kQur5lT0yzPyBJS03pyB7awPItr { width:20rem;height:14.7875rem;top:4.9367184638977rem;left:0rem;font-size:0.875rem;color:#004042;display:block; }
 }@media only screen and (max-width: 763px) { #csByQx99hegJZc8fTb8X3KDMlwrQTMJQ { 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) { #iV90XK5ExgdUaTGyr7ltWigEQBx8ar8Z { 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) { #JroR8ByQmTqVwfRcJMqVxleyR7tX60D6 { 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) { #VrsQT5zKla1AVaurBH55CENvZ4WL6FLT { width:20rem;height:29.875rem;top:23.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlmIgDD4uTIHH6AryZ4q2KXsAwxyzqy9 { width:20rem;height:1.1rem;top:2.3750004768372rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#004042;display:block; }
 }@media only screen and (max-width: 763px) { #SEtT4mMwlg92bWlDPXtcMF3sA0whSEMy { width:20rem;height:26.0625rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbTX7JoDvcHwx1VRCWGbw4p5TaqIbti4 { width:20rem;height:26.125rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C49wHbwwIAFRI1X5TPcS8d7IQwT4WgZ8 { width:20rem;height:13.65rem;top:23.6875rem;left:0rem;font-size:0.875rem;color:#004042;display:block; }
 }@media only screen and (max-width: 763px) { #q5TTA13q2btIsxXRFuyepQ4M9IvXCoK9 { width:20rem;height:1.1rem;top:21.337500333786rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#004042;display:block; }
 }@media only screen and (max-width: 763px) { #m94rTtC0hPpW1iCTX2rpexevNTkmTave { width:20rem;height:13.65rem;top:41.187501907349rem;left:0rem;font-size:0.875rem;color:#004042;display:block; }
 }@media only screen and (max-width: 763px) { #qCwMSUeOcTSdDJ7TxTEt5aLPx9ZtF8Te { width:20rem;height:1.1rem;top:38.837501525879rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#004042;display:block; }
 }@media only screen and (max-width: 763px) { #wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq { display:block; }#wpLCr2I7lCsZoTIwMSvzeTG1tqOWvTAq > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMlZq90RZtZTEbV6UhdQzchM2Qmqv90v { width:20rem;height:2.2rem;top:18.562500476837rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nSoVWcA7cpMikB8MkBVPzODlKOWATknv { width:19.9375rem;height:1.1375rem;top:22.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wm1lU1KmdxqM9EfmC8DAxDTz6HnVHeQh { width:20rem;height:2.5rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9p3Q7XNgXNniqiBPqT3wK6pKcUpgt5O { width:20rem;height:1.1375rem;top:26.1875rem;left:-0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsCsB8MtHogkIolSPbRSs39UxisSmH6B { width:20rem;height:2.5rem;top:25.5625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPrynUGnenJBEass8TdiTbSi1rqdR4T { width:20rem;height:2.5rem;top:28.75rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y29r0Xqp1fog2XrVSOf7tSRx7M1zJBWX { width:19.8125rem;height:1.1375rem;top:29.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0ge8lE5qO5PGEBhcK2NQyeT41McZLDC { width:20rem;height:2.5rem;top:35.0625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ezJdmovfXqo1ibrAMukcWCdObuO8Mb { width:20rem;height:1.1375rem;top:35.6875rem;left:-0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKexSlc7fGdVgTBFiktm2cabiv990492 { width:20rem;height:2.5rem;top:31.875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Extmri9TJwOiZEz1PRd3EA0antTbTl4u { width:20rem;height:1.1375rem;top:32.5625rem;left:-0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOhGiqgDei37NtBysB6LXwJ2fBVBrk2E { width:20rem;height:2.5rem;top:38.3125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBvdEHl8LaMq4Z09aPA3icpeVz8c9wEc { width:20rem;height:1.1375rem;top:38.9375rem;left:-0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5w0bZIkxSRdzJzHrMMx4fma8GJCkuyV { width:20rem;height:1.1375rem;top:42.125rem;left:-0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpByqQdsbwlBCRxvSR7gAn4oli0eVmiI { width:20rem;height:2.5rem;top:41.4375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT7opttG2thVWDog4Peu3uqgwaU7Cqhe { width:20rem;height:1.1375rem;top:45.375rem;left:-0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrtWMb6WKmdAE5ioPRht72qzcczlTeCS { width:20rem;height:2.5rem;top:44.6875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXvIx0iHCgl7KIwVoSyzkmm61GBrPKti { width:20rem;height:1.1375rem;top:48.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeDIbTulPGoq4ka3E57G8RVHKVTFERJ1 { width:20rem;height:2.5rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvLwxGPvKUiAlBI71oMR9wRVHnFU3ac5 { width:20rem;height:2.5rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21KwCJDH9ZTTLui9HXRdcZictEbFyR1 { width:20rem;height:1.1375rem;top:51.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2tdD8ndKlt2SAmir33QhGTqpGoGMU8n { width:20rem;height:1.1375rem;top:54.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTpZzUvOBh8xgKztPlzcGeTrAN9INa6t { width:20rem;height:2.5rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQxdxynpJIVAdQdQNs6OzbW8HPDTcT9B { width:20rem;height:2.5rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGtLItMKMrwTZi6d3tcsKgrMyKTQxEzL { width:20rem;height:1.1375rem;top:57.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMEBkrIBrqX8mLBgNt1NMyy2qoRE2ATl { width:20rem;height:2.5rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryHoUzSxfS6sevFzIm6kWhA6uB60iqT8 { width:20rem;height:1.1375rem;top:61.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLZIz9syOqTg02Tw9iwpouV6CcRL2NRl { width:17.4375rem;height:2.625rem;top:64.875rem;left:1.3125001192093rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #A1nGogUUGpa8KyOl5h2dE0DBJW6uXe1T { display:block; }
 }@media only screen and (max-width: 763px) { #FkznLqfG0VXEfAPV5z1KS1MoheSVhdeV { width:20rem;height:17.21875rem;top:0.1875rem;left:0rem;z-index:15020;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:13.875rem;height:2.6rem;top:5.8125002384186rem;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:17.750001192093rem;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.825rem;top:9.6750004291537rem;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; } #bIKONrlfOqvIuBEIPvhknbGDkAeA5MJh > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }