.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:#333333;background-image:url("https://images.assets-landingi.com/uc/df1e4737-0feb-40f3-a3fe-842616ba87ef/1638380192163838014448sstoqueeecomorealizarumagestaoeficiente290220200951272232jpg_t.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(100deg, rgba(44,62,80,0.95), rgba(75,101,132,0.95));background-image: -moz-linear-gradient(100deg, rgba(44,62,80,0.95), rgba(75,101,132,0.95));background-image: -ms-linear-gradient(100deg, rgba(44,62,80,0.95), rgba(75,101,132,0.95));background-image: -o-linear-gradient(100deg, rgba(44,62,80,0.95), rgba(75,101,132,0.95));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22c3e50', endColorstr='#f24b6584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22c3e50', endColorstr='#f24b6584' );";background-image: linear-gradient(100deg, rgba(44,62,80,0.95), rgba(75,101,132,0.95));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container { background-color: transparent; background-image: none; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container > .video-iframe-container { display: none; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row > .video-iframe-container { display: none; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .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); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container { border-width: 0; border-radius: 0; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#bhFO2VcLIT6mDy2LVHFeHEPfDLOmadzE { background-color:#00b894;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:50px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20px;left:922px;display:block; }
#ZF3JE1sird8sTFDulURQfE9RxVcR6Q7b { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ip4fkIhHBn1vOyBAGFmTmTLZvt4Tesrg { position:absolute;display:block;z-index:15038;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:72px;width:93px;top:9px;left:12px;overflow:hidden;display:block; }
#uDKBmtXIRLeG92WTJPh2zml4utO8HMDd { color:#ffffff;display:block;width:125px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:32.25px;left:524px;height:25.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwyl5nTFFV9AZPAMIWO1fcoRH6K41niv { color:#ffffff;display:block;width:130px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:32.25px;left:395px;height:25.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfTgggc4o65TVvAxoxOficvSKiC7H3wf { color:#ffffff;display:block;width:131px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:32px;left:648px;height:25.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4kiim9gicZD228VCKG8L2aOKkCA7JOU { color:#ffffff;display:block;width:130px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:32px;left:779px;height:25.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));background-image: -moz-linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));background-image: -ms-linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));background-image: -o-linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#cc4b6584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#cc4b6584' );";background-image: linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container { background-color: transparent; background-image: none; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container > .video-iframe-container { display: none; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row > .video-iframe-container { display: none; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .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); }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container { border-width: 0; border-radius: 0; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container { width:1200px;height:750px;font-size:14px;font-family:arial;position:relative;display:block; }#BzhrM3hVwAtXcOopraOb9Al5KuEVr16K { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:322px;left:0px;height:21.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#PMs7xWOdC4Hc6Z2rzEALKllQkOaST3CJ { background-color:#00b894;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:378px;height:65px;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:562px;left:13px;display:block; }
#UpTsp3IAg6npUEDL9kenMn7lpiMhCOTf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ax7UCNPabufPgL3xsbBkQi49zhuQOtCM { color:#c12424;display:block;width:510px;position:absolute;font-family:poppins;font-size:67px;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:218px;left:13px;height:222.861px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#enAJAa6Xldpkq4Nz5ZkP2zvRvrJqVDtW { color:#ffffff;display:block;width:523px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:378px;left:13px;height:102px;font-style:normal;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; }
#TDps8czV7JrvSM6SXz0WkFC09nIUrK28 { color:#c12424;display:block;width:510px;position:absolute;font-family:"open sans";font-size:30px;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:179px;left:13px;height:60px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d191t9KPZygSftoyFlKi8AbnUalmf8Dt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row .container { background-color: transparent; background-image: none; }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row .container > .video-iframe-container { display: none; }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row > .video-iframe-container { display: none; }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .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); }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row .container { border-width: 0; border-radius: 0; }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row .container { font-size:14px;font-family:arial;height:150px;width:1200px;position:relative;display:block; }#QHRG38bTA9oFpTITuISezcURH6ouAt9w { color:#545454;display:block;width:1200px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row .container { background-color: transparent; background-image: none; }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row .container > .video-iframe-container { display: none; }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row > .video-iframe-container { display: none; }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .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); }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row .container { border-width: 0; border-radius: 0; }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row .container { font-size:14px;font-family:arial;height:193px;width:1200px;position:relative;display:block; }#iVd1ivHunHnxwgEgJsPHKrTv5wTPQmPZ { box-sizing:content-box;height:167px;width:290px;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:9px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:2px solid #2c3e50;border-left:2px solid #2c3e50;border-right:2px solid #2c3e50;border-bottom:2px solid #2c3e50;display:block; }
#mMRkJTTalEl21xnQdV1Dvf969aqvHgFC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:24px;left:130px; }
#i3HM1vVlCKV3qswOTF7KTvcIUBuKmxFU { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:65.078125px;left:35.5px;height:24px;text-align:center;text-align-last:center;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; }
#ZhL7UCylq1F3Hm9ak975Jh288x4pEVgH { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:92.5px;left:35.5px;height:63px;text-align:center;text-align-last:center;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; }
#loWcfcA8XLVlww0GEag2VGcA3AgrPi0d { box-sizing:content-box;height:167px;width:290px;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:9px;left:303px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:2px solid #2c3e50;border-left:2px solid #2c3e50;border-right:2px solid #2c3e50;border-bottom:2px solid #2c3e50;display:block; }
#iqWms8bMR7xGR4T52smUCoNMv5sRQ57T { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:92.5px;left:338.5px;height:63px;text-align:center;text-align-last:center;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; }
#H93UB1e3DyfCeG6hD4OTk5CszGDktBSf { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.6875px;left:368.5px;height:20.7969px;text-align:center;text-align-last:center;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; }
#iKkdXLU3g9oORnrm5JTJ80I3ekZRel0T { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:24px;left:433px; }
#O1T031npi7FZu4s2pSGMezOfgnINdIqu { box-sizing:content-box;height:167px;width:290px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:9px;left:606px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:2px solid #2c3e50;border-left:2px solid #2c3e50;border-right:2px solid #2c3e50;border-bottom:2px solid #2c3e50;display:block; }
#Uunvvxh9OnHnnF7KHaWFhw3WAcBx0CTH { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:93px;left:642px;height:42px;text-align:center;text-align-last:center;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; }
#SGoQn4gtQ7bbdqlQOtdWTaunvz2rCDwP { color:#000000;display:block;width:208px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:66.671875px;left:649px;height:20.7969px;text-align:center;text-align-last:center;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; }
#yPUObwv1rmkBpsLTQSxEK0C0sfmR4FqW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24px;left:736px; }
#NaxgpumEWP6oepX27QfUv86UVwC4weSL { box-sizing:content-box;height:167px;width:290px;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:9px;left:909px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:2px solid #2c3e50;border-left:2px solid #2c3e50;border-right:2px solid #2c3e50;border-bottom:2px solid #2c3e50;display:block; }
#inVCwvTpMFnWZqS0wgcbxM3pRgIInnw4 { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:93px;left:945px;height:63px;text-align:center;text-align-last:center;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; }
#f7TX3SfMZQaRezvQFa8qK0noNXepn5G1 { color:#000000;display:block;width:208px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:67px;left:952px;height:20.7969px;text-align:center;text-align-last:center;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; }
#zbv8LyJiOur21bDE5bc2460WxId2DTF1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24px;left:1039px; }
#J8VL89azzOOITTGlSr4iu1SZEyUekgTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row .container { background-color: transparent; background-image: none; }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row .container > .video-iframe-container { display: none; }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row > .video-iframe-container { display: none; }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .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); }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row .container { border-width: 0; border-radius: 0; }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row .container { font-size:14px;font-family:arial;height:343px;width:1200px;position:relative;display:block; }#b8nJ331vTtGGTcrndMLMJLi88RdeHUWP { box-sizing:content-box;height:167px;width:290px;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:9px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:2px solid #2c3e50;border-left:2px solid #2c3e50;border-right:2px solid #2c3e50;border-bottom:2px solid #2c3e50;display:block; }
#nhCtNtopUOT7rLtrP9zJwIxxFZNtLlqB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:24px;left:130px; }
#zpLHkS0VPkgKHEb4AdP3KGPui1oh9yEb { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:65.078125px;left:35.5px;height:24px;text-align:center;text-align-last:center;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; }
#eefn9XlbuZ8JFD0oa0m8IMOg2Ax3KyUp { background-color:#00b894;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:60px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:225px;left:440px;display:block; }
#pmeQP7NhyXhfeJk0LXfo0XIJIQ2E1bvd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rWGod8052zA8LxACA9WVc2DLf6JgTWgK { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:92.5px;left:35.5px;height:42px;text-align:center;text-align-last:center;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; }
#FrRDpusvkZEVGRTIoF90S13oG5PzT0JO { box-sizing:content-box;height:167px;width:290px;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:9px;left:303px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:2px solid #2c3e50;border-left:2px solid #2c3e50;border-right:2px solid #2c3e50;border-bottom:2px solid #2c3e50;display:block; }
#fTrAKdV258JBHTQ1PyS1WG2Nba1cFShX { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:92.5px;left:338.5px;height:42px;text-align:center;text-align-last:center;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; }
#PdtKVZ2898G842s8wHukXPsm2siFxoTt { color:#000000;display:block;width:205px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.671875px;left:347.5px;height:20.7969px;text-align:center;text-align-last:center;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; }
#Lwc9CZWxwDlhk8knzJFxPbm8eP9aJ2XW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:24px;left:433px; }
#AfkslirrhPWBrQdgEbx6CVG1ErlaqLye { box-sizing:content-box;height:167px;width:290px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:9px;left:606px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:2px solid #2c3e50;border-left:2px solid #2c3e50;border-right:2px solid #2c3e50;border-bottom:2px solid #2c3e50;display:block; }
#JPqCsAC2Trx74XTPbWAyDnMCLJzDIGtK { color:#000000;display:block;width:233px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:92.5px;left:636.5px;height:42px;text-align:center;text-align-last:center;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; }
#NfzS1uRvHlH560aCTet4JVB8N9KCmT2D { color:#000000;display:block;width:228px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:66.671875px;left:639px;height:20.7969px;text-align:center;text-align-last:center;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; }
#rnLTkAJ56RxFhvNx1biXTQmEhM6prskk { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24px;left:736px; }
#NHVxfKLn9ifxEP8AEKO6WhdSNI4xZehz { box-sizing:content-box;height:167px;width:290px;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:9px;left:909px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:2px solid #2c3e50;border-left:2px solid #2c3e50;border-right:2px solid #2c3e50;border-bottom:2px solid #2c3e50;display:block; }
#QSAoDv1pOL12wgMS3lJNT2TWRBHRG95W { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:93px;left:945px;height:63px;text-align:center;text-align-last:center;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; }
#S1In73nrSS4zsRmTaWh9AghdatO6CJcU { color:#000000;display:block;width:208px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:67px;left:952px;height:20.7969px;text-align:center;text-align-last:center;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; }
#GtLRPthmJBqS8FwGt7G3S55825KGT72T { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24px;left:1039px; }
#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row .container { background-color: transparent; background-image: none; }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row .container > .video-iframe-container { display: none; }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row > .video-iframe-container { display: none; }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .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); }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row .container { border-width: 0; border-radius: 0; }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row .container { font-size:14px;font-family:arial;height:715px;width:1200px;position:relative;display:block; }#nk3deTSQaRrKoMk5AEzcE71067VB4VDI { color:#26402e;display:block;width:485px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.984375px;left:104.5px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SEqmrnMguqSMEB8iTmcmFSRV4O1NcDJe { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/67ae586b-ae36-40c1-9703-0785d7355e73/inspecaopredialNBR167472.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:590px;width:458px;top:62.5px;left:701.625px;display:block; }#SEqmrnMguqSMEB8iTmcmFSRV4O1NcDJe.adaptive-delivery-prevent-bg, #SEqmrnMguqSMEB8iTmcmFSRV4O1NcDJe.lazyload, #SEqmrnMguqSMEB8iTmcmFSRV4O1NcDJe.lazyloading { background-image: none; }
#Nk6aEwkTNrWhHAh8MBi0KSz2MaCkwuDJ { box-sizing:content-box;height:125px;width:290px;position:absolute;display:block;z-index:15003;background-color:#2c3e50;background-image:none;top:143px;left:50px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;border-left:3px solid #00b894;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#lIuclrZVnVrTQ0kNaJb9DrmsVF5t7ZhP { color:#000000;display:block;width:251px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:185px;left:71px;height:63px;text-align:center;text-align-last:center;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; }
#K04ABwZ5u1p0G5ka7qVzato8gG4u9lml { color:#000000;display:block;width:293px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:161px;left:50px;height:22.5px;text-align:center;text-align-last:center;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; }
#KAM7ncKQtg7yx2w1y1QNh2qLaD7OOrK2 { box-sizing:content-box;height:125px;width:290px;position:absolute;display:block;z-index:15006;background-color:#2c3e50;background-image:none;top:144px;left:351px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;border-left:3px solid #00b894;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#cbVIxGfMMfigazG4mznQEMo2XtdrQpH4 { color:#000000;display:block;width:244px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:186px;left:376px;height:63px;text-align:center;text-align-last:center;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; }
#h7WKID0T9kK5SAKTnqTd3mdrUP3xhCgJ { color:#000000;display:block;width:293px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:161px;left:351px;height:22.5px;text-align:center;text-align-last:center;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; }
#Skh9x46m6AxckoeKfBVUroTUDdoBLSzv { box-sizing:content-box;height:125px;width:290px;position:absolute;display:block;z-index:15012;background-color:#2c3e50;background-image:none;top:282px;left:351px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;border-left:3px solid #00b894;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#F7gNdultmiVlFqvMSqud9hCIaTZP9kKl { color:#000000;display:block;width:252px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:323px;left:372px;height:63px;text-align:center;text-align-last:center;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; }
#OBXxliiPHGrm0HzWdbgITcFa1NePEdRV { box-sizing:content-box;height:125px;width:290px;position:absolute;display:block;z-index:15009;background-color:#2c3e50;background-image:none;top:281px;left:50px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;border-left:3px solid #00b894;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#HehV6UqfpTTLpzFJ6GEVXnTHbdKeA6vX { color:#000000;display:block;width:272px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:323px;left:61px;height:63px;text-align:center;text-align-last:center;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; }
#PHyk1Zd8mvPLz6waRKCNWToVm78oFXS5 { color:#000000;display:block;width:293px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:297px;left:50px;height:22.5px;text-align:center;text-align-last:center;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; }
#HtgmZdmZnqUOKa4BKk5OPiJiVLTvKPHg { color:#000000;display:block;width:293px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:298px;left:351px;height:22.5px;text-align:center;text-align-last:center;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; }
#u2nXi3JRsHplFzckTK1Ipfiq36BHSXR7 { box-sizing:content-box;height:125px;width:290px;position:absolute;display:block;z-index:15018;background-color:#2c3e50;background-image:none;top:420px;left:351px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;border-left:3px solid #00b894;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#SCGVBxMTcZc9ri25lTJg8XfPb30O6f7M { box-sizing:content-box;height:125px;width:290px;position:absolute;display:block;z-index:15015;background-color:#2c3e50;background-image:none;top:419px;left:50px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;border-left:3px solid #00b894;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ESfTo36EfvRmOZqrR8rteJg0gXxXGsBw { color:#000000;display:block;width:253px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:463px;left:371px;height:63px;text-align:center;text-align-last:center;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; }
#oIsgtOWdOkQENBq1nISR135sPIciuLhU { color:#000000;display:block;width:274px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:462px;left:60px;height:63px;text-align:center;text-align-last:center;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; }
#WNNr0CQBWlQBODifoAVMlaRzb2QTcDo5 { color:#000000;display:block;width:293px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:439px;left:50px;height:22.5px;text-align:center;text-align-last:center;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; }
#h5zu1IdBa0SxbGgBt5LTEbpn5WpwubuF { color:#000000;display:block;width:293px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:437px;left:351px;height:24px;text-align:center;text-align-last:center;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; }
#W6QRNHMp2MmVrAIBddQvSUuC1DIN5Kwp { background-color:#00b894;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:60px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:587.5px;left:187px;display:block; }
#cvvKZlTwq4LEOdIvvGd6TTEwa9moccGE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3e50;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; }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row .container { background-color: transparent; background-image: none; }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row .container > .video-iframe-container { display: none; }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row > .video-iframe-container { display: none; }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .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); }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row .container { border-width: 0; border-radius: 0; }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row .container { font-size:14px;font-family:arial;height:132px;width:1200px;position:relative;display:block; }#tXLc5FFv19AAPmJBQp4EFHwhx4phKbQa { color:#c12424;display:block;width:1200px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:88.84375px;left:0px;height:33px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3e50;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; }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row .container { background-color: transparent; background-image: none; }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row .container > .video-iframe-container { display: none; }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row > .video-iframe-container { display: none; }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .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); }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row .container { border-width: 0; border-radius: 0; }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row .container { font-size:14px;font-family:arial;height:409px;width:1200px;position:relative;display:block; }#GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V { position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f4400788-05d7-4186-9249-56261784ed89/furadeiradeimpactoboschgsb13rex23750w220vset23ac6512e5d6ccb38.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:0px;display:block; }#GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V.adaptive-delivery-prevent-bg, #GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V.lazyload, #GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V.lazyloading { background-image: none; }
#PLfKVvJLdpkX0sk8lBmmExPe4CIFRUfe { position:absolute;display:block;z-index:14995;background-color:#f4f6f8;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;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:130px;width:290px;top:275px;left:304px;display:block; }
#qcVJwU9R29ZSIJOidMxpXPBqrT7kPV1i { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:296px;left:0px;height:21.5972px;text-align:center;text-align-last:center;display:block; }
#hCJLp72cWEKow1ISFJmJIW7Xw8CT8pXX { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:317px;left:34px;height:48px;text-align:center;text-align-last:center;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; }
#eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84801c7e-c9c1-4106-8a07-4ad9998b7846/D_NQ_NP_608240MLU72566237380_112023O.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:304px;display:block; }#eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh.adaptive-delivery-prevent-bg, #eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh.lazyload, #eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh.lazyloading { background-image: none; }
#S9b1NTEztwu0h0qeiC3qFANGgFa3scWD { position:absolute;display:block;z-index:14991;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d4034080-9235-411c-9581-c03d80cca4c4/Medidordedistanciaalaser25mGLM2523BOSCH0601072W00BOSCH.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:607px;display:block; }#S9b1NTEztwu0h0qeiC3qFANGgFa3scWD.adaptive-delivery-prevent-bg, #S9b1NTEztwu0h0qeiC3qFANGgFa3scWD.lazyload, #S9b1NTEztwu0h0qeiC3qFANGgFa3scWD.lazyloading { background-image: none; }
#wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw { position:absolute;display:block;z-index:14990;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c860fccd-aff0-4f67-b25a-ebc32e40b1c2/drone.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:910px;display:block; }#wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw.adaptive-delivery-prevent-bg, #wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw.lazyload, #wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw.lazyloading { background-image: none; }
#mlT9BPatQZlDT4pgdShdDi35gmLpJH6L { position:absolute;display:block;z-index:14999;background-color:#f4f6f8;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;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:130px;width:290px;top:275px;left:0px;display:block; }
#CR7KefRoGu0LE85buaTQIIuoGFDWCkDm { color:#000000;display:block;width:204px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:318px;left:347px;height:48px;text-align:center;text-align-last:center;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; }
#EF6q14ym8CsL4XcVhyE59NzmLc0tLkpA { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15053;line-height:1.2;letter-spacing:0;top:296px;left:304px;height:21.5972px;text-align:center;text-align-last:center;display:block; }
#oHtVw0GSKmbPCKxVk14EdIxAvs4te55b { position:absolute;display:block;z-index:15007;background-color:#f4f6f8;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;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:130px;width:290px;top:275px;left:910px;display:block; }
#FhVJH3IgMgGLILuzkixoSRynxyXTvSl3 { position:absolute;display:block;z-index:15003;background-color:#f4f6f8;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;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:130px;width:290px;top:275px;left:607px;display:block; }
#oeTezOqmUqNXG97ka58crcr9ViLdhVna { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:318px;left:641px;height:72px;text-align:center;text-align-last:center;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; }
#hFSCPOlNquoSJ9EeneFgfpB3H5SURy7I { color:#000000;display:block;width:236px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:318px;left:937px;height:72px;text-align:center;text-align-last:center;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; }
#OZVnNAy5HcTx1TmsxfCups87q18PIMx5 { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:296px;left:607px;height:21.5972px;text-align:center;text-align-last:center;display:block; }
#sGAauI0c94P5xSlZAuwEqfZNwyJkUPlg { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:296px;left:910px;height:21.5972px;text-align:center;text-align-last:center;display:block; }
#QENbTUQfFy7bGlRGxPNtDqIioowHTJL8 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:0px;display:block; }
#K5KECkdJ8VPTkl0SkNtdBDscB9lA9kP1 { position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:304px;display:block; }
#G05cgqOZ9ySM9t89Me286UfSLr0r5DdJ { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:607px;display:block; }
#Elqb1hdvEETuTyQ2snA0bxkZXCZchmyr { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:910px;display:block; }
#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3e50;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; }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row .container { background-color: transparent; background-image: none; }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row .container > .video-iframe-container { display: none; }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row > .video-iframe-container { display: none; }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .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); }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row .container { border-width: 0; border-radius: 0; }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row .container { font-size:14px;font-family:arial;height:481px;width:1200px;position:relative;display:block; }#S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P { position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/db801c77-0f81-4240-8479-2eaab6904a39/bolinhagudebrinquedo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:0px;display:block; }#S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P.adaptive-delivery-prevent-bg, #S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P.lazyload, #S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P.lazyloading { background-image: none; }
#DJr5VtxpaeJKteey1SNTcsP08llN7ePy { position:absolute;display:block;z-index:14995;background-color:#f4f6f8;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;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:130px;width:290px;top:275px;left:304px;display:block; }
#FkapDhKAxdzL2bIePBl7dzb7mtohakLr { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:296px;left:0px;height:21.5972px;text-align:center;text-align-last:center;display:block; }
#K1ZqANMdy9UzcTStDHtuhSApzbekfLlT { color:#000000;display:block;width:199px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:318px;left:46px;height:72px;text-align:center;text-align-last:center;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; }
#T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b5f4a063-3a90-44a2-9f3c-a0c060eb8e74/224302_detector_de_materiais_com_profundidade_de_12_cm_gms_120.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:304px;display:block; }#T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E.adaptive-delivery-prevent-bg, #T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E.lazyload, #T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E.lazyloading { background-image: none; }
#lIAO2wtlBcsLf596hHP5afaDF6HKdm9B { position:absolute;display:block;z-index:14991;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/56838fb3-b978-4ac2-93cb-de4d5ed619f6/9649429_orig.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:607px;display:block; }#lIAO2wtlBcsLf596hHP5afaDF6HKdm9B.adaptive-delivery-prevent-bg, #lIAO2wtlBcsLf596hHP5afaDF6HKdm9B.lazyload, #lIAO2wtlBcsLf596hHP5afaDF6HKdm9B.lazyloading { background-image: none; }
#FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5 { position:absolute;display:block;z-index:14990;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/048ad6c9-9cf3-4596-be4a-5061d917ffc9/paquimetro1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:910px;display:block; }#FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5.adaptive-delivery-prevent-bg, #FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5.lazyload, #FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5.lazyloading { background-image: none; }
#eDblG5BxvTtT9XbxSMB5no1x6JaQHTZX { position:absolute;display:block;z-index:14999;background-color:#f4f6f8;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;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:130px;width:290px;top:275px;left:0px;display:block; }
#w6Te7p8t8d42BQ2bJVvf16h10TqdLQbk { color:#000000;display:block;width:201px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:318px;left:349px;height:48px;text-align:center;text-align-last:center;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; }
#d6VfGAKXXnHD4ZNKGQmeRTJADPOepSTl { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15053;line-height:1.2;letter-spacing:0;top:296px;left:304px;height:21.5972px;text-align:center;text-align-last:center;display:block; }
#PnLgEVrv5yiP9ekx6bonWg3E0ZvcKEk0 { position:absolute;display:block;z-index:15007;background-color:#f4f6f8;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;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:130px;width:290px;top:275px;left:910px;display:block; }
#lB5ZJZZFvc7ZBAHuGxVxzJF61xiHoKQ6 { position:absolute;display:block;z-index:15003;background-color:#f4f6f8;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;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:130px;width:290px;top:275px;left:607px;display:block; }
#ZTy3sTUxdovDkloZ2IuwKi0qkZrrWwCq { color:#000000;display:block;width:223px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:318px;left:641px;height:72px;text-align:center;text-align-last:center;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; }
#vFLvCbFWRlT7PA8HJyFLgOPliJkrHIWD { color:#000000;display:block;width:236px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:318px;left:937px;height:48px;text-align:center;text-align-last:center;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; }
#NrIFkL1TnurvXE48Bfwyqku5Drihkrad { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:296px;left:607px;height:21.5972px;text-align:center;text-align-last:center;display:block; }
#cFETHw94JABWmamsbwwHWVsJa0lmiX8n { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:296px;left:910px;height:21.5972px;text-align:center;text-align-last:center;display:block; }
#h5TEWlgMvJDak7hyLHiGUf2ToygckXxx { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:0px;display:block; }
#PPfIZoETfwXdZzB0xAi4Kb4PefANXOnB { position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:304px;display:block; }
#TsrLokROCt4RZST9TN80swNupCXmnr2C { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:607px;display:block; }
#Aw5N5bFf2hmWbpTzkT5rumSTv6Ux9SBp { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:255px;width:290px;top:20px;left:910px;display:block; }
#XN2ilexk57by0qxgKcZKmZONK3xxKU7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39250147-b8e0-4bc1-b740-f72be553a965/covere_doutor.png");background-position:center left !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; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E.adaptive-delivery-prevent-bg, #XN2ilexk57by0qxgKcZKmZONK3xxKU7E.lazyload, #XN2ilexk57by0qxgKcZKmZONK3xxKU7E.lazyloading { background-image: none; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container { background-color: transparent; background-image: none; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f5f6fa; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container > .video-iframe-container { display: none; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f5f6fa; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row > .video-iframe-container { display: none; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .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); }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container { border-width: 0; border-radius: 0; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E::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; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container { font-size:14px;font-family:arial;height:850px;width:1200px;position:relative;display:block; }#FrM6gfBw4t3awxug60iCPSTBk0pZ2ZrC { color:#000000;display:block;width:588px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:151px;left:14px;height:179.1806px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iWC5GzSg4PTCHO1NW7rC55RVcqWkDbxs { background-color:#00b894;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:60px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:376px;left:14px;display:block; }
#o5lTKbWeqUl5rdLTx48ykgMChghJZk2K { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#px3MFzhnoGyVQ2h6opFdDgLZTG26ooNw { color:#ffffff;display:block;width:595px;position:absolute;font-family:poppins;font-size:29px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:105px;left:14px;height:38.5833px;text-align:left;text-align-last:left;display:block; }
#DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc { box-sizing:content-box;height:400px;width:176px;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dacbeb36-51dd-4ad9-ba14-0871c622dc38/hugo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:62px;left:646px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }#DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc.adaptive-delivery-prevent-bg, #DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc.lazyload, #DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc.lazyloading { background-image: none; }
#TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4 { box-sizing:content-box;height:400px;width:176px;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2aaa300b-1e90-419b-ae30-f8aac2d08640/MARCELO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:62px;left:1016px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }#TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4.adaptive-delivery-prevent-bg, #TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4.lazyload, #TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4.lazyloading { background-image: none; }
#PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw { box-sizing:content-box;height:400px;width:176px;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc2f040e-ad56-456b-bbf0-06d550258dd4/EDMAR.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:62px;left:831px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }#PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw.adaptive-delivery-prevent-bg, #PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw.lazyload, #PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw.lazyloading { background-image: none; }
#CIBTXBlJLMvABIQCRX7cIMzrdLhuuiTu { position:absolute;display:block;z-index:15018;height:296px;width:1200px;top:517px;left:0px;display:block; }
#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container { background-color: transparent; background-image: none; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container > .video-iframe-container { display: none; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row > .video-iframe-container { display: none; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .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); }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container { border-width: 0; border-radius: 0; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container { font-size:14px;font-family:arial;height:741px;width:1200px;position:relative;display:block; }#XDObpbU51JUM9aRmAuO41v4iJPQiWduD { color:#eea726;display:block;width:1200px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:71px;left:0px;height:36.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUL3zvZtxAqZWh35rNpoZ3FnwlSNruzT { color:#eea726;display:block;width:572px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:192.5px;left:48px;height:96px;font-style:normal;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;overflow:hidden;display:block; }
#BsutmPzqDeyJre0g28rDD1RZzUIoIehZ { box-sizing:content-box;height:153px;width:654px;position:absolute;display:block;z-index:15040;background-color:#2c3e50;background-image:none;top:165px;left:25px;border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:0;display:block; }
#IIKfAcG1qkghKKGDc0nHFTpMTMM3u6y2 { box-sizing:content-box;height:537px;width:524px;position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a82fdac5-45f7-4727-9a97-2735e861fc40/laboratoriodeinformaticamodernoeequipado.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:147px;left:646px;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:0;display:block; }#IIKfAcG1qkghKKGDc0nHFTpMTMM3u6y2.adaptive-delivery-prevent-bg, #IIKfAcG1qkghKKGDc0nHFTpMTMM3u6y2.lazyload, #IIKfAcG1qkghKKGDc0nHFTpMTMM3u6y2.lazyloading { background-image: none; }
#AWlo3RDTS3DtCVNlv3ANQNNFnkTz8D6b { box-sizing:content-box;height:153px;width:654px;position:absolute;display:block;z-index:15040;background-color:#2c3e50;background-image:none;top:216px;left:26px;border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:0;display:none; }
#JP4m0RiDdyhHM609fzke82oFbuXfpDhC { color:#eea726;display:block;width:567px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:354px;left:60px;height:96px;font-style:normal;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;overflow:hidden;display:block; }
#QnftxHaWhElwTIC06JxSUXoBoO5d9oaS { box-sizing:content-box;height:153px;width:654px;position:absolute;display:block;z-index:15042;background-color:#2c3e50;background-image:none;top:327px;left:42px;border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:0;display:block; }
#yMkXBknRdfJylldd6Fw3d2I3A1Lqu9ct { box-sizing:content-box;height:171px;width:654px;position:absolute;display:block;z-index:15044;background-color:#2c3e50;background-image:none;top:489px;left:60px;border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:0;display:block; }
#GelOuic1l5ArRSTEzHh4Hm6Z3k5Iv7ux { color:#eea726;display:block;width:555px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:514px;left:78px;height:96px;font-style:normal;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;overflow:hidden;display:block; }
#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row .container { background-color: transparent; background-image: none; }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row .container > .video-iframe-container { display: none; }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row > .video-iframe-container { display: none; }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .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); }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row .container { border-width: 0; border-radius: 0; }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#lNsDG6yP24MwavRTOavacQLLvV254Ivd { position:absolute;display:block;z-index:15006;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:55px;width:154px;top:38px;left:516px;overflow:hidden;display:block; }
#sRwNJtztBUzBuhQda48kK8SGlHGmvFUq { position:absolute;display:block;z-index:15005;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:117px;width:200px;top:120.98959350586px;left:1000.0000152588px;overflow:hidden;display:none; }
#arJL6gR3UgG1pvFgIl2XhNfoDK83Ia7s { position:absolute;display:block;z-index:15008;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:90px;width:105px;top:21px;left:926px;overflow:hidden;display:block; }
#LX5LB9EZv2zWnkEvp9exoNIZ9aJJTv8k { position:absolute;display:block;z-index:15014;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:106px;width:80px;top:13px;left:765px;overflow:hidden;display:block; }
#ZIDPJ7EZWoQ8GkHPwxFLAu5RBfW5mhHt { color:#ffffff;display:block;width:250px;position:absolute;font-family:"open sans";font-size:23px;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:22px;left:169px;height:39.0972px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ua13Jwp4sd94Kfbklc0yEUiEoILqCXm6 { color:#c12424;display:block;width:250px;position:absolute;font-family:poppins;font-size:38px;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:57px;left:169px;height:41.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w1U1lerCSXLo6UUxi9Vg4mhhIdbKvUBU { box-sizing:content-box;height:80px;width:2px;position:absolute;display:block;z-index:15035;background-color:#2c3e50;background-image:none;top:23px;left:444px;display:block; }
#uTXxdGrTkPlcJxondQlCXURgM5Bkbact { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3e50;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; }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row .container { background-color: transparent; background-image: none; }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row .container > .video-iframe-container { display: none; }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row > .video-iframe-container { display: none; }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .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); }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row .container { border-width: 0; border-radius: 0; }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row .container { font-size:14px;font-family:arial;height:337px;width:1200px;position:relative;display:block; }#Ho3tZE84Pe6f6CzD449oLv99vJs3nmy5 { color:#ffffff;display:block;width:205px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:91px;left:296px;height:25.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ru8fl8CuvQ9o8RS01vEtdTXxgZ2EL0yP { color:#ffffff;display:block;width:260px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:45px;left:296px;height:26.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VFoUFmwlHx1TgwWRT6McJbhL9hQt9pwI { color:#ffffff;display:block;width:255px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:91px;left:17px;height:67.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XoHaJbxTRv0SSxyfXXHqzlrzidCSolkX { color:#ffffff;display:block;width:260px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:45px;left:17px;height:26.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MxuD1SkdfVmTcAZoS8LtlZENb4p577Vd { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3px;width:100px;top:81px;left:17px;display:block; }
#Kn7kwGIGxWqI5iSSoclOf0aroaDpbPeD { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3px;width:100px;top:81px;left:296px;display:block; }
#a9qyh5cTQsGOyTgTATFUyxonSmR3LfiT { color:#ffffff;display:block;width:210px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:229px;left:17px;height:67.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7MnLzMONax9nuAfui4gLiPrGHTL2TUV { color:#ffffff;display:block;width:260px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:181px;left:17px;height:26.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXHzlTd69QyKwMlU0WTz4ECgUbhlkUlL { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3px;width:100px;top:218px;left:17px;display:block; }
#vxebq7iXfmKNFbNqHHk3cqHTQABkb2nw { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:175px;left:296px;display:block; }
#Qoft2EXiLcIBxyRkWMukcUJQG97WESWo { color:#ffffff;display:block;width:216px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:177px;left:328px;height:25.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rp6v1x99o04kBhbzcf7wVCUBvdy2uV7o { color:#ffffff;display:block;width:205px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:121px;left:296px;height:19.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LvWCIksvS87bwGbW0BEZHi12kzh9EeZQ { position:absolute;display:block;z-index:15012;height:296.984px;width:532.969px;top:63.984375px;left:633.5px;display:none; }
#Xn7ip4c8DMeZRquEtrpOVXBmOfAiUrw1 { position:absolute;display:block;z-index:15013;height:259px;width:533px;top:39px;left:633.5px;display:block; }
#F9MZWdlD24GvI6zlIGT1VRPobNPBSddm { color:#ffffff;display:block;width:205px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:145px;left:296.5px;height:19.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddEGGN5SdOTz8h6ue0T7Vai2FC5lPrOU { position:absolute;display:block;z-index:15016;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:106px;width:135px;top:202.75px;left:437px;overflow:hidden;display:block; }
#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row .container { background-color: transparent; background-image: none; }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row .container > .video-iframe-container { display: none; }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row > .video-iframe-container { display: none; }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .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); }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row .container { border-width: 0; border-radius: 0; }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row .container { font-size:14px;font-family:arial;height:49px;width:1200px;position:relative;display:block; }#Xcc6d5LQeqvPcr0HZJFihAkh09SrX4pr { color:#26402e;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.09375px;left:0px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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:none; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row .container { border-width: 0; border-radius: 0; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:none; }#IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/13f80cbb-2208-4636-b202-efd2f9bb4cb6/bt_whatsyes.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.66);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:304px;height:62px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24px;left:895.99996948242px;display:block; }#IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe.adaptive-delivery-prevent-bg, #IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe.lazyload, #IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe.lazyloading { background-image: none; }
#yx3AbyoBNfQOCq01GvB4vUTGswpJ42AO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#R0MTIO65yr7smwTtAJbO2AZcxlMmAZqy { color:#000000;display:block;width:855px;position:absolute;font-family:"bebas neue";font-size:45px;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:19px;left:32px;height:54px;text-align:left;text-align-last:left;display:block; }
#BhWUSOZgsfnkGqSPRbrkhgGNm7R4WBLE { color:#000000;display:block;width:855px;position:absolute;font-family:"bebas neue";font-size:23px;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:65px;left:32px;height:27.5938px;text-align:left;text-align-last:left;display:block; }
#ubE0Q02CK0GHTHd8tCuSMzHaXUCHn3Nd { 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:55px;width:300px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ny5I4U2G2E2SZEGOozVIFUi63vChZBKV { display:block; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhFO2VcLIT6mDy2LVHFeHEPfDLOmadzE { width:260px;height:50px;top:20px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3JE1sird8sTFDulURQfE9RxVcR6Q7b { display:block; }
 }@media only screen and (max-width: 763px) { #ip4fkIhHBn1vOyBAGFmTmTLZvt4Tesrg { width:93px;height:72px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uDKBmtXIRLeG92WTJPh2zml4utO8HMDd { width:125px;height:25px;top:32px;left:306px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qwyl5nTFFV9AZPAMIWO1fcoRH6K41niv { width:130px;height:25px;top:32px;left:177px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DfTgggc4o65TVvAxoxOficvSKiC7H3wf { width:131px;height:25px;top:32px;left:430px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #v4kiim9gicZD228VCKG8L2aOKkCA7JOU { width:130px;height:25px;top:32px;left:561px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mblV8O8bCSWP4G5d2SPg486ACBgl8TvE { display:block; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzhrM3hVwAtXcOopraOb9Al5KuEVr16K { width:320px;height:14px;top:519px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #PMs7xWOdC4Hc6Z2rzEALKllQkOaST3CJ { width:378px;height:65px;top:562px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UpTsp3IAg6npUEDL9kenMn7lpiMhCOTf { display:block; }
 }@media only screen and (max-width: 763px) { #Ax7UCNPabufPgL3xsbBkQi49zhuQOtCM { width:510px;height:147px;top:218px;left:0px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #enAJAa6Xldpkq4Nz5ZkP2zvRvrJqVDtW { width:523px;height:102px;top:378px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TDps8czV7JrvSM6SXz0WkFC09nIUrK28 { width:510px;height:30px;top:179px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d191t9KPZygSftoyFlKi8AbnUalmf8Dt { display:block; }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHRG38bTA9oFpTITuISezcURH6ouAt9w { width:764px;height:39px;top:100px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt { display:block; }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVd1ivHunHnxwgEgJsPHKrTv5wTPQmPZ { width:290px;height:167px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mMRkJTTalEl21xnQdV1Dvf969aqvHgFC { width:34px;height:34px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i3HM1vVlCKV3qswOTF7KTvcIUBuKmxFU { width:223px;height:24px;top:65px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhL7UCylq1F3Hm9ak975Jh288x4pEVgH { width:223px;height:63px;top:92px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #loWcfcA8XLVlww0GEag2VGcA3AgrPi0d { width:290px;height:167px;top:9px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #iqWms8bMR7xGR4T52smUCoNMv5sRQ57T { width:223px;height:63px;top:92px;left:120.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #H93UB1e3DyfCeG6hD4OTk5CszGDktBSf { width:163px;height:20px;top:66px;left:150.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iKkdXLU3g9oORnrm5JTJ80I3ekZRel0T { width:34px;height:34px;top:24px;left:215px;display:block; }
 }@media only screen and (max-width: 763px) { #O1T031npi7FZu4s2pSGMezOfgnINdIqu { width:290px;height:167px;top:9px;left:388px;display:block; }
 }@media only screen and (max-width: 763px) { #Uunvvxh9OnHnnF7KHaWFhw3WAcBx0CTH { width:223px;height:63px;top:93px;left:424px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SGoQn4gtQ7bbdqlQOtdWTaunvz2rCDwP { width:208px;height:20px;top:66px;left:431px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yPUObwv1rmkBpsLTQSxEK0C0sfmR4FqW { width:34px;height:34px;top:24px;left:518px;display:block; }
 }@media only screen and (max-width: 763px) { #NaxgpumEWP6oepX27QfUv86UVwC4weSL { width:290px;height:167px;top:9px;left:470px;display:block; }
 }@media only screen and (max-width: 763px) { #inVCwvTpMFnWZqS0wgcbxM3pRgIInnw4 { width:223px;height:63px;top:93px;left:541px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f7TX3SfMZQaRezvQFa8qK0noNXepn5G1 { width:208px;height:20px;top:67px;left:556px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zbv8LyJiOur21bDE5bc2460WxId2DTF1 { width:34px;height:34px;top:24px;left:730px;display:block; }
 }@media only screen and (max-width: 763px) { #J8VL89azzOOITTGlSr4iu1SZEyUekgTn { display:block; }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8nJ331vTtGGTcrndMLMJLi88RdeHUWP { width:290px;height:167px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nhCtNtopUOT7rLtrP9zJwIxxFZNtLlqB { width:34px;height:34px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zpLHkS0VPkgKHEb4AdP3KGPui1oh9yEb { width:223px;height:24px;top:65px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eefn9XlbuZ8JFD0oa0m8IMOg2Ax3KyUp { width:320px;height:60px;top:225px;left:222px;display:block; }
 }@media only screen and (max-width: 763px) { #pmeQP7NhyXhfeJk0LXfo0XIJIQ2E1bvd { display:block; }
 }@media only screen and (max-width: 763px) { #rWGod8052zA8LxACA9WVc2DLf6JgTWgK { width:223px;height:63px;top:92px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FrRDpusvkZEVGRTIoF90S13oG5PzT0JO { width:290px;height:167px;top:9px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #fTrAKdV258JBHTQ1PyS1WG2Nba1cFShX { width:223px;height:63px;top:92px;left:120.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PdtKVZ2898G842s8wHukXPsm2siFxoTt { width:205px;height:20px;top:66px;left:129.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Lwc9CZWxwDlhk8knzJFxPbm8eP9aJ2XW { width:34px;height:34px;top:24px;left:215px;display:block; }
 }@media only screen and (max-width: 763px) { #AfkslirrhPWBrQdgEbx6CVG1ErlaqLye { width:290px;height:167px;top:9px;left:388px;display:block; }
 }@media only screen and (max-width: 763px) { #JPqCsAC2Trx74XTPbWAyDnMCLJzDIGtK { width:233px;height:63px;top:92px;left:418.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #NfzS1uRvHlH560aCTet4JVB8N9KCmT2D { width:228px;height:20px;top:66px;left:421px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rnLTkAJ56RxFhvNx1biXTQmEhM6prskk { width:34px;height:34px;top:24px;left:518px;display:block; }
 }@media only screen and (max-width: 763px) { #NHVxfKLn9ifxEP8AEKO6WhdSNI4xZehz { width:290px;height:167px;top:9px;left:470px;display:block; }
 }@media only screen and (max-width: 763px) { #QSAoDv1pOL12wgMS3lJNT2TWRBHRG95W { width:223px;height:63px;top:93px;left:541px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #S1In73nrSS4zsRmTaWh9AghdatO6CJcU { width:208px;height:20px;top:67px;left:556px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GtLRPthmJBqS8FwGt7G3S55825KGT72T { width:34px;height:34px;top:24px;left:730px;display:block; }
 }@media only screen and (max-width: 763px) { #WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt { display:block; }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk3deTSQaRrKoMk5AEzcE71067VB4VDI { width:485px;height:78px;top:44px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SEqmrnMguqSMEB8iTmcmFSRV4O1NcDJe { width:458px;height:590px;top:62px;left:306px;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6aEwkTNrWhHAh8MBi0KSz2MaCkwuDJ { width:290px;height:125px;top:143px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lIuclrZVnVrTQ0kNaJb9DrmsVF5t7ZhP { width:251px;height:63px;top:185px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #K04ABwZ5u1p0G5ka7qVzato8gG4u9lml { width:293px;height:23px;top:161px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KAM7ncKQtg7yx2w1y1QNh2qLaD7OOrK2 { width:290px;height:125px;top:144px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #cbVIxGfMMfigazG4mznQEMo2XtdrQpH4 { width:244px;height:63px;top:186px;left:158px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #h7WKID0T9kK5SAKTnqTd3mdrUP3xhCgJ { width:293px;height:23px;top:161px;left:133px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Skh9x46m6AxckoeKfBVUroTUDdoBLSzv { width:290px;height:125px;top:282px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #F7gNdultmiVlFqvMSqud9hCIaTZP9kKl { width:252px;height:63px;top:323px;left:154px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OBXxliiPHGrm0HzWdbgITcFa1NePEdRV { width:290px;height:125px;top:281px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HehV6UqfpTTLpzFJ6GEVXnTHbdKeA6vX { width:272px;height:63px;top:323px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PHyk1Zd8mvPLz6waRKCNWToVm78oFXS5 { width:293px;height:23px;top:297px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HtgmZdmZnqUOKa4BKk5OPiJiVLTvKPHg { width:293px;height:23px;top:298px;left:133px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #u2nXi3JRsHplFzckTK1Ipfiq36BHSXR7 { width:290px;height:125px;top:420px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #SCGVBxMTcZc9ri25lTJg8XfPb30O6f7M { width:290px;height:125px;top:419px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ESfTo36EfvRmOZqrR8rteJg0gXxXGsBw { width:253px;height:63px;top:463px;left:153px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #oIsgtOWdOkQENBq1nISR135sPIciuLhU { width:274px;height:63px;top:462px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WNNr0CQBWlQBODifoAVMlaRzb2QTcDo5 { width:293px;height:23px;top:439px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #h5zu1IdBa0SxbGgBt5LTEbpn5WpwubuF { width:293px;height:24px;top:437px;left:133px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W6QRNHMp2MmVrAIBddQvSUuC1DIN5Kwp { width:320px;height:60px;top:587px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cvvKZlTwq4LEOdIvvGd6TTEwa9moccGE { display:block; }
 }@media only screen and (max-width: 763px) { #ztpCm6idwDbTty5GB3qrRF7qcT467tV9 { display:block; }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXLc5FFv19AAPmJBQp4EFHwhx4phKbQa { width:764px;height:33px;top:88px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx { display:block; }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V { width:290px;height:255px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PLfKVvJLdpkX0sk8lBmmExPe4CIFRUfe { width:290px;height:130px;top:275px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #qcVJwU9R29ZSIJOidMxpXPBqrT7kPV1i { width:290px;height:21px;top:296px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hCJLp72cWEKow1ISFJmJIW7Xw8CT8pXX { width:223px;height:72px;top:317px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh { width:290px;height:255px;top:20px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #S9b1NTEztwu0h0qeiC3qFANGgFa3scWD { width:290px;height:255px;top:20px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw { width:290px;height:255px;top:20px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #mlT9BPatQZlDT4pgdShdDi35gmLpJH6L { width:290px;height:130px;top:275px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CR7KefRoGu0LE85buaTQIIuoGFDWCkDm { width:204px;height:48px;top:318px;left:129px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EF6q14ym8CsL4XcVhyE59NzmLc0tLkpA { width:290px;height:21px;top:296px;left:86px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oHtVw0GSKmbPCKxVk14EdIxAvs4te55b { width:290px;height:130px;top:275px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #FhVJH3IgMgGLILuzkixoSRynxyXTvSl3 { width:290px;height:130px;top:275px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #oeTezOqmUqNXG97ka58crcr9ViLdhVna { width:223px;height:72px;top:318px;left:423px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hFSCPOlNquoSJ9EeneFgfpB3H5SURy7I { width:236px;height:72px;top:318px;left:528px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OZVnNAy5HcTx1TmsxfCups87q18PIMx5 { width:290px;height:21px;top:296px;left:389px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sGAauI0c94P5xSlZAuwEqfZNwyJkUPlg { width:290px;height:21px;top:296px;left:474px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QENbTUQfFy7bGlRGxPNtDqIioowHTJL8 { width:290px;height:255px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #K5KECkdJ8VPTkl0SkNtdBDscB9lA9kP1 { width:290px;height:255px;top:20px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #G05cgqOZ9ySM9t89Me286UfSLr0r5DdJ { width:290px;height:255px;top:20px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #Elqb1hdvEETuTyQ2snA0bxkZXCZchmyr { width:290px;height:255px;top:20px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG { display:block; }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P { width:290px;height:255px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DJr5VtxpaeJKteey1SNTcsP08llN7ePy { width:290px;height:130px;top:275px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #FkapDhKAxdzL2bIePBl7dzb7mtohakLr { width:290px;height:21px;top:296px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K1ZqANMdy9UzcTStDHtuhSApzbekfLlT { width:199px;height:72px;top:318px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E { width:290px;height:255px;top:20px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #lIAO2wtlBcsLf596hHP5afaDF6HKdm9B { width:290px;height:255px;top:20px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5 { width:290px;height:255px;top:20px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #eDblG5BxvTtT9XbxSMB5no1x6JaQHTZX { width:290px;height:130px;top:275px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w6Te7p8t8d42BQ2bJVvf16h10TqdLQbk { width:201px;height:72px;top:318px;left:131px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d6VfGAKXXnHD4ZNKGQmeRTJADPOepSTl { width:290px;height:21px;top:296px;left:86px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PnLgEVrv5yiP9ekx6bonWg3E0ZvcKEk0 { width:290px;height:130px;top:275px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #lB5ZJZZFvc7ZBAHuGxVxzJF61xiHoKQ6 { width:290px;height:130px;top:275px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTy3sTUxdovDkloZ2IuwKi0qkZrrWwCq { width:223px;height:72px;top:318px;left:423px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vFLvCbFWRlT7PA8HJyFLgOPliJkrHIWD { width:236px;height:48px;top:318px;left:528px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NrIFkL1TnurvXE48Bfwyqku5Drihkrad { width:290px;height:21px;top:296px;left:389px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cFETHw94JABWmamsbwwHWVsJa0lmiX8n { width:290px;height:21px;top:296px;left:474px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #h5TEWlgMvJDak7hyLHiGUf2ToygckXxx { width:290px;height:255px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PPfIZoETfwXdZzB0xAi4Kb4PefANXOnB { width:290px;height:255px;top:20px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #TsrLokROCt4RZST9TN80swNupCXmnr2C { width:290px;height:255px;top:20px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #Aw5N5bFf2hmWbpTzkT5rumSTv6Ux9SBp { width:290px;height:255px;top:20px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #XN2ilexk57by0qxgKcZKmZONK3xxKU7E { display:block; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container { width:764px;height:418px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrM6gfBw4t3awxug60iCPSTBk0pZ2ZrC { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iWC5GzSg4PTCHO1NW7rC55RVcqWkDbxs { width:184px;height:55px;top:464px;left:278.5px;display:block; }
 }@media only screen and (max-width: 763px) { #o5lTKbWeqUl5rdLTx48ykgMChghJZk2K { display:block; }
 }@media only screen and (max-width: 763px) { #px3MFzhnoGyVQ2h6opFdDgLZTG26ooNw { width:595px;height:37px;top:105px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc { width:176px;height:400px;top:62px;left:428px;display:block; }
 }@media only screen and (max-width: 763px) { #TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4 { width:176px;height:400px;top:62px;left:588px;display:block; }
 }@media only screen and (max-width: 763px) { #PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw { width:176px;height:400px;top:62px;left:588px;display:block; }
 }@media only screen and (max-width: 763px) { #CIBTXBlJLMvABIQCRX7cIMzrdLhuuiTu { width:764px;height:296px;top:517px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB { display:block; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDObpbU51JUM9aRmAuO41v4iJPQiWduD { width:764px;height:36px;top:71px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FUL3zvZtxAqZWh35rNpoZ3FnwlSNruzT { width:572px;height:96px;top:192px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BsutmPzqDeyJre0g28rDD1RZzUIoIehZ { width:654px;height:153px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IIKfAcG1qkghKKGDc0nHFTpMTMM3u6y2 { width:524px;height:537px;top:147px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #AWlo3RDTS3DtCVNlv3ANQNNFnkTz8D6b { width:654px;height:153px;top:216px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JP4m0RiDdyhHM609fzke82oFbuXfpDhC { width:567px;height:96px;top:354px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QnftxHaWhElwTIC06JxSUXoBoO5d9oaS { width:654px;height:153px;top:327px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yMkXBknRdfJylldd6Fw3d2I3A1Lqu9ct { width:654px;height:171px;top:489px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GelOuic1l5ArRSTEzHh4Hm6Z3k5Iv7ux { width:555px;height:120px;top:514px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fNf74UoZ4eU291AT2VZUmaetMX0aDy3K { display:block; }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNsDG6yP24MwavRTOavacQLLvV254Ivd { width:154px;height:55px;top:38px;left:298px;display:block; }
 }@media only screen and (max-width: 763px) { #sRwNJtztBUzBuhQda48kK8SGlHGmvFUq { width:200px;height:117px;top:120px;left:564px;display:none; }
 }@media only screen and (max-width: 763px) { #arJL6gR3UgG1pvFgIl2XhNfoDK83Ia7s { width:105px;height:90px;top:21px;left:659px;display:block; }
 }@media only screen and (max-width: 763px) { #LX5LB9EZv2zWnkEvp9exoNIZ9aJJTv8k { width:80px;height:106px;top:13px;left:547px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIDPJ7EZWoQ8GkHPwxFLAu5RBfW5mhHt { top:22px;left:0px;width:250px;height:39px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Ua13Jwp4sd94Kfbklc0yEUiEoILqCXm6 { width:250px;height:41px;top:57px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #w1U1lerCSXLo6UUxi9Vg4mhhIdbKvUBU { width:2px;height:80px;top:23px;left:226px;display:block; }
 }@media only screen and (max-width: 763px) { #uTXxdGrTkPlcJxondQlCXURgM5Bkbact { display:block; }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho3tZE84Pe6f6CzD449oLv99vJs3nmy5 { top:91px;left:124px;width:205px;height:26px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Ru8fl8CuvQ9o8RS01vEtdTXxgZ2EL0yP { top:45px;left:122px;width:260px;height:26px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VFoUFmwlHx1TgwWRT6McJbhL9hQt9pwI { top:91px;left:0px;width:255px;height:68px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XoHaJbxTRv0SSxyfXXHqzlrzidCSolkX { top:45px;left:0px;width:260px;height:26px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MxuD1SkdfVmTcAZoS8LtlZENb4p577Vd { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Kn7kwGIGxWqI5iSSoclOf0aroaDpbPeD { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a9qyh5cTQsGOyTgTATFUyxonSmR3LfiT { top:229px;left:0px;width:210px;height:67px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #k7MnLzMONax9nuAfui4gLiPrGHTL2TUV { top:181px;left:0px;width:260px;height:26px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HXHzlTd69QyKwMlU0WTz4ECgUbhlkUlL { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vxebq7iXfmKNFbNqHHk3cqHTQABkb2nw { width:30px;height:30px;top:175px;left:187px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Qoft2EXiLcIBxyRkWMukcUJQG97WESWo { top:177px;left:166px;width:216px;height:25px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rp6v1x99o04kBhbzcf7wVCUBvdy2uV7o { top:121px;left:121px;width:205px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LvWCIksvS87bwGbW0BEZHi12kzh9EeZQ { width:532px;height:296px;top:63px;left:232px;display:none; }
 }@media only screen and (max-width: 763px) { #Xn7ip4c8DMeZRquEtrpOVXBmOfAiUrw1 { width:533px;height:259px;top:39px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #F9MZWdlD24GvI6zlIGT1VRPobNPBSddm { top:145px;left:121px;width:205px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ddEGGN5SdOTz8h6ue0T7Vai2FC5lPrOU { width:135px;height:106px;top:202px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR { display:block; }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xcc6d5LQeqvPcr0HZJFihAkh09SrX4pr { width:230px;height:31px;top:75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh { display:none; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe { width:304px;height:62px;top:24px;left:460px;display:block; }
 }@media only screen and (max-width: 763px) { #yx3AbyoBNfQOCq01GvB4vUTGswpJ42AO { display:block; }
 }@media only screen and (max-width: 763px) { #R0MTIO65yr7smwTtAJbO2AZcxlMmAZqy { width:764px;height:54px;top:19px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #BhWUSOZgsfnkGqSPRbrkhgGNm7R4WBLE { width:764px;height:27px;top:65px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ubE0Q02CK0GHTHd8tCuSMzHaXUCHn3Nd { width:300px;height:55px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/df1e4737-0feb-40f3-a3fe-842616ba87ef/1638380192163838014448sstoqueeecomorealizarumagestaoeficiente290220200951272232jpg_t.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ny5I4U2G2E2SZEGOozVIFUi63vChZBKV { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #2c3e50, #4b6584);background-image: -moz-linear-gradient(100deg, #2c3e50, #4b6584);background-image: -ms-linear-gradient(100deg, #2c3e50, #4b6584);background-image: -o-linear-gradient(100deg, #2c3e50, #4b6584);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#4b6584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#4b6584' );";background-image: linear-gradient(100deg, #2c3e50, #4b6584);background-size:auto !important;display:block; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container { background-color: transparent; background-image: none; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container > .video-iframe-container { display: none; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row > .video-iframe-container { display: none; }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .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); }#ny5I4U2G2E2SZEGOozVIFUi63vChZBKV > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhFO2VcLIT6mDy2LVHFeHEPfDLOmadzE { width:260px;height:50px;top:20px;left:30px;background-color:#5998a0;background-image:none;font-size:18px;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #ZF3JE1sird8sTFDulURQfE9RxVcR6Q7b { display:block; }
 }@media only screen and (max-width: 763px) { #ip4fkIhHBn1vOyBAGFmTmTLZvt4Tesrg { width:120px;height:94px;top:9.5px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #uDKBmtXIRLeG92WTJPh2zml4utO8HMDd { width:135px;height:0;top:107px;left:92px;font-size:17px;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #qwyl5nTFFV9AZPAMIWO1fcoRH6K41niv { width:142px;height:0;top:152.5px;left:89px;font-size:17px;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #DfTgggc4o65TVvAxoxOficvSKiC7H3wf { width:80px;height:0;top:198px;left:120px;font-size:17px;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #v4kiim9gicZD228VCKG8L2aOKkCA7JOU { width:142px;height:0;top:243.5px;left:89px;font-size:17px;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #mblV8O8bCSWP4G5d2SPg486ACBgl8TvE { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));background-image: -moz-linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));background-image: -ms-linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));background-image: -o-linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#cc4b6584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#cc4b6584' );";background-image: linear-gradient(100deg, #2c3e50, rgba(75,101,132,0.8));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container { background-color: transparent; background-image: none; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container > .video-iframe-container { display: none; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row > .video-iframe-container { display: none; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .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); }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container { border-width: 0; border-radius: 0; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mblV8O8bCSWP4G5d2SPg486ACBgl8TvE > .row .container { width:320px;height:637px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzhrM3hVwAtXcOopraOb9Al5KuEVr16K { width:320px;height:0;top:245.76390075684px;left:0px;text-align:center;text-align-last:center;font-size:13px;line-height:1.2;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #PMs7xWOdC4Hc6Z2rzEALKllQkOaST3CJ { width:290px;height:50px;top:501px;left:15px;background-color:#00b894;background-image:none;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UpTsp3IAg6npUEDL9kenMn7lpiMhCOTf { display:block; }
 }@media only screen and (max-width: 763px) { #Ax7UCNPabufPgL3xsbBkQi49zhuQOtCM { width:320px;height:85.7812px;top:86px;left:0px;text-align:center;text-align-last:center;font-size:39px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #enAJAa6Xldpkq4Nz5ZkP2zvRvrJqVDtW { width:290px;height:96px;top:181px;left:15px;text-align:center;text-align-last:center;font-size:15px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TDps8czV7JrvSM6SXz0WkFC09nIUrK28 { width:320px;height:19.7969px;top:60px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d191t9KPZygSftoyFlKi8AbnUalmf8Dt { display:block; }#d191t9KPZygSftoyFlKi8AbnUalmf8Dt > .row .container { width:320px;height:159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHRG38bTA9oFpTITuISezcURH6ouAt9w { width:320px;height:92.375px;top:64px;left:0px;text-align:center;text-align-last:center;font-size:22px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt { display:block; }#uT3K6Os1HviTrrwEUq8RySF8LsU9yzdt > .row .container { width:320px;height:588px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVd1ivHunHnxwgEgJsPHKrTv5wTPQmPZ { width:290px;height:124px;top:20px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mMRkJTTalEl21xnQdV1Dvf969aqvHgFC { display:flex;width:34px;height:34px;top:35px;left:145px; }
 }@media only screen and (max-width: 763px) { #i3HM1vVlCKV3qswOTF7KTvcIUBuKmxFU { width:223px;height:21px;top:74px;left:51px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZhL7UCylq1F3Hm9ak975Jh288x4pEVgH { width:263px;height:50.375px;top:96px;left:31px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #loWcfcA8XLVlww0GEag2VGcA3AgrPi0d { width:290px;height:127px;top:160px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iqWms8bMR7xGR4T52smUCoNMv5sRQ57T { width:257px;height:50.375px;top:240px;left:31.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H93UB1e3DyfCeG6hD4OTk5CszGDktBSf { width:163px;height:21px;top:218px;left:81px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iKkdXLU3g9oORnrm5JTJ80I3ekZRel0T { display:flex;width:34px;height:34px;top:175px;left:145px; }
 }@media only screen and (max-width: 763px) { #O1T031npi7FZu4s2pSGMezOfgnINdIqu { width:290px;height:132px;top:305px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Uunvvxh9OnHnnF7KHaWFhw3WAcBx0CTH { width:223px;height:50.375px;top:386px;left:51px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SGoQn4gtQ7bbdqlQOtdWTaunvz2rCDwP { width:208px;height:21px;top:363px;left:58px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yPUObwv1rmkBpsLTQSxEK0C0sfmR4FqW { display:flex;width:34px;height:34px;top:320px;left:145px; }
 }@media only screen and (max-width: 763px) { #NaxgpumEWP6oepX27QfUv86UVwC4weSL { width:290px;height:127px;top:456px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #inVCwvTpMFnWZqS0wgcbxM3pRgIInnw4 { width:247px;height:50.375px;top:534px;left:36.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f7TX3SfMZQaRezvQFa8qK0noNXepn5G1 { width:208px;height:21px;top:510px;left:58px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zbv8LyJiOur21bDE5bc2460WxId2DTF1 { display:flex;width:34px;height:34px;top:471px;left:145px; }
 }@media only screen and (max-width: 763px) { #J8VL89azzOOITTGlSr4iu1SZEyUekgTn { display:block; }#J8VL89azzOOITTGlSr4iu1SZEyUekgTn > .row .container { width:320px;height:707px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8nJ331vTtGGTcrndMLMJLi88RdeHUWP { width:290px;height:124px;top:15px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nhCtNtopUOT7rLtrP9zJwIxxFZNtLlqB { display:flex;width:34px;height:34px;top:30px;left:145px; }
 }@media only screen and (max-width: 763px) { #zpLHkS0VPkgKHEb4AdP3KGPui1oh9yEb { width:223px;height:21px;top:69px;left:51px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eefn9XlbuZ8JFD0oa0m8IMOg2Ax3KyUp { width:290px;height:50px;top:613px;left:15px;background-color:#00b894;background-image:none;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pmeQP7NhyXhfeJk0LXfo0XIJIQ2E1bvd { display:block; }
 }@media only screen and (max-width: 763px) { #rWGod8052zA8LxACA9WVc2DLf6JgTWgK { width:263px;height:33.5938px;top:91px;left:31px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FrRDpusvkZEVGRTIoF90S13oG5PzT0JO { width:290px;height:127px;top:158px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fTrAKdV258JBHTQ1PyS1WG2Nba1cFShX { width:257px;height:33.5938px;top:236px;left:31.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PdtKVZ2898G842s8wHukXPsm2siFxoTt { width:197px;height:21px;top:213px;left:61.5px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Lwc9CZWxwDlhk8knzJFxPbm8eP9aJ2XW { display:flex;width:34px;height:34px;top:173px;left:145px; }
 }@media only screen and (max-width: 763px) { #AfkslirrhPWBrQdgEbx6CVG1ErlaqLye { width:290px;height:132px;top:303px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JPqCsAC2Trx74XTPbWAyDnMCLJzDIGtK { width:223px;height:50.375px;top:383px;left:51px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NfzS1uRvHlH560aCTet4JVB8N9KCmT2D { width:232px;height:21px;top:359.5px;left:44px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rnLTkAJ56RxFhvNx1biXTQmEhM6prskk { display:flex;width:34px;height:34px;top:318px;left:145px; }
 }@media only screen and (max-width: 763px) { #NHVxfKLn9ifxEP8AEKO6WhdSNI4xZehz { width:290px;height:127px;top:454px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QSAoDv1pOL12wgMS3lJNT2TWRBHRG95W { width:247px;height:50.375px;top:532px;left:36.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S1In73nrSS4zsRmTaWh9AghdatO6CJcU { width:208px;height:21px;top:508px;left:58px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GtLRPthmJBqS8FwGt7G3S55825KGT72T { display:flex;width:34px;height:34px;top:469px;left:145px; }
 }@media only screen and (max-width: 763px) { #WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt { display:block; }#WtWMRKWmwKAnWlpT0HnCuKzbg5DFnLBt > .row .container { width:320px;height:1277px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk3deTSQaRrKoMk5AEzcE71067VB4VDI { width:296px;height:85.7917px;top:29px;left:12px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEqmrnMguqSMEB8iTmcmFSRV4O1NcDJe { width:281px;height:257px;top:125px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6aEwkTNrWhHAh8MBi0KSz2MaCkwuDJ { width:290px;height:111px;top:405px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lIuclrZVnVrTQ0kNaJb9DrmsVF5t7ZhP { width:243px;height:54px;top:444px;left:38.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #K04ABwZ5u1p0G5ka7qVzato8gG4u9lml { width:293px;height:21px;top:423px;left:14px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KAM7ncKQtg7yx2w1y1QNh2qLaD7OOrK2 { width:290px;height:110px;top:530px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cbVIxGfMMfigazG4mznQEMo2XtdrQpH4 { width:227px;height:54px;top:568px;left:46.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h7WKID0T9kK5SAKTnqTd3mdrUP3xhCgJ { width:293px;height:21px;top:547px;left:14px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Skh9x46m6AxckoeKfBVUroTUDdoBLSzv { width:290px;height:110px;top:780px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #F7gNdultmiVlFqvMSqud9hCIaTZP9kKl { width:211px;height:72px;top:817.3125px;left:54.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OBXxliiPHGrm0HzWdbgITcFa1NePEdRV { width:290px;height:107px;top:656px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HehV6UqfpTTLpzFJ6GEVXnTHbdKeA6vX { width:261px;height:50.375px;top:693.3125px;left:29.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PHyk1Zd8mvPLz6waRKCNWToVm78oFXS5 { width:293px;height:21px;top:672px;left:14px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HtgmZdmZnqUOKa4BKk5OPiJiVLTvKPHg { width:293px;height:21px;top:796px;left:14px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u2nXi3JRsHplFzckTK1Ipfiq36BHSXR7 { width:290px;height:108px;top:1038px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SCGVBxMTcZc9ri25lTJg8XfPb30O6f7M { width:290px;height:112px;top:908px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ESfTo36EfvRmOZqrR8rteJg0gXxXGsBw { width:233px;height:50.375px;top:1076.3125px;left:43.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oIsgtOWdOkQENBq1nISR135sPIciuLhU { width:236px;height:54px;top:948.3125px;left:42px;font-size:12px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WNNr0CQBWlQBODifoAVMlaRzb2QTcDo5 { width:293px;height:21px;top:928px;left:14px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h5zu1IdBa0SxbGgBt5LTEbpn5WpwubuF { width:293px;height:21px;top:1055px;left:14px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W6QRNHMp2MmVrAIBddQvSUuC1DIN5Kwp { width:290px;height:50px;top:1176px;left:15px;background-color:#00b894;background-image:none;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cvvKZlTwq4LEOdIvvGd6TTEwa9moccGE { display:block; }
 }@media only screen and (max-width: 763px) { #ztpCm6idwDbTty5GB3qrRF7qcT467tV9 { display:block; }#ztpCm6idwDbTty5GB3qrRF7qcT467tV9 > .row .container { width:320px;height:176px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXLc5FFv19AAPmJBQp4EFHwhx4phKbQa { width:314px;height:100.792px;top:73px;left:3px;text-align:center;text-align-last:center;font-size:24px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx { display:block; }#dvysRBreyXiJGI8hcb1fE2tO4OOZGBCx > .row .container { width:320px;height:1139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V { width:320px;height:153px;top:25px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f4400788-05d7-4186-9249-56261784ed89/furadeiradeimpactoboschgsb13rex23750w220vset23ac6512e5d6ccb38.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V.adaptive-delivery-prevent-bg, #GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V.lazyload, #GQEw7mGOqyxXLK1GvhTiwrKddQxAAL8V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PLfKVvJLdpkX0sk8lBmmExPe4CIFRUfe { width:320px;height:95px;top:178px;left:0px;z-index:14992;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #qcVJwU9R29ZSIJOidMxpXPBqrT7kPV1i { width:320px;height:24px;top:192px;left:0px;font-size:20px;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCJLp72cWEKow1ISFJmJIW7Xw8CT8pXX { width:280px;height:42px;top:216px;left:20px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh { width:320px;height:153px;top:294px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84801c7e-c9c1-4106-8a07-4ad9998b7846/D_NQ_NP_608240MLU72566237380_112023O.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:14989;display:block; }#eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh.adaptive-delivery-prevent-bg, #eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh.lazyload, #eIOsAIRaCD1r6S39rTLHHs1lTFfOiTRh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S9b1NTEztwu0h0qeiC3qFANGgFa3scWD { width:320px;height:153px;top:294px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw { width:320px;height:153px;top:861px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c860fccd-aff0-4f67-b25a-ebc32e40b1c2/drone.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw.adaptive-delivery-prevent-bg, #wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw.lazyload, #wN2hkqFNoNDpmwDtzwCA2uEvmSS8Bayw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mlT9BPatQZlDT4pgdShdDi35gmLpJH6L { width:320px;height:95px;top:447px;left:0px;z-index:14992;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #CR7KefRoGu0LE85buaTQIIuoGFDWCkDm { width:204px;height:44.7812px;top:486px;left:58px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EF6q14ym8CsL4XcVhyE59NzmLc0tLkpA { width:320px;height:24px;top:462px;left:0px;font-size:20px;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHtVw0GSKmbPCKxVk14EdIxAvs4te55b { width:320px;height:124px;top:1014px;left:0px;z-index:14992;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #FhVJH3IgMgGLILuzkixoSRynxyXTvSl3 { width:320px;height:122px;top:716px;left:0px;z-index:14992;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #oeTezOqmUqNXG97ka58crcr9ViLdhVna { width:223px;height:67.1719px;top:757px;left:48.5px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hFSCPOlNquoSJ9EeneFgfpB3H5SURy7I { width:236px;height:67.1719px;top:1053px;left:42px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OZVnNAy5HcTx1TmsxfCups87q18PIMx5 { width:320px;height:24px;top:733px;left:0px;font-size:20px;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGAauI0c94P5xSlZAuwEqfZNwyJkUPlg { width:320px;height:21.5972px;top:1031.40625px;left:0px;font-size:18px;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QENbTUQfFy7bGlRGxPNtDqIioowHTJL8 { width:320px;height:153px;top:25px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #K5KECkdJ8VPTkl0SkNtdBDscB9lA9kP1 { width:320px;height:153px;top:563px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #G05cgqOZ9ySM9t89Me286UfSLr0r5DdJ { width:320px;height:153px;top:563px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d4034080-9235-411c-9581-c03d80cca4c4/Medidordedistanciaalaser25mGLM2523BOSCH0601072W00BOSCH.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#G05cgqOZ9ySM9t89Me286UfSLr0r5DdJ.adaptive-delivery-prevent-bg, #G05cgqOZ9ySM9t89Me286UfSLr0r5DdJ.lazyload, #G05cgqOZ9ySM9t89Me286UfSLr0r5DdJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Elqb1hdvEETuTyQ2snA0bxkZXCZchmyr { width:320px;height:153px;top:861px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG { display:block; }#aZMA5ryJ5wcFqHGra6qp8sSadq8m63vG > .row .container { width:320px;height:1187px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P { width:320px;height:153px;top:20px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/db801c77-0f81-4240-8479-2eaab6904a39/bolinhagudebrinquedo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P.adaptive-delivery-prevent-bg, #S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P.lazyload, #S1l8I2Kq4egpP6o98ofR5fOlTTUlVx9P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DJr5VtxpaeJKteey1SNTcsP08llN7ePy { width:320px;height:95px;top:173px;left:0px;z-index:14992;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #FkapDhKAxdzL2bIePBl7dzb7mtohakLr { width:320px;height:24px;top:187px;left:0px;font-size:20px;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1ZqANMdy9UzcTStDHtuhSApzbekfLlT { width:280px;height:42px;top:211px;left:20px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E { width:320px;height:153px;top:292px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b5f4a063-3a90-44a2-9f3c-a0c060eb8e74/224302_detector_de_materiais_com_profundidade_de_12_cm_gms_120.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:14989;display:block; }#T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E.adaptive-delivery-prevent-bg, #T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E.lazyload, #T6eC4KauQcyNBbsZB9tMOOOlh0xo0R1E.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lIAO2wtlBcsLf596hHP5afaDF6HKdm9B { width:320px;height:153px;top:292px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5 { width:320px;height:153px;top:861px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/048ad6c9-9cf3-4596-be4a-5061d917ffc9/paquimetro1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5.adaptive-delivery-prevent-bg, #FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5.lazyload, #FtOHPGcptH3ZSwDat5ABTrlR3G64UNi5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eDblG5BxvTtT9XbxSMB5no1x6JaQHTZX { width:320px;height:95px;top:445px;left:0px;z-index:14992;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #w6Te7p8t8d42BQ2bJVvf16h10TqdLQbk { width:277px;height:44.7812px;top:484px;left:21.5px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d6VfGAKXXnHD4ZNKGQmeRTJADPOepSTl { width:320px;height:24px;top:460px;left:0px;font-size:20px;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnLgEVrv5yiP9ekx6bonWg3E0ZvcKEk0 { width:320px;height:103px;top:1014px;left:0px;z-index:14992;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #lB5ZJZZFvc7ZBAHuGxVxzJF61xiHoKQ6 { width:320px;height:122px;top:716px;left:0px;z-index:14992;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZTy3sTUxdovDkloZ2IuwKi0qkZrrWwCq { width:223px;height:67.1719px;top:757px;left:48.5px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vFLvCbFWRlT7PA8HJyFLgOPliJkrHIWD { width:236px;height:44.7812px;top:1053px;left:42px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NrIFkL1TnurvXE48Bfwyqku5Drihkrad { width:320px;height:24px;top:733px;left:0px;font-size:20px;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFETHw94JABWmamsbwwHWVsJa0lmiX8n { width:320px;height:21.5972px;top:1031.40625px;left:0px;font-size:18px;z-index:15042;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5TEWlgMvJDak7hyLHiGUf2ToygckXxx { width:320px;height:153px;top:20px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #PPfIZoETfwXdZzB0xAi4Kb4PefANXOnB { width:320px;height:153px;top:563px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #TsrLokROCt4RZST9TN80swNupCXmnr2C { width:320px;height:153px;top:563px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/56838fb3-b978-4ac2-93cb-de4d5ed619f6/9649429_orig.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#TsrLokROCt4RZST9TN80swNupCXmnr2C.adaptive-delivery-prevent-bg, #TsrLokROCt4RZST9TN80swNupCXmnr2C.lazyload, #TsrLokROCt4RZST9TN80swNupCXmnr2C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Aw5N5bFf2hmWbpTzkT5rumSTv6Ux9SBp { width:320px;height:153px;top:861px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.75));background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #XN2ilexk57by0qxgKcZKmZONK3xxKU7E { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39250147-b8e0-4bc1-b740-f72be553a965/covere_doutor.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E.adaptive-delivery-prevent-bg, #XN2ilexk57by0qxgKcZKmZONK3xxKU7E.lazyload, #XN2ilexk57by0qxgKcZKmZONK3xxKU7E.lazyloading { background-image: none; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container { background-color: transparent; background-image: none; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f5f6fa; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container > .video-iframe-container { display: none; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f5f6fa; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row > .video-iframe-container { display: none; }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .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); }#XN2ilexk57by0qxgKcZKmZONK3xxKU7E > .row .container { width:320px;height:1764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrM6gfBw4t3awxug60iCPSTBk0pZ2ZrC { width:283px;height:273px;top:110px;left:17px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iWC5GzSg4PTCHO1NW7rC55RVcqWkDbxs { width:290px;height:50px;top:379px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #o5lTKbWeqUl5rdLTx48ykgMChghJZk2K { display:block; }
 }@media only screen and (max-width: 763px) { #px3MFzhnoGyVQ2h6opFdDgLZTG26ooNw { width:288px;height:64.7812px;top:43px;left:14px;font-size:27px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc { width:270px;height:340px;top:475px;left:25px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/327a9654-ce21-421c-aba5-3bd6ba76c340/Capturadetela20250625221308.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc.adaptive-delivery-prevent-bg, #DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc.lazyload, #DCfE37fhrSsFhLlmS16u7DZNGRQTlFTc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4 { width:270px;height:340px;top:1189px;left:25px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b998d04-f6ac-4c96-985b-fbe1d34f4fec/Capturadetela20250625221328.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4.adaptive-delivery-prevent-bg, #TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4.lazyload, #TMQLTTEk2kJ0NX0Am0JNTvTKNvTf7cU4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw { width:270px;height:340px;top:832px;left:25px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e798d611-a8ab-420b-9798-8974b8125ca8/Capturadetela20250625221321.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw.adaptive-delivery-prevent-bg, #PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw.lazyload, #PVLSaSGbKtQ9PwOvowcDs0PpAPObUkJw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CIBTXBlJLMvABIQCRX7cIMzrdLhuuiTu { width:320px;height:170px;top:1578px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5c85b0d-fd7f-4f21-adc8-921b0b0e8574/modblues.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB.adaptive-delivery-prevent-bg, #XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB.lazyload, #XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB.lazyloading { background-image: none; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container { background-color: transparent; background-image: none; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f5f6fa; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container > .video-iframe-container { display: none; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f5f6fa; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row > .video-iframe-container { display: none; }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .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); }#XCJiaTEnGP2oIBTzeogtVVVqrnceDHrB > .row .container { width:320px;height:1110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDObpbU51JUM9aRmAuO41v4iJPQiWduD { width:278px;height:113.083px;top:41.234375px;left:21px;text-align:center;text-align-last:center;font-size:29px;line-height:1.3;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #FUL3zvZtxAqZWh35rNpoZ3FnwlSNruzT { width:279px;height:147px;top:459.421875px;left:20.5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BsutmPzqDeyJre0g28rDD1RZzUIoIehZ { width:320px;height:178px;top:432px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IIKfAcG1qkghKKGDc0nHFTpMTMM3u6y2 { width:299px;height:291px;top:127.609375px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AWlo3RDTS3DtCVNlv3ANQNNFnkTz8D6b { width:298px;height:188px;top:438.921875px;left:11px;z-index:15041;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JP4m0RiDdyhHM609fzke82oFbuXfpDhC { width:279px;height:168px;top:653px;left:20.5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QnftxHaWhElwTIC06JxSUXoBoO5d9oaS { width:298px;height:195px;top:639.5px;left:11px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yMkXBknRdfJylldd6Fw3d2I3A1Lqu9ct { width:300px;height:224px;top:848.5px;left:11px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #GelOuic1l5ArRSTEzHh4Hm6Z3k5Iv7ux { width:279px;height:189px;top:865.5px;left:20.5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fNf74UoZ4eU291AT2VZUmaetMX0aDy3K { display:block; }#fNf74UoZ4eU291AT2VZUmaetMX0aDy3K > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNsDG6yP24MwavRTOavacQLLvV254Ivd { width:112px;height:36px;top:254px;left:104px;display:block; }
 }@media only screen and (max-width: 763px) { #sRwNJtztBUzBuhQda48kK8SGlHGmvFUq { width:57px;height:30px;top:364px;left:29px;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #arJL6gR3UgG1pvFgIl2XhNfoDK83Ia7s { width:93px;height:79px;top:142px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #LX5LB9EZv2zWnkEvp9exoNIZ9aJJTv8k { width:65px;height:88px;top:129px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIDPJ7EZWoQ8GkHPwxFLAu5RBfW5mhHt { width:245px;height:37.3906px;top:36px;left:38px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ua13Jwp4sd94Kfbklc0yEUiEoILqCXm6 { width:245px;height:40.6944px;top:69px;left:38px;text-align:center;text-align-last:center;font-size:37px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w1U1lerCSXLo6UUxi9Vg4mhhIdbKvUBU { width:2px;height:80px;top:139.5px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #uTXxdGrTkPlcJxondQlCXURgM5Bkbact { display:block; }#uTXxdGrTkPlcJxondQlCXURgM5Bkbact > .row .container { width:320px;height:929px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho3tZE84Pe6f6CzD449oLv99vJs3nmy5 { width:244px;height:23.7969px;top:314px;left:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ru8fl8CuvQ9o8RS01vEtdTXxgZ2EL0yP { width:244px;height:24px;top:274px;left:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VFoUFmwlHx1TgwWRT6McJbhL9hQt9pwI { width:244px;height:63px;top:78px;left:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XoHaJbxTRv0SSxyfXXHqzlrzidCSolkX { width:244px;height:24px;top:41px;left:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MxuD1SkdfVmTcAZoS8LtlZENb4p577Vd { width:100px;height:5px;top:64px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Kn7kwGIGxWqI5iSSoclOf0aroaDpbPeD { width:100px;height:5px;top:180px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #a9qyh5cTQsGOyTgTATFUyxonSmR3LfiT { width:244px;height:63px;top:194px;left:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #k7MnLzMONax9nuAfui4gLiPrGHTL2TUV { width:244px;height:24px;top:158px;left:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HXHzlTd69QyKwMlU0WTz4ECgUbhlkUlL { width:100px;height:5px;top:298px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #vxebq7iXfmKNFbNqHHk3cqHTQABkb2nw { width:25px;height:25px;top:390px;left:37px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Qoft2EXiLcIBxyRkWMukcUJQG97WESWo { width:220px;height:23.7969px;top:391px;left:64px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rp6v1x99o04kBhbzcf7wVCUBvdy2uV7o { width:244px;height:18.1944px;top:343px;left:37px;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LvWCIksvS87bwGbW0BEZHi12kzh9EeZQ { width:300px;height:330px;top:446px;left:10px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Xn7ip4c8DMeZRquEtrpOVXBmOfAiUrw1 { width:320px;height:259px;top:39px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #F9MZWdlD24GvI6zlIGT1VRPobNPBSddm { width:244px;height:18.1944px;top:366px;left:37px;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ddEGGN5SdOTz8h6ue0T7Vai2FC5lPrOU { width:135px;height:106px;top:809px;left:92.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR { display:block; }#ZPvUdr30Cra6vGa2TUEcTcnfF4A7VryR > .row .container { width:320px;height:211px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xcc6d5LQeqvPcr0HZJFihAkh09SrX4pr { width:320px;height:16.8906px;top:13px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row .container { background-color: transparent; background-image: none; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row .container > .video-iframe-container { display: none; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row > .video-iframe-container { display: none; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .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); }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row .container { border-width: 0; border-radius: 0; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQ2Lh6hb2FTxPrUPn5NOzbcfXWCmWxxh > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe { width:300px;height:55px;top:0px;left:8px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9b1818d1-1022-4122-9c6a-6a8a39b5bb60/bt_one.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe.adaptive-delivery-prevent-bg, #IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe.lazyload, #IKUKR6oK4ZO923IpzfAwSCbIe0lpwWhe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yx3AbyoBNfQOCq01GvB4vUTGswpJ42AO { display:block; }
 }@media only screen and (max-width: 763px) { #R0MTIO65yr7smwTtAJbO2AZcxlMmAZqy { width:320px;height:0;top:75px;left:0px;font-size:30px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #BhWUSOZgsfnkGqSPRbrkhgGNm7R4WBLE { width:320px;height:0;top:167px;left:0px;font-size:23px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ubE0Q02CK0GHTHd8tCuSMzHaXUCHn3Nd { top:59.984375px;left:7.984375px;width:300px;height:55px;z-index:15015;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden;display:block; }
 }