.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#181818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .row > .video-iframe-container { display: none; }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .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); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.adaptive-delivery-prevent-bg, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyload, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyloading { background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { background-color: transparent; background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .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); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { border-width: 0; border-radius: 0; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:1200px;height:410px;font-size:14px;font-family:arial;position:relative;display:block; }#miJZR4zkTr402sFvb1UTsWczqgoORhKK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107px;width:346px;top:92.5px;left:410.640625px;overflow:hidden;display:block; }
#msLDLhP16P3HA0wvCtmxfVGqKuz8Qgkl { color:#ffffff;display:block;width:859px;position:absolute;font-family:"red hat display";font-size:42px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:234.796875px;left:154.140625px;height:109.188px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw.adaptive-delivery-prevent-bg, #kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw.lazyload, #kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw.lazyloading { background-image: none; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container { background-color: transparent; background-image: none; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container > .video-iframe-container { display: none; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row > .video-iframe-container { display: none; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .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); }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container { border-width: 0; border-radius: 0; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#PO9EPiatDuzpK5syvtMmFJh8AzHd6HE4 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"red hat display";font-size:31px;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:87.4375px;left:0px;height:34.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40.adaptive-delivery-prevent-bg, #Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40.lazyload, #Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40.lazyloading { background-image: none; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container { background-color: transparent; background-image: none; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container > .video-iframe-container { display: none; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row > .video-iframe-container { display: none; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .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); }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container { border-width: 0; border-radius: 0; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/377da961-e817-4f35-8c21-89ec69887a45/CapturadeTela20220723as183230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG.adaptive-delivery-prevent-bg, #NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG.lazyload, #NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG.lazyloading { background-image: none; }
#NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px; }#NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#pdvn6mNXkV3qKmJkKUaefKny3Ldx7Sfn { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#IN1kylkHMDixFMiL8w0kaXyBV1DhwOh5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xddwsTaZPqP0uXSpRJJhK6ddyOZcJBiG { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vpndUw2ealzLF1MpTPSofSGMhEHsKWmF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#vVkDRVTcsIgfhF6vAM8mzOD2mTrVaoyr { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#z89ltcFcPv3Nev60rehM7luX06whErnP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dBePqaaOINTMxSxRES25WOS1cvIHPBdt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#Txzmikpnu4vpTsV88NBDlbgIE5THonD4 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ab7471-37b6-4cb3-8905-d8b3ba1c2b89/CapturadeTela20220723as183237.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#Txzmikpnu4vpTsV88NBDlbgIE5THonD4.adaptive-delivery-prevent-bg, #Txzmikpnu4vpTsV88NBDlbgIE5THonD4.lazyload, #Txzmikpnu4vpTsV88NBDlbgIE5THonD4.lazyloading { background-image: none; }
#Txzmikpnu4vpTsV88NBDlbgIE5THonD4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#Txzmikpnu4vpTsV88NBDlbgIE5THonD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#TQWcFgS5hW11oLPPglILFfNpFgNzMkEK { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pVFsmHpFVxOBEtTTCA0fqRw8uhGeS88p { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#ylOgpE3kKWKk1M1FSq5ngNvQysstKLV4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AOQ4EJZC3Au1CcdAKQ81AK0wiNkczPMS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95fd39ac-fc98-4b79-b083-79abc0d69f54/CapturadeTela20220723as184023.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo.adaptive-delivery-prevent-bg, #LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo.lazyload, #LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo.lazyloading { background-image: none; }
#LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#EgGcvxcnvv7M2MA89Cez6JrGBGAzI6Nn { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65f55004-37e5-43d4-8ede-35d88e664012/CapturadeTela20220723as183244.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH.adaptive-delivery-prevent-bg, #yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH.lazyload, #yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH.lazyloading { background-image: none; }
#yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#UlSmAL76MIGuDwVnNl40TLsQlWAMNsOk { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#BLANynAw1mhJobi3JmTrxVzgzf6UBd6e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NaevoM7JfWuo48PFXxLzb3T3oz5DeSWc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#pwc3XhbZADL8V8iGXXylmi7FnRLJRmgO { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6.adaptive-delivery-prevent-bg, #Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6.lazyload, #Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6.lazyloading { background-image: none; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container { background-color: transparent; background-image: none; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container > .video-iframe-container { display: none; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row > .video-iframe-container { display: none; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .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); }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container { border-width: 0; border-radius: 0; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/679f9085-d6f4-423f-9776-02ebd58ef128/capturadetela20230614as1426366489f8c5b13d2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU.adaptive-delivery-prevent-bg, #Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU.lazyload, #Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU.lazyloading { background-image: none; }
#Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px; }#Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#khISpvD8hp75GKfHX9WJ2M9uHigwm2b2 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#y9pJmaxgA1mZ8Z4iKl5D9cQ2JZbqCfBx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HFH50MvL30xJscaJd7ybGAlEnWeHprFt { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swd9be9d1gRNRgrvvdZVz67Opo8VUmoS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#hLrSNTeMmt9gKdOmdJtKyamwwJoGT2M4 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#bOtsD3JU55dem7oyDUwt43FrwZTiTR7v { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XsWH3zEh9ED0KvGJbxPKusacyCdHuntu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db195879-1da4-42dd-8ef0-dee8050020de/capturadetela20230614as1426286489f8c4e90ca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1.adaptive-delivery-prevent-bg, #GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1.lazyload, #GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1.lazyloading { background-image: none; }
#GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#M1o3TTKnoD0CGQMvJ1yUoTU9kpEX7RnP { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lM1s3g4lqTpmB1noocCIfctybx0LKv4C { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#vXBSTlUEDofg3JI3VBiyBOeWI2kHNz7u { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZL8FFUq3ZoWCl9g1TiGlilQOrTvL3ood { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57599003-0564-4e20-976d-4518f5aa018c/capturadetela20230614as1427226489f8c7560b9.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni.adaptive-delivery-prevent-bg, #qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni.lazyload, #qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni.lazyloading { background-image: none; }
#qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#wPJwpQv7QJNq5BWeNVM8AQdpPy0VEmK1 { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87c0002e-43a0-4d9f-8660-3bbb99eef148/capturadetela20230614as1426566489f8c686b34.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi.adaptive-delivery-prevent-bg, #mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi.lazyload, #mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi.lazyloading { background-image: none; }
#mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#ga8Z8AOxkkBHbuENS3A9J3TIBV1AbeaD { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#a7AeJStaz3Jg5LK4JcbyyuJaBKTODqdQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OCFdJTmyR7k8r11QOlAPDdoAzKkb78pT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#J5iDr8o6rcseZPSOOFgXSUrdagEG64lQ { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#izeUAnygihgM3VfIcCwHy3myrAVtuCeh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh.adaptive-delivery-prevent-bg, #izeUAnygihgM3VfIcCwHy3myrAVtuCeh.lazyload, #izeUAnygihgM3VfIcCwHy3myrAVtuCeh.lazyloading { background-image: none; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container { background-color: transparent; background-image: none; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container > .video-iframe-container { display: none; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row > .video-iframe-container { display: none; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .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); }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container { border-width: 0; border-radius: 0; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0754d54-fd76-42f5-9ebc-49737e626d6d/CapturadeTela20220723as183251.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu.adaptive-delivery-prevent-bg, #uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu.lazyload, #uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu.lazyloading { background-image: none; }
#uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#bUV8WJ9EWSMEgVR0ylqIfKA9zVBsgzaI { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#KFk0pS9FF0iEa52gLahvBOxTcep6wnlB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ztdQi4a7qaLu3mkx4E2ZR4a7B83Cg8BW { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W8KnRBLTSDSNvcLqWtAxm21s6RucklHw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#hWCeiX31QhVtWKftmeczHiTLHW3OmdxH { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#XtUpSzcRqc2Od9BkPhws3fWEM8WNLowT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KBhPbwo1mLwGJMi9kT0oVhUZWxmTzQgB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#uetItxtHovlhRycmVxpQeDefgCNqgVa8 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/884a536c-2a06-4949-b885-f5ad962e28e0/CapturadeTela20220723as183256.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#uetItxtHovlhRycmVxpQeDefgCNqgVa8.adaptive-delivery-prevent-bg, #uetItxtHovlhRycmVxpQeDefgCNqgVa8.lazyload, #uetItxtHovlhRycmVxpQeDefgCNqgVa8.lazyloading { background-image: none; }
#uetItxtHovlhRycmVxpQeDefgCNqgVa8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#uetItxtHovlhRycmVxpQeDefgCNqgVa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#TTgL7OsdB6GqunbhKgNQQqQWo3LBi3Wi { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z0vSSIwlNsvx3PpgXiBTUtisx8DgJKVm { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#L5anHktn3wOCFHnMQBFcSKicS5WHDsKu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oqthqN7TRBeGVRJrTx6IJU99eQ1QJ2cZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bc3ea93-84e1-442e-ae83-8e0835cadc3e/capturadetela20240702as20365916684905e1955e.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923.5px;display:block; }#Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL.adaptive-delivery-prevent-bg, #Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL.lazyload, #Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL.lazyloading { background-image: none; }
#Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#F8W1RKaZzi7v7qXlRZziTkAezINSJSuz { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cffad5c0-b1a8-4c68-9788-0ce6fa89ce85/CapturadeTela20220723as183302.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5.adaptive-delivery-prevent-bg, #GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5.lazyload, #GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5.lazyloading { background-image: none; }
#GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#GIQQPFg3TSSdq9SgNEh6tCUT8UIPJnGe { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#EOdaw0ledotRLT9OBNGTWZGHuwwh7Uwb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#G3lwQ0SvrTWBkoALFy3QcFFprKb5ss2s { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#qAOSbgiUdMk6d0vmRKgmIlvFTaRqIt3v { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki.adaptive-delivery-prevent-bg, #rTUlaf4y2mXDAZv0SwCux12Qi0F34aki.lazyload, #rTUlaf4y2mXDAZv0SwCux12Qi0F34aki.lazyloading { background-image: none; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container { background-color: transparent; background-image: none; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container > .video-iframe-container { display: none; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row > .video-iframe-container { display: none; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .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); }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container { border-width: 0; border-radius: 0; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7806d74-66e9-409f-a27b-0eb0265259fc/CapturadeTela20220723as183314.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG.adaptive-delivery-prevent-bg, #Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG.lazyload, #Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG.lazyloading { background-image: none; }
#Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#Apw4hkiCyEmGV5uiJ77pTuVsDXGXrTMu { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#SQHggwRPxZDRugUelL7Pf6mF2oJNEBTH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DGH7lFTsdv3IinwsJem9Kl3oklFvuDRc { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZBbdZVCnRlCpsOHWa4HLsquGKFXD3Wz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#FOZ018ftEchBudktEIKxmleNDrNonwwH { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#qFBTNs4aaeK7rwwhrnUvDlAEOSxl2QMH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IN92AfTu1z0RzgeqMU6mQHtyXyzH4fBZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df78460a-ca41-43ad-b02e-d3038d346fe0/CapturadeTela20220723as183326.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE.adaptive-delivery-prevent-bg, #EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE.lazyload, #EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE.lazyloading { background-image: none; }
#EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#PAqQ18yq96CiNqP5BM2CA3R2h2TrS1TI { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DPT9dWS8W09RKrmC0OnHTgQWSo2zeMs8 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#ro8aCaFgZpsC0eWTMJdTQswnooiwpdmv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fLTSrCIoAACrKWm5woILKW3TfQTznWCn { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69534783-9bc4-4fe4-b22b-4bbbc305d78a/CapturadeTela20220723as183340.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd.adaptive-delivery-prevent-bg, #ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd.lazyload, #ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd.lazyloading { background-image: none; }
#ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#roeUPET5GA1QlzIcg1KIFRvdC4VUkyOr { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgTwWhK8ev702U0qrl3bNwwX7c2fUetB { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9b61ec3-ec6e-4074-9d31-d14a746dd67b/CapturadeTela20220723as183332.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#TgTwWhK8ev702U0qrl3bNwwX7c2fUetB.adaptive-delivery-prevent-bg, #TgTwWhK8ev702U0qrl3bNwwX7c2fUetB.lazyload, #TgTwWhK8ev702U0qrl3bNwwX7c2fUetB.lazyloading { background-image: none; }
#TgTwWhK8ev702U0qrl3bNwwX7c2fUetB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#TgTwWhK8ev702U0qrl3bNwwX7c2fUetB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#EzwT6Tz5uRHqTrIwZNy0qfPnBlHv9R42 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#BMrWfQlZdCc5zcB6OVxhLag6HlQXZIgK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#l9ld7AyAIdTrWoSZx9UxdayEMXSRyPmh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#WN7JPpwxbfeIrsiCDE3plxxBuTyZNbiT { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z.adaptive-delivery-prevent-bg, #EfygTpfxbBVpS86uuTH5JSHveTSXhI1z.lazyload, #EfygTpfxbBVpS86uuTH5JSHveTSXhI1z.lazyloading { background-image: none; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container { background-color: transparent; background-image: none; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container > .video-iframe-container { display: none; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row > .video-iframe-container { display: none; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .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); }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container { border-width: 0; border-radius: 0; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a946d13e-61f1-4841-bf1c-a85442edfe3f/capturadetela20240702as2044546684913b49c63.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG.adaptive-delivery-prevent-bg, #pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG.lazyload, #pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG.lazyloading { background-image: none; }
#pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#nXTcERaECd50tMKlE0w5nLfznFatkIIW { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#vJqQBsl2zXUhPc91c7yrXhydCqgNGhO0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EomMmIZ7TwKCed9wPruGKcu3wBuuL2Up { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k6TbQng0v0zZLsw6dffN2eyGQ6nwc67i { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#UBFGxnZGXpq5WNahM8zLw6TAXJikiykZ { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#kAFeQIy5ArgggtU6NMf7wLgqtWtN6Jwl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UQTpfWyhhaEpCJ65QzKFhbk0WKtUp5A4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a6eb263-9fb0-4057-b57e-59092cde9acc/CapturadeTela20220723as183405.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5.adaptive-delivery-prevent-bg, #qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5.lazyload, #qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5.lazyloading { background-image: none; }
#qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#F515il0HNgRryi0m2lJmhzecVPyr9tUW { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4ohWSvcnxZX5eBxCFfNAafk1uTqNb6K { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#NeFLPNpVuTGhyIkD2399vxJHlzIg2lbT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ffrCtEGHlsmtNm1NeIQVM4P11UWxTEBc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01ec108a-1e8c-438a-b857-9c66c784e6a3/capturadetela20240702as2044406684913b4ab46.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR.adaptive-delivery-prevent-bg, #cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR.lazyload, #cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR.lazyloading { background-image: none; }
#cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#vTm2nXVP2MSiT3BBqWgayq6u4aUq0ktt { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65dd1513-8dfe-41f0-a6ac-f89fa493e3f3/CapturadeTela20220723as183411.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs.adaptive-delivery-prevent-bg, #lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs.lazyload, #lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs.lazyloading { background-image: none; }
#lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#LrPNBXCers7mMe2S43xxIsMTBc3q49qF { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#J1dT21EmuLNEUsH1la12Xc6TbJpa4Ep5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TRBKQqclnvq4gi6aTlBIP378WEKzZ8E6 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#IHgOTid509Hy2T8xm9uZtTu3TIP7JQ0e { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw.adaptive-delivery-prevent-bg, #UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw.lazyload, #UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw.lazyloading { background-image: none; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container { background-color: transparent; background-image: none; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container > .video-iframe-container { display: none; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row > .video-iframe-container { display: none; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .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); }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container { border-width: 0; border-radius: 0; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#QStBf4BIRVTIXcZtQpbvVHp5fPtq4sx6 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"red hat display";font-size:31px;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:87.4375px;left:0px;height:34.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT.adaptive-delivery-prevent-bg, #qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT.lazyload, #qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT.lazyloading { background-image: none; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container { background-color: transparent; background-image: none; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container > .video-iframe-container { display: none; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row > .video-iframe-container { display: none; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .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); }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container { border-width: 0; border-radius: 0; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ae6ddd4-28d8-4049-b8ee-97679cb123a4/CapturadeTela20220724as132911.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb.adaptive-delivery-prevent-bg, #orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb.lazyload, #orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb.lazyloading { background-image: none; }
#orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#rIkSihnHRBkz9EQtkqpcffXg9KW6y1bW { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#TabiWQT9nsMDKlf1TzHA0r4MlFoCt4kf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kVrInT9GIbUqKFT89iiaimVrpyCeNCth { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwK3mnZPXOgt3batv8JwFyexV9ZbuMMJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#rFgLW8T0DEdBATB9ETrnirR4ihfD6Zq6 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#StomDqF9L1ODF0urEd3qTwJdGmz7nG7F { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Xric5ntTXXcHse7MEQCk4bUE342Rh62K { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d1ccee3-1f59-490c-97ab-4b87f469b183/CapturadeTela20220724as1332531.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z.adaptive-delivery-prevent-bg, #TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z.lazyload, #TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z.lazyloading { background-image: none; }
#TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#ZFt9R26QKkiifDDhVmyl4zsIu1M6rtQ6 { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTKwOprOLzGdgy9CvuMkBXw3bfeJ7cN6 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#c4WoEPSdacNyrBGJhxot8AflRu09cOtQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tKo3CaAPr0zguGcJZlaoSiBZS3fepTkm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bd62ca6-2cff-4c3f-a72f-b9ab8caca275/CapturadeTela20220724as132938.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW.adaptive-delivery-prevent-bg, #xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW.lazyload, #xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW.lazyloading { background-image: none; }
#xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#GIFpi69WLkwatZf6psNLowREViMAbkFd { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7199363b-2d4e-43d1-93bf-e50a903a1c53/CapturadeTela20220724as132918.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D.adaptive-delivery-prevent-bg, #L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D.lazyload, #L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D.lazyloading { background-image: none; }
#L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#AEGQ5hgRWKcqUS3EKW3RtgJ1gAqeZxn9 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#QmcDmn2U83bedwXCiGJRbk9uG0MhShKB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#H6Tip7M5wKNCaELoCZXdgXTTPWhDT46m { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#tIVTAgbf661X4LB8g3bpndN6un17N2Oy { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM.adaptive-delivery-prevent-bg, #h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM.lazyload, #h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM.lazyloading { background-image: none; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container { background-color: transparent; background-image: none; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container > .video-iframe-container { display: none; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row > .video-iframe-container { display: none; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .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); }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container { border-width: 0; border-radius: 0; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5767ce93-f646-40b9-81be-a11b25b8647d/CapturadeTela20220724as132956.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3.adaptive-delivery-prevent-bg, #crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3.lazyload, #crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3.lazyloading { background-image: none; }
#crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#Tp17eMLBoML5NdcHIRrpXehEFzLpaXOZ { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#aQdl8aulTvbAUEMKoMhL8gOgSIWGvGpf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ADAaswNTsoQzuPwGp8CiRLVUzMJ4qsyS { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hGNtLXP0XiV8ypTb8mldykxb9f2pFbUh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#AWk6UcqND312W3n3uDphk46GsWvcJ96p { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#zKgGTaJeJeWMueIPe8Uvd9Ta5e1pTM3T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o7xFVz8XfzuZarCA6ruhap2DT2P6dJis { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/053a8cfe-ff7e-49a1-ad94-88d7357f2414/CapturadeTela20220724as132951.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V.adaptive-delivery-prevent-bg, #UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V.lazyload, #UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V.lazyloading { background-image: none; }
#UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#TrT2AvFMvpZyTLKX2UU6iLesNGccwbra { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xsE94oxricWx7nQKpGZlframXBMiok85 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#aHyFBs60EaCgd7DN9s3USwR1dqAD3OOg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Xu1xVZh1qPAT1tU9ndoW7Q9KLXPtoJyu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49c8758f-3cd4-4eee-b7bb-261a3db63628/CapturadeTela20220724as132924.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx.adaptive-delivery-prevent-bg, #A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx.lazyload, #A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx.lazyloading { background-image: none; }
#A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#Ic2dBAg1dGfRH86svnKgDRndQ2PCz1v2 { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a41581a-0dc6-4133-bf43-dc5365cb61de/CapturadeTela20220724as132945.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ.adaptive-delivery-prevent-bg, #EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ.lazyload, #EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ.lazyloading { background-image: none; }
#EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#Bp8aWHXCB4CMHlJUZSPeHlISmgaQmyh3 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#PTgoMTwwNorK0iQLXP0m3K9qTl4X9KOJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#blTzE2TwUoewCQcIJmSUrRLdyGrrUnyq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#BH13f8ekTkaNNSJxAyBRNRoWHXru85rE { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5.adaptive-delivery-prevent-bg, #TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5.lazyload, #TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5.lazyloading { background-image: none; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container { background-color: transparent; background-image: none; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container > .video-iframe-container { display: none; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row > .video-iframe-container { display: none; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .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); }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container { border-width: 0; border-radius: 0; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#dipwW377ccJTBVXxau0KVa9WqxbrISWn { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"red hat display";font-size:31px;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:87.4375px;left:0px;height:34.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3.adaptive-delivery-prevent-bg, #ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3.lazyload, #ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3.lazyloading { background-image: none; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container { background-color: transparent; background-image: none; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container > .video-iframe-container { display: none; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row > .video-iframe-container { display: none; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .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); }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container { border-width: 0; border-radius: 0; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea40a331-e49f-454e-83b4-91ea5a283c36/CapturadeTela20220724as140140.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL.adaptive-delivery-prevent-bg, #WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL.lazyload, #WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL.lazyloading { background-image: none; }
#WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#IadPMoslTeireW6VWrTgiMLJDrQR5DlF { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#o4wSS8lh192CzmbDF48VpQ0SFfFRsbwH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VvyZR77WkTQtuHLVsFWlrUhRKFs7k4MZ { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MhLlra4HBsIT1mRIoK1irLSKSAnRgenR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#unugKmUfeGoQ7R5NlFGWx1c7kB7LuR9T { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#Xo0EkcuksGXbfd8X2BiHyCUooTJzu3N8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VwivKOe9mrCqMq8EZNNVHSpGH5qUVHUP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b87d70f9-33a2-48a3-8a12-ee460acad849/capturadetela20240702as205139668492b4c897e.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2.adaptive-delivery-prevent-bg, #cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2.lazyload, #cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2.lazyloading { background-image: none; }
#cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#kMIhFRtgrlXkaJyBfBTJSzdfJILRukFr { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p9s08EoiiRBaC99wBp9dEpyzF3mI2koG { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#iBWNmLUDMxKa2aViipP5pQLqxX80Ch1o { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MZT4mvwfIHdC0tD5rNi6O63QmI0ZyIhW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#MbXHM73FHuiTa5gwtamUEehus9Mt7EBR { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa7697f8-61bb-49a5-a28c-c7bcfbd069df/CapturadeTela20220724as140157.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#MbXHM73FHuiTa5gwtamUEehus9Mt7EBR.adaptive-delivery-prevent-bg, #MbXHM73FHuiTa5gwtamUEehus9Mt7EBR.lazyload, #MbXHM73FHuiTa5gwtamUEehus9Mt7EBR.lazyloading { background-image: none; }
#MbXHM73FHuiTa5gwtamUEehus9Mt7EBR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#MbXHM73FHuiTa5gwtamUEehus9Mt7EBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#zakQdT86VlN4KMU2mngBVuEZJHy5JhgQ { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#typkx52wtxAgGhdktfgUf1wH9VT50inC { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/639a2bb0-9e85-4b24-8a8d-b0df6c8c12c5/CapturadeTela20250310as163033.png");background-position:center !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;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#typkx52wtxAgGhdktfgUf1wH9VT50inC.adaptive-delivery-prevent-bg, #typkx52wtxAgGhdktfgUf1wH9VT50inC.lazyload, #typkx52wtxAgGhdktfgUf1wH9VT50inC.lazyloading { background-image: none; }
#typkx52wtxAgGhdktfgUf1wH9VT50inC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#typkx52wtxAgGhdktfgUf1wH9VT50inC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#yzR94fXE80sdI4edGPwSWqbHlMoieg9A { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#DKInzKUTo1cBAlXKd8hEnDpzS6JSaIZL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lkOaDFP5llFMAsTT6hPT24LBza2Ek2RX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#mC0OTtGtpXeCgb5ky8Nlbw4OM7c3VpT6 { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ.adaptive-delivery-prevent-bg, #DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ.lazyload, #DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ.lazyloading { background-image: none; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container { background-color: transparent; background-image: none; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container > .video-iframe-container { display: none; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row > .video-iframe-container { display: none; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .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); }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container { border-width: 0; border-radius: 0; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#hLlw1y5GEObflzqAG4wizr3FGH42raro { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5343d36b-61b5-42de-a16a-97d2738de9c5/capturadetela20230614as1426436489f8c5befb1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#hLlw1y5GEObflzqAG4wizr3FGH42raro.adaptive-delivery-prevent-bg, #hLlw1y5GEObflzqAG4wizr3FGH42raro.lazyload, #hLlw1y5GEObflzqAG4wizr3FGH42raro.lazyloading { background-image: none; }
#hLlw1y5GEObflzqAG4wizr3FGH42raro::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#hLlw1y5GEObflzqAG4wizr3FGH42raro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#shmUNVkBgiNfJxyGHXEuoFzHhiTQdRv3 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#omTg5WJWGebZdTPTSdLZJTukHbZvtlGU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qeNeGh56tdwbIzhS3RuT1iPr5ikf0TqM { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#he4Zi048JVAf24LRgU2qedzJdMKcZcuA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#n36iXxn0atzU16NJfBWsvWkvuVx3AXr1 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#wqCsA8vzxrxuUmA7ZT2wnCToThbpgRf1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VARwu51oxbH9GzAERMQ4lNJNyq00wyaL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/067a0e7d-b0cc-4a98-8530-7cacc791e73c/capturadetela20240702as2054406684938fafd71.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt.adaptive-delivery-prevent-bg, #Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt.lazyload, #Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt.lazyloading { background-image: none; }
#Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#yxXDQuv4fIOX61d23LRm5qPhOS5Gv2FQ { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFP62HxykfQv9bEJkEJsT7if9ieLIZaU { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#c9rDp068Xd6O32BCAgM7xb17FZLRKg8X { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h5qRdG9KzU4IGQS6P33ZAEf2L0vzBgVX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93fad755-cbf2-4a60-99a9-1f22305bd5d1/capturadetela20240702as2054276684938f26221.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH.adaptive-delivery-prevent-bg, #uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH.lazyload, #uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH.lazyloading { background-image: none; }
#uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#IHfUrwCViyyVhPHUL5cn5UTRD3gs8yLI { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OBKEuqePr9M6vlcBR3rUgnCwhy3080s3 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85c551be-bb3f-4402-8a62-8da466abaed2/capturadetela20240702as2054336684938f26217.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#OBKEuqePr9M6vlcBR3rUgnCwhy3080s3.adaptive-delivery-prevent-bg, #OBKEuqePr9M6vlcBR3rUgnCwhy3080s3.lazyload, #OBKEuqePr9M6vlcBR3rUgnCwhy3080s3.lazyloading { background-image: none; }
#OBKEuqePr9M6vlcBR3rUgnCwhy3080s3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#OBKEuqePr9M6vlcBR3rUgnCwhy3080s3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#pxnAkIOPfK2CzRwSDA8Ubro8P88OESWT { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#WQyUySnFRx9W7gNeZxX9KTd9PsiksClm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IZ60WEt4Bc8XIqeaf9kf1W6yuBqR8GrD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#eTyz08ZDaZq6lbiCpCAa3hmnzB5Iy0EJ { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp.adaptive-delivery-prevent-bg, #sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp.lazyload, #sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp.lazyloading { background-image: none; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container { background-color: transparent; background-image: none; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container > .video-iframe-container { display: none; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row > .video-iframe-container { display: none; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .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); }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container { border-width: 0; border-radius: 0; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#lzb01Mo2lteEULorni1U74lyIBtNzr1X { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08ef01ad-5133-4649-b309-1600b977b124/CapturadeTela20220724as135957.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#lzb01Mo2lteEULorni1U74lyIBtNzr1X.adaptive-delivery-prevent-bg, #lzb01Mo2lteEULorni1U74lyIBtNzr1X.lazyload, #lzb01Mo2lteEULorni1U74lyIBtNzr1X.lazyloading { background-image: none; }
#lzb01Mo2lteEULorni1U74lyIBtNzr1X::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#lzb01Mo2lteEULorni1U74lyIBtNzr1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#sTOeR5sWTC9kQ1ah1eCWd0isuO82H7F4 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#VFkXy7OTbASCGD52hGxxJudPtmR8dNOP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DCdNtQcTHIBbrw6uLezgCzmVn696pK5C { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTmH5vf3UwUdubXFfPpm0UB4yohyX3l3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#q8uwta1gt0SFZXVi3qURNAerh0M3Rq0Z { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#T4F6AQCuBl48dT2KnhDNTZPb1XbDT4ai { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iDEP5LVQ8SBKFT5tXwETxHZ2wOAhJvtr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e7ea7be-f232-494b-8ce7-cdac92517447/CapturadeTela20220724as140111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o.adaptive-delivery-prevent-bg, #yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o.lazyload, #yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o.lazyloading { background-image: none; }
#yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#irWJT2tdzFNFdLLEA2hz5ucuEH0FEgxE { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDO7pU5tLNsksaiz4Wmwo6dX5u2Jllmn { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#L7rrExD0A3zhUyK22DvApEtikF5ciql1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ztyv8hRr9r14PW6oiEwIMhfJnyuVBQe8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e3686f1-086d-4bb9-877e-598dd65b5657/CapturadeTela20220724as135946.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE.adaptive-delivery-prevent-bg, #UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE.lazyload, #UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE.lazyloading { background-image: none; }
#UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#gW05XVJ85qE5anlN5HKlgqJJLmIRIPq3 { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e0fb02d-822c-4172-84e8-f998a73ce0dd/CapturadeTela20220724as140119.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2.adaptive-delivery-prevent-bg, #uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2.lazyload, #uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2.lazyloading { background-image: none; }
#uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#zEJZsnmQKXHyT48llQpGv60QMWHVQcOe { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#rZiJvVSkdfbJA0r0ga9VnTW3aOyvNp5n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SmxcnGKQEAO6tMdugbhx3tOJSeDs6IJO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#Zzck71f625izwPu7xg2ZNKqF8dEWwoHo { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1.adaptive-delivery-prevent-bg, #cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1.lazyload, #cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1.lazyloading { background-image: none; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container { background-color: transparent; background-image: none; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container > .video-iframe-container { display: none; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row > .video-iframe-container { display: none; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .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); }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container { border-width: 0; border-radius: 0; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#zdyeuvurPgpe2ZZE853dJyhXivpoC1ST { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6179f2d8-265d-4022-9a1f-11c8464d7f12/capturadetela20240702as210154668495420e814.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#zdyeuvurPgpe2ZZE853dJyhXivpoC1ST.adaptive-delivery-prevent-bg, #zdyeuvurPgpe2ZZE853dJyhXivpoC1ST.lazyload, #zdyeuvurPgpe2ZZE853dJyhXivpoC1ST.lazyloading { background-image: none; }
#zdyeuvurPgpe2ZZE853dJyhXivpoC1ST::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#zdyeuvurPgpe2ZZE853dJyhXivpoC1ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#lGdnmGbMgtO7FMi5ubOntUbHSaOJQepC { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#FFKsRi6aIZIKF9eLmKulrird2x3HeRfS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#G7pZrTKS3wOfAGWTli3gNNyNeH1FHvdT { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l3BaDQIydM2kwAWiULUG41xhpTfPSJG7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#LI0WaOxiTDm3NqsvdpheRotTwgTQrBbG { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#VokNqCTleRFPmnTpTzrn8rL0BQBV7ewZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MvsHl3IP42qgh1LBwtHhffJz2hWHtZ9T { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91c540c3-7939-4114-bc5f-b863b925ec5a/capturadetela20240702as21012466849541a341d.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV.adaptive-delivery-prevent-bg, #UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV.lazyload, #UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV.lazyloading { background-image: none; }
#UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#vqKDLkTnrCcrESb1lFq8T1WaX9GviW5T { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IX294umUwULgx69Q7dZmnFa7M8PF5weF { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#xbh40ylfVGpRKAK3c3hT8pXgmnp2KnBK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T2dTJyZCcUgNVTH5ytAlngpZXdmFuKnr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed039623-3419-497f-a5ac-c83d21d7450c/capturadetela20240702as2101596684954229ce8.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V.adaptive-delivery-prevent-bg, #aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V.lazyload, #aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V.lazyloading { background-image: none; }
#aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#Eeva5b5d1Wb01qO3W6wvhFBZCbka7eTS { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9002bef8-a365-4b2f-b097-54d455b1c86c/capturadetela20240702as2101056684954187008.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B.adaptive-delivery-prevent-bg, #KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B.lazyload, #KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B.lazyloading { background-image: none; }
#KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#HM2k6BDxEq3uHCP4ZbrJlpxiQ6Tpf7OJ { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#Ul2oAn0F1RHDHvfiW2ti4zrQii3IWWg5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dGzNwMcab8Co8PBPR3M7dQKCD4BFwGB0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#NKwoCWGwm8ee3WPWwFmqt6vLAtolgL9e { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ.adaptive-delivery-prevent-bg, #h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ.lazyload, #h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ.lazyloading { background-image: none; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container { background-color: transparent; background-image: none; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container > .video-iframe-container { display: none; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row > .video-iframe-container { display: none; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .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); }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container { border-width: 0; border-radius: 0; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/442a3daa-88f5-4b87-b899-ec3a40f920c4/CapturadeTela20220724as140059.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA.adaptive-delivery-prevent-bg, #fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA.lazyload, #fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA.lazyloading { background-image: none; }
#fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#lyyTrlglHQdGNRQVtEBPt3hVcFS9SfDy { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#uMqFbmKy3t7I9nTTJfWmhQ8SCX7IRSap { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UVzycn8RSS1SBy9ObTapdgUB7OVZQs3y { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8Bhh7JCG7USLe6spHMWQJzqEaliPlUS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#KK50l9V2GTF4O2VtZNWd7lGnbBnu5HO5 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#KccMTgRM5NExtPcUTz6Pt364va0nXHgB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eeuZsPc5ciMwTfc9X2WwRwCGrmvGkgkI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#p4aTEiU1ZVq6crA3vT6okHGqEauku4h8 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4de9ef82-9c75-439f-8d36-64d458809c34/CapturadeTela20220724as140054.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#p4aTEiU1ZVq6crA3vT6okHGqEauku4h8.adaptive-delivery-prevent-bg, #p4aTEiU1ZVq6crA3vT6okHGqEauku4h8.lazyload, #p4aTEiU1ZVq6crA3vT6okHGqEauku4h8.lazyloading { background-image: none; }
#p4aTEiU1ZVq6crA3vT6okHGqEauku4h8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#p4aTEiU1ZVq6crA3vT6okHGqEauku4h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#cQCHcahFimA1bPRwNCvtqLlOzHc0zmFF { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ha0UrWrN7LL25lM0VmOafkOVrKe5h5uJ { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#x0KnxAeO4FMVN0ucOzu7OmmRyzgGgzVg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#egLnopTtH6FyPMQnfmSDNu6beRSi2xFh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#o35G4HXaP3cyuEk94F2JpD78pTGLI3UI { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa7704b9-e623-4ba9-aa49-ea26e07255a6/CapturadeTela20220724as141209.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#o35G4HXaP3cyuEk94F2JpD78pTGLI3UI.adaptive-delivery-prevent-bg, #o35G4HXaP3cyuEk94F2JpD78pTGLI3UI.lazyload, #o35G4HXaP3cyuEk94F2JpD78pTGLI3UI.lazyloading { background-image: none; }
#o35G4HXaP3cyuEk94F2JpD78pTGLI3UI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#o35G4HXaP3cyuEk94F2JpD78pTGLI3UI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#O85OshIFXBSKaOlZqwEJ2JFvktu00CWA { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f225f24-3b2c-4445-802d-0205cc247e01/CapturadeTela20220724as140029.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f.adaptive-delivery-prevent-bg, #hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f.lazyload, #hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f.lazyloading { background-image: none; }
#hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#vqOEnRc50ptKIk1AfGh67LLtUMrv4G9W { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#lvDPNmb5OF6GenBSodyIDxUedW0VrcO3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iMxxp4iahQixLadOK4U4CUkJ2evfKGdS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#MNl6tg4Tu3DIGIPEWtHMtNWkIqsv2nJi { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT.adaptive-delivery-prevent-bg, #IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT.lazyload, #IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT.lazyloading { background-image: none; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container { background-color: transparent; background-image: none; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container > .video-iframe-container { display: none; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row > .video-iframe-container { display: none; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .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); }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container { border-width: 0; border-radius: 0; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/411180b6-7257-47d9-8533-cda72baf55fb/CapturadeTela20220724as140135.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL.adaptive-delivery-prevent-bg, #P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL.lazyload, #P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL.lazyloading { background-image: none; }
#P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#JQOBCK334GBywRZzlcb12EXT86ASQ7Ly { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#r7c5XS8kAx4ZL7FzuauNZP7y5Ht6txZB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E5bdLOEQHG0WcghMiomLfF5LwsdqVrH4 { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P61N1cZHwTmRsPEIfz5GMFiSCq3xV4gR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#QB7I4wLEGUqxHK5GHmqsfErKF4xNTEC3 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#hNIOMBaHnoUhagpnEDWwdIzzKLhFXciB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wWsmcxv0VtOOXOGoD6ikKbZwLkdzaT2h { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#DuP4HekAszbHZhEFttrmpptzZBddO2EF { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f54e884c-087a-40ce-b9ac-e75c0620c16f/CapturadeTela20220724as140014.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#DuP4HekAszbHZhEFttrmpptzZBddO2EF.adaptive-delivery-prevent-bg, #DuP4HekAszbHZhEFttrmpptzZBddO2EF.lazyload, #DuP4HekAszbHZhEFttrmpptzZBddO2EF.lazyloading { background-image: none; }
#DuP4HekAszbHZhEFttrmpptzZBddO2EF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#DuP4HekAszbHZhEFttrmpptzZBddO2EF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#ibTnMOQu0BQ5zXgu0GaFPFAGctpgEEbk { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6aEZA0xugAq4UwpPr5tGAfr6CXggCJJ { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#kIQdFXGs5JCRBVcTci9qdFIE4d1cnTV0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#viQJcrvZe86vSq8aHHcRUh2o1KImTpFy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3628e8f1-3670-42c0-a8d2-3a1322cebede/CapturadeTela20220724as140146.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv.adaptive-delivery-prevent-bg, #Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv.lazyload, #Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv.lazyloading { background-image: none; }
#Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#cvqDtOTapRvLLdBna1fhVrxlMoSFW98p { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/226dfb19-f7dc-4de7-91ea-8736e1378372/CapturadeTela20220724as140127.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC.adaptive-delivery-prevent-bg, #D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC.lazyload, #D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC.lazyloading { background-image: none; }
#D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#KTHZ58eSDHHxfwH1sc4g3rp7rGZJfU1O { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#emkWykmgnzSiKGcDvwI7XRyLPKNkSEJ4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sAiv632aBWRwUBSIbg1VnGKkhMf0bior { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#ostWNZlW0TBQPcNwCyndmpwiD3mse7QC { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45.adaptive-delivery-prevent-bg, #LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45.lazyload, #LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45.lazyloading { background-image: none; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container { background-color: transparent; background-image: none; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container > .video-iframe-container { display: none; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row > .video-iframe-container { display: none; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .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); }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container { border-width: 0; border-radius: 0; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a133648-71f7-479c-b910-f75bd01a94ca/CapturadeTela20220724as140222.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05.adaptive-delivery-prevent-bg, #ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05.lazyload, #ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05.lazyloading { background-image: none; }
#ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#bF3ovSNsH3itsVu5I67GmW08bDF4xFpX { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#LJWDTfx2NwHKuJJExyhDXnwdWPzTlIQQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uWWtVW9VCuknLHpd6iDOArn2l6mFdTrr { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GKqnZRQr03Oi5tUNAX44xZN3a3unThUW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#mXPaCT8lRoiLqNdIdm1d7nCH9PfAUhT1 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#HswdykRomtCFiHEefrnQIIdocQo62BNz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MUbgTBFSX8Pn7pRvJxEIk7ktNoHcTgnp { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#QO4NatzC4BFao3oc4yyhSsAUWorlN5I7 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fcbd27e-7971-46d5-abf4-962ae44611a1/CapturadeTela20220724as135951.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#QO4NatzC4BFao3oc4yyhSsAUWorlN5I7.adaptive-delivery-prevent-bg, #QO4NatzC4BFao3oc4yyhSsAUWorlN5I7.lazyload, #QO4NatzC4BFao3oc4yyhSsAUWorlN5I7.lazyloading { background-image: none; }
#QO4NatzC4BFao3oc4yyhSsAUWorlN5I7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#QO4NatzC4BFao3oc4yyhSsAUWorlN5I7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#l2NFXHryNJM3XTdkJqKglF19p60Ho3Qk { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJpZc7FAgTXi7zwKWDlSlTkXnRagT5Zr { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#usAtWrwOJeQKigv8wTLxuWOTa3qOKoa2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dhviKJDJpq1vdKbld8n9N4e2IZPmgCDN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad759a94-b6c6-42b1-a8af-544397bbbaaa/CapturadeTela20220724as135924.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy.adaptive-delivery-prevent-bg, #zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy.lazyload, #zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy.lazyloading { background-image: none; }
#zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#LT7QwIIJ1rwz206XwmZJefI9ru0JhcRB { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QLL27drTZu1hgBQcyJTPvo30ciGsX82I { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77007478-4ea2-4174-9e59-9798129b190c/CapturadeTela20220724as140048.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#QLL27drTZu1hgBQcyJTPvo30ciGsX82I.adaptive-delivery-prevent-bg, #QLL27drTZu1hgBQcyJTPvo30ciGsX82I.lazyload, #QLL27drTZu1hgBQcyJTPvo30ciGsX82I.lazyloading { background-image: none; }
#QLL27drTZu1hgBQcyJTPvo30ciGsX82I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#QLL27drTZu1hgBQcyJTPvo30ciGsX82I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#Tkvuz3GyNcNZeldeRihbhsoH0lKizdb2 { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#nXkUxFT6wfuMtSfQFxPRxpw0C6WqoCUg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CGWoCTHTgwEyaOrV5hFWkEQWAcVXxDaK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#mlqGGmhHiFNSXPxtZLsPonbiSKA8sBTs { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/405e26d2-b3eb-4368-a618-bd7936359bd9/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f.adaptive-delivery-prevent-bg, #WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f.lazyload, #WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f.lazyloading { background-image: none; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container { background-color: transparent; background-image: none; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container > .video-iframe-container { display: none; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row > .video-iframe-container { display: none; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .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); }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container { border-width: 0; border-radius: 0; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#BVViAR8KHck8DSyEpnroEWgo9QmLTPzH { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/16e8dfc5-ba60-4752-8b30-e2e9af4c1018/CapturadeTela20220724as140040.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:17.5px;display:block; }#BVViAR8KHck8DSyEpnroEWgo9QmLTPzH.adaptive-delivery-prevent-bg, #BVViAR8KHck8DSyEpnroEWgo9QmLTPzH.lazyload, #BVViAR8KHck8DSyEpnroEWgo9QmLTPzH.lazyloading { background-image: none; }
#BVViAR8KHck8DSyEpnroEWgo9QmLTPzH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#BVViAR8KHck8DSyEpnroEWgo9QmLTPzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#SagRen7Xp69REUNB97QR05t7k8AeQDuI { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:155px;left:196.5px;display:block; }
#speNLXlHgoRq3NstRbcGkbUz5HrXmqn3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QMT8lI9t1IeEtuHZQg69LNpn5sZ5hhqo { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:162.75px;left:20.5px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hCxJyxka6BREwEvpK4z1bSiBrcvNWIk9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:159px;left:245.5px; }
#w6c0mazT6K2Pls5gXpAIexgTg96I23vo { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:155px;left:502px;display:block; }
#h05MxAfbTI4KcVQ6RC8r7xk5uHgcgs67 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oSdlH5VvZVWkzeuJt1qliqvB88gZCeok { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:159px;left:551px; }
#uQMXgNikilk2cMxxJWHVAMviyot6LmSl { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ef7c89e-8e90-4faa-8b1e-7221539998c3/CapturadeTela20220724as140035.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:323px;display:block; }#uQMXgNikilk2cMxxJWHVAMviyot6LmSl.adaptive-delivery-prevent-bg, #uQMXgNikilk2cMxxJWHVAMviyot6LmSl.lazyload, #uQMXgNikilk2cMxxJWHVAMviyot6LmSl.lazyloading { background-image: none; }
#uQMXgNikilk2cMxxJWHVAMviyot6LmSl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#uQMXgNikilk2cMxxJWHVAMviyot6LmSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#F0gRIFgmrcoaC6rD9VySna1TScWOOTOf { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:163px;left:326px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTLyIUr4TnMAAbI8WAME3NfNdkkq4NRA { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:155px;left:1102px;display:block; }
#BcBwU8UbTeORHcG9iLEqkTqpusI5vEae { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mwTt8HLFk0nuoJdkIsxpQQFKSDZbV5Mf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:159px;left:1151px; }
#baGVOrg6EXz13TtluE577QASfea9r0wA { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1783dc4-5e3c-47c3-8b48-5db59b187a9c/CapturadeTela20220724as1416051.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:923px;display:block; }#baGVOrg6EXz13TtluE577QASfea9r0wA.adaptive-delivery-prevent-bg, #baGVOrg6EXz13TtluE577QASfea9r0wA.lazyload, #baGVOrg6EXz13TtluE577QASfea9r0wA.lazyloading { background-image: none; }
#baGVOrg6EXz13TtluE577QASfea9r0wA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#baGVOrg6EXz13TtluE577QASfea9r0wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#XmUMxVZRBRcGtI2m0CMJOEqb8I06hUBo { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:163px;left:926px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVscHMqoautzNhC5cMaXkDu2AA2FA20X { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f49ec1fa-2ba7-4e3e-929f-f90df2f22ba3/CapturadeTela20220724as140023.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 11px 17px rgba(0,0,0,0.2) ;height:145px;width:253px;top:0px;left:623px;display:block; }#vVscHMqoautzNhC5cMaXkDu2AA2FA20X.adaptive-delivery-prevent-bg, #vVscHMqoautzNhC5cMaXkDu2AA2FA20X.lazyload, #vVscHMqoautzNhC5cMaXkDu2AA2FA20X.lazyloading { background-image: none; }
#vVscHMqoautzNhC5cMaXkDu2AA2FA20X::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#vVscHMqoautzNhC5cMaXkDu2AA2FA20X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#u6KaJJAMhS5igW6cNRXqCZg8yvJitqQy { background-color:rgba(127,127,127,0.5);background-image:none;border-top:0;border-left:0;border-right:23px solid rgba(0,0,0,0);border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.7);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:11px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75px;height:28px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:155px;left:802px;display:block; }
#A1gbhoMu8Pvx9SDwEoyb26CHUlSX5ucH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wHAmdUWKZr8Kdbd1RvVUe9wR32xfsV6i { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:159px;left:851px; }
#u4NcTWTWnGr4CXnTdwJbSCaoluEQSAQc { color:#ffffff;display:block;width:141px;position:absolute;font-family:"red hat display";font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:163px;left:626px;height:15.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfDekJfuDVo0TomaihiNiH6SsWV6g706 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.39);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { background-color: transparent; background-image: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container > .video-iframe-container { display: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container { display: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .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); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { border-width: 0; border-radius: 0; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { font-size:14px;font-family:arial;height:307px;width:1200px;position:relative;display:block; }#WRr7cPiJKcQsRpT6DbwZKUomB5K5dS5O { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64px;width:212px;top:144px;left:0px;overflow:hidden;display:block; }
#zWR0HrQoMklzCd9L7Ubq3UNmrwTTMmgs { color:rgba(255,255,255,0.75);display:block;width:95px;position:absolute;font-family:"red hat text";font-size:18px;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:178px;left:494px;height:25.1953px;font-style:normal;display:block; }
#Ufcn2Q8MiiXGHvF827iDie989AQbPrqW { color:rgba(255,255,255,0.75);display:block;width:121px;position:absolute;font-family:"red hat text";font-size:18px;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:178px;left:626px;height:25.1953px;font-style:normal;display:block; }
#QOFR6muXqdv5yF2yKKv1wEmrmVtPJewX { box-sizing:content-box;color:#08eccb;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:174px;left:465px;display:block; }
#wNQB4d4KGInut9F06gXIBhRNlQKC8bXI { box-sizing:content-box;color:#08eccb;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:175px;left:597px;display:block; }
#dFRU6Fq9MLRMuk8cWMWF0LIg2F1Zc9dc { color:rgba(255,255,255,0.75);display:block;width:264px;position:absolute;font-family:"red hat text";font-size:13px;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:148px;left:936px;height:58.5px;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miJZR4zkTr402sFvb1UTsWczqgoORhKK { width:346px;height:107px;top:92px;left:192.640625px;display:block; }
 }@media only screen and (max-width: 763px) { #msLDLhP16P3HA0wvCtmxfVGqKuz8Qgkl { width:764px;height:109px;top:234px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw { display:block; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO9EPiatDuzpK5syvtMmFJh8AzHd6HE4 { width:764px;height:34px;top:87px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 { display:block; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pdvn6mNXkV3qKmJkKUaefKny3Ldx7Sfn { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #IN1kylkHMDixFMiL8w0kaXyBV1DhwOh5 { display:block; }
 }@media only screen and (max-width: 763px) { #xddwsTaZPqP0uXSpRJJhK6ddyOZcJBiG { width:141px;height:;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vpndUw2ealzLF1MpTPSofSGMhEHsKWmF { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #vVkDRVTcsIgfhF6vAM8mzOD2mTrVaoyr { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #z89ltcFcPv3Nev60rehM7luX06whErnP { display:block; }
 }@media only screen and (max-width: 763px) { #dBePqaaOINTMxSxRES25WOS1cvIHPBdt { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #Txzmikpnu4vpTsV88NBDlbgIE5THonD4 { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #TQWcFgS5hW11oLPPglILFfNpFgNzMkEK { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pVFsmHpFVxOBEtTTCA0fqRw8uhGeS88p { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #ylOgpE3kKWKk1M1FSq5ngNvQysstKLV4 { display:block; }
 }@media only screen and (max-width: 763px) { #AOQ4EJZC3Au1CcdAKQ81AK0wiNkczPMS { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #EgGcvxcnvv7M2MA89Cez6JrGBGAzI6Nn { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #UlSmAL76MIGuDwVnNl40TLsQlWAMNsOk { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #BLANynAw1mhJobi3JmTrxVzgzf6UBd6e { display:block; }
 }@media only screen and (max-width: 763px) { #NaevoM7JfWuo48PFXxLzb3T3oz5DeSWc { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #pwc3XhbZADL8V8iGXXylmi7FnRLJRmgO { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 { display:block; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #khISpvD8hp75GKfHX9WJ2M9uHigwm2b2 { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #y9pJmaxgA1mZ8Z4iKl5D9cQ2JZbqCfBx { display:block; }
 }@media only screen and (max-width: 763px) { #HFH50MvL30xJscaJd7ybGAlEnWeHprFt { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #swd9be9d1gRNRgrvvdZVz67Opo8VUmoS { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #hLrSNTeMmt9gKdOmdJtKyamwwJoGT2M4 { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #bOtsD3JU55dem7oyDUwt43FrwZTiTR7v { display:block; }
 }@media only screen and (max-width: 763px) { #XsWH3zEh9ED0KvGJbxPKusacyCdHuntu { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1 { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #M1o3TTKnoD0CGQMvJ1yUoTU9kpEX7RnP { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lM1s3g4lqTpmB1noocCIfctybx0LKv4C { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #vXBSTlUEDofg3JI3VBiyBOeWI2kHNz7u { display:block; }
 }@media only screen and (max-width: 763px) { #ZL8FFUq3ZoWCl9g1TiGlilQOrTvL3ood { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #wPJwpQv7QJNq5BWeNVM8AQdpPy0VEmK1 { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #ga8Z8AOxkkBHbuENS3A9J3TIBV1AbeaD { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #a7AeJStaz3Jg5LK4JcbyyuJaBKTODqdQ { display:block; }
 }@media only screen and (max-width: 763px) { #OCFdJTmyR7k8r11QOlAPDdoAzKkb78pT { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #J5iDr8o6rcseZPSOOFgXSUrdagEG64lQ { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #izeUAnygihgM3VfIcCwHy3myrAVtuCeh { display:block; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bUV8WJ9EWSMEgVR0ylqIfKA9zVBsgzaI { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #KFk0pS9FF0iEa52gLahvBOxTcep6wnlB { display:block; }
 }@media only screen and (max-width: 763px) { #ztdQi4a7qaLu3mkx4E2ZR4a7B83Cg8BW { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #W8KnRBLTSDSNvcLqWtAxm21s6RucklHw { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #hWCeiX31QhVtWKftmeczHiTLHW3OmdxH { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #XtUpSzcRqc2Od9BkPhws3fWEM8WNLowT { display:block; }
 }@media only screen and (max-width: 763px) { #KBhPbwo1mLwGJMi9kT0oVhUZWxmTzQgB { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #uetItxtHovlhRycmVxpQeDefgCNqgVa8 { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #TTgL7OsdB6GqunbhKgNQQqQWo3LBi3Wi { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0vSSIwlNsvx3PpgXiBTUtisx8DgJKVm { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #L5anHktn3wOCFHnMQBFcSKicS5WHDsKu { display:block; }
 }@media only screen and (max-width: 763px) { #oqthqN7TRBeGVRJrTx6IJU99eQ1QJ2cZ { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #F8W1RKaZzi7v7qXlRZziTkAezINSJSuz { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5 { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #GIQQPFg3TSSdq9SgNEh6tCUT8UIPJnGe { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #EOdaw0ledotRLT9OBNGTWZGHuwwh7Uwb { display:block; }
 }@media only screen and (max-width: 763px) { #G3lwQ0SvrTWBkoALFy3QcFFprKb5ss2s { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #qAOSbgiUdMk6d0vmRKgmIlvFTaRqIt3v { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rTUlaf4y2mXDAZv0SwCux12Qi0F34aki { display:block; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Apw4hkiCyEmGV5uiJ77pTuVsDXGXrTMu { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #SQHggwRPxZDRugUelL7Pf6mF2oJNEBTH { display:block; }
 }@media only screen and (max-width: 763px) { #DGH7lFTsdv3IinwsJem9Kl3oklFvuDRc { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BZBbdZVCnRlCpsOHWa4HLsquGKFXD3Wz { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #FOZ018ftEchBudktEIKxmleNDrNonwwH { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #qFBTNs4aaeK7rwwhrnUvDlAEOSxl2QMH { display:block; }
 }@media only screen and (max-width: 763px) { #IN92AfTu1z0RzgeqMU6mQHtyXyzH4fBZ { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #PAqQ18yq96CiNqP5BM2CA3R2h2TrS1TI { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DPT9dWS8W09RKrmC0OnHTgQWSo2zeMs8 { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #ro8aCaFgZpsC0eWTMJdTQswnooiwpdmv { display:block; }
 }@media only screen and (max-width: 763px) { #fLTSrCIoAACrKWm5woILKW3TfQTznWCn { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #roeUPET5GA1QlzIcg1KIFRvdC4VUkyOr { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TgTwWhK8ev702U0qrl3bNwwX7c2fUetB { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #EzwT6Tz5uRHqTrIwZNy0qfPnBlHv9R42 { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #BMrWfQlZdCc5zcB6OVxhLag6HlQXZIgK { display:block; }
 }@media only screen and (max-width: 763px) { #l9ld7AyAIdTrWoSZx9UxdayEMXSRyPmh { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #WN7JPpwxbfeIrsiCDE3plxxBuTyZNbiT { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EfygTpfxbBVpS86uuTH5JSHveTSXhI1z { display:block; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nXTcERaECd50tMKlE0w5nLfznFatkIIW { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #vJqQBsl2zXUhPc91c7yrXhydCqgNGhO0 { display:block; }
 }@media only screen and (max-width: 763px) { #EomMmIZ7TwKCed9wPruGKcu3wBuuL2Up { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #k6TbQng0v0zZLsw6dffN2eyGQ6nwc67i { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #UBFGxnZGXpq5WNahM8zLw6TAXJikiykZ { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #kAFeQIy5ArgggtU6NMf7wLgqtWtN6Jwl { display:block; }
 }@media only screen and (max-width: 763px) { #UQTpfWyhhaEpCJ65QzKFhbk0WKtUp5A4 { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5 { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #F515il0HNgRryi0m2lJmhzecVPyr9tUW { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #r4ohWSvcnxZX5eBxCFfNAafk1uTqNb6K { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #NeFLPNpVuTGhyIkD2399vxJHlzIg2lbT { display:block; }
 }@media only screen and (max-width: 763px) { #ffrCtEGHlsmtNm1NeIQVM4P11UWxTEBc { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #vTm2nXVP2MSiT3BBqWgayq6u4aUq0ktt { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #LrPNBXCers7mMe2S43xxIsMTBc3q49qF { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #J1dT21EmuLNEUsH1la12Xc6TbJpa4Ep5 { display:block; }
 }@media only screen and (max-width: 763px) { #TRBKQqclnvq4gi6aTlBIP378WEKzZ8E6 { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #IHgOTid509Hy2T8xm9uZtTu3TIP7JQ0e { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw { display:block; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QStBf4BIRVTIXcZtQpbvVHp5fPtq4sx6 { width:764px;height:34px;top:87px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT { display:block; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rIkSihnHRBkz9EQtkqpcffXg9KW6y1bW { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #TabiWQT9nsMDKlf1TzHA0r4MlFoCt4kf { display:block; }
 }@media only screen and (max-width: 763px) { #kVrInT9GIbUqKFT89iiaimVrpyCeNCth { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TwK3mnZPXOgt3batv8JwFyexV9ZbuMMJ { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #rFgLW8T0DEdBATB9ETrnirR4ihfD6Zq6 { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #StomDqF9L1ODF0urEd3qTwJdGmz7nG7F { display:block; }
 }@media only screen and (max-width: 763px) { #Xric5ntTXXcHse7MEQCk4bUE342Rh62K { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFt9R26QKkiifDDhVmyl4zsIu1M6rtQ6 { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lTKwOprOLzGdgy9CvuMkBXw3bfeJ7cN6 { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #c4WoEPSdacNyrBGJhxot8AflRu09cOtQ { display:block; }
 }@media only screen and (max-width: 763px) { #tKo3CaAPr0zguGcJZlaoSiBZS3fepTkm { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #GIFpi69WLkwatZf6psNLowREViMAbkFd { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #AEGQ5hgRWKcqUS3EKW3RtgJ1gAqeZxn9 { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #QmcDmn2U83bedwXCiGJRbk9uG0MhShKB { display:block; }
 }@media only screen and (max-width: 763px) { #H6Tip7M5wKNCaELoCZXdgXTTPWhDT46m { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #tIVTAgbf661X4LB8g3bpndN6un17N2Oy { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM { display:block; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3 { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tp17eMLBoML5NdcHIRrpXehEFzLpaXOZ { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #aQdl8aulTvbAUEMKoMhL8gOgSIWGvGpf { display:block; }
 }@media only screen and (max-width: 763px) { #ADAaswNTsoQzuPwGp8CiRLVUzMJ4qsyS { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hGNtLXP0XiV8ypTb8mldykxb9f2pFbUh { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #AWk6UcqND312W3n3uDphk46GsWvcJ96p { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #zKgGTaJeJeWMueIPe8Uvd9Ta5e1pTM3T { display:block; }
 }@media only screen and (max-width: 763px) { #o7xFVz8XfzuZarCA6ruhap2DT2P6dJis { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #TrT2AvFMvpZyTLKX2UU6iLesNGccwbra { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xsE94oxricWx7nQKpGZlframXBMiok85 { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #aHyFBs60EaCgd7DN9s3USwR1dqAD3OOg { display:block; }
 }@media only screen and (max-width: 763px) { #Xu1xVZh1qPAT1tU9ndoW7Q9KLXPtoJyu { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #Ic2dBAg1dGfRH86svnKgDRndQ2PCz1v2 { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #Bp8aWHXCB4CMHlJUZSPeHlISmgaQmyh3 { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #PTgoMTwwNorK0iQLXP0m3K9qTl4X9KOJ { display:block; }
 }@media only screen and (max-width: 763px) { #blTzE2TwUoewCQcIJmSUrRLdyGrrUnyq { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #BH13f8ekTkaNNSJxAyBRNRoWHXru85rE { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 { display:block; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dipwW377ccJTBVXxau0KVa9WqxbrISWn { width:764px;height:34px;top:87px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 { display:block; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IadPMoslTeireW6VWrTgiMLJDrQR5DlF { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #o4wSS8lh192CzmbDF48VpQ0SFfFRsbwH { display:block; }
 }@media only screen and (max-width: 763px) { #VvyZR77WkTQtuHLVsFWlrUhRKFs7k4MZ { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MhLlra4HBsIT1mRIoK1irLSKSAnRgenR { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #unugKmUfeGoQ7R5NlFGWx1c7kB7LuR9T { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0EkcuksGXbfd8X2BiHyCUooTJzu3N8 { display:block; }
 }@media only screen and (max-width: 763px) { #VwivKOe9mrCqMq8EZNNVHSpGH5qUVHUP { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2 { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #kMIhFRtgrlXkaJyBfBTJSzdfJILRukFr { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #p9s08EoiiRBaC99wBp9dEpyzF3mI2koG { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #iBWNmLUDMxKa2aViipP5pQLqxX80Ch1o { display:block; }
 }@media only screen and (max-width: 763px) { #MZT4mvwfIHdC0tD5rNi6O63QmI0ZyIhW { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #MbXHM73FHuiTa5gwtamUEehus9Mt7EBR { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #zakQdT86VlN4KMU2mngBVuEZJHy5JhgQ { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #typkx52wtxAgGhdktfgUf1wH9VT50inC { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #yzR94fXE80sdI4edGPwSWqbHlMoieg9A { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #DKInzKUTo1cBAlXKd8hEnDpzS6JSaIZL { display:block; }
 }@media only screen and (max-width: 763px) { #lkOaDFP5llFMAsTT6hPT24LBza2Ek2RX { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #mC0OTtGtpXeCgb5ky8Nlbw4OM7c3VpT6 { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ { display:block; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLlw1y5GEObflzqAG4wizr3FGH42raro { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #shmUNVkBgiNfJxyGHXEuoFzHhiTQdRv3 { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #omTg5WJWGebZdTPTSdLZJTukHbZvtlGU { display:block; }
 }@media only screen and (max-width: 763px) { #qeNeGh56tdwbIzhS3RuT1iPr5ikf0TqM { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #he4Zi048JVAf24LRgU2qedzJdMKcZcuA { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #n36iXxn0atzU16NJfBWsvWkvuVx3AXr1 { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #wqCsA8vzxrxuUmA7ZT2wnCToThbpgRf1 { display:block; }
 }@media only screen and (max-width: 763px) { #VARwu51oxbH9GzAERMQ4lNJNyq00wyaL { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #yxXDQuv4fIOX61d23LRm5qPhOS5Gv2FQ { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TFP62HxykfQv9bEJkEJsT7if9ieLIZaU { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #c9rDp068Xd6O32BCAgM7xb17FZLRKg8X { display:block; }
 }@media only screen and (max-width: 763px) { #h5qRdG9KzU4IGQS6P33ZAEf2L0vzBgVX { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #IHfUrwCViyyVhPHUL5cn5UTRD3gs8yLI { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OBKEuqePr9M6vlcBR3rUgnCwhy3080s3 { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #pxnAkIOPfK2CzRwSDA8Ubro8P88OESWT { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #WQyUySnFRx9W7gNeZxX9KTd9PsiksClm { display:block; }
 }@media only screen and (max-width: 763px) { #IZ60WEt4Bc8XIqeaf9kf1W6yuBqR8GrD { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #eTyz08ZDaZq6lbiCpCAa3hmnzB5Iy0EJ { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp { display:block; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzb01Mo2lteEULorni1U74lyIBtNzr1X { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sTOeR5sWTC9kQ1ah1eCWd0isuO82H7F4 { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #VFkXy7OTbASCGD52hGxxJudPtmR8dNOP { display:block; }
 }@media only screen and (max-width: 763px) { #DCdNtQcTHIBbrw6uLezgCzmVn696pK5C { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PTmH5vf3UwUdubXFfPpm0UB4yohyX3l3 { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #q8uwta1gt0SFZXVi3qURNAerh0M3Rq0Z { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #T4F6AQCuBl48dT2KnhDNTZPb1XbDT4ai { display:block; }
 }@media only screen and (max-width: 763px) { #iDEP5LVQ8SBKFT5tXwETxHZ2wOAhJvtr { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #irWJT2tdzFNFdLLEA2hz5ucuEH0FEgxE { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bDO7pU5tLNsksaiz4Wmwo6dX5u2Jllmn { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #L7rrExD0A3zhUyK22DvApEtikF5ciql1 { display:block; }
 }@media only screen and (max-width: 763px) { #ztyv8hRr9r14PW6oiEwIMhfJnyuVBQe8 { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #gW05XVJ85qE5anlN5HKlgqJJLmIRIPq3 { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2 { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #zEJZsnmQKXHyT48llQpGv60QMWHVQcOe { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #rZiJvVSkdfbJA0r0ga9VnTW3aOyvNp5n { display:block; }
 }@media only screen and (max-width: 763px) { #SmxcnGKQEAO6tMdugbhx3tOJSeDs6IJO { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #Zzck71f625izwPu7xg2ZNKqF8dEWwoHo { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 { display:block; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdyeuvurPgpe2ZZE853dJyhXivpoC1ST { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lGdnmGbMgtO7FMi5ubOntUbHSaOJQepC { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #FFKsRi6aIZIKF9eLmKulrird2x3HeRfS { display:block; }
 }@media only screen and (max-width: 763px) { #G7pZrTKS3wOfAGWTli3gNNyNeH1FHvdT { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #l3BaDQIydM2kwAWiULUG41xhpTfPSJG7 { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #LI0WaOxiTDm3NqsvdpheRotTwgTQrBbG { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #VokNqCTleRFPmnTpTzrn8rL0BQBV7ewZ { display:block; }
 }@media only screen and (max-width: 763px) { #MvsHl3IP42qgh1LBwtHhffJz2hWHtZ9T { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #vqKDLkTnrCcrESb1lFq8T1WaX9GviW5T { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IX294umUwULgx69Q7dZmnFa7M8PF5weF { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #xbh40ylfVGpRKAK3c3hT8pXgmnp2KnBK { display:block; }
 }@media only screen and (max-width: 763px) { #T2dTJyZCcUgNVTH5ytAlngpZXdmFuKnr { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #Eeva5b5d1Wb01qO3W6wvhFBZCbka7eTS { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #HM2k6BDxEq3uHCP4ZbrJlpxiQ6Tpf7OJ { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #Ul2oAn0F1RHDHvfiW2ti4zrQii3IWWg5 { display:block; }
 }@media only screen and (max-width: 763px) { #dGzNwMcab8Co8PBPR3M7dQKCD4BFwGB0 { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #NKwoCWGwm8ee3WPWwFmqt6vLAtolgL9e { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ { display:block; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lyyTrlglHQdGNRQVtEBPt3hVcFS9SfDy { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #uMqFbmKy3t7I9nTTJfWmhQ8SCX7IRSap { display:block; }
 }@media only screen and (max-width: 763px) { #UVzycn8RSS1SBy9ObTapdgUB7OVZQs3y { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #K8Bhh7JCG7USLe6spHMWQJzqEaliPlUS { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #KK50l9V2GTF4O2VtZNWd7lGnbBnu5HO5 { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #KccMTgRM5NExtPcUTz6Pt364va0nXHgB { display:block; }
 }@media only screen and (max-width: 763px) { #eeuZsPc5ciMwTfc9X2WwRwCGrmvGkgkI { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #p4aTEiU1ZVq6crA3vT6okHGqEauku4h8 { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #cQCHcahFimA1bPRwNCvtqLlOzHc0zmFF { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ha0UrWrN7LL25lM0VmOafkOVrKe5h5uJ { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #x0KnxAeO4FMVN0ucOzu7OmmRyzgGgzVg { display:block; }
 }@media only screen and (max-width: 763px) { #egLnopTtH6FyPMQnfmSDNu6beRSi2xFh { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #o35G4HXaP3cyuEk94F2JpD78pTGLI3UI { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #O85OshIFXBSKaOlZqwEJ2JFvktu00CWA { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #vqOEnRc50ptKIk1AfGh67LLtUMrv4G9W { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #lvDPNmb5OF6GenBSodyIDxUedW0VrcO3 { display:block; }
 }@media only screen and (max-width: 763px) { #iMxxp4iahQixLadOK4U4CUkJ2evfKGdS { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #MNl6tg4Tu3DIGIPEWtHMtNWkIqsv2nJi { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT { display:block; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JQOBCK334GBywRZzlcb12EXT86ASQ7Ly { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #r7c5XS8kAx4ZL7FzuauNZP7y5Ht6txZB { display:block; }
 }@media only screen and (max-width: 763px) { #E5bdLOEQHG0WcghMiomLfF5LwsdqVrH4 { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #P61N1cZHwTmRsPEIfz5GMFiSCq3xV4gR { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #QB7I4wLEGUqxHK5GHmqsfErKF4xNTEC3 { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #hNIOMBaHnoUhagpnEDWwdIzzKLhFXciB { display:block; }
 }@media only screen and (max-width: 763px) { #wWsmcxv0VtOOXOGoD6ikKbZwLkdzaT2h { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #DuP4HekAszbHZhEFttrmpptzZBddO2EF { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #ibTnMOQu0BQ5zXgu0GaFPFAGctpgEEbk { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #C6aEZA0xugAq4UwpPr5tGAfr6CXggCJJ { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #kIQdFXGs5JCRBVcTci9qdFIE4d1cnTV0 { display:block; }
 }@media only screen and (max-width: 763px) { #viQJcrvZe86vSq8aHHcRUh2o1KImTpFy { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #cvqDtOTapRvLLdBna1fhVrxlMoSFW98p { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #KTHZ58eSDHHxfwH1sc4g3rp7rGZJfU1O { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #emkWykmgnzSiKGcDvwI7XRyLPKNkSEJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #sAiv632aBWRwUBSIbg1VnGKkhMf0bior { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #ostWNZlW0TBQPcNwCyndmpwiD3mse7QC { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 { display:block; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05 { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bF3ovSNsH3itsVu5I67GmW08bDF4xFpX { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #LJWDTfx2NwHKuJJExyhDXnwdWPzTlIQQ { display:block; }
 }@media only screen and (max-width: 763px) { #uWWtVW9VCuknLHpd6iDOArn2l6mFdTrr { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GKqnZRQr03Oi5tUNAX44xZN3a3unThUW { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #mXPaCT8lRoiLqNdIdm1d7nCH9PfAUhT1 { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #HswdykRomtCFiHEefrnQIIdocQo62BNz { display:block; }
 }@media only screen and (max-width: 763px) { #MUbgTBFSX8Pn7pRvJxEIk7ktNoHcTgnp { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #QO4NatzC4BFao3oc4yyhSsAUWorlN5I7 { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #l2NFXHryNJM3XTdkJqKglF19p60Ho3Qk { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uJpZc7FAgTXi7zwKWDlSlTkXnRagT5Zr { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #usAtWrwOJeQKigv8wTLxuWOTa3qOKoa2 { display:block; }
 }@media only screen and (max-width: 763px) { #dhviKJDJpq1vdKbld8n9N4e2IZPmgCDN { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #LT7QwIIJ1rwz206XwmZJefI9ru0JhcRB { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QLL27drTZu1hgBQcyJTPvo30ciGsX82I { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #Tkvuz3GyNcNZeldeRihbhsoH0lKizdb2 { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #nXkUxFT6wfuMtSfQFxPRxpw0C6WqoCUg { display:block; }
 }@media only screen and (max-width: 763px) { #CGWoCTHTgwEyaOrV5hFWkEQWAcVXxDaK { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #mlqGGmhHiFNSXPxtZLsPonbiSKA8sBTs { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f { display:block; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVViAR8KHck8DSyEpnroEWgo9QmLTPzH { width:253px;height:145px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SagRen7Xp69REUNB97QR05t7k8AeQDuI { width:75px;height:28px;top:155px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #speNLXlHgoRq3NstRbcGkbUz5HrXmqn3 { display:block; }
 }@media only screen and (max-width: 763px) { #QMT8lI9t1IeEtuHZQg69LNpn5sZ5hhqo { width:141px;height:15px;top:162px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hCxJyxka6BREwEvpK4z1bSiBrcvNWIk9 { width:18px;height:18px;top:159px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #w6c0mazT6K2Pls5gXpAIexgTg96I23vo { width:75px;height:28px;top:155px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #h05MxAfbTI4KcVQ6RC8r7xk5uHgcgs67 { display:block; }
 }@media only screen and (max-width: 763px) { #oSdlH5VvZVWkzeuJt1qliqvB88gZCeok { width:18px;height:18px;top:159px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #uQMXgNikilk2cMxxJWHVAMviyot6LmSl { width:253px;height:145px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #F0gRIFgmrcoaC6rD9VySna1TScWOOTOf { width:141px;height:15px;top:163px;left:191px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HTLyIUr4TnMAAbI8WAME3NfNdkkq4NRA { width:75px;height:28px;top:155px;left:689px;display:block; }
 }@media only screen and (max-width: 763px) { #BcBwU8UbTeORHcG9iLEqkTqpusI5vEae { display:block; }
 }@media only screen and (max-width: 763px) { #mwTt8HLFk0nuoJdkIsxpQQFKSDZbV5Mf { width:18px;height:18px;top:159px;left:746px;display:block; }
 }@media only screen and (max-width: 763px) { #baGVOrg6EXz13TtluE577QASfea9r0wA { width:253px;height:145px;top:0px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #XmUMxVZRBRcGtI2m0CMJOEqb8I06hUBo { width:141px;height:15px;top:163px;left:573px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vVscHMqoautzNhC5cMaXkDu2AA2FA20X { width:253px;height:145px;top:0px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #u6KaJJAMhS5igW6cNRXqCZg8yvJitqQy { width:75px;height:28px;top:155px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #A1gbhoMu8Pvx9SDwEoyb26CHUlSX5ucH { display:block; }
 }@media only screen and (max-width: 763px) { #wHAmdUWKZr8Kdbd1RvVUe9wR32xfsV6i { width:18px;height:18px;top:159px;left:555px;display:block; }
 }@media only screen and (max-width: 763px) { #u4NcTWTWnGr4CXnTdwJbSCaoluEQSAQc { width:141px;height:15px;top:163px;left:382px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FfDekJfuDVo0TomaihiNiH6SsWV6g706 { display:block; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRr7cPiJKcQsRpT6DbwZKUomB5K5dS5O { width:212px;height:64px;top:144px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zWR0HrQoMklzCd9L7Ubq3UNmrwTTMmgs { width:95px;height:25px;top:178px;left:276px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Ufcn2Q8MiiXGHvF827iDie989AQbPrqW { width:121px;height:25px;top:178px;left:408px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QOFR6muXqdv5yF2yKKv1wEmrmVtPJewX { width:31px;height:31px;top:174px;left:247px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wNQB4d4KGInut9F06gXIBhRNlQKC8bXI { width:31px;height:31px;top:175px;left:379px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dFRU6Fq9MLRMuk8cWMWF0LIg2F1Zc9dc { width:264px;height:58px;top:148px;left:500px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { background-color:#000000;background-image:none;display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { background-color: transparent; background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .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); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:320px;height:216px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miJZR4zkTr402sFvb1UTsWczqgoORhKK { width:175px;height:53px;top:40px;left:72.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #msLDLhP16P3HA0wvCtmxfVGqKuz8Qgkl { width:281px;height:41.5938px;top:114px;left:19.5px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw { background-color:#000000;background-image:none;display:block; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container { background-color: transparent; background-image: none; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container > .video-iframe-container { display: none; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row > .video-iframe-container { display: none; }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .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); }#kSTmRtEtuA0ssXWSy588p6DMpLLT2Lfw > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO9EPiatDuzpK5syvtMmFJh8AzHd6HE4 { width:320px;height:27.5px;top:20px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;color:#1ae5be;display:block; }
 }@media only screen and (max-width: 763px) { #Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 { background-color:#000000;background-image:none;display:block; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container { background-color: transparent; background-image: none; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container > .video-iframe-container { display: none; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row > .video-iframe-container { display: none; }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .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); }#Vv8NFMOH0punlTXQh4TWCfJ2KZAdAG40 > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/377da961-e817-4f35-8c21-89ec69887a45/CapturadeTela20220723as183230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG.adaptive-delivery-prevent-bg, #NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG.lazyload, #NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG.lazyloading { background-image: none; }
#NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#NJXbEnlxCk2PneQI1B3m2XySQuxsKaSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #pdvn6mNXkV3qKmJkKUaefKny3Ldx7Sfn { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #IN1kylkHMDixFMiL8w0kaXyBV1DhwOh5 { display:block; }
 }@media only screen and (max-width: 763px) { #xddwsTaZPqP0uXSpRJJhK6ddyOZcJBiG { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #vpndUw2ealzLF1MpTPSofSGMhEHsKWmF { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #vVkDRVTcsIgfhF6vAM8mzOD2mTrVaoyr { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #z89ltcFcPv3Nev60rehM7luX06whErnP { display:block; }
 }@media only screen and (max-width: 763px) { #dBePqaaOINTMxSxRES25WOS1cvIHPBdt { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #Txzmikpnu4vpTsV88NBDlbgIE5THonD4 { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32ab7471-37b6-4cb3-8905-d8b3ba1c2b89/CapturadeTela20220723as183237.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Txzmikpnu4vpTsV88NBDlbgIE5THonD4.adaptive-delivery-prevent-bg, #Txzmikpnu4vpTsV88NBDlbgIE5THonD4.lazyload, #Txzmikpnu4vpTsV88NBDlbgIE5THonD4.lazyloading { background-image: none; }
#Txzmikpnu4vpTsV88NBDlbgIE5THonD4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#Txzmikpnu4vpTsV88NBDlbgIE5THonD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #TQWcFgS5hW11oLPPglILFfNpFgNzMkEK { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #pVFsmHpFVxOBEtTTCA0fqRw8uhGeS88p { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #ylOgpE3kKWKk1M1FSq5ngNvQysstKLV4 { display:block; }
 }@media only screen and (max-width: 763px) { #AOQ4EJZC3Au1CcdAKQ81AK0wiNkczPMS { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95fd39ac-fc98-4b79-b083-79abc0d69f54/CapturadeTela20220723as184023.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo.adaptive-delivery-prevent-bg, #LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo.lazyload, #LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo.lazyloading { background-image: none; }
#LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#LhynH7qX10Xd6XR1fE3NlDQrU4vsIfIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #EgGcvxcnvv7M2MA89Cez6JrGBGAzI6Nn { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65f55004-37e5-43d4-8ede-35d88e664012/CapturadeTela20220723as183244.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH.adaptive-delivery-prevent-bg, #yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH.lazyload, #yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH.lazyloading { background-image: none; }
#yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#yuOmSfHe0TfF2f3Tp9Vg7wLAOTZ24EmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #UlSmAL76MIGuDwVnNl40TLsQlWAMNsOk { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #BLANynAw1mhJobi3JmTrxVzgzf6UBd6e { display:block; }
 }@media only screen and (max-width: 763px) { #NaevoM7JfWuo48PFXxLzb3T3oz5DeSWc { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #pwc3XhbZADL8V8iGXXylmi7FnRLJRmgO { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 { background-color:#000000;background-image:none;display:block; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container { background-color: transparent; background-image: none; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container > .video-iframe-container { display: none; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row > .video-iframe-container { display: none; }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .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); }#Mfgdm6pNWJm06Cbn0l5rWDCO64kuFhh6 > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/679f9085-d6f4-423f-9776-02ebd58ef128/capturadetela20230614as1426366489f8c5b13d2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU.adaptive-delivery-prevent-bg, #Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU.lazyload, #Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU.lazyloading { background-image: none; }
#Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#Uh4TD4GaBS5c5s83H5p0M2p0IvmQSNVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #khISpvD8hp75GKfHX9WJ2M9uHigwm2b2 { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #y9pJmaxgA1mZ8Z4iKl5D9cQ2JZbqCfBx { display:block; }
 }@media only screen and (max-width: 763px) { #HFH50MvL30xJscaJd7ybGAlEnWeHprFt { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #swd9be9d1gRNRgrvvdZVz67Opo8VUmoS { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #hLrSNTeMmt9gKdOmdJtKyamwwJoGT2M4 { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #bOtsD3JU55dem7oyDUwt43FrwZTiTR7v { display:block; }
 }@media only screen and (max-width: 763px) { #XsWH3zEh9ED0KvGJbxPKusacyCdHuntu { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1 { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db195879-1da4-42dd-8ef0-dee8050020de/capturadetela20230614as1426286489f8c4e90ca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1.adaptive-delivery-prevent-bg, #GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1.lazyload, #GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1.lazyloading { background-image: none; }
#GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#GkT1RwCkEdO7iyMDTWA03N0tdbVvPiU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #M1o3TTKnoD0CGQMvJ1yUoTU9kpEX7RnP { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #lM1s3g4lqTpmB1noocCIfctybx0LKv4C { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #vXBSTlUEDofg3JI3VBiyBOeWI2kHNz7u { display:block; }
 }@media only screen and (max-width: 763px) { #ZL8FFUq3ZoWCl9g1TiGlilQOrTvL3ood { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57599003-0564-4e20-976d-4518f5aa018c/capturadetela20230614as1427226489f8c7560b9.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni.adaptive-delivery-prevent-bg, #qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni.lazyload, #qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni.lazyloading { background-image: none; }
#qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#qJA8QWSqJ9NwOMFth2xeuct2TmEx3Mni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #wPJwpQv7QJNq5BWeNVM8AQdpPy0VEmK1 { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87c0002e-43a0-4d9f-8660-3bbb99eef148/capturadetela20230614as1426566489f8c686b34.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi.adaptive-delivery-prevent-bg, #mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi.lazyload, #mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi.lazyloading { background-image: none; }
#mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#mLaIhX8P8Ez2ON000X2KbaDXHzeLVsAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #ga8Z8AOxkkBHbuENS3A9J3TIBV1AbeaD { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #a7AeJStaz3Jg5LK4JcbyyuJaBKTODqdQ { display:block; }
 }@media only screen and (max-width: 763px) { #OCFdJTmyR7k8r11QOlAPDdoAzKkb78pT { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #J5iDr8o6rcseZPSOOFgXSUrdagEG64lQ { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #izeUAnygihgM3VfIcCwHy3myrAVtuCeh { background-color:#000000;background-image:none;display:block; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container { background-color: transparent; background-image: none; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container > .video-iframe-container { display: none; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row > .video-iframe-container { display: none; }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .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); }#izeUAnygihgM3VfIcCwHy3myrAVtuCeh > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0754d54-fd76-42f5-9ebc-49737e626d6d/CapturadeTela20220723as183251.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu.adaptive-delivery-prevent-bg, #uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu.lazyload, #uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu.lazyloading { background-image: none; }
#uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#uuNEAqqCzBVT2n6DGMSmCUsdNxS7XIOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #bUV8WJ9EWSMEgVR0ylqIfKA9zVBsgzaI { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #KFk0pS9FF0iEa52gLahvBOxTcep6wnlB { display:block; }
 }@media only screen and (max-width: 763px) { #ztdQi4a7qaLu3mkx4E2ZR4a7B83Cg8BW { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #W8KnRBLTSDSNvcLqWtAxm21s6RucklHw { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #hWCeiX31QhVtWKftmeczHiTLHW3OmdxH { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #XtUpSzcRqc2Od9BkPhws3fWEM8WNLowT { display:block; }
 }@media only screen and (max-width: 763px) { #KBhPbwo1mLwGJMi9kT0oVhUZWxmTzQgB { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #uetItxtHovlhRycmVxpQeDefgCNqgVa8 { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/884a536c-2a06-4949-b885-f5ad962e28e0/CapturadeTela20220723as183256.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uetItxtHovlhRycmVxpQeDefgCNqgVa8.adaptive-delivery-prevent-bg, #uetItxtHovlhRycmVxpQeDefgCNqgVa8.lazyload, #uetItxtHovlhRycmVxpQeDefgCNqgVa8.lazyloading { background-image: none; }
#uetItxtHovlhRycmVxpQeDefgCNqgVa8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#uetItxtHovlhRycmVxpQeDefgCNqgVa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #TTgL7OsdB6GqunbhKgNQQqQWo3LBi3Wi { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #Z0vSSIwlNsvx3PpgXiBTUtisx8DgJKVm { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #L5anHktn3wOCFHnMQBFcSKicS5WHDsKu { display:block; }
 }@media only screen and (max-width: 763px) { #oqthqN7TRBeGVRJrTx6IJU99eQ1QJ2cZ { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bc3ea93-84e1-442e-ae83-8e0835cadc3e/capturadetela20240702as20365916684905e1955e.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL.adaptive-delivery-prevent-bg, #Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL.lazyload, #Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL.lazyloading { background-image: none; }
#Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#Z6Nefh32Zhrk76cq5qx8TvH8e759sVVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #F8W1RKaZzi7v7qXlRZziTkAezINSJSuz { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5 { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cffad5c0-b1a8-4c68-9788-0ce6fa89ce85/CapturadeTela20220723as183302.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5.adaptive-delivery-prevent-bg, #GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5.lazyload, #GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5.lazyloading { background-image: none; }
#GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#GZCOdGyWlLnqSDmk14GZPTwWrSl8SEn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #GIQQPFg3TSSdq9SgNEh6tCUT8UIPJnGe { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #EOdaw0ledotRLT9OBNGTWZGHuwwh7Uwb { display:block; }
 }@media only screen and (max-width: 763px) { #G3lwQ0SvrTWBkoALFy3QcFFprKb5ss2s { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #qAOSbgiUdMk6d0vmRKgmIlvFTaRqIt3v { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #rTUlaf4y2mXDAZv0SwCux12Qi0F34aki { background-color:#000000;background-image:none;display:block; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container { background-color: transparent; background-image: none; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container > .video-iframe-container { display: none; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row > .video-iframe-container { display: none; }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .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); }#rTUlaf4y2mXDAZv0SwCux12Qi0F34aki > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7806d74-66e9-409f-a27b-0eb0265259fc/CapturadeTela20220723as183314.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG.adaptive-delivery-prevent-bg, #Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG.lazyload, #Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG.lazyloading { background-image: none; }
#Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#Qfdwgg93532IVWSOWmMn7ozdJbNUPUaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #Apw4hkiCyEmGV5uiJ77pTuVsDXGXrTMu { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #SQHggwRPxZDRugUelL7Pf6mF2oJNEBTH { display:block; }
 }@media only screen and (max-width: 763px) { #DGH7lFTsdv3IinwsJem9Kl3oklFvuDRc { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #BZBbdZVCnRlCpsOHWa4HLsquGKFXD3Wz { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #FOZ018ftEchBudktEIKxmleNDrNonwwH { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #qFBTNs4aaeK7rwwhrnUvDlAEOSxl2QMH { display:block; }
 }@media only screen and (max-width: 763px) { #IN92AfTu1z0RzgeqMU6mQHtyXyzH4fBZ { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df78460a-ca41-43ad-b02e-d3038d346fe0/CapturadeTela20220723as183326.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE.adaptive-delivery-prevent-bg, #EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE.lazyload, #EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE.lazyloading { background-image: none; }
#EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#EDAnRqR0qZcZU4SeuCnhENuDKvsyrJGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #PAqQ18yq96CiNqP5BM2CA3R2h2TrS1TI { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #DPT9dWS8W09RKrmC0OnHTgQWSo2zeMs8 { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #ro8aCaFgZpsC0eWTMJdTQswnooiwpdmv { display:block; }
 }@media only screen and (max-width: 763px) { #fLTSrCIoAACrKWm5woILKW3TfQTznWCn { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69534783-9bc4-4fe4-b22b-4bbbc305d78a/CapturadeTela20220723as183340.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd.adaptive-delivery-prevent-bg, #ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd.lazyload, #ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd.lazyloading { background-image: none; }
#ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#ikqITXiHS9zyp4cozR1MIrlkmHEMTxmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #roeUPET5GA1QlzIcg1KIFRvdC4VUkyOr { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #TgTwWhK8ev702U0qrl3bNwwX7c2fUetB { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9b61ec3-ec6e-4074-9d31-d14a746dd67b/CapturadeTela20220723as183332.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TgTwWhK8ev702U0qrl3bNwwX7c2fUetB.adaptive-delivery-prevent-bg, #TgTwWhK8ev702U0qrl3bNwwX7c2fUetB.lazyload, #TgTwWhK8ev702U0qrl3bNwwX7c2fUetB.lazyloading { background-image: none; }
#TgTwWhK8ev702U0qrl3bNwwX7c2fUetB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#TgTwWhK8ev702U0qrl3bNwwX7c2fUetB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #EzwT6Tz5uRHqTrIwZNy0qfPnBlHv9R42 { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #BMrWfQlZdCc5zcB6OVxhLag6HlQXZIgK { display:block; }
 }@media only screen and (max-width: 763px) { #l9ld7AyAIdTrWoSZx9UxdayEMXSRyPmh { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #WN7JPpwxbfeIrsiCDE3plxxBuTyZNbiT { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #EfygTpfxbBVpS86uuTH5JSHveTSXhI1z { background-color:#000000;background-image:none;display:block; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container { background-color: transparent; background-image: none; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container > .video-iframe-container { display: none; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row > .video-iframe-container { display: none; }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .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); }#EfygTpfxbBVpS86uuTH5JSHveTSXhI1z > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a946d13e-61f1-4841-bf1c-a85442edfe3f/capturadetela20240702as2044546684913b49c63.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG.adaptive-delivery-prevent-bg, #pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG.lazyload, #pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG.lazyloading { background-image: none; }
#pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#pBc0SSi3Vs9wkuhJpTChn0rV0XCDmRQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #nXTcERaECd50tMKlE0w5nLfznFatkIIW { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #vJqQBsl2zXUhPc91c7yrXhydCqgNGhO0 { display:block; }
 }@media only screen and (max-width: 763px) { #EomMmIZ7TwKCed9wPruGKcu3wBuuL2Up { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #k6TbQng0v0zZLsw6dffN2eyGQ6nwc67i { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #UBFGxnZGXpq5WNahM8zLw6TAXJikiykZ { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #kAFeQIy5ArgggtU6NMf7wLgqtWtN6Jwl { display:block; }
 }@media only screen and (max-width: 763px) { #UQTpfWyhhaEpCJ65QzKFhbk0WKtUp5A4 { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5 { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a6eb263-9fb0-4057-b57e-59092cde9acc/CapturadeTela20220723as183405.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5.adaptive-delivery-prevent-bg, #qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5.lazyload, #qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5.lazyloading { background-image: none; }
#qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#qSCh4BuxNTsqTcse3lRlXTxbTw2PC9K5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #F515il0HNgRryi0m2lJmhzecVPyr9tUW { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #r4ohWSvcnxZX5eBxCFfNAafk1uTqNb6K { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #NeFLPNpVuTGhyIkD2399vxJHlzIg2lbT { display:block; }
 }@media only screen and (max-width: 763px) { #ffrCtEGHlsmtNm1NeIQVM4P11UWxTEBc { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01ec108a-1e8c-438a-b857-9c66c784e6a3/capturadetela20240702as2044406684913b4ab46.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR.adaptive-delivery-prevent-bg, #cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR.lazyload, #cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR.lazyloading { background-image: none; }
#cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#cGaz2G7NM9MBRkuxXgtkJsiTs6xEomOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #vTm2nXVP2MSiT3BBqWgayq6u4aUq0ktt { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65dd1513-8dfe-41f0-a6ac-f89fa493e3f3/CapturadeTela20220723as183411.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs.adaptive-delivery-prevent-bg, #lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs.lazyload, #lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs.lazyloading { background-image: none; }
#lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#lzUQTWk9vFykHK7ZymmMyr8o4UJZ6GJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #LrPNBXCers7mMe2S43xxIsMTBc3q49qF { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #J1dT21EmuLNEUsH1la12Xc6TbJpa4Ep5 { display:block; }
 }@media only screen and (max-width: 763px) { #TRBKQqclnvq4gi6aTlBIP378WEKzZ8E6 { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #IHgOTid509Hy2T8xm9uZtTu3TIP7JQ0e { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw { background-color:#000000;background-image:none;display:block; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container { background-color: transparent; background-image: none; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container > .video-iframe-container { display: none; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row > .video-iframe-container { display: none; }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .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); }#UWL9XLky2e1G7iI8bcHSdC91zoyx0cFw > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QStBf4BIRVTIXcZtQpbvVHp5fPtq4sx6 { width:320px;height:27.5px;top:40px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;color:#1ae5be;display:block; }
 }@media only screen and (max-width: 763px) { #qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT { background-color:#000000;background-image:none;display:block; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container { background-color: transparent; background-image: none; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container > .video-iframe-container { display: none; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row > .video-iframe-container { display: none; }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .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); }#qgrXhuAMPI8hIaVdVbrJJz3Hz9LQtguT > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ae6ddd4-28d8-4049-b8ee-97679cb123a4/CapturadeTela20220724as132911.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb.adaptive-delivery-prevent-bg, #orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb.lazyload, #orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb.lazyloading { background-image: none; }
#orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#orSI9A4DxwT0cmEyA8HpdJuVSKN5pQbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #rIkSihnHRBkz9EQtkqpcffXg9KW6y1bW { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #TabiWQT9nsMDKlf1TzHA0r4MlFoCt4kf { display:block; }
 }@media only screen and (max-width: 763px) { #kVrInT9GIbUqKFT89iiaimVrpyCeNCth { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #TwK3mnZPXOgt3batv8JwFyexV9ZbuMMJ { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #rFgLW8T0DEdBATB9ETrnirR4ihfD6Zq6 { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #StomDqF9L1ODF0urEd3qTwJdGmz7nG7F { display:block; }
 }@media only screen and (max-width: 763px) { #Xric5ntTXXcHse7MEQCk4bUE342Rh62K { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d1ccee3-1f59-490c-97ab-4b87f469b183/CapturadeTela20220724as1332531.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z.adaptive-delivery-prevent-bg, #TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z.lazyload, #TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z.lazyloading { background-image: none; }
#TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#TXSDSNsBdV4IzI4wCyUSJM8Qe76e0t6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #ZFt9R26QKkiifDDhVmyl4zsIu1M6rtQ6 { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #lTKwOprOLzGdgy9CvuMkBXw3bfeJ7cN6 { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #c4WoEPSdacNyrBGJhxot8AflRu09cOtQ { display:block; }
 }@media only screen and (max-width: 763px) { #tKo3CaAPr0zguGcJZlaoSiBZS3fepTkm { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bd62ca6-2cff-4c3f-a72f-b9ab8caca275/CapturadeTela20220724as132938.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW.adaptive-delivery-prevent-bg, #xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW.lazyload, #xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW.lazyloading { background-image: none; }
#xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#xW0lG4wocaGwO9M6Z7KvzxTW2Tq084lW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #GIFpi69WLkwatZf6psNLowREViMAbkFd { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7199363b-2d4e-43d1-93bf-e50a903a1c53/CapturadeTela20220724as132918.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D.adaptive-delivery-prevent-bg, #L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D.lazyload, #L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D.lazyloading { background-image: none; }
#L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#L6Q9F37HsWwP4MkINWv6CzdvsWQxk02D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #AEGQ5hgRWKcqUS3EKW3RtgJ1gAqeZxn9 { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #QmcDmn2U83bedwXCiGJRbk9uG0MhShKB { display:block; }
 }@media only screen and (max-width: 763px) { #H6Tip7M5wKNCaELoCZXdgXTTPWhDT46m { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #tIVTAgbf661X4LB8g3bpndN6un17N2Oy { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM { background-color:#000000;background-image:none;display:block; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container { background-color: transparent; background-image: none; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container > .video-iframe-container { display: none; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row > .video-iframe-container { display: none; }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .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); }#h2qtilQh6nwrAU2CAyITZZP5nQLcMCPM > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3 { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5767ce93-f646-40b9-81be-a11b25b8647d/CapturadeTela20220724as132956.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3.adaptive-delivery-prevent-bg, #crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3.lazyload, #crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3.lazyloading { background-image: none; }
#crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#crg28lLu3Vv4K2oGbPorPBdaGoFFriQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #Tp17eMLBoML5NdcHIRrpXehEFzLpaXOZ { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #aQdl8aulTvbAUEMKoMhL8gOgSIWGvGpf { display:block; }
 }@media only screen and (max-width: 763px) { #ADAaswNTsoQzuPwGp8CiRLVUzMJ4qsyS { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #hGNtLXP0XiV8ypTb8mldykxb9f2pFbUh { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #AWk6UcqND312W3n3uDphk46GsWvcJ96p { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #zKgGTaJeJeWMueIPe8Uvd9Ta5e1pTM3T { display:block; }
 }@media only screen and (max-width: 763px) { #o7xFVz8XfzuZarCA6ruhap2DT2P6dJis { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/053a8cfe-ff7e-49a1-ad94-88d7357f2414/CapturadeTela20220724as132951.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V.adaptive-delivery-prevent-bg, #UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V.lazyload, #UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V.lazyloading { background-image: none; }
#UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#UZ8TOtChGyd4ZMEvBXkva4AAv83c9f5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #TrT2AvFMvpZyTLKX2UU6iLesNGccwbra { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #xsE94oxricWx7nQKpGZlframXBMiok85 { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #aHyFBs60EaCgd7DN9s3USwR1dqAD3OOg { display:block; }
 }@media only screen and (max-width: 763px) { #Xu1xVZh1qPAT1tU9ndoW7Q9KLXPtoJyu { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49c8758f-3cd4-4eee-b7bb-261a3db63628/CapturadeTela20220724as132924.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx.adaptive-delivery-prevent-bg, #A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx.lazyload, #A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx.lazyloading { background-image: none; }
#A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#A3C5v99csR35ZV0llWp5ZWBKzdbG3wEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #Ic2dBAg1dGfRH86svnKgDRndQ2PCz1v2 { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a41581a-0dc6-4133-bf43-dc5365cb61de/CapturadeTela20220724as132945.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ.adaptive-delivery-prevent-bg, #EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ.lazyload, #EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ.lazyloading { background-image: none; }
#EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#EOZNLmszkhsgsdZ0HlC91ubfKVPB4EIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #Bp8aWHXCB4CMHlJUZSPeHlISmgaQmyh3 { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #PTgoMTwwNorK0iQLXP0m3K9qTl4X9KOJ { display:block; }
 }@media only screen and (max-width: 763px) { #blTzE2TwUoewCQcIJmSUrRLdyGrrUnyq { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #BH13f8ekTkaNNSJxAyBRNRoWHXru85rE { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 { background-color:#000000;background-image:none;display:block; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container { background-color: transparent; background-image: none; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container > .video-iframe-container { display: none; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row > .video-iframe-container { display: none; }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .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); }#TyDNSZ9gTNTTa1zszb0R3eT8tU5Jk1u5 > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dipwW377ccJTBVXxau0KVa9WqxbrISWn { width:320px;height:27.5px;top:51.25px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;color:#1ae5be;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 { background-color:#000000;background-image:none;display:block; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container { background-color: transparent; background-image: none; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container > .video-iframe-container { display: none; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row > .video-iframe-container { display: none; }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .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); }#ZhLXHKuTmAMcz22BfKPiZRObM6Cv2Li3 > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea40a331-e49f-454e-83b4-91ea5a283c36/CapturadeTela20220724as140140.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL.adaptive-delivery-prevent-bg, #WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL.lazyload, #WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL.lazyloading { background-image: none; }
#WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#WuQtTyJFzpU3VpKq6luXWWTue5AGOMzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #IadPMoslTeireW6VWrTgiMLJDrQR5DlF { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #o4wSS8lh192CzmbDF48VpQ0SFfFRsbwH { display:block; }
 }@media only screen and (max-width: 763px) { #VvyZR77WkTQtuHLVsFWlrUhRKFs7k4MZ { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #MhLlra4HBsIT1mRIoK1irLSKSAnRgenR { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #unugKmUfeGoQ7R5NlFGWx1c7kB7LuR9T { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #Xo0EkcuksGXbfd8X2BiHyCUooTJzu3N8 { display:block; }
 }@media only screen and (max-width: 763px) { #VwivKOe9mrCqMq8EZNNVHSpGH5qUVHUP { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2 { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b87d70f9-33a2-48a3-8a12-ee460acad849/capturadetela20240702as205139668492b4c897e.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2.adaptive-delivery-prevent-bg, #cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2.lazyload, #cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2.lazyloading { background-image: none; }
#cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#cv6e5S1i2FF2uypDvFqAmi7MAovD2qC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #kMIhFRtgrlXkaJyBfBTJSzdfJILRukFr { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #p9s08EoiiRBaC99wBp9dEpyzF3mI2koG { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #iBWNmLUDMxKa2aViipP5pQLqxX80Ch1o { display:block; }
 }@media only screen and (max-width: 763px) { #MZT4mvwfIHdC0tD5rNi6O63QmI0ZyIhW { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #MbXHM73FHuiTa5gwtamUEehus9Mt7EBR { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa7697f8-61bb-49a5-a28c-c7bcfbd069df/CapturadeTela20220724as140157.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MbXHM73FHuiTa5gwtamUEehus9Mt7EBR.adaptive-delivery-prevent-bg, #MbXHM73FHuiTa5gwtamUEehus9Mt7EBR.lazyload, #MbXHM73FHuiTa5gwtamUEehus9Mt7EBR.lazyloading { background-image: none; }
#MbXHM73FHuiTa5gwtamUEehus9Mt7EBR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#MbXHM73FHuiTa5gwtamUEehus9Mt7EBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #zakQdT86VlN4KMU2mngBVuEZJHy5JhgQ { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #typkx52wtxAgGhdktfgUf1wH9VT50inC { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbe10a5-1158-4186-874f-b0ed5f13417b/capturadetela20240702as205130668492b4ae67a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#typkx52wtxAgGhdktfgUf1wH9VT50inC.adaptive-delivery-prevent-bg, #typkx52wtxAgGhdktfgUf1wH9VT50inC.lazyload, #typkx52wtxAgGhdktfgUf1wH9VT50inC.lazyloading { background-image: none; }
#typkx52wtxAgGhdktfgUf1wH9VT50inC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#typkx52wtxAgGhdktfgUf1wH9VT50inC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #yzR94fXE80sdI4edGPwSWqbHlMoieg9A { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #DKInzKUTo1cBAlXKd8hEnDpzS6JSaIZL { display:block; }
 }@media only screen and (max-width: 763px) { #lkOaDFP5llFMAsTT6hPT24LBza2Ek2RX { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #mC0OTtGtpXeCgb5ky8Nlbw4OM7c3VpT6 { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ { background-color:#000000;background-image:none;display:block; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container { background-color: transparent; background-image: none; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container > .video-iframe-container { display: none; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row > .video-iframe-container { display: none; }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .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); }#DAH2ys6KTnglUzQCaxToNRVJkBL6aamZ > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLlw1y5GEObflzqAG4wizr3FGH42raro { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5343d36b-61b5-42de-a16a-97d2738de9c5/capturadetela20230614as1426436489f8c5befb1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hLlw1y5GEObflzqAG4wizr3FGH42raro.adaptive-delivery-prevent-bg, #hLlw1y5GEObflzqAG4wizr3FGH42raro.lazyload, #hLlw1y5GEObflzqAG4wizr3FGH42raro.lazyloading { background-image: none; }
#hLlw1y5GEObflzqAG4wizr3FGH42raro::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#hLlw1y5GEObflzqAG4wizr3FGH42raro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #shmUNVkBgiNfJxyGHXEuoFzHhiTQdRv3 { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #omTg5WJWGebZdTPTSdLZJTukHbZvtlGU { display:block; }
 }@media only screen and (max-width: 763px) { #qeNeGh56tdwbIzhS3RuT1iPr5ikf0TqM { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #he4Zi048JVAf24LRgU2qedzJdMKcZcuA { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #n36iXxn0atzU16NJfBWsvWkvuVx3AXr1 { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #wqCsA8vzxrxuUmA7ZT2wnCToThbpgRf1 { display:block; }
 }@media only screen and (max-width: 763px) { #VARwu51oxbH9GzAERMQ4lNJNyq00wyaL { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/067a0e7d-b0cc-4a98-8530-7cacc791e73c/capturadetela20240702as2054406684938fafd71.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt.adaptive-delivery-prevent-bg, #Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt.lazyload, #Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt.lazyloading { background-image: none; }
#Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#Kw5Ztg60LMzF3u6qEWQGTTTewIkzUrWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #yxXDQuv4fIOX61d23LRm5qPhOS5Gv2FQ { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #TFP62HxykfQv9bEJkEJsT7if9ieLIZaU { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #c9rDp068Xd6O32BCAgM7xb17FZLRKg8X { display:block; }
 }@media only screen and (max-width: 763px) { #h5qRdG9KzU4IGQS6P33ZAEf2L0vzBgVX { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93fad755-cbf2-4a60-99a9-1f22305bd5d1/capturadetela20240702as2054276684938f26221.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH.adaptive-delivery-prevent-bg, #uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH.lazyload, #uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH.lazyloading { background-image: none; }
#uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#uwOu6r6OPTJ7ncueHA0MIuo5oKhblPKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #IHfUrwCViyyVhPHUL5cn5UTRD3gs8yLI { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #OBKEuqePr9M6vlcBR3rUgnCwhy3080s3 { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85c551be-bb3f-4402-8a62-8da466abaed2/capturadetela20240702as2054336684938f26217.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OBKEuqePr9M6vlcBR3rUgnCwhy3080s3.adaptive-delivery-prevent-bg, #OBKEuqePr9M6vlcBR3rUgnCwhy3080s3.lazyload, #OBKEuqePr9M6vlcBR3rUgnCwhy3080s3.lazyloading { background-image: none; }
#OBKEuqePr9M6vlcBR3rUgnCwhy3080s3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#OBKEuqePr9M6vlcBR3rUgnCwhy3080s3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #pxnAkIOPfK2CzRwSDA8Ubro8P88OESWT { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #WQyUySnFRx9W7gNeZxX9KTd9PsiksClm { display:block; }
 }@media only screen and (max-width: 763px) { #IZ60WEt4Bc8XIqeaf9kf1W6yuBqR8GrD { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #eTyz08ZDaZq6lbiCpCAa3hmnzB5Iy0EJ { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp { background-color:#000000;background-image:none;display:block; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container { background-color: transparent; background-image: none; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container > .video-iframe-container { display: none; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row > .video-iframe-container { display: none; }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .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); }#sZx5PFoRnUAPk9QaMTReKGTnMVBQOevp > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzb01Mo2lteEULorni1U74lyIBtNzr1X { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08ef01ad-5133-4649-b309-1600b977b124/CapturadeTela20220724as135957.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lzb01Mo2lteEULorni1U74lyIBtNzr1X.adaptive-delivery-prevent-bg, #lzb01Mo2lteEULorni1U74lyIBtNzr1X.lazyload, #lzb01Mo2lteEULorni1U74lyIBtNzr1X.lazyloading { background-image: none; }
#lzb01Mo2lteEULorni1U74lyIBtNzr1X::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#lzb01Mo2lteEULorni1U74lyIBtNzr1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #sTOeR5sWTC9kQ1ah1eCWd0isuO82H7F4 { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #VFkXy7OTbASCGD52hGxxJudPtmR8dNOP { display:block; }
 }@media only screen and (max-width: 763px) { #DCdNtQcTHIBbrw6uLezgCzmVn696pK5C { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #PTmH5vf3UwUdubXFfPpm0UB4yohyX3l3 { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #q8uwta1gt0SFZXVi3qURNAerh0M3Rq0Z { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #T4F6AQCuBl48dT2KnhDNTZPb1XbDT4ai { display:block; }
 }@media only screen and (max-width: 763px) { #iDEP5LVQ8SBKFT5tXwETxHZ2wOAhJvtr { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e7ea7be-f232-494b-8ce7-cdac92517447/CapturadeTela20220724as140111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o.adaptive-delivery-prevent-bg, #yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o.lazyload, #yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o.lazyloading { background-image: none; }
#yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#yN5wBf4nbWxHviLrb27WQw5xzdpQUE7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #irWJT2tdzFNFdLLEA2hz5ucuEH0FEgxE { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #bDO7pU5tLNsksaiz4Wmwo6dX5u2Jllmn { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #L7rrExD0A3zhUyK22DvApEtikF5ciql1 { display:block; }
 }@media only screen and (max-width: 763px) { #ztyv8hRr9r14PW6oiEwIMhfJnyuVBQe8 { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e3686f1-086d-4bb9-877e-598dd65b5657/CapturadeTela20220724as135946.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE.adaptive-delivery-prevent-bg, #UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE.lazyload, #UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE.lazyloading { background-image: none; }
#UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#UTFSxKLeFPFKWyeCFayJM7rWVXw5qPIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #gW05XVJ85qE5anlN5HKlgqJJLmIRIPq3 { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2 { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e0fb02d-822c-4172-84e8-f998a73ce0dd/CapturadeTela20220724as140119.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2.adaptive-delivery-prevent-bg, #uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2.lazyload, #uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2.lazyloading { background-image: none; }
#uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#uLsFZoPrFd1DAlGsQU0hV2ktQSPJp3v2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #zEJZsnmQKXHyT48llQpGv60QMWHVQcOe { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #rZiJvVSkdfbJA0r0ga9VnTW3aOyvNp5n { display:block; }
 }@media only screen and (max-width: 763px) { #SmxcnGKQEAO6tMdugbhx3tOJSeDs6IJO { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #Zzck71f625izwPu7xg2ZNKqF8dEWwoHo { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 { background-color:#000000;background-image:none;display:block; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container { background-color: transparent; background-image: none; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container > .video-iframe-container { display: none; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row > .video-iframe-container { display: none; }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .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); }#cN3LMz9h4MC7BEOkAskxvA0CwSmbTzX1 > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdyeuvurPgpe2ZZE853dJyhXivpoC1ST { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6179f2d8-265d-4022-9a1f-11c8464d7f12/capturadetela20240702as210154668495420e814.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zdyeuvurPgpe2ZZE853dJyhXivpoC1ST.adaptive-delivery-prevent-bg, #zdyeuvurPgpe2ZZE853dJyhXivpoC1ST.lazyload, #zdyeuvurPgpe2ZZE853dJyhXivpoC1ST.lazyloading { background-image: none; }
#zdyeuvurPgpe2ZZE853dJyhXivpoC1ST::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#zdyeuvurPgpe2ZZE853dJyhXivpoC1ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #lGdnmGbMgtO7FMi5ubOntUbHSaOJQepC { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #FFKsRi6aIZIKF9eLmKulrird2x3HeRfS { display:block; }
 }@media only screen and (max-width: 763px) { #G7pZrTKS3wOfAGWTli3gNNyNeH1FHvdT { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #l3BaDQIydM2kwAWiULUG41xhpTfPSJG7 { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #LI0WaOxiTDm3NqsvdpheRotTwgTQrBbG { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #VokNqCTleRFPmnTpTzrn8rL0BQBV7ewZ { display:block; }
 }@media only screen and (max-width: 763px) { #MvsHl3IP42qgh1LBwtHhffJz2hWHtZ9T { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91c540c3-7939-4114-bc5f-b863b925ec5a/capturadetela20240702as21012466849541a341d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV.adaptive-delivery-prevent-bg, #UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV.lazyload, #UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV.lazyloading { background-image: none; }
#UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#UMdrOp1dLgmxAKJJMp5o9ZfzltGvuLoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #vqKDLkTnrCcrESb1lFq8T1WaX9GviW5T { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #IX294umUwULgx69Q7dZmnFa7M8PF5weF { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #xbh40ylfVGpRKAK3c3hT8pXgmnp2KnBK { display:block; }
 }@media only screen and (max-width: 763px) { #T2dTJyZCcUgNVTH5ytAlngpZXdmFuKnr { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed039623-3419-497f-a5ac-c83d21d7450c/capturadetela20240702as2101596684954229ce8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V.adaptive-delivery-prevent-bg, #aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V.lazyload, #aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V.lazyloading { background-image: none; }
#aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#aKWWcDhvhXT7HoFHau4lsoVurSvQ4D9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #Eeva5b5d1Wb01qO3W6wvhFBZCbka7eTS { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9002bef8-a365-4b2f-b097-54d455b1c86c/capturadetela20240702as2101056684954187008.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B.adaptive-delivery-prevent-bg, #KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B.lazyload, #KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B.lazyloading { background-image: none; }
#KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#KRbsG5QnAc9oRZT0798qZIcQQhHXnf7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #HM2k6BDxEq3uHCP4ZbrJlpxiQ6Tpf7OJ { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #Ul2oAn0F1RHDHvfiW2ti4zrQii3IWWg5 { display:block; }
 }@media only screen and (max-width: 763px) { #dGzNwMcab8Co8PBPR3M7dQKCD4BFwGB0 { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #NKwoCWGwm8ee3WPWwFmqt6vLAtolgL9e { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ { background-color:#000000;background-image:none;display:block; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container { background-color: transparent; background-image: none; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container > .video-iframe-container { display: none; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row > .video-iframe-container { display: none; }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .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); }#h5nubq2XDX3GNdnpNiB3frm3Eol7fMLZ > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/442a3daa-88f5-4b87-b899-ec3a40f920c4/CapturadeTela20220724as140059.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA.adaptive-delivery-prevent-bg, #fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA.lazyload, #fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA.lazyloading { background-image: none; }
#fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#fzBmTbIxQfEOaTtx57F4c0bZTH9ZH7uA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #lyyTrlglHQdGNRQVtEBPt3hVcFS9SfDy { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #uMqFbmKy3t7I9nTTJfWmhQ8SCX7IRSap { display:block; }
 }@media only screen and (max-width: 763px) { #UVzycn8RSS1SBy9ObTapdgUB7OVZQs3y { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #K8Bhh7JCG7USLe6spHMWQJzqEaliPlUS { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #KK50l9V2GTF4O2VtZNWd7lGnbBnu5HO5 { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #KccMTgRM5NExtPcUTz6Pt364va0nXHgB { display:block; }
 }@media only screen and (max-width: 763px) { #eeuZsPc5ciMwTfc9X2WwRwCGrmvGkgkI { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #p4aTEiU1ZVq6crA3vT6okHGqEauku4h8 { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4de9ef82-9c75-439f-8d36-64d458809c34/CapturadeTela20220724as140054.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#p4aTEiU1ZVq6crA3vT6okHGqEauku4h8.adaptive-delivery-prevent-bg, #p4aTEiU1ZVq6crA3vT6okHGqEauku4h8.lazyload, #p4aTEiU1ZVq6crA3vT6okHGqEauku4h8.lazyloading { background-image: none; }
#p4aTEiU1ZVq6crA3vT6okHGqEauku4h8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#p4aTEiU1ZVq6crA3vT6okHGqEauku4h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #cQCHcahFimA1bPRwNCvtqLlOzHc0zmFF { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #ha0UrWrN7LL25lM0VmOafkOVrKe5h5uJ { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #x0KnxAeO4FMVN0ucOzu7OmmRyzgGgzVg { display:block; }
 }@media only screen and (max-width: 763px) { #egLnopTtH6FyPMQnfmSDNu6beRSi2xFh { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #o35G4HXaP3cyuEk94F2JpD78pTGLI3UI { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa7704b9-e623-4ba9-aa49-ea26e07255a6/CapturadeTela20220724as141209.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o35G4HXaP3cyuEk94F2JpD78pTGLI3UI.adaptive-delivery-prevent-bg, #o35G4HXaP3cyuEk94F2JpD78pTGLI3UI.lazyload, #o35G4HXaP3cyuEk94F2JpD78pTGLI3UI.lazyloading { background-image: none; }
#o35G4HXaP3cyuEk94F2JpD78pTGLI3UI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#o35G4HXaP3cyuEk94F2JpD78pTGLI3UI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #O85OshIFXBSKaOlZqwEJ2JFvktu00CWA { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f225f24-3b2c-4445-802d-0205cc247e01/CapturadeTela20220724as140029.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f.adaptive-delivery-prevent-bg, #hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f.lazyload, #hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f.lazyloading { background-image: none; }
#hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#hgNMgvKDheMi2guqQ4tEeG53uKGo1x1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #vqOEnRc50ptKIk1AfGh67LLtUMrv4G9W { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #lvDPNmb5OF6GenBSodyIDxUedW0VrcO3 { display:block; }
 }@media only screen and (max-width: 763px) { #iMxxp4iahQixLadOK4U4CUkJ2evfKGdS { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #MNl6tg4Tu3DIGIPEWtHMtNWkIqsv2nJi { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT { background-color:#000000;background-image:none;display:block; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container { background-color: transparent; background-image: none; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container > .video-iframe-container { display: none; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row > .video-iframe-container { display: none; }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .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); }#IrNUdPh4Cynn3mURn4qKErMkrSyBoSrT > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/411180b6-7257-47d9-8533-cda72baf55fb/CapturadeTela20220724as140135.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL.adaptive-delivery-prevent-bg, #P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL.lazyload, #P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL.lazyloading { background-image: none; }
#P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#P6basfb4qm5T3DNOSWgPcS9RxSbiwWIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #JQOBCK334GBywRZzlcb12EXT86ASQ7Ly { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #r7c5XS8kAx4ZL7FzuauNZP7y5Ht6txZB { display:block; }
 }@media only screen and (max-width: 763px) { #E5bdLOEQHG0WcghMiomLfF5LwsdqVrH4 { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #P61N1cZHwTmRsPEIfz5GMFiSCq3xV4gR { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #QB7I4wLEGUqxHK5GHmqsfErKF4xNTEC3 { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #hNIOMBaHnoUhagpnEDWwdIzzKLhFXciB { display:block; }
 }@media only screen and (max-width: 763px) { #wWsmcxv0VtOOXOGoD6ikKbZwLkdzaT2h { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #DuP4HekAszbHZhEFttrmpptzZBddO2EF { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f54e884c-087a-40ce-b9ac-e75c0620c16f/CapturadeTela20220724as140014.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DuP4HekAszbHZhEFttrmpptzZBddO2EF.adaptive-delivery-prevent-bg, #DuP4HekAszbHZhEFttrmpptzZBddO2EF.lazyload, #DuP4HekAszbHZhEFttrmpptzZBddO2EF.lazyloading { background-image: none; }
#DuP4HekAszbHZhEFttrmpptzZBddO2EF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#DuP4HekAszbHZhEFttrmpptzZBddO2EF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #ibTnMOQu0BQ5zXgu0GaFPFAGctpgEEbk { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #C6aEZA0xugAq4UwpPr5tGAfr6CXggCJJ { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #kIQdFXGs5JCRBVcTci9qdFIE4d1cnTV0 { display:block; }
 }@media only screen and (max-width: 763px) { #viQJcrvZe86vSq8aHHcRUh2o1KImTpFy { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3628e8f1-3670-42c0-a8d2-3a1322cebede/CapturadeTela20220724as140146.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv.adaptive-delivery-prevent-bg, #Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv.lazyload, #Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv.lazyloading { background-image: none; }
#Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#Q0R6mrSyEFlkky51LKrNvOGnlCIb3NOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #cvqDtOTapRvLLdBna1fhVrxlMoSFW98p { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/226dfb19-f7dc-4de7-91ea-8736e1378372/CapturadeTela20220724as140127.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC.adaptive-delivery-prevent-bg, #D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC.lazyload, #D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC.lazyloading { background-image: none; }
#D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#D7aa68Q4nApRC5fUpgCwD5Ci9nIdzDIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #KTHZ58eSDHHxfwH1sc4g3rp7rGZJfU1O { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #emkWykmgnzSiKGcDvwI7XRyLPKNkSEJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #sAiv632aBWRwUBSIbg1VnGKkhMf0bior { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #ostWNZlW0TBQPcNwCyndmpwiD3mse7QC { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 { background-color:#000000;background-image:none;display:block; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container { background-color: transparent; background-image: none; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container > .video-iframe-container { display: none; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row > .video-iframe-container { display: none; }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .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); }#LNmNCTXM1eyv1GQtUydvA59Kn7PZnX45 > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05 { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a133648-71f7-479c-b910-f75bd01a94ca/CapturadeTela20220724as140222.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05.adaptive-delivery-prevent-bg, #ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05.lazyload, #ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05.lazyloading { background-image: none; }
#ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#ODqNFEDzdnA84Oi9ycKDmBIP0uTT9s05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #bF3ovSNsH3itsVu5I67GmW08bDF4xFpX { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #LJWDTfx2NwHKuJJExyhDXnwdWPzTlIQQ { display:block; }
 }@media only screen and (max-width: 763px) { #uWWtVW9VCuknLHpd6iDOArn2l6mFdTrr { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #GKqnZRQr03Oi5tUNAX44xZN3a3unThUW { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #mXPaCT8lRoiLqNdIdm1d7nCH9PfAUhT1 { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #HswdykRomtCFiHEefrnQIIdocQo62BNz { display:block; }
 }@media only screen and (max-width: 763px) { #MUbgTBFSX8Pn7pRvJxEIk7ktNoHcTgnp { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #QO4NatzC4BFao3oc4yyhSsAUWorlN5I7 { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fcbd27e-7971-46d5-abf4-962ae44611a1/CapturadeTela20220724as135951.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QO4NatzC4BFao3oc4yyhSsAUWorlN5I7.adaptive-delivery-prevent-bg, #QO4NatzC4BFao3oc4yyhSsAUWorlN5I7.lazyload, #QO4NatzC4BFao3oc4yyhSsAUWorlN5I7.lazyloading { background-image: none; }
#QO4NatzC4BFao3oc4yyhSsAUWorlN5I7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#QO4NatzC4BFao3oc4yyhSsAUWorlN5I7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #l2NFXHryNJM3XTdkJqKglF19p60Ho3Qk { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #uJpZc7FAgTXi7zwKWDlSlTkXnRagT5Zr { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #usAtWrwOJeQKigv8wTLxuWOTa3qOKoa2 { display:block; }
 }@media only screen and (max-width: 763px) { #dhviKJDJpq1vdKbld8n9N4e2IZPmgCDN { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad759a94-b6c6-42b1-a8af-544397bbbaaa/CapturadeTela20220724as135924.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy.adaptive-delivery-prevent-bg, #zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy.lazyload, #zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy.lazyloading { background-image: none; }
#zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#zWkh3Ee25imfo5mTqzAnFQrccAGxHqwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #LT7QwIIJ1rwz206XwmZJefI9ru0JhcRB { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #QLL27drTZu1hgBQcyJTPvo30ciGsX82I { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77007478-4ea2-4174-9e59-9798129b190c/CapturadeTela20220724as140048.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QLL27drTZu1hgBQcyJTPvo30ciGsX82I.adaptive-delivery-prevent-bg, #QLL27drTZu1hgBQcyJTPvo30ciGsX82I.lazyload, #QLL27drTZu1hgBQcyJTPvo30ciGsX82I.lazyloading { background-image: none; }
#QLL27drTZu1hgBQcyJTPvo30ciGsX82I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#QLL27drTZu1hgBQcyJTPvo30ciGsX82I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #Tkvuz3GyNcNZeldeRihbhsoH0lKizdb2 { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #nXkUxFT6wfuMtSfQFxPRxpw0C6WqoCUg { display:block; }
 }@media only screen and (max-width: 763px) { #CGWoCTHTgwEyaOrV5hFWkEQWAcVXxDaK { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #mlqGGmhHiFNSXPxtZLsPonbiSKA8sBTs { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f { background-color:#000000;background-image:none;display:block; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container { background-color: transparent; background-image: none; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container > .video-iframe-container { display: none; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row > .video-iframe-container { display: none; }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .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); }#WTh7F9Zag6Fr6dxl6FESzR8K5nPOPf6f > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVViAR8KHck8DSyEpnroEWgo9QmLTPzH { width:150px;height:80px;top:0px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/16e8dfc5-ba60-4752-8b30-e2e9af4c1018/CapturadeTela20220724as140040.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BVViAR8KHck8DSyEpnroEWgo9QmLTPzH.adaptive-delivery-prevent-bg, #BVViAR8KHck8DSyEpnroEWgo9QmLTPzH.lazyload, #BVViAR8KHck8DSyEpnroEWgo9QmLTPzH.lazyloading { background-image: none; }
#BVViAR8KHck8DSyEpnroEWgo9QmLTPzH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#BVViAR8KHck8DSyEpnroEWgo9QmLTPzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #SagRen7Xp69REUNB97QR05t7k8AeQDuI { width:80px;height:25px;top:46px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #speNLXlHgoRq3NstRbcGkbUz5HrXmqn3 { display:block; }
 }@media only screen and (max-width: 763px) { #QMT8lI9t1IeEtuHZQg69LNpn5sZ5hhqo { width:141px;height:13.1875px;top:85px;left:4.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #hCxJyxka6BREwEvpK4z1bSiBrcvNWIk9 { width:18px;height:18px;top:98.140625px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #w6c0mazT6K2Pls5gXpAIexgTg96I23vo { width:80px;height:25px;top:46px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #h05MxAfbTI4KcVQ6RC8r7xk5uHgcgs67 { display:block; }
 }@media only screen and (max-width: 763px) { #oSdlH5VvZVWkzeuJt1qliqvB88gZCeok { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #uQMXgNikilk2cMxxJWHVAMviyot6LmSl { width:150px;height:80px;top:0px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ef7c89e-8e90-4faa-8b1e-7221539998c3/CapturadeTela20220724as140035.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uQMXgNikilk2cMxxJWHVAMviyot6LmSl.adaptive-delivery-prevent-bg, #uQMXgNikilk2cMxxJWHVAMviyot6LmSl.lazyload, #uQMXgNikilk2cMxxJWHVAMviyot6LmSl.lazyloading { background-image: none; }
#uQMXgNikilk2cMxxJWHVAMviyot6LmSl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#uQMXgNikilk2cMxxJWHVAMviyot6LmSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #F0gRIFgmrcoaC6rD9VySna1TScWOOTOf { width:141px;height:13.1875px;top:85px;left:174.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #HTLyIUr4TnMAAbI8WAME3NfNdkkq4NRA { width:80px;height:25px;top:176px;left:205px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #BcBwU8UbTeORHcG9iLEqkTqpusI5vEae { display:block; }
 }@media only screen and (max-width: 763px) { #mwTt8HLFk0nuoJdkIsxpQQFKSDZbV5Mf { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #baGVOrg6EXz13TtluE577QASfea9r0wA { width:150px;height:80px;top:131px;left:170px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1783dc4-5e3c-47c3-8b48-5db59b187a9c/CapturadeTela20220724as1416051.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#baGVOrg6EXz13TtluE577QASfea9r0wA.adaptive-delivery-prevent-bg, #baGVOrg6EXz13TtluE577QASfea9r0wA.lazyload, #baGVOrg6EXz13TtluE577QASfea9r0wA.lazyloading { background-image: none; }
#baGVOrg6EXz13TtluE577QASfea9r0wA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#baGVOrg6EXz13TtluE577QASfea9r0wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #XmUMxVZRBRcGtI2m0CMJOEqb8I06hUBo { width:141px;height:13.1875px;top:216px;left:175px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #vVscHMqoautzNhC5cMaXkDu2AA2FA20X { width:150px;height:80px;top:131px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f49ec1fa-2ba7-4e3e-929f-f90df2f22ba3/CapturadeTela20220724as140023.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vVscHMqoautzNhC5cMaXkDu2AA2FA20X.adaptive-delivery-prevent-bg, #vVscHMqoautzNhC5cMaXkDu2AA2FA20X.lazyload, #vVscHMqoautzNhC5cMaXkDu2AA2FA20X.lazyloading { background-image: none; }
#vVscHMqoautzNhC5cMaXkDu2AA2FA20X::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#vVscHMqoautzNhC5cMaXkDu2AA2FA20X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #u6KaJJAMhS5igW6cNRXqCZg8yvJitqQy { width:80px;height:25px;top:176px;left:35px;font-size:11px;background-color:rgba(127,127,127,0.5);background-image:none;border-top:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #A1gbhoMu8Pvx9SDwEoyb26CHUlSX5ucH { display:block; }
 }@media only screen and (max-width: 763px) { #wHAmdUWKZr8Kdbd1RvVUe9wR32xfsV6i { width:18px;height:18px;top:159px;left:151px;display:none; }
 }@media only screen and (max-width: 763px) { #u4NcTWTWnGr4CXnTdwJbSCaoluEQSAQc { width:141px;height:13.1875px;top:216px;left:5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #FfDekJfuDVo0TomaihiNiH6SsWV6g706 { background-color:#000000;background-image:none;display:block; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { background-color: transparent; background-image: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container > .video-iframe-container { display: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row > .video-iframe-container { display: none; }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .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); }#FfDekJfuDVo0TomaihiNiH6SsWV6g706 > .row .container { width:320px;height:316px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRr7cPiJKcQsRpT6DbwZKUomB5K5dS5O { width:142px;height:42px;top:105px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #zWR0HrQoMklzCd9L7Ubq3UNmrwTTMmgs { width:95px;height:22.5px;top:56px;left:57px;font-size:15px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ufcn2Q8MiiXGHvF827iDie989AQbPrqW { width:121px;height:22.5px;top:56px;left:184px;font-size:15px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QOFR6muXqdv5yF2yKKv1wEmrmVtPJewX { width:31px;height:31px;top:50px;left:29px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wNQB4d4KGInut9F06gXIBhRNlQKC8bXI { width:31px;height:31px;top:50px;left:156px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dFRU6Fq9MLRMuk8cWMWF0LIg2F1Zc9dc { width:264px;height:49.5px;top:193px;left:28px;font-size:11px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }