.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#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); }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:none;position:relative;display:block; }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row .container { background-color: transparent; background-image: none; }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row .container > .video-iframe-container { display: none; }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row > .video-iframe-container { display: none; }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .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); }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row .container { border-width: 0; border-radius: 0; }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;background-image:url("https://images.assets-landingi.com/uc/1c82e55a-ec3e-43b4-baa6-929a1bb114b5/outlets1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;position:relative;display:block; }#I66XPqfrRdUAbDPB1XgM2iWK5INvM1rq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:12.8125rem;top:0.25rem;left:-1.8125rem;overflow:hidden;display:block; }
#XvL5If6pVTFZsOpHAbaGBdmDg5oxwU41 { color:#ffffff;display:block;width:54rem;position:absolute;font-family:"plus jakarta sans";font-size:3.75rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:14.0625rem;left:0rem;height:12.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b78W2SIKVKmoH3TTGG4g9VuP05cCr6LO { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1c479d8a-bf45-4dc3-b301-6bdc7a39dbfc/axisq6074ptznetworkcamera.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.1875rem;width:32.125rem;top:2rem;left:53.8125rem;display:block; }#b78W2SIKVKmoH3TTGG4g9VuP05cCr6LO.adaptive-delivery-prevent-bg, #b78W2SIKVKmoH3TTGG4g9VuP05cCr6LO.lazyload, #b78W2SIKVKmoH3TTGG4g9VuP05cCr6LO.lazyloading { background-image: none; }
#W4Pb6DcOOsgT1HOAWaOiu9tD60nCQWQ0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:12.5625rem;top:1.5rem;left:48.375rem;overflow:hidden;display:block; }
#HQUwCd9HEoaOn32c3FWrpXTrFsSC1QzJ { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58.9375rem;width:33.3125rem;top:-3rem;left:64.875rem;display:block; }
#erDvFs1mcrs4P8TH29M6XPip5T12i4Ei { color:#f25d07;display:block;width:49.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:27.9375rem;left:0rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hC1Lef709C6B2fAa5ZzenNgXFnixL9ct { background-color:#00c54c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #349500 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:4.25rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:33.625rem;left:0rem;display:block; }
#hLBVF8CgGWi2GNBO651b56ThWI1bXk5K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N5aTMtDMwbCK0Pt6yvhepxfBiJLly2nk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:35rem;left:19.875rem;display:block; }
#uavEr5TMLRJOUp1DmblZdapdM84BOHZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lRminyEmqcwSThGIQ4gOG0vp3AB0X8hA { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.0625rem;top:46.125rem;left:21.0625rem;overflow:hidden;display:block; }
#RAOkhlmS54smFkTQhAv4RPnMgdNcVqFn { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:5.8125rem;top:46.5rem;left:29.375rem;overflow:hidden;display:block; }
#eHvywtoIFVCvbxCXz0acCMXEqvr8ltcV { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:7.375rem;top:46.6875rem;left:38.375rem;overflow:hidden;display:block; }
#TW5QsJMUOMUcqz8lWqvyaGxyCbd3SMxN { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/122f704f-7f96-4d7f-a145-3702c740c675/mdiasbrancologobranca.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:9.1875rem;top:46.125rem;left:49.1875rem;display:block; }#TW5QsJMUOMUcqz8lWqvyaGxyCbd3SMxN.adaptive-delivery-prevent-bg, #TW5QsJMUOMUcqz8lWqvyaGxyCbd3SMxN.lazyload, #TW5QsJMUOMUcqz8lWqvyaGxyCbd3SMxN.lazyloading { background-image: none; }
#BwcO6Omuc7dWpftnl2GP8qpsepg8Dd3a { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:46.4658203125rem;left:0rem;height:2.76215rem;font-style:italic;display:block; }
#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3651f;background-image:none;position:relative;display:block; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container { background-color: transparent; background-image: none; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container > .video-iframe-container { display: none; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row > .video-iframe-container { display: none; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .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); }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container { border-width: 0; border-radius: 0; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;position:relative;display:block; }#KpRrmzC3Dm98fJpnHhgPTrqqLvviJSvM { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:"plus jakarta sans";font-size:3.75rem;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:5.6875rem;left:0rem;height:12.375rem;font-style:normal;display:block; }
#yeo9EyZagLhR9Qi34Za5EW6WW4m0skGH { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.8;letter-spacing:0;top:21.9375rem;left:2.5625rem;height:24.75rem;font-style:normal;display:block; }
#KLxEuPbw1mUe7AzOHbIoil5xR3zRiEst { color:#00ff5f;display:block;width:2.625rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.8;letter-spacing:0;top:21.9375rem;left:0rem;height:22.5rem;font-style:normal;display:block; }
#tBOV0yoOqrMXG3pmTMqeXb4URPhmZAKH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:11.5rem;top:41.5rem;left:53.1875rem;overflow:hidden;display:block; }
#CZUsNlg14LhCaXVGgnGBanNM10uRDET3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:9.9375rem;top:41rem;left:65rem;overflow:hidden;display:block; }
#zJzV8za3JkBOI21XuRzA322Cw41hXvko { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:37.21875rem;left:53.75rem;height:2.798825rem;font-style:normal;display:block; }
#hBCcPFW39RckpAx5sepKwB22CyTrkloK { background-color:#00c54c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #349500 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:4.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:47.25rem;left:0rem;display:block; }
#GyrwqDJueT2pfLAA5taQs87ExWPPIlgL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Da6pJChc7QX32Aa4gtihTNN3uPp2wfH4 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.875rem;width:43.75rem;top:2.875rem;left:40.569585020243rem;overflow:hidden;display:block; }
#TO5FvyvIsSbgHuXJlNRXJthg44U6TEUE { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:54.34375rem;left:0rem;height:1.3994125rem;font-style:normal;display:block; }
#v2sD4NfEBNbu2VkL4KLvaILSeaTUazo0 { color:#00ff5f;display:block;width:2.625rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.8;letter-spacing:0;top:21.9375rem;left:0rem;height:22.5rem;font-style:normal;display:none; }
#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx { position:relative;display:block; }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx { background-color: transparent; background-image: none; }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx > .row .container > .video-iframe-container { display: none; }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx > .row > .video-iframe-container { display: none; }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx > .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); }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx { border-width: 0; border-radius: 0; }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#cnJHuzFTPtnT6PLFIvwpuGS4eWWfiSVq { color:#000000;display:block;width:63.25rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:7.3125rem;left:5.875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM { position:relative;display:block; }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM { background-color: transparent; background-image: none; }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM > .row .container > .video-iframe-container { display: none; }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM > .row > .video-iframe-container { display: none; }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM > .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); }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM { border-width: 0; border-radius: 0; }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#tt2ZvkyqBudB7umrKw3JJ9Jo6UMHpGvn { color:#f25d07;display:block;width:15.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:12.3125rem;left:1.78125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aufSiAI7PzXcGzSwDiqdXdv6hZNWDiqc { color:#f25d07;display:block;width:15.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:12.3125rem;left:20.53125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d0ZZ45SSHsT2hI6ThbqkozwhhraGHMhk { color:#f25d07;display:block;width:15.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:12.3125rem;left:39.28125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zprlzLfrB7nS9xx46zHyztJDWJoo5DW2 { color:#f25d07;display:block;width:16.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:12.3125rem;left:57.5rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gd6fscfigQ8fIUQ0dksIDsZLmTn6NIB8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:6.125rem;left:7.03125rem;overflow:hidden;display:block; }
#mPR5T6SZl9KWczf0BW0dMQF9sKo0h218 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:6rem;left:25.78125rem;overflow:hidden;display:block; }
#lUg3XEcrThMRyAEI9t7pRsLPZolcEwxs { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:6rem;left:44.53125rem;overflow:hidden;display:block; }
#NMPZnvOtrUC5WvHcBhQJCaoR4VQyizls { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:6rem;left:63.28125rem;overflow:hidden;display:block; }
#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O { position:relative;display:block; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O { background-color: transparent; background-image: none; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container > .video-iframe-container { display: none; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row > .video-iframe-container { display: none; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .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); }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O { border-width: 0; border-radius: 0; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f25d07;background-image:none;font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;position:relative;display:block; }#PGsMFTaKkoLc9faCdewg61FTzAsvP7rW { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:14.625rem;left:12.5rem;height:5.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ckvnzn0MA8l14Dfk7tiAI6pMryaGs9uS { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:20.5rem;left:12.4375rem;height:5.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WzMqEfzw992nQfIwKMUVuXaEiR46OZLB { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:27.8125rem;left:12.5rem;height:7.4349rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zfxXTmxXDE2xOpkrF0C0pIynBaTPtScI { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:36.625rem;left:12.5rem;height:8.92188125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bR6qVbduokDtyEAhR2FCMXUgnKdXvDWn { color:#00ff5f;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.8;letter-spacing:0;top:15.625rem;left:9.3125rem;height:3.9375rem;font-style:normal;display:block; }
#fRlF7TMtiLAK4pbZElSw4wsfv0kzueCU { color:#00ff5f;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.8;letter-spacing:0;top:21.5rem;left:9.25rem;height:3.9375rem;font-style:normal;display:block; }
#Z9WXxBoOy9px7b7WTBCc4l9xM8x1qfXw { color:#00ff5f;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.8;letter-spacing:0;top:28.8125rem;left:9.3125rem;height:3.9375rem;font-style:normal;display:block; }
#igoLTtnib3Ea58842sD7K2gA59NCMz4k { color:#00ff5f;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:37.5625rem;left:9.3125rem;height:3.9375rem;font-style:normal;display:block; }
#X9VF2dQn76Wdub5t890Wtf5TezxAUPAm { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.4;letter-spacing:0;top:14.625rem;left:46.25rem;height:5.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJidX7SWghOK431WESexf4yTNMT8nyyt { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:20.5rem;left:46.1875rem;height:7.4349rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cuNbSXeUuFyukvnF3UrVXT6mJJ4uboTo { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:27.8125rem;left:46.25rem;height:8.92188125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MR0N1XTTr44iQWbpJS03diwlfyr5uZR7 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100015;line-height:1.4;letter-spacing:0;top:36.625rem;left:46.25rem;height:7.4349rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l42WJCtKMp16lkZW3gb8e2QWLPT1ZKIp { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100012;line-height:1.8;letter-spacing:0;top:15.5625rem;left:43.0625rem;height:3.9375rem;font-style:normal;display:block; }
#kelRqJrpfopNQaTD8hwBVoaJx2NTQeHD { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100013;line-height:1.8;letter-spacing:0;top:21.4375rem;left:43rem;height:3.9375rem;font-style:normal;display:block; }
#TOJmB8QRSwcquRtMRDDr9LdtPr3tXp7S { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100014;line-height:1.8;letter-spacing:0;top:28.8125rem;left:43.0625rem;height:3.9375rem;font-style:normal;display:block; }
#z7yBaJSHFQnN2N8iuAnuT4R0Das5z3Z6 { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100015;line-height:1.8;letter-spacing:0;top:37.625rem;left:43.0625rem;height:3.9375rem;font-style:normal;display:block; }
#zueWMqroQBfRkP06ArGwTH2UiwQxcson { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:4.3125rem;left:43.0625rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9XtrqScOJ9c5pRASgXuqTTqsk4K5za4 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:4.3125rem;left:9.59375rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d9Zfe0m6rDxywDCZnvmfIgiWBInnhGrK { position:absolute;display:block;z-index:100016;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.1875rem;width:0.0625rem;top:3.375rem;left:37.5625rem;display:block; }
#Vn2Mzha6bMMiQ9CcbfBgun8tiuXZn7Vh { position:absolute;display:block;z-index:100017;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.5rem;top:20.57421875rem;left:6.25rem;display:block; }
#bPlhpHleMqzxBFAQIfzxvGfJwDq9If9h { position:absolute;display:block;z-index:100018;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.5rem;top:14.625rem;left:6.25rem;display:block; }
#TZDPIreD1zi1ReTlqthq8Xb5WpCGk1n7 { position:absolute;display:block;z-index:100018;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.5rem;top:27.875rem;left:6.25rem;display:block; }
#RhCkMy3ufFJ13XHJkOhOUxARPfwmaMBN { position:absolute;display:block;z-index:100019;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.5rem;top:36.625rem;left:7.0625rem;display:block; }
#TdUyz6meVbqNBWSr9HoVneR6FA9kpJq1 { background-color:#00c54c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #349500 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:51.625rem;left:26.09375rem;display:block; }
#wkhMnVr5Eo8umqJKz34GVv6FMIg4puBr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lP6Ha3bqwGB72S5FDVir93Jtn98EAKDM { background-color:#00c54c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #349500 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:51.625rem;left:26.09375rem;display:none; }
#Anw1gooHJMLtzatmQLcZs7kvCAkwZNvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO { position:relative;display:block; }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO { background-color: transparent; background-image: none; }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO > .row .container > .video-iframe-container { display: none; }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO > .row > .video-iframe-container { display: none; }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO > .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); }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO { border-width: 0; border-radius: 0; }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii { position:relative;display:block; }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii { background-color: transparent; background-image: none; }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii > .row .container > .video-iframe-container { display: none; }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii > .row > .video-iframe-container { display: none; }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii > .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); }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii { border-width: 0; border-radius: 0; }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#FLuAqcFpn4QugddMpCCmH42gosdwREtb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:7.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#n3r6B9UqwtHXM9iV3FcRWL9lvRFPBwaC { color:rgba(0,0,0,0.6);display:block;width:15rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:13.3125rem;left:0rem;height:6.99653125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LNNTr6v02MOtBFHQaxlayd9sVWG1o3cu { color:#f47934;display:block;width:16.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:10.375rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M2GlFrMr9rBrpZ9k928ToCAJHfu3PzX4 { color:rgba(0,0,0,0.6);display:block;width:15rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.6;letter-spacing:0;top:13.3125rem;left:19.875rem;height:5.597225rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v5l1f9cPio5xxdoBIVWWu26XLU00ZtRC { color:#f47934;display:block;width:16.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:100011;line-height:1.6;letter-spacing:0;top:10.375rem;left:19.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zn0NW4HopMl9XMmwRTr0J4g7eg89x8pd { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:11.375rem;top:0rem;left:17.3125rem;overflow:hidden;display:block; }
#MTzZR95hmCRU5TogzA6thR7TP5ap23OE { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:16.68359375rem;left:43rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n2yFE0G5JikWb56g6mPxyR9TrTft2CAP { color:#f25d07;display:block;width:30.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:3.6875rem;left:43rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c3zXQQSJAK5kt7qPBbtEwvQUdLNKgBSg { position:absolute;display:block;z-index:99999;background-color:#151515;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.1875rem;width:58.625rem;top:0rem;left:39.1875rem;display:block; }
#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:none;position:relative;display:block; }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row .container { background-color: transparent; background-image: none; }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row .container > .video-iframe-container { display: none; }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row > .video-iframe-container { display: none; }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .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); }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row .container { border-width: 0; border-radius: 0; }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#pfAHGzVccZaZwiFZxtZlVKCKwJarB2uM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5rem;width:45.625rem;top:6.625rem;left:29.375rem;display:block; }
#RHZIz9IkT3OhNd7hIoo940N909Ky38zL { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:6.625rem;left:0rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AlQhifZC2n6aZDLOUI6nlTCRDefdtv9F { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:14.375rem;left:0rem;height:5.09895625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ntWEMZ07Iegbo3BndFKt26feT5ndmKo9 { color:#f25d07;display:block;width:24.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.6;letter-spacing:0;top:23.25rem;left:0rem;height:8.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ntWEMZ07Iegbo3BndFKt26feT5ndmKo9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ntWEMZ07Iegbo3BndFKt26feT5ndmKo9 li:before{  }
#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:none;position:relative;display:block; }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row .container { background-color: transparent; background-image: none; }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row .container > .video-iframe-container { display: none; }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row > .video-iframe-container { display: none; }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .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); }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row .container { border-width: 0; border-radius: 0; }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#dfsagQWf5nTis51NrEl8WvRyeH0n5Ttv { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.84);background-image:url("https://images.assets-landingi.com/uc/563a481e-03b1-4d85-95c8-6ed5ebec9adb/maxresdefault.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:0.78125rem;display:block; }#dfsagQWf5nTis51NrEl8WvRyeH0n5Ttv.adaptive-delivery-prevent-bg, #dfsagQWf5nTis51NrEl8WvRyeH0n5Ttv.lazyload, #dfsagQWf5nTis51NrEl8WvRyeH0n5Ttv.lazyloading { background-image: none; }
#sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0.84);background-image:url("https://images.assets-landingi.com/uc/1417d776-80d0-44f3-98ab-85da33c4dd2e/Panico.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:19.53125rem;display:block; }#sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT.adaptive-delivery-prevent-bg, #sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT.lazyload, #sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT.lazyloading { background-image: none; }
#s8TQ0VX2GEzwncuhp5HQckWQlHpyPcpE { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.84);background-image:url("https://images.assets-landingi.com/uc/9c659126-42a9-46b0-b3db-8ccdcc0e2135/LinhaVirtual.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:38.28125rem;display:block; }#s8TQ0VX2GEzwncuhp5HQckWQlHpyPcpE.adaptive-delivery-prevent-bg, #s8TQ0VX2GEzwncuhp5HQckWQlHpyPcpE.lazyload, #s8TQ0VX2GEzwncuhp5HQckWQlHpyPcpE.lazyloading { background-image: none; }
#cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3 { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0.84);background-image:url("https://images.assets-landingi.com/uc/79bcb63f-f860-42c7-b23b-cade494db4eb/Emergencia.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:57.03125rem;display:block; }#cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3.adaptive-delivery-prevent-bg, #cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3.lazyload, #cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3.lazyloading { background-image: none; }
#rH9okL6cixdDp19p59LTCUxOsvUGQdaJ { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0.55);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:0.78125rem;display:block; }
#FSiKZKHL65sJzx5vqmkq8mqTNU04NGbl { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:19.53125rem;display:block; }
#H0TPyPrxAaw4rUtrRTJVSf5INmWHK08q { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0.55);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:38.28125rem;display:block; }
#H42iDiIzuKm9eHMeA6AQoy8gR5uqseIz { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0.66);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:57.03125rem;display:block; }
#c4AdPWPKZvwTsrmpVk740ZOxR5wC3Jk0 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DLW2EgtmsMmc127O84JIulub6e0Vz9B1 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:7.375rem;left:22.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cHSlcRznivddKeam0CH8mvnh0wkyKAhe { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:7.375rem;left:41.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UauQ0fCTLVZ4thJMC65IqJPPyCfMXZsk { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:7.375rem;left:60.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:none;position:relative;display:block; }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row .container { background-color: transparent; background-image: none; }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row .container > .video-iframe-container { display: none; }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row > .video-iframe-container { display: none; }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .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); }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row .container { border-width: 0; border-radius: 0; }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#KFJtAm6d5g7Er6oP8ZT3GindLGSDrudN { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:11.515625rem;left:37.34375rem;height:13.59723125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qxbt8adIUhqrNAAamkhQA6TqapuUTQ37 { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:0rem;left:37.34375rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDUMsEClnMJiHTiZI4dQHK2sfLrIIIdX { background-color:#00c54c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #349500 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:4.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.25rem;left:37.34375rem;display:block; }
#isNl8AsTiPiSpvWE1akhi43hozCzLlvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TbTMlJe8p0vHbWEcw6xCdpPxTRcDDel7 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/69fd2f58-c4d1-4fc2-b65f-67848b9f352a/contato.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.5rem;width:31.375rem;top:0.375rem;left:6.03125rem;display:block; }#TbTMlJe8p0vHbWEcw6xCdpPxTRcDDel7.adaptive-delivery-prevent-bg, #TbTMlJe8p0vHbWEcw6xCdpPxTRcDDel7.lazyload, #TbTMlJe8p0vHbWEcw6xCdpPxTRcDDel7.lazyloading { background-image: none; }
#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bce6e5fc-3287-467a-93f4-1f807d1b2c6c/qualeosignificadodeCFTV.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo.adaptive-delivery-prevent-bg, #uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo.lazyload, #uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo.lazyloading { background-image: none; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container { background-color: transparent; background-image: none; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container > .video-iframe-container { display: none; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row > .video-iframe-container { display: none; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .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); }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container { border-width: 0; border-radius: 0; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#ZBxwfghf2WczQJ9pSEKugOOWW3TJEJt5 { color:#000000;display:block;width:63.25rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:7.3125rem;left:5.875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bce6e5fc-3287-467a-93f4-1f807d1b2c6c/qualeosignificadodeCFTV.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm.adaptive-delivery-prevent-bg, #SNPNCcDszAVCyLmQRWRzXe11ENxFemrm.lazyload, #SNPNCcDszAVCyLmQRWRzXe11ENxFemrm.lazyloading { background-image: none; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container { background-color: transparent; background-image: none; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container > .video-iframe-container { display: none; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row > .video-iframe-container { display: none; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .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); }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container { border-width: 0; border-radius: 0; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#fomwUaPkR0kB5mAdy9trW6Vble9l08ea { color:#f25d07;display:block;width:10.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:5.3125rem;left:4.0625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H21ApBQFQ2UQWZlp8rsOqlIQwMck1S1c { color:rgba(0,0,0,0.6);display:block;width:15rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:8.0625rem;left:1.875rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogZr2TcePW9aGo2vKASTcQNcnFiuTHsK { color:#f25d07;display:block;width:10.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:5.3125rem;left:22.8125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zz7Go9gRiNhoTTaaSqz59ZK6REhvUaPR { color:rgba(0,0,0,0.6);display:block;width:16.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.6;letter-spacing:0;top:8.0625rem;left:20rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P2TRTvWwVZZEws6sQubwKHEynbLayLGw { color:#f25d07;display:block;width:10.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:5.3125rem;left:41.5625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyDMU60zFSNU3ZnOnTzJ4ARXpxRInvft { color:rgba(0,0,0,0.6);display:block;width:15rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.6;letter-spacing:0;top:8.0625rem;left:39.375rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#exPaOnTt7wr2KohHXLonCI8aiSbm28yu { color:#f25d07;display:block;width:10.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:5.3125rem;left:60.3125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhQKqP9bRfSArIzrynMNZEmwthZbDrna { color:rgba(0,0,0,0.6);display:block;width:15rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:8.0625rem;left:58.125rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:none;position:relative;display:block; }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row .container { background-color: transparent; background-image: none; }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row .container > .video-iframe-container { display: none; }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row > .video-iframe-container { display: none; }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .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); }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row .container { border-width: 0; border-radius: 0; }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#mbp4frgLhfPhiKPlg9lCyKpou73AiwMc { background-color:#00c54c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #349500 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:4.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:20.5625rem;left:25.46875rem;display:block; }
#EwlToZloSp8lIspMXzoASpe33LwhxVP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eiGhTaAwzCiI3uviQ1EuDHNExh800GAx { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:8.0859375rem;left:16.03125rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fMurQUQWZdErp01OCUkiEgC5XG2IIc7k { color:#f25d07;display:block;width:33.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:5.4375rem;left:20.65625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Va04GMquA7Bw6s5ltUbw7sI1fsKR1nrB { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:4.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:26.125rem;left:28.34375rem;display:block; }
#SNTJTWqdtVKR58K1cqxhW3rZnGkT1e5f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bttcD1UaVDTTRDgZ278h2PRlmduzw5fb { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:32.3359375rem;left:16.03125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ORBOM9l2c0aHAEDmcZLyv3oNhtTqzCpT { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:12.25rem;top:36rem;left:-1.8125rem;overflow:hidden;display:block; }
#HyBE8XnOwsBF2nQ3ZaWrzpzwArhG2eOD { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.75rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:40.1171875rem;left:61.4375rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q7S1H68IRD34Onzq5caoADLKFnKObnKG { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:27.9375rem;top:43.3046875rem;left:23.53125rem;overflow:hidden;display:block; }
#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row .container { background-color: transparent; background-image: none; }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row .container > .video-iframe-container { display: none; }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row > .video-iframe-container { display: none; }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .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); }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row .container { border-width: 0; border-radius: 0; }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row .container { background-color: transparent; background-image: none; }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row .container > .video-iframe-container { display: none; }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row > .video-iframe-container { display: none; }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .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); }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row .container { border-width: 0; border-radius: 0; }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn { background-color: transparent; background-image: none; }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn > .row .container > .video-iframe-container { display: none; }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn > .row > .video-iframe-container { display: none; }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn > .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); }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn { border-width: 0; border-radius: 0; }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#dzUuwbqQDV6HVZ4NytlfO7zrl7hC2Zz5 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#CWduTgC23mSRAymGuo7lS57zLzGvg5Kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 { display:block; }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I66XPqfrRdUAbDPB1XgM2iWK5INvM1rq { width:12.8125rem;height:12.8125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvL5If6pVTFZsOpHAbaGBdmDg5oxwU41 { width:47.75rem;height:12.375rem;top:14.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78W2SIKVKmoH3TTGG4g9VuP05cCr6LO { width:32.125rem;height:33.1875rem;top:2rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Pb6DcOOsgT1HOAWaOiu9tD60nCQWQ0 { width:12.5625rem;height:12.5625rem;top:1.5rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQUwCd9HEoaOn32c3FWrpXTrFsSC1QzJ { width:33.3125rem;height:58.9375rem;top:-3rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erDvFs1mcrs4P8TH29M6XPip5T12i4Ei { width:47.75rem;height:2rem;top:27.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC1Lef709C6B2fAa5ZzenNgXFnixL9ct { width:16.0625rem;height:4.25rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLBVF8CgGWi2GNBO651b56ThWI1bXk5K { display:block; }
 }@media only screen and (max-width: 763px) { #N5aTMtDMwbCK0Pt6yvhepxfBiJLly2nk { width:8.4375rem;height:1.5rem;top:35rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uavEr5TMLRJOUp1DmblZdapdM84BOHZv { display:block; }
 }@media only screen and (max-width: 763px) { #lRminyEmqcwSThGIQ4gOG0vp3AB0X8hA { width:5.0625rem;height:2.9375rem;top:46.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAOkhlmS54smFkTQhAv4RPnMgdNcVqFn { width:5.8125rem;height:2.1875rem;top:46.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvywtoIFVCvbxCXz0acCMXEqvr8ltcV { width:7.375rem;height:1.875rem;top:46.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5QsJMUOMUcqz8lWqvyaGxyCbd3SMxN { width:9.1875rem;height:2.9375rem;top:46.125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwcO6Omuc7dWpftnl2GP8qpsepg8Dd3a { width:15.3125rem;height:2.8125rem;top:46.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n { display:block; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpRrmzC3Dm98fJpnHhgPTrqqLvviJSvM { width:47.75rem;height:12.375rem;top:5.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeo9EyZagLhR9Qi34Za5EW6WW4m0skGH { width:45.625rem;height:24.75rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLxEuPbw1mUe7AzOHbIoil5xR3zRiEst { width:2.625rem;height:22.5rem;top:21.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBOV0yoOqrMXG3pmTMqeXb4URPhmZAKH { width:11.5rem;height:2.1875rem;top:41.5rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUsNlg14LhCaXVGgnGBanNM10uRDET3 { width:9.9375rem;height:3.1875rem;top:41rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzV8za3JkBOI21XuRzA322Cw41hXvko { width:14.0625rem;height:2.75rem;top:37.1875rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBCcPFW39RckpAx5sepKwB22CyTrkloK { width:16.0625rem;height:4.25rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyrwqDJueT2pfLAA5taQs87ExWPPIlgL { display:block; }
 }@media only screen and (max-width: 763px) { #Da6pJChc7QX32Aa4gtihTNN3uPp2wfH4 { width:43.75rem;height:42.875rem;top:2.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5FvyvIsSbgHuXJlNRXJthg44U6TEUE { width:23.9375rem;height:1.375rem;top:54.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2sD4NfEBNbu2VkL4KLvaILSeaTUazo0 { width:4.25rem;height:21rem;top:12.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx { display:block; }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnJHuzFTPtnT6PLFIvwpuGS4eWWfiSVq { width:47.75rem;height:3.9375rem;top:7.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM { display:block; }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt2ZvkyqBudB7umrKw3JJ9Jo6UMHpGvn { width:15.1875rem;height:4.375rem;top:12.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aufSiAI7PzXcGzSwDiqdXdv6hZNWDiqc { width:15.1875rem;height:4.375rem;top:12.3125rem;left:8.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ZZ45SSHsT2hI6ThbqkozwhhraGHMhk { width:15.1875rem;height:4.375rem;top:12.3125rem;left:20.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zprlzLfrB7nS9xx46zHyztJDWJoo5DW2 { width:16.25rem;height:4.375rem;top:12.3125rem;left:31.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd6fscfigQ8fIUQ0dksIDsZLmTn6NIB8 { width:4.6875rem;height:4.6875rem;top:6.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPR5T6SZl9KWczf0BW0dMQF9sKo0h218 { width:4.6875rem;height:4.6875rem;top:6rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUg3XEcrThMRyAEI9t7pRsLPZolcEwxs { width:4.6875rem;height:4.6875rem;top:6rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPZnvOtrUC5WvHcBhQJCaoR4VQyizls { width:4.6875rem;height:4.6875rem;top:6rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohbQTz0oq5ZqryguGFKNwwWQgockZk8O { display:block; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGsMFTaKkoLc9faCdewg61FTzAsvP7rW { width:17.8125rem;height:5.9375rem;top:14.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckvnzn0MA8l14Dfk7tiAI6pMryaGs9uS { width:17.8125rem;height:5.9375rem;top:20.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMqEfzw992nQfIwKMUVuXaEiR46OZLB { width:17.8125rem;height:7.375rem;top:27.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfxXTmxXDE2xOpkrF0C0pIynBaTPtScI { width:17.8125rem;height:10.375rem;top:36.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR6qVbduokDtyEAhR2FCMXUgnKdXvDWn { width:3.25rem;height:3.9375rem;top:15.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRlF7TMtiLAK4pbZElSw4wsfv0kzueCU { width:3.25rem;height:3.9375rem;top:21.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9WXxBoOy9px7b7WTBCc4l9xM8x1qfXw { width:3.25rem;height:3.9375rem;top:28.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igoLTtnib3Ea58842sD7K2gA59NCMz4k { width:3.25rem;height:3.9375rem;top:37.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9VF2dQn76Wdub5t890Wtf5TezxAUPAm { width:17.8125rem;height:5.9375rem;top:14.625rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJidX7SWghOK431WESexf4yTNMT8nyyt { width:17.8125rem;height:7.375rem;top:20.5rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuNbSXeUuFyukvnF3UrVXT6mJJ4uboTo { width:17.8125rem;height:8.875rem;top:27.8125rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR0N1XTTr44iQWbpJS03diwlfyr5uZR7 { width:17.8125rem;height:8.875rem;top:36.625rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l42WJCtKMp16lkZW3gb8e2QWLPT1ZKIp { width:3.25rem;height:3.9375rem;top:15.5625rem;left:29.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kelRqJrpfopNQaTD8hwBVoaJx2NTQeHD { width:3.25rem;height:3.9375rem;top:21.4375rem;left:29.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJmB8QRSwcquRtMRDDr9LdtPr3tXp7S { width:3.25rem;height:3.9375rem;top:28.8125rem;left:29.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7yBaJSHFQnN2N8iuAnuT4R0Das5z3Z6 { width:3.25rem;height:3.9375rem;top:37.625rem;left:29.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zueWMqroQBfRkP06ArGwTH2UiwQxcson { width:26.4375rem;height:8.4375rem;top:4.3125rem;left:21.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9XtrqScOJ9c5pRASgXuqTTqsk4K5za4 { width:23.625rem;height:11.25rem;top:4.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Zfe0m6rDxywDCZnvmfIgiWBInnhGrK { width:0.0625rem;height:43.1875rem;top:3.375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn2Mzha6bMMiQ9CcbfBgun8tiuXZn7Vh { width:47.75rem;height:0.0625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPlhpHleMqzxBFAQIfzxvGfJwDq9If9h { width:47.75rem;height:0.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZDPIreD1zi1ReTlqthq8Xb5WpCGk1n7 { width:47.75rem;height:0.0625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhCkMy3ufFJ13XHJkOhOUxARPfwmaMBN { width:47.75rem;height:0.0625rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdUyz6meVbqNBWSr9HoVneR6FA9kpJq1 { width:22.8125rem;height:4.25rem;top:51.625rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkhMnVr5Eo8umqJKz34GVv6FMIg4puBr { display:block; }
 }@media only screen and (max-width: 763px) { #lP6Ha3bqwGB72S5FDVir93Jtn98EAKDM { width:22.8125rem;height:4.25rem;top:51.625rem;left:12.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Anw1gooHJMLtzatmQLcZs7kvCAkwZNvT { display:block; }
 }@media only screen and (max-width: 763px) { #sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO { display:block; }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZovu4IvnmPpGIAQ3GTQU6xif818aEii { display:block; }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLuAqcFpn4QugddMpCCmH42gosdwREtb { width:7.6875rem;height:7.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3r6B9UqwtHXM9iV3FcRWL9lvRFPBwaC { width:15rem;height:8.375rem;top:13.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNNTr6v02MOtBFHQaxlayd9sVWG1o3cu { width:16.5625rem;height:3rem;top:10.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2GlFrMr9rBrpZ9k928ToCAJHfu3PzX4 { width:15rem;height:6.9375rem;top:13.3125rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5l1f9cPio5xxdoBIVWWu26XLU00ZtRC { width:16.5625rem;height:3rem;top:10.375rem;left:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn0NW4HopMl9XMmwRTr0J4g7eg89x8pd { width:11.375rem;height:11.75rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzZR95hmCRU5TogzA6thR7TP5ap23OE { width:29.625rem;height:10rem;top:16.625rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2yFE0G5JikWb56g6mPxyR9TrTft2CAP { width:30.0625rem;height:10.125rem;top:3.6875rem;left:5.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3zXQQSJAK5kt7qPBbtEwvQUdLNKgBSg { width:47.75rem;height:30.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr { display:block; }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfAHGzVccZaZwiFZxtZlVKCKwJarB2uM { width:45.625rem;height:25.5rem;top:6.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHZIz9IkT3OhNd7hIoo940N909Ky38zL { width:30.0625rem;height:6.75rem;top:6.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQhifZC2n6aZDLOUI6nlTCRDefdtv9F { width:24.1875rem;height:6.75rem;top:14.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntWEMZ07Iegbo3BndFKt26feT5ndmKo9 { width:24.1875rem;height:8.9375rem;top:23.25rem;left:0rem;font-size:1.0625rem;display:block; }#ntWEMZ07Iegbo3BndFKt26feT5ndmKo9 li:before{  }
 }@media only screen and (max-width: 763px) { #pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf { display:block; }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfsagQWf5nTis51NrEl8WvRyeH0n5Ttv { width:17.1875rem;height:17.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT { width:17.1875rem;height:17.1875rem;top:0.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8TQ0VX2GEzwncuhp5HQckWQlHpyPcpE { width:17.1875rem;height:17.1875rem;top:0.75rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3 { width:17.1875rem;height:17.1875rem;top:0.75rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9okL6cixdDp19p59LTCUxOsvUGQdaJ { width:17.1875rem;height:17.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSiKZKHL65sJzx5vqmkq8mqTNU04NGbl { width:17.1875rem;height:17.1875rem;top:0.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TPyPrxAaw4rUtrRTJVSf5INmWHK08q { width:17.1875rem;height:17.1875rem;top:0.75rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H42iDiIzuKm9eHMeA6AQoy8gR5uqseIz { width:17.1875rem;height:17.1875rem;top:0.75rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4AdPWPKZvwTsrmpVk740ZOxR5wC3Jk0 { width:10.3125rem;height:4.0625rem;top:7.375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLW2EgtmsMmc127O84JIulub6e0Vz9B1 { width:10.3125rem;height:4.0625rem;top:7.375rem;left:12.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHSlcRznivddKeam0CH8mvnh0wkyKAhe { width:10.3125rem;height:4.0625rem;top:7.375rem;left:24.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UauQ0fCTLVZ4thJMC65IqJPPyCfMXZsk { width:10.3125rem;height:4.0625rem;top:7.375rem;left:36.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 { display:block; }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFJtAm6d5g7Er6oP8ZT3GindLGSDrudN { width:29.25rem;height:13.5625rem;top:11.5rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxbt8adIUhqrNAAamkhQA6TqapuUTQ37 { width:30.0625rem;height:10.125rem;top:0rem;left:17.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDUMsEClnMJiHTiZI4dQHK2sfLrIIIdX { width:23.5625rem;height:4.25rem;top:27.25rem;left:23.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isNl8AsTiPiSpvWE1akhi43hozCzLlvg { display:block; }
 }@media only screen and (max-width: 763px) { #TbTMlJe8p0vHbWEcw6xCdpPxTRcDDel7 { width:31.375rem;height:36.5rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo { display:block; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBxwfghf2WczQJ9pSEKugOOWW3TJEJt5 { width:47.75rem;height:3.9375rem;top:7.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNPNCcDszAVCyLmQRWRzXe11ENxFemrm { display:block; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fomwUaPkR0kB5mAdy9trW6Vble9l08ea { width:10.625rem;height:3.5rem;top:5.3125rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21ApBQFQ2UQWZlp8rsOqlIQwMck1S1c { width:15rem;height:5.625rem;top:8.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogZr2TcePW9aGo2vKASTcQNcnFiuTHsK { width:10.625rem;height:3.5rem;top:5.3125rem;left:12.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz7Go9gRiNhoTTaaSqz59ZK6REhvUaPR { width:16.25rem;height:5.625rem;top:8.0625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2TRTvWwVZZEws6sQubwKHEynbLayLGw { width:10.625rem;height:3.5rem;top:5.3125rem;left:24.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyDMU60zFSNU3ZnOnTzJ4ARXpxRInvft { width:15rem;height:5.625rem;top:8.0625rem;left:20.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exPaOnTt7wr2KohHXLonCI8aiSbm28yu { width:10.625rem;height:3.5rem;top:5.3125rem;left:36.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhQKqP9bRfSArIzrynMNZEmwthZbDrna { width:15rem;height:5.625rem;top:8.0625rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx { display:block; }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbp4frgLhfPhiKPlg9lCyKpou73AiwMc { width:24.0625rem;height:4.25rem;top:20.5625rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwlToZloSp8lIspMXzoASpe33LwhxVP2 { display:block; }
 }@media only screen and (max-width: 763px) { #eiGhTaAwzCiI3uviQ1EuDHNExh800GAx { width:42.9375rem;height:10.125rem;top:8.0625rem;left:2.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMurQUQWZdErp01OCUkiEgC5XG2IIc7k { width:33.6875rem;height:1.25rem;top:5.4375rem;left:7.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va04GMquA7Bw6s5ltUbw7sI1fsKR1nrB { width:18.3125rem;height:4.25rem;top:26.125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTJTWqdtVKR58K1cqxhW3rZnGkT1e5f { display:block; }
 }@media only screen and (max-width: 763px) { #bttcD1UaVDTTRDgZ278h2PRlmduzw5fb { width:42.9375rem;height:1.5rem;top:32.3125rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORBOM9l2c0aHAEDmcZLyv3oNhtTqzCpT { width:12.25rem;height:12.25rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyBE8XnOwsBF2nQ3ZaWrzpzwArhG2eOD { width:13.5625rem;height:5.625rem;top:40.0625rem;left:34.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7S1H68IRD34Onzq5caoADLKFnKObnKG { width:27.9375rem;height:2.5rem;top:43.25rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ { display:block; }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE { display:none; }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn { display:block; }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzUuwbqQDV6HVZ4NytlfO7zrl7hC2Zz5 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWduTgC23mSRAymGuo7lS57zLzGvg5Kz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 { display:block; }#EJIIFIpRP63KTH9U4Wnn6mT4Vry4xpz9 > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I66XPqfrRdUAbDPB1XgM2iWK5INvM1rq { width:8.3125rem;height:8.3125rem;top:0rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvL5If6pVTFZsOpHAbaGBdmDg5oxwU41 { width:19.3125rem;height:7.796875rem;top:13.5625rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b78W2SIKVKmoH3TTGG4g9VuP05cCr6LO { width:10.375rem;height:10.125rem;top:0.75rem;left:9.5007974765706rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Pb6DcOOsgT1HOAWaOiu9tD60nCQWQ0 { width:5.8125rem;height:5.8125rem;top:6.375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQUwCd9HEoaOn32c3FWrpXTrFsSC1QzJ { width:20rem;height:7.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #erDvFs1mcrs4P8TH29M6XPip5T12i4Ei { width:19.25rem;height:3.1875rem;top:22.5rem;left:0rem;font-size:1.0625rem;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hC1Lef709C6B2fAa5ZzenNgXFnixL9ct { width:12.5rem;height:3.5625rem;top:28.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLBVF8CgGWi2GNBO651b56ThWI1bXk5K { display:block; }
 }@media only screen and (max-width: 763px) { #N5aTMtDMwbCK0Pt6yvhepxfBiJLly2nk { width:6.3125rem;height:1.125rem;top:30rem;left:13.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uavEr5TMLRJOUp1DmblZdapdM84BOHZv { display:block; }
 }@media only screen and (max-width: 763px) { #lRminyEmqcwSThGIQ4gOG0vp3AB0X8hA { width:5.0625rem;height:2.9375rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAOkhlmS54smFkTQhAv4RPnMgdNcVqFn { width:5.8125rem;height:2.1875rem;top:42.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvywtoIFVCvbxCXz0acCMXEqvr8ltcV { width:7.375rem;height:1.875rem;top:48rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5QsJMUOMUcqz8lWqvyaGxyCbd3SMxN { width:8.125rem;height:2.5625rem;top:47.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwcO6Omuc7dWpftnl2GP8qpsepg8Dd3a { width:12.375rem;height:1.94921875rem;top:38.25rem;left:0rem;font-size:0.75rem;color:rgba(255,255,255,0.74);display:block; }
 }@media only screen and (max-width: 763px) { #FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n { background-color:#dc4f03;background-image:none;display:block; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container { background-color: transparent; background-image: none; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container > .video-iframe-container { display: none; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row > .video-iframe-container { display: none; }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .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); }#FFfAH9E2VmtJzGQl3XrEWfKeodfQBu4n > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpRrmzC3Dm98fJpnHhgPTrqqLvviJSvM { width:20rem;height:5.1181625rem;top:3.564453125rem;left:0rem;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yeo9EyZagLhR9Qi34Za5EW6WW4m0skGH { width:18.4375rem;height:22.75rem;top:10.68359375rem;left:1.5625rem;font-size:0.875rem;font-weight:400;font-style:normal;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #KLxEuPbw1mUe7AzOHbIoil5xR3zRiEst { width:4.25rem;height:0;top:12.43359375rem;left:0rem;font-size:0.875rem;line-height:2;display:none; }
 }@media only screen and (max-width: 763px) { #tBOV0yoOqrMXG3pmTMqeXb4URPhmZAKH { width:7.875rem;height:1.3125rem;top:35rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUsNlg14LhCaXVGgnGBanNM10uRDET3 { width:6.8125rem;height:2.1875rem;top:34.5625rem;left:9.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zJzV8za3JkBOI21XuRzA322Cw41hXvko { width:14.0625rem;height:0;top:45.4375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hBCcPFW39RckpAx5sepKwB22CyTrkloK { width:16.0625rem;height:4.25rem;top:37.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyrwqDJueT2pfLAA5taQs87ExWPPIlgL { display:block; }
 }@media only screen and (max-width: 763px) { #Da6pJChc7QX32Aa4gtihTNN3uPp2wfH4 { width:12.75rem;height:12.5rem;top:1.74609375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5FvyvIsSbgHuXJlNRXJthg44U6TEUE { width:13.9375rem;height:1rem;top:42.75rem;left:1.625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v2sD4NfEBNbu2VkL4KLvaILSeaTUazo0 { width:4.25rem;height:21rem;top:10.74609375rem;left:0rem;font-size:0.875rem;line-height:2;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx { display:block; }#dkdkJZyUWaeyxUTkwxaKlb0ahELEpMnx > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnJHuzFTPtnT6PLFIvwpuGS4eWWfiSVq { width:20rem;height:4.375rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM { display:block; }#LCPpHGP4Uq1TIFSOg7dIhqJukTL7RmPM > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt2ZvkyqBudB7umrKw3JJ9Jo6UMHpGvn { width:15.1875rem;height:3.75rem;top:6.5625rem;left:2.40625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aufSiAI7PzXcGzSwDiqdXdv6hZNWDiqc { width:15.1875rem;height:3.4375rem;top:19.6875rem;left:2.4375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d0ZZ45SSHsT2hI6ThbqkozwhhraGHMhk { width:15.1875rem;height:3.75rem;top:32.6875rem;left:2.4375rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zprlzLfrB7nS9xx46zHyztJDWJoo5DW2 { width:16.25rem;height:3.75rem;top:46.125rem;left:1.875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gd6fscfigQ8fIUQ0dksIDsZLmTn6NIB8 { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPR5T6SZl9KWczf0BW0dMQF9sKo0h218 { width:4.6875rem;height:4.6875rem;top:14.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUg3XEcrThMRyAEI9t7pRsLPZolcEwxs { width:4.6875rem;height:4.6875rem;top:27.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPZnvOtrUC5WvHcBhQJCaoR4VQyizls { width:4.6875rem;height:4.6875rem;top:41.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohbQTz0oq5ZqryguGFKNwwWQgockZk8O { background-color:#f25d07;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container { background-color: transparent; background-image: none; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container > .video-iframe-container { display: none; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row > .video-iframe-container { display: none; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .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); }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container { border-width: 0; border-radius: 0; }#ohbQTz0oq5ZqryguGFKNwwWQgockZk8O > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGsMFTaKkoLc9faCdewg61FTzAsvP7rW { width:16.8125rem;height:5.949225rem;top:9.8125rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckvnzn0MA8l14Dfk7tiAI6pMryaGs9uS { width:17.625rem;height:5.949225rem;top:14.4375rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMqEfzw992nQfIwKMUVuXaEiR46OZLB { width:17.8125rem;height:7.436525rem;top:19rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfxXTmxXDE2xOpkrF0C0pIynBaTPtScI { width:17.8125rem;height:10.4111125rem;top:25.1875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR6qVbduokDtyEAhR2FCMXUgnKdXvDWn { width:3.25rem;height:2.8125rem;top:11rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRlF7TMtiLAK4pbZElSw4wsfv0kzueCU { width:3.25rem;height:2.8125rem;top:15.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9WXxBoOy9px7b7WTBCc4l9xM8x1qfXw { width:3.25rem;height:2.8125rem;top:20rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igoLTtnib3Ea58842sD7K2gA59NCMz4k { width:3.25rem;height:2.8125rem;top:26.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9VF2dQn76Wdub5t890Wtf5TezxAUPAm { width:17.0625rem;height:5.949225rem;top:50.9375rem;left:2.25rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uJidX7SWghOK431WESexf4yTNMT8nyyt { width:17.8125rem;height:7.436525rem;top:55.625rem;left:2.1875rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cuNbSXeUuFyukvnF3UrVXT6mJJ4uboTo { width:17.75rem;height:8.92383125rem;top:71.1875rem;left:2.25rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MR0N1XTTr44iQWbpJS03diwlfyr5uZR7 { width:17.8125rem;height:8.92380625rem;top:61.875rem;left:2.1875rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l42WJCtKMp16lkZW3gb8e2QWLPT1ZKIp { width:3.25rem;height:2.8125rem;top:52.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kelRqJrpfopNQaTD8hwBVoaJx2NTQeHD { width:3.25rem;height:2.8125rem;top:56.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJmB8QRSwcquRtMRDDr9LdtPr3tXp7S { width:3.25rem;height:2.8125rem;top:62.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7yBaJSHFQnN2N8iuAnuT4R0Das5z3Z6 { width:3.25rem;height:2.8125rem;top:72.25rem;left:0rem;font-size:1.5625rem;color:#ca0000;display:block; }
 }@media only screen and (max-width: 763px) { #zueWMqroQBfRkP06ArGwTH2UiwQxcson { width:20rem;height:4.548825rem;top:46.4375rem;left:0rem;font-size:1.625rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U9XtrqScOJ9c5pRASgXuqTTqsk4K5za4 { width:20rem;height:8.75rem;top:3.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Zfe0m6rDxywDCZnvmfIgiWBInnhGrK { width:0.0625rem;height:43.1875rem;top:86.4404296875rem;left:9.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vn2Mzha6bMMiQ9CcbfBgun8tiuXZn7Vh { width:20rem;height:0.0625rem;top:20.4609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPlhpHleMqzxBFAQIfzxvGfJwDq9If9h { width:20rem;height:0.0625rem;top:13.2734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZDPIreD1zi1ReTlqthq8Xb5WpCGk1n7 { width:20rem;height:0.0625rem;top:57.669921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhCkMy3ufFJ13XHJkOhOUxARPfwmaMBN { width:20rem;height:0.0625rem;top:77.3681640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdUyz6meVbqNBWSr9HoVneR6FA9kpJq1 { width:19rem;height:4.25rem;top:81.625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkhMnVr5Eo8umqJKz34GVv6FMIg4puBr { display:block; }
 }@media only screen and (max-width: 763px) { #lP6Ha3bqwGB72S5FDVir93Jtn98EAKDM { width:19rem;height:4.25rem;top:36.25rem;left:0.5rem;font-size:1.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Anw1gooHJMLtzatmQLcZs7kvCAkwZNvT { display:block; }
 }@media only screen and (max-width: 763px) { #sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO { display:block; }#sMU6fHyhplJO4hnAaTsFkfTUU4vtdwrO > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZovu4IvnmPpGIAQ3GTQU6xif818aEii { display:block; }#EZovu4IvnmPpGIAQ3GTQU6xif818aEii > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLuAqcFpn4QugddMpCCmH42gosdwREtb { width:6.5rem;height:6.625rem;top:23.875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3r6B9UqwtHXM9iV3FcRWL9lvRFPBwaC { width:16.6875rem;height:6.99706875rem;top:30.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNNTr6v02MOtBFHQaxlayd9sVWG1o3cu { width:11.75rem;height:3rem;top:27.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2GlFrMr9rBrpZ9k928ToCAJHfu3PzX4 { width:16.875rem;height:5.59765625rem;top:48.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5l1f9cPio5xxdoBIVWWu26XLU00ZtRC { width:12.1875rem;height:4.125rem;top:43.625rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zn0NW4HopMl9XMmwRTr0J4g7eg89x8pd { width:9.25rem;height:9.5625rem;top:40rem;left:10.791338582677rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzZR95hmCRU5TogzA6thR7TP5ap23OE { width:16.75rem;height:8.396475rem;top:10.1875rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2yFE0G5JikWb56g6mPxyR9TrTft2CAP { width:18.3125rem;height:5.56640625rem;top:2.875rem;left:0.875rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3zXQQSJAK5kt7qPBbtEwvQUdLNKgBSg { width:20rem;height:21.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr { display:block; }#ftSIc4pNylTS9X0FWlTsDesgrKPkTPqr > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfAHGzVccZaZwiFZxtZlVKCKwJarB2uM { height:11.17775rem;width:20rem;top:17.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHZIz9IkT3OhNd7hIoo940N909Ky38zL { width:20rem;height:6.1484375rem;top:2.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQhifZC2n6aZDLOUI6nlTCRDefdtv9F { width:20rem;height:5.59765625rem;top:9.859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntWEMZ07Iegbo3BndFKt26feT5ndmKo9 { width:20rem;height:7.734375rem;top:28.708984375rem;left:0rem;font-size:1.0625rem;display:block; }#ntWEMZ07Iegbo3BndFKt26feT5ndmKo9 li:before{  }
 }@media only screen and (max-width: 763px) { #pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf { display:block; }#pGIzBThhcUU2Q1hL9BemDrz9Vafxmdhf > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfsagQWf5nTis51NrEl8WvRyeH0n5Ttv { width:17.1875rem;height:9.375rem;top:0rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT { width:17.1875rem;height:9.375rem;top:14.6875rem;left:1.4375rem;background-color:rgba(0,0,0,0.84);background-image:url("https://images.assets-landingi.com/uc/1417d776-80d0-44f3-98ab-85da33c4dd2e/Panico.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT.adaptive-delivery-prevent-bg, #sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT.lazyload, #sJx5NgSwyEsqpTzE5HlOsIJKVVCJuhJT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s8TQ0VX2GEzwncuhp5HQckWQlHpyPcpE { width:17.1875rem;height:9.375rem;top:29.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3 { width:17.1875rem;height:9.375rem;top:44.625rem;left:1.40625rem;background-color:rgba(0,0,0,0.84);background-image:url("https://images.assets-landingi.com/uc/79bcb63f-f860-42c7-b23b-cade494db4eb/Emergencia.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3.adaptive-delivery-prevent-bg, #cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3.lazyload, #cwTRgROuyMl0xWDM1tcWKV4bPZHV2Gi3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rH9okL6cixdDp19p59LTCUxOsvUGQdaJ { width:17.1875rem;height:17.1875rem;top:18rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSiKZKHL65sJzx5vqmkq8mqTNU04NGbl { width:17.1875rem;height:17.1875rem;top:94.5625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0TPyPrxAaw4rUtrRTJVSf5INmWHK08q { width:17.1875rem;height:17.1875rem;top:131.4375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H42iDiIzuKm9eHMeA6AQoy8gR5uqseIz { width:17.1875rem;height:17.1875rem;top:168.3125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4AdPWPKZvwTsrmpVk740ZOxR5wC3Jk0 { width:20rem;height:1.625rem;top:9.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLW2EgtmsMmc127O84JIulub6e0Vz9B1 { width:20rem;height:1.625rem;top:24.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHSlcRznivddKeam0CH8mvnh0wkyKAhe { width:20rem;height:1.625rem;top:39.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UauQ0fCTLVZ4thJMC65IqJPPyCfMXZsk { width:20rem;height:1.625rem;top:54.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 { display:block; }#rADLJd9adRZV7nkdxxqIWUJ5vtTlkh52 > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFJtAm6d5g7Er6oP8ZT3GindLGSDrudN { width:20rem;height:14.873025rem;top:12.5625rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Qxbt8adIUhqrNAAamkhQA6TqapuUTQ37 { width:20rem;height:9.8984375rem;top:1.25rem;left:0rem;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fDUMsEClnMJiHTiZI4dQHK2sfLrIIIdX { width:18.125rem;height:4.25rem;top:30.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isNl8AsTiPiSpvWE1akhi43hozCzLlvg { display:block; }
 }@media only screen and (max-width: 763px) { #TbTMlJe8p0vHbWEcw6xCdpPxTRcDDel7 { width:18.375rem;height:15.375rem;top:22.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bce6e5fc-3287-467a-93f4-1f807d1b2c6c/qualeosignificadodeCFTV.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo.adaptive-delivery-prevent-bg, #uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo.lazyload, #uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo.lazyloading { background-image: none; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container { background-color: transparent; background-image: none; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container > .video-iframe-container { display: none; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row > .video-iframe-container { display: none; }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .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); }#uVHTpEiRVmD4IKeXGA6xTbCU6SX1dpeo > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBxwfghf2WczQJ9pSEKugOOWW3TJEJt5 { width:20rem;height:4.125rem;top:4.0625rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SNPNCcDszAVCyLmQRWRzXe11ENxFemrm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bce6e5fc-3287-467a-93f4-1f807d1b2c6c/qualeosignificadodeCFTV.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm.adaptive-delivery-prevent-bg, #SNPNCcDszAVCyLmQRWRzXe11ENxFemrm.lazyload, #SNPNCcDszAVCyLmQRWRzXe11ENxFemrm.lazyloading { background-image: none; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container { background-color: transparent; background-image: none; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container > .video-iframe-container { display: none; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row > .video-iframe-container { display: none; }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .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); }#SNPNCcDszAVCyLmQRWRzXe11ENxFemrm > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fomwUaPkR0kB5mAdy9trW6Vble9l08ea { width:10.625rem;height:3.5rem;top:0rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21ApBQFQ2UQWZlp8rsOqlIQwMck1S1c { width:15rem;height:5.59765625rem;top:2.875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogZr2TcePW9aGo2vKASTcQNcnFiuTHsK { width:10.625rem;height:3.5rem;top:12.91015625rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz7Go9gRiNhoTTaaSqz59ZK6REhvUaPR { width:16.25rem;height:5.59765625rem;top:15.78515625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2TRTvWwVZZEws6sQubwKHEynbLayLGw { width:10.625rem;height:3.5rem;top:25.10546875rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyDMU60zFSNU3ZnOnTzJ4ARXpxRInvft { width:15rem;height:5.59765625rem;top:27.98046875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exPaOnTt7wr2KohHXLonCI8aiSbm28yu { width:10.625rem;height:3.5rem;top:38.453125rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhQKqP9bRfSArIzrynMNZEmwthZbDrna { width:15rem;height:5.59765625rem;top:41.328125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx { display:block; }#SNbcOiCyhtIb9Zr30kpoiDENTNo2kqqx > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbp4frgLhfPhiKPlg9lCyKpou73AiwMc { width:19rem;height:4.25rem;top:16.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwlToZloSp8lIspMXzoASpe33LwhxVP2 { display:block; }
 }@media only screen and (max-width: 763px) { #eiGhTaAwzCiI3uviQ1EuDHNExh800GAx { width:20rem;height:8.125rem;top:6.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fMurQUQWZdErp01OCUkiEgC5XG2IIc7k { width:20rem;height:0.9746125rem;top:4.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va04GMquA7Bw6s5ltUbw7sI1fsKR1nrB { width:14.125rem;height:3.25rem;top:23rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTJTWqdtVKR58K1cqxhW3rZnGkT1e5f { display:block; }
 }@media only screen and (max-width: 763px) { #bttcD1UaVDTTRDgZ278h2PRlmduzw5fb { width:20rem;height:1.19921875rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORBOM9l2c0aHAEDmcZLyv3oNhtTqzCpT { width:8.5rem;height:8.5rem;top:40.7890625rem;left:5.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HyBE8XnOwsBF2nQ3ZaWrzpzwArhG2eOD { width:17.0625rem;height:3.75rem;top:31.25rem;left:1.46875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7S1H68IRD34Onzq5caoADLKFnKObnKG { width:20rem;height:1.7897091722595rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ { display:block; }#TnJANzCNmzsyHMAkVL7T8G7qfpoBPPUQ > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE { display:none; }#xgkh4vCgvLnvVGZOqWSg41DIe2rZIPTE > .row .container { width:20rem;height:1.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zTdELSPLhJd3Q4pTWoeGMRTMWTIbK2Cn > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzUuwbqQDV6HVZ4NytlfO7zrl7hC2Zz5 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWduTgC23mSRAymGuo7lS57zLzGvg5Kz { display:block; }
 }