.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a96600b-f173-404f-b80f-a2355fbcdebd/bannergraficagutierres.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #000000;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { background-color: transparent; background-image: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container > .video-iframe-container { display: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container { display: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .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); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { border-width: 0; border-radius: 0; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.8125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ffbd00, #d9a70b);background-image: -moz-linear-gradient(top, #ffbd00, #d9a70b);background-image: -ms-linear-gradient(top, #ffbd00, #d9a70b);background-image: -o-linear-gradient(top, #ffbd00, #d9a70b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );";background-image: linear-gradient(to bottom, #ffbd00, #d9a70b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.59353303909302rem;left:56.875rem;display:none; }
#aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.75rem;width:16.875rem;top:0.59353303909302rem;left:57.138671875rem;overflow:hidden;display:none; }
#BUnMOkeFzvX95GypEKw4QfZpAKADkvET { background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/636d638b-7a22-4d9a-8712-999a8e954ae4/whazap.gif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.906033039093rem;left:43.621964454651rem;display:none; }#BUnMOkeFzvX95GypEKw4QfZpAKADkvET.adaptive-delivery-prevent-bg, #BUnMOkeFzvX95GypEKw4QfZpAKADkvET.lazyload, #BUnMOkeFzvX95GypEKw4QfZpAKADkvET.lazyloading { background-image: none; }
#ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXEs10hVZemDtTxATd9zL9nymLbES9ry { color:#373737;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.8125rem;left:61.75rem;height:2.275rem;font-style:normal;display:block; }
#MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { color:#373737;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:1rem;left:61.9375rem;height:0.975rem;font-style:normal;display:block; }
#k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.75rem;left:47.687503814698rem;display:block; }
#DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vA2kvUt9EnIGWcshmbFBWIrmXPohwRro { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:17.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noh8C6nTwol5JaguSvg2t8xoE8esDAN4 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:26.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbWor3y0Quhd2fntLFxPenQ87Ec7ZSI5 { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:37.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvU2fpQlJHpB6c7swLTc1I5dPAEn7sFc { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5d2970b3-9802-423a-ac73-891202d73c34/a2.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.adaptive-delivery-prevent-bg, #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.lazyload, #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.lazyloading { background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { background-color: transparent; background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .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); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { border-width: 0; border-radius: 0; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:75rem;height:63.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#T4mud081SrPc2otpFtWoPb8ZnM5SLkID { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:roboto;font-size:3.5625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:14.3125rem;left:0rem;height:14.25rem;font-style:normal;display:block; }
#mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { color:#05213a;display:block;width:35.9375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:30.1875rem;left:0rem;height:8.77275rem;font-style:normal;display:block; }
#LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ffbd00, #d9a70b);background-image: -moz-linear-gradient(top, #ffbd00, #d9a70b);background-image: -ms-linear-gradient(top, #ffbd00, #d9a70b);background-image: -o-linear-gradient(top, #ffbd00, #d9a70b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );";background-image: linear-gradient(to bottom, #ffbd00, #d9a70b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.812067985534rem;left:0.061847686767578rem;display:none; }
#yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/636d638b-7a22-4d9a-8712-999a8e954ae4/whazap.gif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.9375rem;left:0.5625rem;display:none; }#ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.adaptive-delivery-prevent-bg, #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.lazyload, #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.lazyloading { background-image: none; }
#fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.75rem;width:16.875rem;top:29.8125rem;left:0rem;overflow:hidden;display:none; }
#gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { background-color:#e54c0e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.9375rem;left:18.125rem;display:none; }
#MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:41.5625rem;left:0rem;display:block; }
#bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTOznnB86WICEenSIQUnT42bVkUewodu { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:12.125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#vm1AwfLekLHf79atVAtRsr4Ocr2M831X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:46.875rem;display:none; }
#IJxv8StedVqXwLuFcapuw62DE9OTE3Tr { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:6.25rem;width:18.125rem;top:53.5625rem;left:56.562503814698rem;display:block; }
#q3G0NpiJD80igfcx6wSRoyz9gnmWR9Hs { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:57.6875rem;left:56.562503814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PETA5oPQ4v4LTHSB5c5BtEwRO2140n6X { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:54.3125rem;left:56.562503814698rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o69vtlreNwAm8URTagzESs5sePOnep6A { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:6.25rem;width:18.125rem;top:53.5625rem;left:37.812503814698rem;display:block; }
#GbGrA77ugZ0KplTMxU3Xl5z4kr5XAFTs { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:57.6875rem;left:37.812503814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3LO6iskbOo3eEQWqKp3g1thuVotL8t4 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:54.3125rem;left:37.812503814698rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmeeNDuInmiBsGB4PvM4Fdm727U73kTZ { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:6.25rem;width:18.125rem;top:53.5625rem;left:19.0625rem;display:block; }
#nAcBeZZ6JDK1eq1Z74mSQL7a0wBJs6Gm { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:57.6875rem;left:19.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TI5l5NdnGZSHf5nmeHWoDpM6GLuH6DeN { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:54.3125rem;left:19.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KloQQ36yAWKlwhJTqhgSR7rm0fOd63hy { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:6.25rem;width:18.125rem;top:53.5625rem;left:0.3125rem;display:block; }
#Js8Xi61aTIJ8rHMqW2IB5dgbZ4eITn1J { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:57.6875rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGTUfpttrMfL67L1BWoea6DuEP8iFPdL { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:54.3125rem;left:0.3125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOJ18GoAqgmDWWTIGkZNO6HHNsCkocC3 { color:#05213a;display:block;width:35.9375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:29.75rem;left:0rem;height:8.77275rem;font-style:normal;display:none; }
#PS8miGkD43Kc9IDpKPF8vygEE7sI9bSJ { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:roboto;font-size:3.5625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:13.875rem;left:0rem;height:14.25rem;font-style:normal;display:none; }
#AZSMzBb63LyIiJUZZlh0DH4EVuxThreT { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:11.6875rem;left:0rem;height:1.5rem;font-style:normal;display:none; }
#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { background-color: transparent; background-image: none; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container > .video-iframe-container { display: none; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row > .video-iframe-container { display: none; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .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); }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { border-width: 0; border-radius: 0; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#pgFushSmvZvrJGSbtPqqmUKLXtX2m5JA { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ScszTDgx8gF87v9CbsAy4UncggOKzoDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { background-color: transparent; background-image: none; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container > .video-iframe-container { display: none; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row > .video-iframe-container { display: none; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .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); }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { border-width: 0; border-radius: 0; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#THPybCwmtiqsqux3ekhb4i5chkA6Tzah { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a4bc5c3-75c0-4f04-ae1c-e90325f20261/chaveiro.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq.adaptive-delivery-prevent-bg, #HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq.lazyload, #HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq.lazyloading { background-image: none; }
#Op2dyVGIqOIDwTLWQ3ZlU7PsXR8xwmzI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#w8WvEvMk8AQQgLri3PnXac5C8lkOaM6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTXw7yT7tu6ynDnFsoKtrwhhgGDubibf { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9WT09rWMGpcKRamJ7tDmbH07lqLmfdx { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#nqT9fUTeOxFhoIrFnTuLotEFmHnxLT9a { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZJUW0ix6A1yN3cqvLk6TmVZTGGXkvF0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#d8QkyERJINE6L9Bw2CdV5k28FLwLDEDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3714c75f-2a16-431e-89ca-f1dff8609243/garrafa1.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.adaptive-delivery-prevent-bg, #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.lazyload, #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.lazyloading { background-image: none; }
#MSRps8ubuhz2HVcensgZhhIPCN0fCFXn { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#hUVkfXAzkSla5MXgU6471gIX3yPmKmbH { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrciQfrHSsfLTmzGsQq3zgHZPnunQdOF { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#AhTGvkJ4XzZ1KKpkTTeWmvXccAm1RDs4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y68uNvC66r5XZpGCXNWOrstLtlJsRnA9 { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50e3f2fa-8ec4-47b2-964b-063a564a5f8a/molestine1.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#y68uNvC66r5XZpGCXNWOrstLtlJsRnA9.adaptive-delivery-prevent-bg, #y68uNvC66r5XZpGCXNWOrstLtlJsRnA9.lazyload, #y68uNvC66r5XZpGCXNWOrstLtlJsRnA9.lazyloading { background-image: none; }
#XbZASgnh6PZ8pk4fQHsO86Skb9IDE7Zq { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.562503814698rem;display:block; }
#NOaylRq7o7fwd8d0KqLcTxn4aPAz7iHA { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.562503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZxPXndHlZ6mclsHrooM1FhdChmQcg6e { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125003814698rem;display:block; }
#b09gQUoLppwTTEehTpsvgBzdD4UyadTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70ee3eaf-5c3b-413d-ae23-a501247ce33d/fone.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.562503814698rem;display:block; }#K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.adaptive-delivery-prevent-bg, #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.lazyload, #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.lazyloading { background-image: none; }
#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row .container { background-color: transparent; background-image: none; }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row .container > .video-iframe-container { display: none; }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row > .video-iframe-container { display: none; }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .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); }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row .container { border-width: 0; border-radius: 0; }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#A5TUvHs0NRHoAlFfllGbUgAE4L54w131 { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#aMTnOFnb6oFN9WK4dCa8NW8T26GD6AHo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#TnxyChiOrwa5KRn8TNEOquG9STNwTrCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TI1rkqPwdSGIo2xXBrAufGZhQJveV2gn { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntETodNT6TNGGU9yDArxqc8B2dbuaXWv { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#GcnWaG1W3HJBc4K0xtDXaukpidW56sJW { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abH89mprdHaIOa3K3yXRetFal2xMuWpe { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#yf4TXaWCcGFJJxpZLsPWzLdcKaZoL4kA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3714c75f-2a16-431e-89ca-f1dff8609243/garrafa1.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX.adaptive-delivery-prevent-bg, #B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX.lazyload, #B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX.lazyloading { background-image: none; }
#xqiwThnIQz1dictCddoe7cbuWxpZ1fXJ { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#PBTaW8JJZoZMqbR0iGc4eJftdN5E6Otw { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TluIeEATrSG7mJQweULNoEOLIIzT6zAx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#L7CJn8dWpASeoMX4zpaPy3pCyKBqA21T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khxT4XUqwX1prcEEyQJTB5kSHHrI6h66 { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50e3f2fa-8ec4-47b2-964b-063a564a5f8a/molestine1.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#khxT4XUqwX1prcEEyQJTB5kSHHrI6h66.adaptive-delivery-prevent-bg, #khxT4XUqwX1prcEEyQJTB5kSHHrI6h66.lazyload, #khxT4XUqwX1prcEEyQJTB5kSHHrI6h66.lazyloading { background-image: none; }
#IFOuuUJ1Cl23gMPXsNiZia7WHOT569kB { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.562503814698rem;display:block; }
#lW1veiAsLzfLx8c1KulDJmMK6dxN3eMQ { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.562503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEVGu5T1VuLpwrJfTZLhSQmPHxPzkXPy { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125003814698rem;display:block; }
#gUAV2Hgb61hJhDJOyk3yMbIW0yPxBuLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70ee3eaf-5c3b-413d-ae23-a501247ce33d/fone.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.562503814698rem;display:block; }#M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP.adaptive-delivery-prevent-bg, #M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP.lazyload, #M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP.lazyloading { background-image: none; }
#cItvkn8USut3GP6fuPhHRTTf0brORWsz { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6de3e65d-93e0-46fa-bc67-d2ef72bb4410/trofeu1.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#cItvkn8USut3GP6fuPhHRTTf0brORWsz.adaptive-delivery-prevent-bg, #cItvkn8USut3GP6fuPhHRTTf0brORWsz.lazyload, #cItvkn8USut3GP6fuPhHRTTf0brORWsz.lazyloading { background-image: none; }
#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { background-color: transparent; background-image: none; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container > .video-iframe-container { display: none; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row > .video-iframe-container { display: none; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .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); }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { border-width: 0; border-radius: 0; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#yC1dCQOddIpbdugWqTr1aN66WZ8u0MpX { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#TnedCvz3uZDyaTrgWuVSzC31swPsdycs { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a69fef74-718d-4c21-843b-3e212ef85320/copotermico.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#TnedCvz3uZDyaTrgWuVSzC31swPsdycs.adaptive-delivery-prevent-bg, #TnedCvz3uZDyaTrgWuVSzC31swPsdycs.lazyload, #TnedCvz3uZDyaTrgWuVSzC31swPsdycs.lazyloading { background-image: none; }
#Mar0pMyQRmyCobhGaTBwnVeaGi7wThz5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#R6JHsuDqQmu0q7bZs3wAhqUnyTLhgdl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHtXJ9XA4WvORoStXowWsTZ4lawxdgnO { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHvBGA7CAnVm3zDRMtv5apS7KCyo6Z4J { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#zG8RofATDTU9zKPskMypEWca56kamknl { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHXhaqtVheCOaNKBrSXBJQpi4eO9Tfg7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#e66g1dwon4CBwemqXozWLLHVltbU3ESB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BOrubZSyzXP0V0lu2bQzkCHvf18N5syM { position:absolute;display:block;z-index:15027;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/ebe2e9ae-2fe3-4b78-ae66-a31817e4e085/caneta3.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.adaptive-delivery-prevent-bg, #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.lazyload, #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.lazyloading { background-image: none; }
#HTaiML8N9sC1DN6hQvlAfLkSsyhhqcr1 { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#TSMcZNfhhp5ICudAH79MnE0Oz7ITOFWm { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRQLQIrgM7osILvxKNP5w3eg1Q2SOthi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#lbRpGnKXUZvhyFkx8bAivwOTQ37rk7Qd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0094a23-5d12-4f38-98ae-e58e269b5c95/sacolas1.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.adaptive-delivery-prevent-bg, #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.lazyload, #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.lazyloading { background-image: none; }
#Erhkf1HRuveu53soLGlZRZNGiWzyR5F7 { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.562503814698rem;display:block; }
#KSC6giPqQDnpApOGpVRsJfT4QSxTrVSN { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.562503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izTuuCLmf12g0XOS6GE8qrhfeTMe24RP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125003814698rem;display:block; }
#VsP1VbJpqpP2kIterV9MgP52u0ITqE1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPrlyxExUOA3tustoLX1x2QRZkTVeG4A { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfeeac5e-1d62-4a0a-9910-ada822408cab/powerbank.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.562503814698rem;display:block; }#VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.adaptive-delivery-prevent-bg, #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.lazyload, #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.lazyloading { background-image: none; }
#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { background-color: transparent; background-image: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container > .video-iframe-container { display: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container { display: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .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); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { border-width: 0; border-radius: 0; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#m3nWwgVXv79Po1we8daHDFz6x7c489yK { position:absolute;display:block;z-index:15000;height:29.874rem;width:75rem;top:1.4052734375rem;left:0rem;display:block; }
#p45oiEBltowsmsGWNT1I81fazWy9Dghp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { background-color: transparent; background-image: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container > .video-iframe-container { display: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container { display: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .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); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { border-width: 0; border-radius: 0; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { color:#d32150;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3rem;left:18.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:5.25rem;left:18.6875rem;display:block; }
#pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:6.5rem;left:20.8125rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:6.8744773864744rem;left:39.811981201172rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:9.5927085876462rem;left:40.124481201172rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3rem;left:37.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGfn010t6uSosOKMgCx4g75rySLH0cLZ { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:5.25rem;left:37.5625rem;display:block; }
#yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:6.4375rem;left:37.561462402344rem;display:block; }
#qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:9.1239585876462rem;left:37.561462402344rem;display:block; }
#drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { position:absolute;display:block;z-index:15035;background-color:#e21c21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:5.25rem;left:57.5625rem;display:none; }
#nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3rem;left:57.5625rem;height:1.597225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:6.1875rem;left:57.5625rem;height:6.9444375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.6875rem;left:56.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:4.9375rem;left:56.3125rem;display:block; }
#eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { color:#000000;display:block;width:14rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:11.125rem;left:20.5625rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11rem;left:18.75rem; }
#cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.5rem;left:56.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6239585876462rem;left:0rem;height:6.09375rem;font-style:normal;display:block; }
#OhRs40pGzhn47b41RIFnHie5UqKoXTXw { color:#d32150;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:4.9375rem;left:0rem;display:block; }
#zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:8.4375rem;left:18.5625rem;display:block; }
#nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { color:#000000;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.875rem;left:20.8125rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uZpfTyxKu553knG02H35JbITo99gFT7z { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:6.421875rem;left:18.875rem; }
#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { position:relative;display:none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { border-width: 0; border-radius: 0; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ff2780, #df005f);background-image: -moz-linear-gradient(top, #ff2780, #df005f);background-image: -ms-linear-gradient(top, #ff2780, #df005f);background-image: -o-linear-gradient(top, #ff2780, #df005f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2780', endColorstr='#df005f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2780', endColorstr='#df005f' );";background-image: linear-gradient(to bottom, #ff2780, #df005f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.625rem;left:55.0625rem;display:none; }
#QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:37.1875rem;left:0rem;display:none; }
#BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { width:11.8125rem;height:2.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { width:16.875rem;height:3.75rem;top:0.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block; }
 }@media only screen and (max-width: 763px) { #sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { width:16.875rem;height:3.75rem;top:0.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnMOkeFzvX95GypEKw4QfZpAKADkvET { width:14.375rem;height:3.125rem;top:0.875rem;left:29.996964454651rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block; }
 }@media only screen and (max-width: 763px) { #qXEs10hVZemDtTxATd9zL9nymLbES9ry { width:13.25rem;height:2.25rem;top:1.8125rem;left:34.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { width:11.625rem;height:0.9375rem;top:1rem;left:36.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { width:12.6875rem;height:3.4375rem;top:0.75rem;left:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block; }
 }@media only screen and (max-width: 763px) { #vA2kvUt9EnIGWcshmbFBWIrmXPohwRro { width:8.9375rem;height:1.375rem;top:1.75rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noh8C6nTwol5JaguSvg2t8xoE8esDAN4 { width:11.0625rem;height:1.375rem;top:1.75rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbWor3y0Quhd2fntLFxPenQ87Ec7ZSI5 { width:5.6875rem;height:1.375rem;top:1.75rem;left:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvU2fpQlJHpB6c7swLTc1I5dPAEn7sFc { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { display:block; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4mud081SrPc2otpFtWoPb8ZnM5SLkID { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { width:35.9375rem;height:8.75rem;top:30.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { width:16.875rem;height:3.75rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block; }
 }@media only screen and (max-width: 763px) { #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { width:16.875rem;height:3.75rem;top:34.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block; }
 }@media only screen and (max-width: 763px) { #VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { width:16.875rem;height:3.75rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { width:16.875rem;height:3.75rem;top:34.9375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block; }
 }@media only screen and (max-width: 763px) { #SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { width:22.5625rem;height:4.75rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block; }
 }@media only screen and (max-width: 763px) { #xTOznnB86WICEenSIQUnT42bVkUewodu { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm1AwfLekLHf79atVAtRsr4Ocr2M831X { width:46.875rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJxv8StedVqXwLuFcapuw62DE9OTE3Tr { width:18.125rem;height:6.25rem;top:53.5625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3G0NpiJD80igfcx6wSRoyz9gnmWR9Hs { width:18.125rem;height:1.1875rem;top:57.6875rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETA5oPQ4v4LTHSB5c5BtEwRO2140n6X { width:18.125rem;height:3.625rem;top:54.3125rem;left:29.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o69vtlreNwAm8URTagzESs5sePOnep6A { width:18.125rem;height:6.25rem;top:53.5625rem;left:24.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbGrA77ugZ0KplTMxU3Xl5z4kr5XAFTs { width:18.125rem;height:1.1875rem;top:57.6875rem;left:24.187503814698rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3LO6iskbOo3eEQWqKp3g1thuVotL8t4 { width:18.125rem;height:3.625rem;top:54.3125rem;left:24.187503814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmeeNDuInmiBsGB4PvM4Fdm727U73kTZ { width:18.125rem;height:6.25rem;top:53.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcBeZZ6JDK1eq1Z74mSQL7a0wBJs6Gm { width:18.125rem;height:1.1875rem;top:57.6875rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5l5NdnGZSHf5nmeHWoDpM6GLuH6DeN { width:18.125rem;height:3.625rem;top:54.3125rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KloQQ36yAWKlwhJTqhgSR7rm0fOd63hy { width:18.125rem;height:6.25rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js8Xi61aTIJ8rHMqW2IB5dgbZ4eITn1J { width:18.125rem;height:1.1875rem;top:57.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTUfpttrMfL67L1BWoea6DuEP8iFPdL { width:18.125rem;height:3.625rem;top:54.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJ18GoAqgmDWWTIGkZNO6HHNsCkocC3 { width:20rem;height:4.625rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PS8miGkD43Kc9IDpKPF8vygEE7sI9bSJ { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZSMzBb63LyIiJUZZlh0DH4EVuxThreT { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hubZioZNdp55KDa9dM9ecXOxlmr0CvwT { display:block; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgFushSmvZvrJGSbtPqqmUKLXtX2m5JA { width:47.75rem;height:3.25rem;top:7.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScszTDgx8gF87v9CbsAy4UncggOKzoDk { display:block; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THPybCwmtiqsqux3ekhb4i5chkA6Tzah { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op2dyVGIqOIDwTLWQ3ZlU7PsXR8xwmzI { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8WvEvMk8AQQgLri3PnXac5C8lkOaM6X { display:block; }
 }@media only screen and (max-width: 763px) { #xTXw7yT7tu6ynDnFsoKtrwhhgGDubibf { top:14.125rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9WT09rWMGpcKRamJ7tDmbH07lqLmfdx { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqT9fUTeOxFhoIrFnTuLotEFmHnxLT9a { top:14.125rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZJUW0ix6A1yN3cqvLk6TmVZTGGXkvF0 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8QkyERJINE6L9Bw2CdV5k28FLwLDEDu { display:block; }
 }@media only screen and (max-width: 763px) { #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSRps8ubuhz2HVcensgZhhIPCN0fCFXn { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVkfXAzkSla5MXgU6471gIX3yPmKmbH { top:14.125rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrciQfrHSsfLTmzGsQq3zgHZPnunQdOF { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTGvkJ4XzZ1KKpkTTeWmvXccAm1RDs4 { display:block; }
 }@media only screen and (max-width: 763px) { #y68uNvC66r5XZpGCXNWOrstLtlJsRnA9 { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbZASgnh6PZ8pk4fQHsO86Skb9IDE7Zq { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOaylRq7o7fwd8d0KqLcTxn4aPAz7iHA { top:14.125rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZxPXndHlZ6mclsHrooM1FhdChmQcg6e { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #b09gQUoLppwTTEehTpsvgBzdD4UyadTP { display:block; }
 }@media only screen and (max-width: 763px) { #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 { display:block; }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5TUvHs0NRHoAlFfllGbUgAE4L54w131 { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTnOFnb6oFN9WK4dCa8NW8T26GD6AHo { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnxyChiOrwa5KRn8TNEOquG9STNwTrCw { display:block; }
 }@media only screen and (max-width: 763px) { #TI1rkqPwdSGIo2xXBrAufGZhQJveV2gn { top:14.125rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntETodNT6TNGGU9yDArxqc8B2dbuaXWv { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcnWaG1W3HJBc4K0xtDXaukpidW56sJW { top:14.125rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abH89mprdHaIOa3K3yXRetFal2xMuWpe { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf4TXaWCcGFJJxpZLsPWzLdcKaZoL4kA { display:block; }
 }@media only screen and (max-width: 763px) { #B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqiwThnIQz1dictCddoe7cbuWxpZ1fXJ { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBTaW8JJZoZMqbR0iGc4eJftdN5E6Otw { top:14.125rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TluIeEATrSG7mJQweULNoEOLIIzT6zAx { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7CJn8dWpASeoMX4zpaPy3pCyKBqA21T { display:block; }
 }@media only screen and (max-width: 763px) { #khxT4XUqwX1prcEEyQJTB5kSHHrI6h66 { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFOuuUJ1Cl23gMPXsNiZia7WHOT569kB { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW1veiAsLzfLx8c1KulDJmMK6dxN3eMQ { top:14.125rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEVGu5T1VuLpwrJfTZLhSQmPHxPzkXPy { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUAV2Hgb61hJhDJOyk3yMbIW0yPxBuLv { display:block; }
 }@media only screen and (max-width: 763px) { #M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cItvkn8USut3GP6fuPhHRTTf0brORWsz { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 { display:block; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC1dCQOddIpbdugWqTr1aN66WZ8u0MpX { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnedCvz3uZDyaTrgWuVSzC31swPsdycs { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mar0pMyQRmyCobhGaTBwnVeaGi7wThz5 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6JHsuDqQmu0q7bZs3wAhqUnyTLhgdl5 { display:block; }
 }@media only screen and (max-width: 763px) { #oHtXJ9XA4WvORoStXowWsTZ4lawxdgnO { top:14.0625rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHvBGA7CAnVm3zDRMtv5apS7KCyo6Z4J { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG8RofATDTU9zKPskMypEWca56kamknl { top:14.0625rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHXhaqtVheCOaNKBrSXBJQpi4eO9Tfg7 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66g1dwon4CBwemqXozWLLHVltbU3ESB { display:block; }
 }@media only screen and (max-width: 763px) { #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTaiML8N9sC1DN6hQvlAfLkSsyhhqcr1 { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSMcZNfhhp5ICudAH79MnE0Oz7ITOFWm { top:14.0625rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRQLQIrgM7osILvxKNP5w3eg1Q2SOthi { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbRpGnKXUZvhyFkx8bAivwOTQ37rk7Qd { display:block; }
 }@media only screen and (max-width: 763px) { #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erhkf1HRuveu53soLGlZRZNGiWzyR5F7 { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSC6giPqQDnpApOGpVRsJfT4QSxTrVSN { top:14.0625rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izTuuCLmf12g0XOS6GE8qrhfeTMe24RP { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsP1VbJpqpP2kIterV9MgP52u0ITqE1c { display:block; }
 }@media only screen and (max-width: 763px) { #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { display:block; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3nWwgVXv79Po1we8daHDFz6x7c489yK { width:47.75rem;height:29.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p45oiEBltowsmsGWNT1I81fazWy9Dghp { display:block; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { top:3rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { width:3.125rem;height:0.0625rem;top:5.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { top:6.5rem;left:11.9375rem;width:10.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { top:6.8125rem;left:22.25rem;width:13.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { top:9.5625rem;left:21.875rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { top:3rem;left:19.375rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGfn010t6uSosOKMgCx4g75rySLH0cLZ { width:3.125rem;height:0.0625rem;top:5.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { width:2.25rem;height:2.25rem;top:6.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { width:2.25rem;height:2.25rem;top:9.0625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { width:3.125rem;height:0.0625rem;top:5.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { top:3rem;left:31.3125rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { top:6.1875rem;left:31.5625rem;width:16.1875rem;height:7.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { top:2.6875rem;left:31.3125rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { width:3.125rem;height:0;top:4.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { top:11.125rem;left:9.875rem;width:14rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { width:1.6875rem;height:1.6875rem;top:11rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { top:6.5rem;left:30.1875rem;width:17.5625rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhRs40pGzhn47b41RIFnHie5UqKoXTXw { top:2.6875rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { width:3.125rem;height:0.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { width:2.25rem;height:2.25rem;top:8.4375rem;left:9.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { top:8.875rem;left:11.9375rem;width:10.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpfTyxKu553knG02H35JbITo99gFT7z { width:1.5625rem;height:1.5625rem;top:6.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { display:none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { width:16.875rem;height:3.75rem;top:5.625rem;left:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block; }
 }@media only screen and (max-width: 763px) { #ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { width:20rem;height:3.875rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { position:relative;z-index:auto;display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { width:15.9375rem;height:3.8125rem;top:1.046875rem;left:2.0306249856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { width:16.875rem;height:3.75rem;top:12.73438125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block; }
 }@media only screen and (max-width: 763px) { #sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { width:16.875rem;height:3.75rem;top:5.859375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUnMOkeFzvX95GypEKw4QfZpAKADkvET { width:14.375rem;height:3.125rem;top:0.875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block; }
 }@media only screen and (max-width: 763px) { #qXEs10hVZemDtTxATd9zL9nymLbES9ry { width:13.25rem;height:auto;top:1.8125rem;left:3.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { width:11.625rem;height:auto;top:1rem;left:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { width:12.6875rem;height:3.4375rem;top:0.75rem;left:3.625rem;z-index:15025;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/e9aec283-a6d4-4010-be28-05856170345f/EXPSEC.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.adaptive-delivery-prevent-bg, #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.lazyload, #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block; }
 }@media only screen and (max-width: 763px) { #vA2kvUt9EnIGWcshmbFBWIrmXPohwRro { width:6.5625rem;height:0.9625rem;top:6.512499809265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #noh8C6nTwol5JaguSvg2t8xoE8esDAN4 { width:8.875rem;height:0.9625rem;top:6.5062499046325rem;left:6.5393749475481rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sbWor3y0Quhd2fntLFxPenQ87Ec7ZSI5 { width:4.625rem;height:0.9625rem;top:6.5062499046325rem;left:15.374999165535rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qvU2fpQlJHpB6c7swLTc1I5dPAEn7sFc { top:5.7125000953674rem;left:0rem;width:20rem;height:0.0625rem;z-index:15026;background-color:#2a2a2a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4e8c67e4-4dd8-4308-b756-ed4077d0bcfa/play23.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.adaptive-delivery-prevent-bg, #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.lazyload, #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.lazyloading { background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { background-color: transparent; background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .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); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4mud081SrPc2otpFtWoPb8ZnM5SLkID { width:20rem;height:0;top:7.0234379768369rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { width:20rem;height:0;top:17.236979484558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { width:17.5rem;height:3.75rem;top:33.061633110046rem;left:1.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block; }
 }@media only screen and (max-width: 763px) { #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { width:16.875rem;height:3.75rem;top:39.5625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block; }
 }@media only screen and (max-width: 763px) { #VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { width:16.875rem;height:3.75rem;top:30.373266220092rem;left:1.5625000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { width:16.875rem;height:3.75rem;top:39.436851501465rem;left:1.5625000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block; }
 }@media only screen and (max-width: 763px) { #SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { width:20rem;height:3.75rem;top:30.25rem;left:0rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block; }
 }@media only screen and (max-width: 763px) { #xTOznnB86WICEenSIQUnT42bVkUewodu { width:18.375rem;height:0;top:3.54900598526rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vm1AwfLekLHf79atVAtRsr4Ocr2M831X { top:54.773438930511rem;left:15.95558668053rem;width:3.625rem;height:3.0625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IJxv8StedVqXwLuFcapuw62DE9OTE3Tr { width:9.6875rem;height:4.375rem;top:25.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3G0NpiJD80igfcx6wSRoyz9gnmWR9Hs { width:9.6875rem;height:0.975rem;top:27.9375rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETA5oPQ4v4LTHSB5c5BtEwRO2140n6X { width:9.6875rem;height:1.9504625rem;top:26rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o69vtlreNwAm8URTagzESs5sePOnep6A { width:9.6875rem;height:4.375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbGrA77ugZ0KplTMxU3Xl5z4kr5XAFTs { width:9.6875rem;height:0.975rem;top:27.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3LO6iskbOo3eEQWqKp3g1thuVotL8t4 { width:9.6875rem;height:1.9504625rem;top:26rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmeeNDuInmiBsGB4PvM4Fdm727U73kTZ { width:9.6875rem;height:4.375rem;top:20.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcBeZZ6JDK1eq1Z74mSQL7a0wBJs6Gm { width:9.6875rem;height:0.975rem;top:22.9375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5l5NdnGZSHf5nmeHWoDpM6GLuH6DeN { width:9.6875rem;height:1.9504625rem;top:21rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KloQQ36yAWKlwhJTqhgSR7rm0fOd63hy { width:9.6875rem;height:4.375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js8Xi61aTIJ8rHMqW2IB5dgbZ4eITn1J { width:9.6875rem;height:0.975rem;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTUfpttrMfL67L1BWoea6DuEP8iFPdL { width:9.6875rem;height:1.9504625rem;top:21rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJ18GoAqgmDWWTIGkZNO6HHNsCkocC3 { width:19.375rem;height:2.76278125rem;top:16.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;font-weight:300;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PS8miGkD43Kc9IDpKPF8vygEE7sI9bSJ { width:20rem;height:9.59875rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15002;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AZSMzBb63LyIiJUZZlh0DH4EVuxThreT { width:20rem;height:1.275rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #hubZioZNdp55KDa9dM9ecXOxlmr0CvwT { display:block; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgFushSmvZvrJGSbtPqqmUKLXtX2m5JA { width:19.25rem;height:3.7127125rem;top:5.3968753814697rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ScszTDgx8gF87v9CbsAy4UncggOKzoDk { display:block; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THPybCwmtiqsqux3ekhb4i5chkA6Tzah { width:18.125rem;height:4.375rem;top:11.0625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq { width:18.125rem;height:9.5625rem;top:1.5rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Op2dyVGIqOIDwTLWQ3ZlU7PsXR8xwmzI { width:8.9375rem;height:2.1875rem;top:9.875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #w8WvEvMk8AQQgLri3PnXac5C8lkOaM6X { display:block; }
 }@media only screen and (max-width: 763px) { #xTXw7yT7tu6ynDnFsoKtrwhhgGDubibf { width:18.125rem;height:1.16875rem;top:13.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K9WT09rWMGpcKRamJ7tDmbH07lqLmfdx { width:18.125rem;height:4.375rem;top:26.1875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nqT9fUTeOxFhoIrFnTuLotEFmHnxLT9a { width:18.125rem;height:1.16875rem;top:28.125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IZJUW0ix6A1yN3cqvLk6TmVZTGGXkvF0 { width:8.9375rem;height:2.1875rem;top:25rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #d8QkyERJINE6L9Bw2CdV5k28FLwLDEDu { display:block; }
 }@media only screen and (max-width: 763px) { #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ { width:18.125rem;height:9.5625rem;top:16.6875rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3714c75f-2a16-431e-89ca-f1dff8609243/garrafa1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.adaptive-delivery-prevent-bg, #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.lazyload, #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MSRps8ubuhz2HVcensgZhhIPCN0fCFXn { width:18.125rem;height:4.375rem;top:41.375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hUVkfXAzkSla5MXgU6471gIX3yPmKmbH { width:18.125rem;height:1.16875rem;top:43.5rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TrciQfrHSsfLTmzGsQq3zgHZPnunQdOF { width:8.9375rem;height:2.1875rem;top:40.1875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #AhTGvkJ4XzZ1KKpkTTeWmvXccAm1RDs4 { display:block; }
 }@media only screen and (max-width: 763px) { #y68uNvC66r5XZpGCXNWOrstLtlJsRnA9 { width:18.125rem;height:9.5625rem;top:31.8125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XbZASgnh6PZ8pk4fQHsO86Skb9IDE7Zq { width:18.125rem;height:4.375rem;top:56.5625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NOaylRq7o7fwd8d0KqLcTxn4aPAz7iHA { width:18.125rem;height:1.16875rem;top:58.625rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AZxPXndHlZ6mclsHrooM1FhdChmQcg6e { width:8.9375rem;height:2.1875rem;top:55.375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #b09gQUoLppwTTEehTpsvgBzdD4UyadTP { display:block; }
 }@media only screen and (max-width: 763px) { #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz { width:18.125rem;height:9.5625rem;top:47rem;left:0.9375rem;z-index:15005;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/7ddff9ae-efcc-4c62-8051-086d51dfe272/fonedeouvido1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.adaptive-delivery-prevent-bg, #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.lazyload, #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 { display:block; }#MRAnU4cHuMRislDNKMyU1ygp6cyq00w3 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5TUvHs0NRHoAlFfllGbUgAE4L54w131 { width:18.125rem;height:4.375rem;top:11.0625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aMTnOFnb6oFN9WK4dCa8NW8T26GD6AHo { width:8.9375rem;height:2.1875rem;top:9.875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #TnxyChiOrwa5KRn8TNEOquG9STNwTrCw { display:block; }
 }@media only screen and (max-width: 763px) { #TI1rkqPwdSGIo2xXBrAufGZhQJveV2gn { width:18.125rem;height:1.16875rem;top:13.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ntETodNT6TNGGU9yDArxqc8B2dbuaXWv { width:18.125rem;height:4.375rem;top:26.1875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GcnWaG1W3HJBc4K0xtDXaukpidW56sJW { width:18.125rem;height:1.16875rem;top:28.125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #abH89mprdHaIOa3K3yXRetFal2xMuWpe { width:8.9375rem;height:2.1875rem;top:25rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #yf4TXaWCcGFJJxpZLsPWzLdcKaZoL4kA { display:block; }
 }@media only screen and (max-width: 763px) { #B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX { width:18.125rem;height:9.5625rem;top:16.6875rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3714c75f-2a16-431e-89ca-f1dff8609243/garrafa1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX.adaptive-delivery-prevent-bg, #B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX.lazyload, #B5Vsgu3mxEOdnKTTIrqrTHpQdqbd42SX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xqiwThnIQz1dictCddoe7cbuWxpZ1fXJ { width:18.125rem;height:4.375rem;top:41.375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #PBTaW8JJZoZMqbR0iGc4eJftdN5E6Otw { width:18.125rem;height:1.16875rem;top:43.5rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TluIeEATrSG7mJQweULNoEOLIIzT6zAx { width:8.9375rem;height:2.1875rem;top:40.1875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #L7CJn8dWpASeoMX4zpaPy3pCyKBqA21T { display:block; }
 }@media only screen and (max-width: 763px) { #khxT4XUqwX1prcEEyQJTB5kSHHrI6h66 { width:18.125rem;height:9.5625rem;top:31.8125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #IFOuuUJ1Cl23gMPXsNiZia7WHOT569kB { width:18.125rem;height:4.375rem;top:56.5625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lW1veiAsLzfLx8c1KulDJmMK6dxN3eMQ { width:18.125rem;height:1.16875rem;top:58.625rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oEVGu5T1VuLpwrJfTZLhSQmPHxPzkXPy { width:8.9375rem;height:2.1875rem;top:55.375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #gUAV2Hgb61hJhDJOyk3yMbIW0yPxBuLv { display:block; }
 }@media only screen and (max-width: 763px) { #M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP { width:18.125rem;height:9.5625rem;top:47rem;left:0.9375rem;z-index:15005;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/7ddff9ae-efcc-4c62-8051-086d51dfe272/fonedeouvido1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP.adaptive-delivery-prevent-bg, #M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP.lazyload, #M7bZ6sN1wAnHbsLCeQZ8QitxihszUmdP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cItvkn8USut3GP6fuPhHRTTf0brORWsz { width:18.125rem;height:9.5625rem;top:47rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 { display:block; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC1dCQOddIpbdugWqTr1aN66WZ8u0MpX { width:18.125rem;height:4.375rem;top:10.812492370606rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TnedCvz3uZDyaTrgWuVSzC31swPsdycs { width:18.125rem;height:9.5625rem;top:1.25rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a69fef74-718d-4c21-843b-3e212ef85320/copotermico.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TnedCvz3uZDyaTrgWuVSzC31swPsdycs.adaptive-delivery-prevent-bg, #TnedCvz3uZDyaTrgWuVSzC31swPsdycs.lazyload, #TnedCvz3uZDyaTrgWuVSzC31swPsdycs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mar0pMyQRmyCobhGaTBwnVeaGi7wThz5 { width:8.9375rem;height:2.1875rem;top:9.6249923706056rem;left:5.4999996423721rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #R6JHsuDqQmu0q7bZs3wAhqUnyTLhgdl5 { display:block; }
 }@media only screen and (max-width: 763px) { #oHtXJ9XA4WvORoStXowWsTZ4lawxdgnO { width:18.125rem;height:1.16875rem;top:12.937492370606rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cHvBGA7CAnVm3zDRMtv5apS7KCyo6Z4J { width:18.125rem;height:4.375rem;top:25.9375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zG8RofATDTU9zKPskMypEWca56kamknl { width:18.125rem;height:1.16875rem;top:27.875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FHXhaqtVheCOaNKBrSXBJQpi4eO9Tfg7 { width:8.9375rem;height:2.1875rem;top:24.75rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #e66g1dwon4CBwemqXozWLLHVltbU3ESB { display:block; }
 }@media only screen and (max-width: 763px) { #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM { width:18.125rem;height:9.5625rem;top:16.4375rem;left:0.9375rem;z-index:15005;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/ebe2e9ae-2fe3-4b78-ae66-a31817e4e085/caneta3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.adaptive-delivery-prevent-bg, #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.lazyload, #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HTaiML8N9sC1DN6hQvlAfLkSsyhhqcr1 { width:18.125rem;height:4.375rem;top:41.125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TSMcZNfhhp5ICudAH79MnE0Oz7ITOFWm { width:18.125rem;height:1.16875rem;top:43.25rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nRQLQIrgM7osILvxKNP5w3eg1Q2SOthi { width:8.9375rem;height:2.1875rem;top:39.9375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #lbRpGnKXUZvhyFkx8bAivwOTQ37rk7Qd { display:block; }
 }@media only screen and (max-width: 763px) { #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW { width:18.125rem;height:9.5625rem;top:31.5625rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0094a23-5d12-4f38-98ae-e58e269b5c95/sacolas1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.adaptive-delivery-prevent-bg, #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.lazyload, #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Erhkf1HRuveu53soLGlZRZNGiWzyR5F7 { width:18.125rem;height:4.375rem;top:56.3125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KSC6giPqQDnpApOGpVRsJfT4QSxTrVSN { width:18.125rem;height:1.16875rem;top:58.375rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #izTuuCLmf12g0XOS6GE8qrhfeTMe24RP { width:8.9375rem;height:2.1875rem;top:55.125rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #VsP1VbJpqpP2kIterV9MgP52u0ITqE1c { display:block; }
 }@media only screen and (max-width: 763px) { #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A { width:18.125rem;height:9.5625rem;top:46.75rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfeeac5e-1d62-4a0a-9910-ada822408cab/powerbank.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.adaptive-delivery-prevent-bg, #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.lazyload, #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { display:block; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3nWwgVXv79Po1we8daHDFz6x7c489yK { width:20rem;height:29.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p45oiEBltowsmsGWNT1I81fazWy9Dghp { display:block; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { width:16.4375rem;height:1.625rem;top:1.6875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { width:3.125rem;height:0.0625rem;top:3.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { width:10.625rem;height:1.5rem;top:4.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { width:13.5625rem;height:1.5rem;top:16.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { width:13.9375rem;height:1.5rem;top:18.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { width:16.4375rem;height:1.625rem;top:12.5625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGfn010t6uSosOKMgCx4g75rySLH0cLZ { width:3.125rem;height:0.0625rem;top:14.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { width:2.25rem;height:2.25rem;top:16rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { width:2.25rem;height:2.25rem;top:18.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { width:3.125rem;height:0.0625rem;top:33.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { width:16.4375rem;height:1.597225rem;top:31.625rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { width:16.0625rem;height:7.2916625rem;top:36.5rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { width:16.3748125rem;height:1.625rem;top:23.75rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { width:3.125rem;height:0.125rem;top:26.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { width:14rem;height:1.5rem;top:6rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { display:flex;width:1.6875rem;height:1.6875rem;top:6rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { width:14.875rem;height:4.2223rem;top:27.5rem;left:1.0625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:18.75rem;height:4.54900625rem;top:37rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhRs40pGzhn47b41RIFnHie5UqKoXTXw { width:11.25rem;height:1.625rem;top:33.8125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { width:3.125rem;height:0.0625rem;top:36.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { width:2.25rem;height:2.25rem;top:7.6875rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { width:10.625rem;height:1.5rem;top:8.0625rem;left:2.6250002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpfTyxKu553knG02H35JbITo99gFT7z { display:flex;width:1.5625rem;height:1.5625rem;top:4.0937504768372rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { background-color: transparent; background-image: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container > .video-iframe-container { display: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row > .video-iframe-container { display: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .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); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container { width:20rem;height:3.1875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { width:20rem;height:3.75rem;top:3.764102935791rem;left:0rem;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ffbd00, #d9a70b);background-image: -moz-linear-gradient(top, #ffbd00, #d9a70b);background-image: -ms-linear-gradient(top, #ffbd00, #d9a70b);background-image: -o-linear-gradient(top, #ffbd00, #d9a70b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );";background-image: linear-gradient(to bottom, #ffbd00, #d9a70b);background-size:auto !important;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block; }
 }@media only screen and (max-width: 763px) { #ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { width:18.996875rem;height:3.125rem;top:0rem;left:0.50104165077209rem;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block; }
 }