.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:217,223,235;--color-primary-1:128,148,189;--color-primary-2:0,41,123;--color-primary-3:0,21,62;--color-primary-4:0,6,18;--color-secondary-0:255,231,220;--color-secondary-1:255,175,138;--color-secondary-2:255,94,20;--color-secondary-3:128,47,10;--color-secondary-4:38,14,3;--color-tertiary-0:255,255,255;--color-tertiary-1:234,231,254;--color-tertiary-2:184,175,253;--color-tertiary-3:92,88,127;--color-tertiary-4:18,17,25;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/883fcaf3-0fa3-42b8-83a0-ae653ee25f96/BG5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:0rem;left:0rem;right:0rem;display:block; }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row .container { background-color: transparent; background-image: none; }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row .container > .video-iframe-container { display: none; }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row > .video-iframe-container { display: none; }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .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); }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row .container { border-width: 0; border-radius: 0; }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#uLCDiSTTdUkwqWNl2NEugT35mSSz316E { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:3.5rem;width:8.25rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#GXnMTaUVubBTFFz185Ahg9O6mZQrWIwI { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:43.6875rem;display:block; }
#NRkGG0sVpb0dUrUIvSse0EbQZupdUInn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pIhbv1uMemDmNXQTuEDMxH5vit70Rzr3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:1.576704621315rem;left:60.375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f14XDzBXK3qUDz0EpuGnAIsF9evT1tAm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:0.90625rem;left:60.375rem;height:1.137075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,41,123,0.46), rgba(0,21,62,0.75));background-image: -moz-linear-gradient(90deg, rgba(0,41,123,0.46), rgba(0,21,62,0.75));background-image: -ms-linear-gradient(90deg, rgba(0,41,123,0.46), rgba(0,21,62,0.75));background-image: -o-linear-gradient(90deg, rgba(0,41,123,0.46), rgba(0,21,62,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00297b75', endColorstr='#00153ebf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00297b75', endColorstr='#00153ebf' );";background-image: linear-gradient(90deg, rgba(0,41,123,0.46), rgba(0,21,62,0.75));background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container { background-color: transparent; background-image: none; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container > .video-iframe-container { display: none; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row > .video-iframe-container { display: none; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .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); }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container { border-width: 0; border-radius: 0; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;overflow:visible;position:relative;display:block; }#etFHT6hdetcH47c29EkPNXKVbhDKSGmb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:12.5625rem;left:0rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#qqxVmo0E8HeXg7XzXzTXWBRHfQRVn01E { background-color:#ffc800;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#00297b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.4375rem;left:25.5625rem;display:block; }
#m1OtVkGyehZGw7HSUf2UlyA92v2u2sep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXTAptivxWzIgCUIZDZbTiDay2PozpWA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:21.25rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rw6qciFE7ScAWHK0rhczxMzSzwDES1nS { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:39.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#qXGrxFRToTMyQZVHzTsEBd2JqlaeuTNT { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:68.75rem;overflow:hidden;display:block; }
#FxMvpKrXGWwGCDpLUNqNx3K33gwqIoMs { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:63.125rem;overflow:hidden;display:block; }
#hG08E8EEUcvXvFR8DWthxIsla6KE11UX { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:57.5rem;overflow:hidden;display:block; }
#ZUAFetZATGPGAhX7UPM7nOe4ppvQ5G44 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:51.875rem;overflow:hidden;display:block; }
#WOlBaus1P0iJTCKKnIR4EVUtKQOTO9WG { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:46.25rem;overflow:hidden;display:block; }
#rgX2eySpc6nsxRGNVK2GzV7QTgddPnNC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:23.125rem;overflow:hidden;display:block; }
#hBHbFitT7Xd2Wa7nMG4oypAL3psDTCUO { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:17.5rem;overflow:hidden;display:block; }
#T0KriZaAug9axB9rHeeKAOTrXcALCmDF { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:11.875rem;overflow:hidden;display:block; }
#OyCC3Ronnmk9ua8lWdRgf86UM0Pl6Rn9 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:6.25rem;overflow:hidden;display:block; }
#sT2PAL74AtpS8tnaKlmIGQEJrZiftulv { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:5.625rem;width:5.625rem;top:40.1875rem;left:0.625rem;overflow:hidden;display:block; }
#R729D5rtW8UPu6aRhrBwJuMW0Ipn77k0 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:17.9375rem;width:15.375rem;top:38rem;left:29.8125rem;overflow:hidden;display:block; }
#gfsT0g5XB9RKQhn59THOUzsWyvgRoGFS { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:12.5625rem;left:0rem;height:8.75rem;text-align:center;text-align-last:center;display:none; }
#BhwaxtTdkIDnJdBEpa28yZ1WUNUNHSy3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:12.5625rem;left:0rem;height:8.75rem;text-align:center;text-align-last:center;display:none; }
#xzEAlVdaoMmxNTLF2OWW1KsP0oINNVRT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:21.25rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PRlaTi8t9z1STWTpBu2PT0Z688hhl8pv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:21.25rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y8c0RL98KhoAnUgTAsfpmuiD0MXPluiq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:21.25rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#y8c0RL98KhoAnUgTAsfpmuiD0MXPluiq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3697ea9d82503e548760ddbcebd9d68.svg); }
#WG2okGv6ahkopbtATKTe4SvI9S8ebCTB { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:39.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:none; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#VucBlmEJT3EsukT7gVHccEaSRyXCzVPT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.5rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mK3aGFezIvNEgmNBgtgcr4HmwEKUTMyz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:11.750001907349rem;left:0rem;height:1.66193125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { box-sizing:content-box;height:25.625rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.25rem;left:1.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { box-sizing:content-box;height:25.625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#yohviILx8VlwHTuEckBgR9Pd0TylP6No { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.25rem;left:26.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { box-sizing:content-box;height:25.625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:14.25rem;left:51.15625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldRsJbWUTHUKwazmm9anKPJPr6CWe2l8 { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.67471408844rem;left:5.03125rem;display:block; }
#Z72qIWspqcNi9ZvQz2MfmMNvM3LrDT4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGqKEd09IKAUliT79e7IUgT9hDx5xf2W { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.674004554749rem;left:30.59375rem;display:block; }
#ABts1N0ukQ5nNucsHl9mIbpqBAuLcSFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKPIwsfEUBIAL5NON2nVxFX43RftpW8X { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.674004554749rem;left:56.15625rem;display:block; }
#cfesdV2oEvJy3rcpTdsPPDHbaVDWm92T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qsR3nlE04Z0gzDiVRqwm3E2lOCcBH77N { box-sizing:content-box;height:12.625rem;width:23.875rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/328f1c6f-965a-4855-b0c1-463c80577437/Screenshot_13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:25.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }#qsR3nlE04Z0gzDiVRqwm3E2lOCcBH77N.adaptive-delivery-prevent-bg, #qsR3nlE04Z0gzDiVRqwm3E2lOCcBH77N.lazyload, #qsR3nlE04Z0gzDiVRqwm3E2lOCcBH77N.lazyloading { background-image: none; }
#PkxVPP6eI6Q4XBGzzH6LAas5AwUceh2G { box-sizing:content-box;height:12.625rem;width:23.875rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/48332b85-49e0-4f65-9674-c44e9d3524c0/post122_sistemas_interfonia1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }#PkxVPP6eI6Q4XBGzzH6LAas5AwUceh2G.adaptive-delivery-prevent-bg, #PkxVPP6eI6Q4XBGzzH6LAas5AwUceh2G.lazyload, #PkxVPP6eI6Q4XBGzzH6LAas5AwUceh2G.lazyloading { background-image: none; }
#DzgIDXJ8BQlEsG746GMUHwzESldWd7dO { box-sizing:content-box;height:12.625rem;width:23.875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e7db8f1-2918-4409-91b2-476f611dde40/sistema8000sistemadealarmesemfio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }#DzgIDXJ8BQlEsG746GMUHwzESldWd7dO.adaptive-delivery-prevent-bg, #DzgIDXJ8BQlEsG746GMUHwzESldWd7dO.lazyload, #DzgIDXJ8BQlEsG746GMUHwzESldWd7dO.lazyloading { background-image: none; }
#fDKlF65Ih7UTTT0DaclIrWM2TcrvP9hW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:16.625rem;left:52.6875rem;height:2.79971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8skO5Q6UZO9b2v3d6ehFabBIuqxqiXI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.625rem;left:28.125rem;height:2.79971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8hqXzJ1zeEZedUtvmVs4F7xPiZxJWmq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.625rem;left:2.75rem;height:2.79971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row .container { background-color: transparent; background-image: none; }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row .container > .video-iframe-container { display: none; }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row > .video-iframe-container { display: none; }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .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); }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row .container { border-width: 0; border-radius: 0; }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#WtNS0hqVVsgTsiPmwHfLwxGBQ39tL4fG { box-sizing:content-box;height:25.625rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#ALG4CgG5bELBHcpMXn5VLzkI3csXrzs9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.25rem;left:1.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyxaU6Oh8OtNq2Fn2r37ArhG7IlEfapU { box-sizing:content-box;height:25.625rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#ooNmvk4vOhBZMW66afCSEROPwhoMunoe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.25rem;left:28.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pNv4wRMkRGprgDN6qZnxOsw5z48WWrVk { box-sizing:content-box;height:25.625rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#sogK6lbvJWKzLVCrK0cofCTp34tnf7VX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:14.25rem;left:51.15625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vVlpJTUsz8vA0xJqLRgArN5mdBAHe3vC { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.473720550537rem;left:5.03125rem;display:block; }
#cEidKr2p6C7T0RCCdH1T3JWW51TElPRG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBAnk1HL7TgvlN2hhPeiBvUFfVq46ALT { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.473011016846rem;left:30.59375rem;display:block; }
#UcClLG05VQOifw4d1GiuzoiQ1lfSTThh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOznRvqRr2XKUxDHsvJTTToT8io1clTe { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.473014831543rem;left:56.15625rem;display:block; }
#BeutCTswJ7rb8nvahRvalGEfQsFxglxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1NnzZ2Rmo04N5Bx9lQRyJ73UTftO6RG { box-sizing:content-box;height:12.625rem;width:23.875rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3679ee76-92f8-4d33-a98d-edf840e2dd02/Post2_1200x62811.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }#A1NnzZ2Rmo04N5Bx9lQRyJ73UTftO6RG.adaptive-delivery-prevent-bg, #A1NnzZ2Rmo04N5Bx9lQRyJ73UTftO6RG.lazyload, #A1NnzZ2Rmo04N5Bx9lQRyJ73UTftO6RG.lazyloading { background-image: none; }
#tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI { box-sizing:content-box;height:12.625rem;width:23.875rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cef855c5-b3c8-4080-a88a-d3fa200bbf7a/fechaduraeletroimafe21150dcsensorintelbrascacorp4671205_2893.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }#tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI.adaptive-delivery-prevent-bg, #tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI.lazyload, #tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI.lazyloading { background-image: none; }
#qXkPMkeMLc4mGdZo1qWQ91vOqoDvN2iP { box-sizing:content-box;height:12.625rem;width:23.875rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e7974dab-d27e-40f4-b037-057b0011c554/FECHADURAELETRNICA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }#qXkPMkeMLc4mGdZo1qWQ91vOqoDvN2iP.adaptive-delivery-prevent-bg, #qXkPMkeMLc4mGdZo1qWQ91vOqoDvN2iP.lazyload, #qXkPMkeMLc4mGdZo1qWQ91vOqoDvN2iP.lazyloading { background-image: none; }
#h3xRhiyCBF8slJ93EvzZp8CxtsW5Gm3W { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:16.624290466309rem;left:51.5rem;height:2.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vF4TTPqIG9dXQVgvrScts22CSu1cy84E { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.625rem;left:28.96875rem;height:2.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsClvGFbumaUUqE8uZ2fxyVobJB0rnA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.75rem;height:2.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { background-color: transparent; background-image: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .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); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { border-width: 0; border-radius: 0; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { box-sizing:content-box;height:26.25rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.28125rem;left:3.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#noTfTgyaiohtlGMQIsU2GXAro9pcun2G { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.625rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SSBwdlIMk7ci90tIUioerHhmid8wkFHw { box-sizing:content-box;height:26.25rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.28125rem;left:28.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { box-sizing:content-box;height:26.25rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:14.28125rem;left:53.53125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLSoME3trq09BVlzQ4T0WopTX7gt9ukg { background-color:rgba(var(--color-primary-2),1);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.807525634766rem;left:5.03125rem;display:block; }
#iunOq7W1qTRWh0MEDOhPTHeUKsGPvxd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llNRc3deGsMK2W4ShIHbkdopG1hoGTgP { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.806819915771rem;left:30.59375rem;display:block; }
#qD1QhXQfRGXXRArV2TI1Ds7lChgoffrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VaOhrUEEiJ8981x6eNxhDDAAO24hyDad { background-color:#00297b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:21.806819915771rem;left:56.15625rem;display:block; }
#e4EKes2T7nL1xL8tfuyPOSlReKvlnsFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tcqHG2lM97g2gO7Dqg9cEcuhHTCTczWm { box-sizing:content-box;height:12.625rem;width:23.875rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e675ab0f-f2cb-4ae1-830b-be964cdb0a44/segurancareforcada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }#tcqHG2lM97g2gO7Dqg9cEcuhHTCTczWm.adaptive-delivery-prevent-bg, #tcqHG2lM97g2gO7Dqg9cEcuhHTCTczWm.lazyload, #tcqHG2lM97g2gO7Dqg9cEcuhHTCTczWm.lazyloading { background-image: none; }
#WRn6dUCisAuNwp6InAEt9PTGOuWE75pH { box-sizing:content-box;height:12.625rem;width:23.875rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c3006b6-d574-45c9-a482-c8e13eb0320c/Screenshot_12.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }#WRn6dUCisAuNwp6InAEt9PTGOuWE75pH.adaptive-delivery-prevent-bg, #WRn6dUCisAuNwp6InAEt9PTGOuWE75pH.lazyload, #WRn6dUCisAuNwp6InAEt9PTGOuWE75pH.lazyloading { background-image: none; }
#BbZxOqRxJ672NTlW8yphyLknLdKt42rz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.167613983154rem;left:28.8125rem;height:2.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hT2PH428BRCHXB8LRK5TwBT2TfllGol0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:18.167613983154rem;left:51.8125rem;height:2.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdcdnMo1b1o5UyTaAPep5KK54QVbSaGG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.167613983154rem;left:2.03125rem;height:2.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9XenPB3ectCLSDgpSPASVVMrolcpHor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row .container { background-color: transparent; background-image: none; }#E9XenPB3ectCLSDgpSPASVVMrolcpHor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row .container > .video-iframe-container { display: none; }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row > .video-iframe-container { display: none; }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .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); }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row .container { border-width: 0; border-radius: 0; }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#wh9AEMhnmre3EDvu2rDWZcvMnv4cPCQZ { box-sizing:content-box;height:19.5rem;width:35.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#Ko7P1NIDn1ptRTcH7fhM4sFle6qpVHdW { box-sizing:content-box;height:19.5rem;width:39.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8beff349-9a90-441c-af04-4b75f417b181/manutencao.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:35.125rem;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }#Ko7P1NIDn1ptRTcH7fhM4sFle6qpVHdW.adaptive-delivery-prevent-bg, #Ko7P1NIDn1ptRTcH7fhM4sFle6qpVHdW.lazyload, #Ko7P1NIDn1ptRTcH7fhM4sFle6qpVHdW.lazyloading { background-image: none; }
#rRHXo8TpmJJXUQQQfz4Hf388OD7DmXO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2graikF7zHWtZh67t3UM40iuV51XTRw { background-color:rgba(var(--color-primary-2),1);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.1875rem;left:10.6875rem;display:block; }
#dieW7fxwvprD7I9XtlPIRdGGiq4chko4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGvPhgVTFE1SLCPhc8bR0aWaF3s9vDGF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:6.4609375rem;left:4.9375rem;height:4.199575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvOX38qCTSkPyvrbXJSUDN964wxPurVt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row .container { background-color: transparent; background-image: none; }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row .container > .video-iframe-container { display: none; }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row > .video-iframe-container { display: none; }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .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); }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row .container { border-width: 0; border-radius: 0; }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#iTTRUMSbH5d6NWEy7Spzq6gaNtaTbDr3 { box-sizing:content-box;height:15rem;width:64.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:5.0625rem;left:4.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#nnTpfbX4nDNHaiqfQl94GttlbG8ehhUJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:rubik;font-size:5.8125rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:7.375rem;left:6.4375rem;height:5.230825rem;text-align:left;text-align-last:left;display:block; }
#t6RWPmFoP8ZchblV2LiRdSP0hnsO4pyu { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:7.4375rem;left:19.3125rem;height:6.39775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zblvvQARMAETzTF2gTrbtFDkW9Zzt7Eg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:15.3125rem;top:1.3125rem;left:52.1875rem;overflow:hidden;display:block; }
#TQVM3QPnDDswqVvoJEUMAGudoJwCpffX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:12.0625rem;left:6.4375rem;height:2.09943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRmrr3nyrsSIfdnqXU5T4xruJEnE4iOz { background-color:#ffc800;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.125rem;left:6.375rem;display:block; }
#DEu8b5W1oNdV85zf9d7ZnIFru61FPXVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMHQ1Q1mvxHDPHvMf75a6er3r9gununT { box-sizing:content-box;height:18.4375rem;width:22.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffc800;background-image:none;top:0rem;left:48rem;border-top-left-radius:4rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-2),0.05) ;display:block; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:30.9375rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { color:rgba(var(--color-tertiary-0),0.6);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:30.9375rem;height:6.39775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3UCoeEUaTmPMlIWp171O9mUyw3Ny8pf { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top: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:5.9375rem;width:14.125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#d2UTNCWSzJ010TePwOXi5XvDxUA2HV4K { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:14.3125rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTnPr98f7IQ95bpTrzTo4WgqLT9GgU7r { color:rgba(var(--color-tertiary-0),0.6);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6rem;left:14.3125rem;height:4.79829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hNKdgO4dit3TH0BbqJPAwGslBltTCFVB { position:absolute;display:block;z-index:15041;height:10.8125rem;width:18.375rem;top:2.9375rem;left:56.625rem;display:block; }
#crnZ6FHWeCqfb89zJJmBeZSFGIVSvOia { position:absolute;display:block;z-index:15041;height:10.8125rem;width:18.375rem;top:2.9375rem;left:56.625rem;display:none; }
#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row .container { background-color: transparent; background-image: none; }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row .container > .video-iframe-container { display: none; }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row > .video-iframe-container { display: none; }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .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); }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row .container { border-width: 0; border-radius: 0; }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#HzOQegsby9vVsaAr3qD7JUR2E0fXmtso { color:rgba(var(--color-tertiary-0),0.6);display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:0.917610168457rem;left:0rem;height:1.59943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf { display:block; }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLCDiSTTdUkwqWNl2NEugT35mSSz316E { width:8.25rem;height:3.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXnMTaUVubBTFFz185Ahg9O6mZQrWIwI { width:15.75rem;height:3.125rem;top:0.875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRkGG0sVpb0dUrUIvSse0EbQZupdUInn { display:block; }
 }@media only screen and (max-width: 763px) { #pIhbv1uMemDmNXQTuEDMxH5vit70Rzr3 { width:14.625rem;height:2.625rem;top:1.5625rem;left:33.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f14XDzBXK3qUDz0EpuGnAIsF9evT1tAm { width:13.875rem;height:1.125rem;top:0.875rem;left:33.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd { display:block; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etFHT6hdetcH47c29EkPNXKVbhDKSGmb { width:47.75rem;height:8.75rem;top:12.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqxVmo0E8HeXg7XzXzTXWBRHfQRVn01E { width:23.9375rem;height:4.375rem;top:27.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1OtVkGyehZGw7HSUf2UlyA92v2u2sep { display:block; }
 }@media only screen and (max-width: 763px) { #KXTAptivxWzIgCUIZDZbTiDay2PozpWA { width:47.75rem;height:3.25rem;top:21.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6qciFE7ScAWHK0rhczxMzSzwDES1nS { width:47.75rem;height:6.25rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXGrxFRToTMyQZVHzTsEBd2JqlaeuTNT { width:5.625rem;height:5.625rem;top:40.1875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxMvpKrXGWwGCDpLUNqNx3K33gwqIoMs { width:5.625rem;height:5.625rem;top:40.1875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG08E8EEUcvXvFR8DWthxIsla6KE11UX { width:5.625rem;height:5.625rem;top:40.1875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUAFetZATGPGAhX7UPM7nOe4ppvQ5G44 { width:5.625rem;height:5.625rem;top:40.1875rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOlBaus1P0iJTCKKnIR4EVUtKQOTO9WG { width:5.625rem;height:5.625rem;top:40.1875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgX2eySpc6nsxRGNVK2GzV7QTgddPnNC { width:5.625rem;height:5.625rem;top:40.1875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBHbFitT7Xd2Wa7nMG4oypAL3psDTCUO { width:5.625rem;height:5.625rem;top:40.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KriZaAug9axB9rHeeKAOTrXcALCmDF { width:5.625rem;height:5.625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyCC3Ronnmk9ua8lWdRgf86UM0Pl6Rn9 { width:5.625rem;height:5.625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT2PAL74AtpS8tnaKlmIGQEJrZiftulv { width:5.625rem;height:5.625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R729D5rtW8UPu6aRhrBwJuMW0Ipn77k0 { width:15.375rem;height:17.9375rem;top:38rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfsT0g5XB9RKQhn59THOUzsWyvgRoGFS { width:20rem;height:2.4375rem;top:2.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhwaxtTdkIDnJdBEpa28yZ1WUNUNHSy3 { width:20rem;height:5.8125rem;top:7rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzEAlVdaoMmxNTLF2OWW1KsP0oINNVRT { width:18.75rem;height:5.3125rem;top:12.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRlaTi8t9z1STWTpBu2PT0Z688hhl8pv { width:18.75rem;height:1.5rem;top:28.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8c0RL98KhoAnUgTAsfpmuiD0MXPluiq { width:18.75rem;height:;top:34.625rem;left:0rem;font-size:1.1875rem;display:none; }#y8c0RL98KhoAnUgTAsfpmuiD0MXPluiq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3697ea9d82503e548760ddbcebd9d68.svg); }
 }@media only screen and (max-width: 763px) { #WG2okGv6ahkopbtATKTe4SvI9S8ebCTB { width:47.75rem;height:6.25rem;top:39.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VucBlmEJT3EsukT7gVHccEaSRyXCzVPT { width:47.75rem;height:4.375rem;top:7.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK3aGFezIvNEgmNBgtgcr4HmwEKUTMyz { width:47.75rem;height:1.625rem;top:11.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:23.875rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { width:21.125rem;height:1.5rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { width:23.875rem;height:25.625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yohviILx8VlwHTuEckBgR9Pd0TylP6No { width:21.625rem;height:1.5rem;top:14.25rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { width:23.875rem;height:25.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { width:23.875rem;height:1.5rem;top:14.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldRsJbWUTHUKwazmm9anKPJPr6CWe2l8 { width:13.8125rem;height:3.125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z72qIWspqcNi9ZvQz2MfmMNvM3LrDT4C { display:block; }
 }@media only screen and (max-width: 763px) { #uGqKEd09IKAUliT79e7IUgT9hDx5xf2W { width:13.8125rem;height:3.125rem;top:20.625rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABts1N0ukQ5nNucsHl9mIbpqBAuLcSFS { display:block; }
 }@media only screen and (max-width: 763px) { #dKPIwsfEUBIAL5NON2nVxFX43RftpW8X { width:13.8125rem;height:3.125rem;top:20.625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfesdV2oEvJy3rcpTdsPPDHbaVDWm92T { display:block; }
 }@media only screen and (max-width: 763px) { #qsR3nlE04Z0gzDiVRqwm3E2lOCcBH77N { width:23.875rem;height:12.625rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkxVPP6eI6Q4XBGzzH6LAas5AwUceh2G { width:23.875rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzgIDXJ8BQlEsG746GMUHwzESldWd7dO { width:23.875rem;height:12.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDKlF65Ih7UTTT0DaclIrWM2TcrvP9hW { width:17.5625rem;height:2.625rem;top:80.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8skO5Q6UZO9b2v3d6ehFabBIuqxqiXI { width:18.125rem;height:2.5625rem;top:41.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8hqXzJ1zeEZedUtvmVs4F7xPiZxJWmq { width:17.5rem;height:2.5625rem;top:79.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy { display:block; }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtNS0hqVVsgTsiPmwHfLwxGBQ39tL4fG { width:23.875rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALG4CgG5bELBHcpMXn5VLzkI3csXrzs9 { width:21.125rem;height:1.5rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyxaU6Oh8OtNq2Fn2r37ArhG7IlEfapU { width:23.875rem;height:25.625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooNmvk4vOhBZMW66afCSEROPwhoMunoe { width:18.5rem;height:3rem;top:14.25rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNv4wRMkRGprgDN6qZnxOsw5z48WWrVk { width:23.875rem;height:25.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sogK6lbvJWKzLVCrK0cofCTp34tnf7VX { width:23.875rem;height:1.5rem;top:14.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVlpJTUsz8vA0xJqLRgArN5mdBAHe3vC { width:13.8125rem;height:3.125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEidKr2p6C7T0RCCdH1T3JWW51TElPRG { display:block; }
 }@media only screen and (max-width: 763px) { #UBAnk1HL7TgvlN2hhPeiBvUFfVq46ALT { width:13.8125rem;height:3.125rem;top:20.4375rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcClLG05VQOifw4d1GiuzoiQ1lfSTThh { display:block; }
 }@media only screen and (max-width: 763px) { #VOznRvqRr2XKUxDHsvJTTToT8io1clTe { width:13.8125rem;height:3.125rem;top:20.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeutCTswJ7rb8nvahRvalGEfQsFxglxC { display:block; }
 }@media only screen and (max-width: 763px) { #A1NnzZ2Rmo04N5Bx9lQRyJ73UTftO6RG { width:23.875rem;height:12.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI { width:23.875rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXkPMkeMLc4mGdZo1qWQ91vOqoDvN2iP { width:23.875rem;height:12.625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3xRhiyCBF8slJ93EvzZp8CxtsW5Gm3W { width:23.125rem;height:2.5625rem;top:16.5625rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4TTPqIG9dXQVgvrScts22CSu1cy84E { width:17.0625rem;height:2.5625rem;top:16.625rem;left:15.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsClvGFbumaUUqE8uZ2fxyVobJB0rnA9 { width:18.375rem;height:2.5625rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { width:23.875rem;height:26.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { width:16.625rem;height:3rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noTfTgyaiohtlGMQIsU2GXAro9pcun2G { width:23.875rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSBwdlIMk7ci90tIUioerHhmid8wkFHw { width:23.875rem;height:26.25rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { width:18.5rem;height:3rem;top:14.25rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { width:23.875rem;height:26.25rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { width:19.0625rem;height:3rem;top:14.25rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSoME3trq09BVlzQ4T0WopTX7gt9ukg { width:13.8125rem;height:3.125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iunOq7W1qTRWh0MEDOhPTHeUKsGPvxd4 { display:block; }
 }@media only screen and (max-width: 763px) { #llNRc3deGsMK2W4ShIHbkdopG1hoGTgP { width:13.8125rem;height:3.125rem;top:21.75rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD1QhXQfRGXXRArV2TI1Ds7lChgoffrh { display:block; }
 }@media only screen and (max-width: 763px) { #VaOhrUEEiJ8981x6eNxhDDAAO24hyDad { width:13.8125rem;height:3.125rem;top:21.75rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4EKes2T7nL1xL8tfuyPOSlReKvlnsFP { display:block; }
 }@media only screen and (max-width: 763px) { #tcqHG2lM97g2gO7Dqg9cEcuhHTCTczWm { width:23.875rem;height:12.625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRn6dUCisAuNwp6InAEt9PTGOuWE75pH { width:23.875rem;height:12.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZxOqRxJ672NTlW8yphyLknLdKt42rz { width:17.375rem;height:2.5625rem;top:18.125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT2PH428BRCHXB8LRK5TwBT2TfllGol0 { width:22.5rem;height:2.5625rem;top:18.125rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdcdnMo1b1o5UyTaAPep5KK54QVbSaGG { width:19.8125rem;height:2.5625rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9XenPB3ectCLSDgpSPASVVMrolcpHor { display:block; }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh9AEMhnmre3EDvu2rDWZcvMnv4cPCQZ { width:35.1875rem;height:19.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko7P1NIDn1ptRTcH7fhM4sFle6qpVHdW { width:39.875rem;height:19.5rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHXo8TpmJJXUQQQfz4Hf388OD7DmXO9 { width:33.5625rem;height:1.5rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2graikF7zHWtZh67t3UM40iuV51XTRw { width:13.8125rem;height:3.125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dieW7fxwvprD7I9XtlPIRdGGiq4chko4 { display:block; }
 }@media only screen and (max-width: 763px) { #pGvPhgVTFE1SLCPhc8bR0aWaF3s9vDGF { width:25.3125rem;height:4.1875rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvOX38qCTSkPyvrbXJSUDN964wxPurVt { display:block; }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTTRUMSbH5d6NWEy7Spzq6gaNtaTbDr3 { width:47.75rem;height:15rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTpfbX4nDNHaiqfQl94GttlbG8ehhUJ { width:13.8125rem;height:5.1875rem;top:7.375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6RWPmFoP8ZchblV2LiRdSP0hnsO4pyu { width:32.125rem;height:6.375rem;top:7.4375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zblvvQARMAETzTF2gTrbtFDkW9Zzt7Eg { width:15.3125rem;height:16.8125rem;top:1.3125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQVM3QPnDDswqVvoJEUMAGudoJwCpffX { width:11.5625rem;height:2.0625rem;top:12.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmrr3nyrsSIfdnqXU5T4xruJEnE4iOz { width:11.75rem;height:2.6875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEu8b5W1oNdV85zf9d7ZnIFru61FPXVF { display:block; }
 }@media only screen and (max-width: 763px) { #iMHQ1Q1mvxHDPHvMf75a6er3r9gununT { width:22.9375rem;height:18.4375rem;top:0rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:17.125rem;height:2.5rem;top:3.75rem;left:17.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:23.8125rem;height:6.375rem;top:6.5625rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3UCoeEUaTmPMlIWp171O9mUyw3Ny8pf { width:14.125rem;height:5.9375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2UTNCWSzJ010TePwOXi5XvDxUA2HV4K { width:15.1875rem;height:2.5rem;top:3.75rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnPr98f7IQ95bpTrzTo4WgqLT9GgU7r { width:15.75rem;height:4.75rem;top:6rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNKdgO4dit3TH0BbqJPAwGslBltTCFVB { width:18.375rem;height:10.8125rem;top:2.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crnZ6FHWeCqfb89zJJmBeZSFGIVSvOia { width:18.375rem;height:10.8125rem;top:2.9375rem;left:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu { display:block; }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzOQegsby9vVsaAr3qD7JUR2E0fXmtso { width:47.75rem;height:1.5625rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf { position:relative;z-index:auto;display:block; }#rTq98ROrVOiS0HzVVEd1MTZtit3BCCNf > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLCDiSTTdUkwqWNl2NEugT35mSSz316E { width:9.25rem;height:3.8125rem;top:0.625rem;left:5.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXnMTaUVubBTFFz185Ahg9O6mZQrWIwI { width:15.75rem;height:3.125rem;top:6rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRkGG0sVpb0dUrUIvSse0EbQZupdUInn { display:block; }
 }@media only screen and (max-width: 763px) { #pIhbv1uMemDmNXQTuEDMxH5vit70Rzr3 { width:14.625rem;height:0;top:10.375rem;left:2.6875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f14XDzBXK3qUDz0EpuGnAIsF9evT1tAm { width:13.875rem;height:0;top:14.25rem;left:3.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/883fcaf3-0fa3-42b8-83a0-ae653ee25f96/BG5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd.adaptive-delivery-prevent-bg, #TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd.lazyload, #TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd.lazyloading { background-image: none; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container { background-color: transparent; background-image: none; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container > .video-iframe-container { display: none; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row > .video-iframe-container { display: none; }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .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); }#TgnZEPvCrR4txB6Nh2r5ae8z4abiOnAd > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etFHT6hdetcH47c29EkPNXKVbhDKSGmb { width:20rem;height:0;top:4.4375rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqxVmo0E8HeXg7XzXzTXWBRHfQRVn01E { width:20rem;height:3.8125rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1OtVkGyehZGw7HSUf2UlyA92v2u2sep { display:block; }
 }@media only screen and (max-width: 763px) { #KXTAptivxWzIgCUIZDZbTiDay2PozpWA { width:18.75rem;height:0;top:15.1875rem;left:0.8125rem;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Rw6qciFE7ScAWHK0rhczxMzSzwDES1nS { width:20rem;height:9.25rem;top:45.6875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #qXGrxFRToTMyQZVHzTsEBd2JqlaeuTNT { width:3.75rem;height:3.75rem;top:46rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxMvpKrXGWwGCDpLUNqNx3K33gwqIoMs { width:3.75rem;height:3.75rem;top:51rem;left:15.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #hG08E8EEUcvXvFR8DWthxIsla6KE11UX { width:3.75rem;height:3.75rem;top:51rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZUAFetZATGPGAhX7UPM7nOe4ppvQ5G44 { width:3.75rem;height:3.75rem;top:51rem;left:4.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WOlBaus1P0iJTCKKnIR4EVUtKQOTO9WG { width:3.75rem;height:3.75rem;top:46rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgX2eySpc6nsxRGNVK2GzV7QTgddPnNC { width:3.75rem;height:3.75rem;top:51rem;left:11.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #hBHbFitT7Xd2Wa7nMG4oypAL3psDTCUO { width:3.75rem;height:3.75rem;top:48.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KriZaAug9axB9rHeeKAOTrXcALCmDF { width:3.75rem;height:3.75rem;top:48.4375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyCC3Ronnmk9ua8lWdRgf86UM0Pl6Rn9 { width:3.75rem;height:3.75rem;top:48.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT2PAL74AtpS8tnaKlmIGQEJrZiftulv { width:3.75rem;height:3.75rem;top:48.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R729D5rtW8UPu6aRhrBwJuMW0Ipn77k0 { width:10.1875rem;height:11.875rem;top:40.812500953674rem;left:4.9062501192093rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #gfsT0g5XB9RKQhn59THOUzsWyvgRoGFS { width:20rem;height:2rem;top:3.8125rem;left:0rem;font-size:2rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BhwaxtTdkIDnJdBEpa28yZ1WUNUNHSy3 { width:20rem;height:6.1875rem;top:5.875rem;left:0rem;font-size:2.8125rem;z-index:15002;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xzEAlVdaoMmxNTLF2OWW1KsP0oINNVRT { width:18.75rem;height:5.36079375rem;top:12.8125rem;left:0.625rem;font-size:1.375rem;line-height:1.3;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #PRlaTi8t9z1STWTpBu2PT0Z688hhl8pv { width:20rem;height:1.625rem;top:28.187500953674rem;left:0rem;font-size:1.25rem;line-height:1.3;z-index:15007;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #y8c0RL98KhoAnUgTAsfpmuiD0MXPluiq { width:16.625rem;height:8.966625rem;top:30.3125rem;left:1.6875rem;font-size:1.1875rem;line-height:1.3;z-index:15008;text-align:left;text-align-last:left;display:block; }#y8c0RL98KhoAnUgTAsfpmuiD0MXPluiq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y8c0RL98KhoAnUgTAsfpmuiD0MXPluiq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3697ea9d82503e548760ddbcebd9d68.svg); }
 }@media only screen and (max-width: 763px) { #WG2okGv6ahkopbtATKTe4SvI9S8ebCTB { width:19.9375rem;height:16.4375rem;top:26.4375rem;left:0rem;z-index:14994;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VucBlmEJT3EsukT7gVHccEaSRyXCzVPT { width:20rem;height:2.27485625rem;top:4.5000019073486rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mK3aGFezIvNEgmNBgtgcr4HmwEKUTMyz { width:18.4375rem;height:0.89346875rem;top:6.7741479873656rem;left:0.78125rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:20rem;height:23.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { width:20rem;height:1.125rem;top:12.5rem;left:0rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Vhlu7rrsGSpTJQm4nox7KAiPtTy9UNZJ { width:20rem;height:22.75rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yohviILx8VlwHTuEckBgR9Pd0TylP6No { width:20rem;height:1.34943125rem;top:37.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZokMoTVJA5hN1EtnTA40V5Wg4Ehmdie { width:20rem;height:22.625rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxww5mILNyHQSwq20JRvLmn6NMcaxbTD { width:20rem;height:1.34943125rem;top:61.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldRsJbWUTHUKwazmm9anKPJPr6CWe2l8 { width:13.8125rem;height:3.125rem;top:18.723012417555rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z72qIWspqcNi9ZvQz2MfmMNvM3LrDT4C { display:block; }
 }@media only screen and (max-width: 763px) { #uGqKEd09IKAUliT79e7IUgT9hDx5xf2W { width:13.8125rem;height:3.125rem;top:42.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABts1N0ukQ5nNucsHl9mIbpqBAuLcSFS { display:block; }
 }@media only screen and (max-width: 763px) { #dKPIwsfEUBIAL5NON2nVxFX43RftpW8X { width:13.8125rem;height:3.125rem;top:66.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfesdV2oEvJy3rcpTdsPPDHbaVDWm92T { display:block; }
 }@media only screen and (max-width: 763px) { #qsR3nlE04Z0gzDiVRqwm3E2lOCcBH77N { width:20rem;height:10.625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkxVPP6eI6Q4XBGzzH6LAas5AwUceh2G { width:20rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzgIDXJ8BQlEsG746GMUHwzESldWd7dO { width:20rem;height:10.625rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDKlF65Ih7UTTT0DaclIrWM2TcrvP9hW { width:18.4375rem;height:2.625rem;top:63.25rem;left:0.8125rem;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #c8skO5Q6UZO9b2v3d6ehFabBIuqxqiXI { width:18.125rem;height:2.59943125rem;top:39.25rem;left:0.9375rem;font-size:1rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #r8hqXzJ1zeEZedUtvmVs4F7xPiZxJWmq { width:17.5rem;height:2.59943125rem;top:14.875000447035rem;left:1.2500001192093rem;font-size:1rem;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy { display:block; }#FPEqZHZSN4W6QEgSkPO0bkw7HoU91wAy > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtNS0hqVVsgTsiPmwHfLwxGBQ39tL4fG { width:20rem;height:22.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALG4CgG5bELBHcpMXn5VLzkI3csXrzs9 { width:20rem;height:1.125rem;top:12.5rem;left:0rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nyxaU6Oh8OtNq2Fn2r37ArhG7IlEfapU { width:20rem;height:22.5rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooNmvk4vOhBZMW66afCSEROPwhoMunoe { width:20rem;height:1.34943125rem;top:36.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNv4wRMkRGprgDN6qZnxOsw5z48WWrVk { width:20rem;height:24.1875rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sogK6lbvJWKzLVCrK0cofCTp34tnf7VX { width:20rem;height:1.34943125rem;top:60.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVlpJTUsz8vA0xJqLRgArN5mdBAHe3vC { width:13.8125rem;height:3.125rem;top:17.84801197052rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEidKr2p6C7T0RCCdH1T3JWW51TElPRG { display:block; }
 }@media only screen and (max-width: 763px) { #UBAnk1HL7TgvlN2hhPeiBvUFfVq46ALT { width:13.8125rem;height:3.125rem;top:41.68749332428rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcClLG05VQOifw4d1GiuzoiQ1lfSTThh { display:block; }
 }@media only screen and (max-width: 763px) { #VOznRvqRr2XKUxDHsvJTTToT8io1clTe { width:13.8125rem;height:3.125rem;top:67.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeutCTswJ7rb8nvahRvalGEfQsFxglxC { display:block; }
 }@media only screen and (max-width: 763px) { #A1NnzZ2Rmo04N5Bx9lQRyJ73UTftO6RG { width:20rem;height:10.625rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI { width:20rem;height:10.625rem;top:0rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cef855c5-b3c8-4080-a88a-d3fa200bbf7a/fechaduraeletroimafe21150dcsensorintelbrascacorp4671205_2893.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI.adaptive-delivery-prevent-bg, #tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI.lazyload, #tbCZcsS6pNRggbuq2HcKEXAIbvUHldSI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qXkPMkeMLc4mGdZo1qWQ91vOqoDvN2iP { width:20rem;height:10.625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3xRhiyCBF8slJ93EvzZp8CxtsW5Gm3W { width:17.5625rem;height:3.89915rem;top:62.125rem;left:1.25rem;font-size:1rem;line-height:1.3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vF4TTPqIG9dXQVgvrScts22CSu1cy84E { width:18.25rem;height:2.59943125rem;top:38.375rem;left:0.875rem;font-size:1rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TsClvGFbumaUUqE8uZ2fxyVobJB0rnA9 { width:17.5rem;height:2.59943125rem;top:14.250004291534rem;left:1.2500001192093rem;font-size:1rem;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3NiekUMxgLgR4zX2ToZNSxM8PXAT5f5 { width:20rem;height:24rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKmkDLVSonZSXfgxTt3bdR6Ae2gtLc8A { width:20rem;height:2.25rem;top:12.499282836914rem;left:0rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #noTfTgyaiohtlGMQIsU2GXAro9pcun2G { width:20rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSBwdlIMk7ci90tIUioerHhmid8wkFHw { width:20rem;height:24.5625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSmsKfEtqpf0bGxlIoOdTbHLmmUPt27T { width:15.9375rem;height:2.6988625rem;top:37.625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6itHtTHbFy6Jpel7kpUG2Ks4RG8hRU { width:20rem;height:25.0625rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gykoz4qODcIPouLJw4cZS3ITTLPbiHHk { width:14.625rem;height:2.6988625rem;top:62.8125rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSoME3trq09BVlzQ4T0WopTX7gt9ukg { width:13.8125rem;height:3.125rem;top:19.220882415771rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iunOq7W1qTRWh0MEDOhPTHeUKsGPvxd4 { display:block; }
 }@media only screen and (max-width: 763px) { #llNRc3deGsMK2W4ShIHbkdopG1hoGTgP { width:13.8125rem;height:3.125rem;top:45rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD1QhXQfRGXXRArV2TI1Ds7lChgoffrh { display:block; }
 }@media only screen and (max-width: 763px) { #VaOhrUEEiJ8981x6eNxhDDAAO24hyDad { width:13.8125rem;height:3.125rem;top:71.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4EKes2T7nL1xL8tfuyPOSlReKvlnsFP { display:block; }
 }@media only screen and (max-width: 763px) { #tcqHG2lM97g2gO7Dqg9cEcuhHTCTczWm { width:20rem;height:10.625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRn6dUCisAuNwp6InAEt9PTGOuWE75pH { width:20rem;height:10.625rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZxOqRxJ672NTlW8yphyLknLdKt42rz { width:17.5rem;height:2.59943125rem;top:40.9375rem;left:1.25rem;font-size:1rem;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #hT2PH428BRCHXB8LRK5TwBT2TfllGol0 { width:16.625rem;height:3.89915rem;top:66.125rem;left:1.6875rem;font-size:1rem;line-height:1.3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #VdcdnMo1b1o5UyTaAPep5KK54QVbSaGG { width:18.0625rem;height:2.59943125rem;top:15.373580932618rem;left:0.96875rem;font-size:1rem;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #E9XenPB3ectCLSDgpSPASVVMrolcpHor { display:block; }#E9XenPB3ectCLSDgpSPASVVMrolcpHor > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh9AEMhnmre3EDvu2rDWZcvMnv4cPCQZ { width:20rem;height:16.625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko7P1NIDn1ptRTcH7fhM4sFle6qpVHdW { width:20rem;height:10.625rem;top:1.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHXo8TpmJJXUQQQfz4Hf388OD7DmXO9 { width:17.3125rem;height:2.6988625rem;top:13.75rem;left:1.375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J2graikF7zHWtZh67t3UM40iuV51XTRw { width:13.8125rem;height:3.125rem;top:23.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dieW7fxwvprD7I9XtlPIRdGGiq4chko4 { display:block; }
 }@media only screen and (max-width: 763px) { #pGvPhgVTFE1SLCPhc8bR0aWaF3s9vDGF { width:18.375rem;height:5.59943125rem;top:17rem;left:0.8125rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dvOX38qCTSkPyvrbXJSUDN964wxPurVt { display:block; }#dvOX38qCTSkPyvrbXJSUDN964wxPurVt > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTTRUMSbH5d6NWEy7Spzq6gaNtaTbDr3 { width:20rem;height:29.4375rem;top:4.5894883871079rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTpfbX4nDNHaiqfQl94GttlbG8ehhUJ { width:16rem;height:3.65625rem;top:9.5894883871081rem;left:1.375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6RWPmFoP8ZchblV2LiRdSP0hnsO4pyu { width:17.8125rem;height:11.196rem;top:15.714488387108rem;left:1.3750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zblvvQARMAETzTF2gTrbtFDkW9Zzt7Eg { width:10.0625rem;height:11.0625rem;top:1.9474424123764rem;left:9.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQVM3QPnDDswqVvoJEUMAGudoJwCpffX { width:11.5625rem;height:2.09943125rem;top:12.964488387108rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmrr3nyrsSIfdnqXU5T4xruJEnE4iOz { width:11.75rem;height:2.6875rem;top:28.589488387108rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEu8b5W1oNdV85zf9d7ZnIFru61FPXVF { display:block; }
 }@media only screen and (max-width: 763px) { #iMHQ1Q1mvxHDPHvMf75a6er3r9gununT { width:15.8125rem;height:14.1875rem;top:0rem;left:4.1875rem;border-top-left-radius:7.5rem;border-top-right-radius:0.75rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:20rem;height:2.5rem;top:15.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:20rem;height:6rem;top:18.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3UCoeEUaTmPMlIWp171O9mUyw3Ny8pf { width:14.125rem;height:5.9375rem;top:26.559661865234rem;left:2.9375001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2UTNCWSzJ010TePwOXi5XvDxUA2HV4K { width:20rem;height:2.5rem;top:25.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTnPr98f7IQ95bpTrzTo4WgqLT9GgU7r { width:20rem;height:4.5rem;top:28.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNKdgO4dit3TH0BbqJPAwGslBltTCFVB { width:18.375rem;height:10.8125rem;top:26.732246398926rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #crnZ6FHWeCqfb89zJJmBeZSFGIVSvOia { width:20rem;height:10.8125rem;top:3.625rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu { display:block; }#Vim5A214nNlcnoRIvGoGnrq6DMTUhBqu > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzOQegsby9vVsaAr3qD7JUR2E0fXmtso { width:17.5625rem;height:3.1988625rem;top:1.2748565673828rem;left:0.65625rem;font-size:1rem;display:block; }
 }