.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,228,254;--color-primary-1:159,166,251;--color-primary-2:63,76,246;--color-primary-3:32,38,123;--color-primary-4:9,11,37;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"signika";--paragraphs-font-family:"signika"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .row > .video-iframe-container { display: none; }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/48e2bc25-0565-4050-821f-1a67120bafe5/minibarbeadorduplo.jpg");background-position:top 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;display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.adaptive-delivery-prevent-bg, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyload, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyloading { background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { background-color: transparent; background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { border-width: 0; border-radius: 0; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:60rem;height:53.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IdN6MQKLgcVhDtWyGuL3aTQ889llEKXt { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.0625rem;width:10.3125rem;top:0rem;left:-0.2141598119859rem;display:block; }
#fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { position:absolute;display:block;z-index:15001;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:7.6875rem;width:7.6875rem;top:1.4375rem;left:1.28125rem;overflow:hidden;display:block; }
#L1aUrvI3JRCUTnuxw13STpRe4thnRABC { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.625rem;top:8.25rem;left:1.3125rem;display:block; }
#gbWDqk0X6km7QIi7P4bwF7p72z716zKh { color:rgba(var(--color-primary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5625rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#HXRb04ZaQVuUfUFd1HFCGH9SZeWgO3mc { color:rgba(var(--color-primary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#GfTpEZVuWOSFOrbBTsmQbU74Ni3M9KUq { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2rem;width:2rem;top:24.375rem;left:1.625rem;display:block; }
#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { color:rgba(var(--color-primary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.75rem;height:;font-style:normal;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:not(:first-child){ padding-top:1.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4fdfeSIb/arrow.png); }
#NH7d2rSJbQkVgQDx7KwNbu9btett7G9A { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2rem;width:2rem;top:28rem;left:1.6875rem;display:block; }
#m3OpKmBDEF2IRSGK8KkD58VvHbHivz53 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2rem;width:2rem;top:31.625rem;left:1.6875rem;display:block; }
#Mg88cogrUJGf0Qew8JauxlTQ8wKJBbki { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.75rem;left:1.6875rem;display:block; }
#LVuPEhCN6as98KKf7X98MqDtSD4UuFom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfWmHD6x3ZCGKD7AaKETb0ARKGCr4MeT { position:absolute;display:block;z-index:15012;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:4.4375rem;width:1.1875rem;top:42rem;left:2.75rem;overflow:hidden;display:block; }
#TJGTEFOVv5LdM4rtuQOrPdvnbBMN7L2u { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.4375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:42.5rem;left:0.65625rem;display:block; }
#wT5dS9HeX1Usr4dnQDhtuPnFqRzVnMIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOGqTMGotDTcEn28sXs4bnzwCizGRxdg { position:absolute;display:block;z-index:15013;height:21.75rem;width:38.75rem;top:26.1875rem;left:39.34375rem;display:block; }
#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { background-color: transparent; background-image: none; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container > .video-iframe-container { display: none; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row > .video-iframe-container { display: none; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .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); }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { border-width: 0; border-radius: 0; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/C1b2eref/bg_section_1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.adaptive-delivery-prevent-bg, #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.lazyload, #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.lazyloading { background-image: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { background-color: transparent; background-image: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container > .video-iframe-container { display: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container { display: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .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); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { border-width: 0; border-radius: 0; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#DscFbKtoni3sBg03JVi6VxTNm2evE05M { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#Mtt6GSoxDq5cem0f0D6XqobwluloCpiP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:5.6748046875rem;left:0rem;height:25.4883125rem;font-style:normal;display:block; }
#GQWR6ENJDHyVLqfTQoQAsupuCRRozArB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.94921875rem;left:0rem;display:block; }
#Rp1P43I8BVw2uRBwxSMz73TQyQAITkih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/d6CnI043/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:9.125rem;left:27.0625rem;display:block; }#IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7.adaptive-delivery-prevent-bg, #IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7.lazyload, #IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7.lazyloading { background-image: none; }
#ZDgIrEMPnwHTVEeJ8LfeD2mD5fGmcnQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.375rem;height:0.9746125rem;font-style:normal;display:block; }
#ereSaIqwX7q6xCc5XXSudlEQLKNruCUv { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:32.59375rem;height:5.84765rem;font-style:normal;display:block; }
#TlBXnciKwVAZI84NnolXsOEZMDL6PuDs { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.25rem;left:49.625rem;height:4.38574375rem;font-style:normal;display:block; }
#BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/C18TBrb4/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:9.125rem;left:44.0625rem;display:block; }#BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV.adaptive-delivery-prevent-bg, #BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV.lazyload, #BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV.lazyloading { background-image: none; }
#ikOLAMNe3V4XSovcgrVdya6VNCWzJvQy { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.6875rem;left:44.375rem;height:0.9746125rem;font-style:normal;display:block; }
#f49pEGN05tlZaePDi2yFgnKDbTRw1hkR { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.5625rem;left:32.625rem;height:5.84765625rem;font-style:normal;display:block; }
#Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/dCXPbbd1/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:16.4375rem;left:27.0625rem;display:block; }#Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8.adaptive-delivery-prevent-bg, #Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8.lazyload, #Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8.lazyloading { background-image: none; }
#CJSgRU9z7aRFDLB3zAxI1nA479BSQxUB { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17rem;left:27.375rem;height:0.9746125rem;font-style:normal;display:block; }
#fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/nc86SN9b/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:16.4375rem;left:44.0625rem;display:block; }#fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo.adaptive-delivery-prevent-bg, #fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo.lazyload, #fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo.lazyloading { background-image: none; }
#MTVQ83seDmctapWCneDaWP2233QTMIpa { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17rem;left:44.375rem;height:0.9746125rem;font-style:normal;display:block; }
#Z9xDccX7GuOuF5bz84ZMGZaitgJyGiHJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.5625rem;left:49.625rem;height:5.84765625rem;font-style:normal;display:block; }
#LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/Cawbeata/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:23.6875rem;left:27.0625rem;display:block; }#LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc.adaptive-delivery-prevent-bg, #LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc.lazyload, #LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc.lazyloading { background-image: none; }
#Q0plUi6mWKTmCw5oOdTxwMacZWxGupoP { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.375rem;height:0.9746125rem;font-style:normal;display:block; }
#A4yMgdItySMTtVO5cEw9URcX4woTq85c { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.8125rem;left:32.625rem;height:4.38574375rem;font-style:normal;display:block; }
#uPcsMxam9H9CCalTVrgsMckz8MHSxSxc { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/1ucqbfGr/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:23.6875rem;left:44.0625rem;display:block; }#uPcsMxam9H9CCalTVrgsMckz8MHSxSxc.adaptive-delivery-prevent-bg, #uPcsMxam9H9CCalTVrgsMckz8MHSxSxc.lazyload, #uPcsMxam9H9CCalTVrgsMckz8MHSxSxc.lazyloading { background-image: none; }
#sQAm7yEHq1huiDT1w3b6lXmIi0FweU7e { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:24.25rem;left:44.375rem;height:0.9746125rem;font-style:normal;display:block; }
#okicg9ADICnJzlaW6SnmZD9QEEDXTctx { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.8125rem;left:49.625rem;height:5.84765625rem;font-style:normal;display:block; }
#ls55vw7s092suhWvfqIsighMZRb5TV8A { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:30.1640625rem;left:32.59375rem;height:5.84765rem;font-style:normal;display:block; }
#RnolheTQlwF660Phg4LxnikKxT8I8g0o { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/frceB0Q0/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:30.375rem;left:27.0625rem;display:block; }#RnolheTQlwF660Phg4LxnikKxT8I8g0o.adaptive-delivery-prevent-bg, #RnolheTQlwF660Phg4LxnikKxT8I8g0o.lazyload, #RnolheTQlwF660Phg4LxnikKxT8I8g0o.lazyloading { background-image: none; }
#f7GlTipmb73kZZuBsWcIV1z5rfkBGpQ9 { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:30.9375rem;left:27.375rem;height:0.9746125rem;font-style:normal;display:block; }
#wmgKVA0pkUfJNezGzVWgDJCgVDvsKXzp { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:5.125rem;top:47.25rem;left:0rem;display:block; }
#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { background-color: transparent; background-image: none; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container > .video-iframe-container { display: none; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row > .video-iframe-container { display: none; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .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); }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { border-width: 0; border-radius: 0; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/77e4a3b7-007a-41d2-b099-b0363a4e7697/CRIATIVO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.adaptive-delivery-prevent-bg, #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.lazyload, #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.lazyloading { background-image: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { background-color: transparent; background-image: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container > .video-iframe-container { display: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container { display: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .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); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { border-width: 0; border-radius: 0; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#PH5og4ufuXkeEtJOD6DXlgdH0A4xyC2Q { 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:7.6875rem;width:7.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#os81s9LWUlzPpSQEsoPmROPEa3BwuArX { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.693359375rem;left:33.6875rem;height:5.8496125rem;font-style:normal;display:block; }
#Ebagocto92pIWHy3Kwi8hTSyDbOrcON3 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:0.46875rem;left:30.0625rem;height:6.75rem;font-style:normal;display:block; }
#nQcmMHNfiNx2fRqdX87BQXOlF7K67dF1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:4.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.2431640625rem;left:6.71875rem;display:block; }
#dwPyb3fNxVdTDcZsdAs4ccDJxtNgphyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StWrCsOhJHm9Q2wv0FLflELU2OpBCo90 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:50rem;display:none; }
#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { background-color: transparent; background-image: none; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container > .video-iframe-container { display: none; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row > .video-iframe-container { display: none; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .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); }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { border-width: 0; border-radius: 0; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gg3nw32W/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.adaptive-delivery-prevent-bg, #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.lazyload, #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.lazyloading { background-image: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { background-color: transparent; background-image: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container > .video-iframe-container { display: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container { display: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .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); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { border-width: 0; border-radius: 0; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:60rem;position:relative;display:block; }#sLWbcv089FTlTEJIrXX0bzbHCRpJvzeL { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuaoHFHVZVT22A3ONQdcS5IOPGye77Vn { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:7.25rem;top:13.125rem;left:5.625rem;display:block; }
#aNEOMqrQ8Mh1JEdQZR7yGy85kT2GqD1Q { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14rem;top:13.125rem;left:12.875rem;display:block; }
#TTAMThlCWZi36U8fTT6tdrJPMciKsdFN { position:absolute;display:block;z-index:15003;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:3.1875rem;width:4.4375rem;top:18.75rem;left:7.0625rem;overflow:hidden;display:block; }
#RamsFycpRU2RvdbRZX6BoLIzrXDCWmCR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/cicdTMfd/img_1.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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:16.625rem;left:16.125rem;display:block; }#RamsFycpRU2RvdbRZX6BoLIzrXDCWmCR.adaptive-delivery-prevent-bg, #RamsFycpRU2RvdbRZX6BoLIzrXDCWmCR.lazyload, #RamsFycpRU2RvdbRZX6BoLIzrXDCWmCR.lazyloading { background-image: none; }
#OdepHyTo22MsvyBPsKhzEhUeDKm0JQVI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:28.625rem;left:5.625rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#nfGhgrcPEtWL91OhAXKZr3fIt6iZtDMf { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:33.5rem;left:5.625rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#z778bdn0WnK6P1EsP6KR4REoXNTp9iNv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14rem;top:23.125rem;left:40.375rem;display:block; }
#XH3J3o131LU7f0JmD7t195LJnGZwxCIC { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/42c696ac-7520-4018-9c9b-1e1cb43287b4/d15e842ab1154a4cab5f7e5e9f76f66d.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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:26.625rem;left:43.625rem;display:block; }#XH3J3o131LU7f0JmD7t195LJnGZwxCIC.adaptive-delivery-prevent-bg, #XH3J3o131LU7f0JmD7t195LJnGZwxCIC.lazyload, #XH3J3o131LU7f0JmD7t195LJnGZwxCIC.lazyloading { background-image: none; }
#LAvVhX9ddCrNkrKTLtLueWWIluBf6aQ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:38.625rem;left:33.125rem;height:4.72265625rem;text-align:center;text-align-last:center;display:block; }
#uynq57ph4wEhPMELudqT37PKoRUglTiL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:7.25rem;top:23.125rem;left:33.125rem;display:block; }
#RZB1XmGEDb6rntrw0kngf04abxJF3Azg { position:absolute;display:block;z-index:15009;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:3.1875rem;width:4.4375rem;top:28.75rem;left:34.5rem;overflow:hidden;display:block; }
#tqhziOZ7wZfSM6TDwuJNy0JpImf3AzGx { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:45.8125rem;left:33.125rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#IT5GmnmSlNJiMMz2rc1uQwFFZVeK5bEn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:43.0625rem;left:5.625rem;display:block; }
#QtmI2by6Jf7TplNEznWNbB2ofgtkPVRz { 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) { #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdN6MQKLgcVhDtWyGuL3aTQ889llEKXt { width:10.3125rem;height:54.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { width:7.6875rem;height:7.6875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1aUrvI3JRCUTnuxw13STpRe4thnRABC { width:7.625rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWDqk0X6km7QIi7P4bwF7p72z716zKh { width:33.25rem;height:3.875rem;top:14.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXRb04ZaQVuUfUFd1HFCGH9SZeWgO3mc { width:33.25rem;height:1.9375rem;top:20.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfTpEZVuWOSFOrbBTsmQbU74Ni3M9KUq { width:2rem;height:2rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { width:26.125rem;height:;top:24.375rem;left:0rem;font-size:1.125rem;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4fdfeSIb/arrow.png); }
 }@media only screen and (max-width: 763px) { #NH7d2rSJbQkVgQDx7KwNbu9btett7G9A { width:2rem;height:2rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3OpKmBDEF2IRSGK8KkD58VvHbHivz53 { width:2rem;height:2rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg88cogrUJGf0Qew8JauxlTQ8wKJBbki { width:14.5rem;height:4.375rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVuPEhCN6as98KKf7X98MqDtSD4UuFom { display:block; }
 }@media only screen and (max-width: 763px) { #yfWmHD6x3ZCGKD7AaKETb0ARKGCr4MeT { width:1.1875rem;height:4.4375rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJGTEFOVv5LdM4rtuQOrPdvnbBMN7L2u { width:13rem;height:3.4375rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT5dS9HeX1Usr4dnQDhtuPnFqRzVnMIK { display:block; }
 }@media only screen and (max-width: 763px) { #sOGqTMGotDTcEn28sXs4bnzwCizGRxdg { top:26.1875rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 { display:block; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE { display:block; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DscFbKtoni3sBg03JVi6VxTNm2evE05M { width:27.0625rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtt6GSoxDq5cem0f0D6XqobwluloCpiP { width:25.625rem;height:25.4375rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQWR6ENJDHyVLqfTQoQAsupuCRRozArB { width:14.5rem;height:4.375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1P43I8BVw2uRBwxSMz73TQyQAITkih { display:block; }
 }@media only screen and (max-width: 763px) { #IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7 { width:4.5625rem;height:4.5625rem;top:9.125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgIrEMPnwHTVEeJ8LfeD2mD5fGmcnQJ { width:3.9375rem;height:0.9375rem;top:9.6875rem;left:19.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ereSaIqwX7q6xCc5XXSudlEQLKNruCUv { width:8.75rem;height:5.8125rem;top:9.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlBXnciKwVAZI84NnolXsOEZMDL6PuDs { width:8.75rem;height:4.375rem;top:9.25rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV { width:4.5625rem;height:4.5625rem;top:9.125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikOLAMNe3V4XSovcgrVdya6VNCWzJvQy { width:3.9375rem;height:0.9375rem;top:9.6875rem;left:35.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f49pEGN05tlZaePDi2yFgnKDbTRw1hkR { width:8.75rem;height:5.8125rem;top:16.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8 { width:4.5625rem;height:4.5625rem;top:16.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJSgRU9z7aRFDLB3zAxI1nA479BSQxUB { width:3.9375rem;height:0.9375rem;top:17rem;left:19.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo { width:4.5625rem;height:4.5625rem;top:16.4375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVQ83seDmctapWCneDaWP2233QTMIpa { width:3.9375rem;height:0.9375rem;top:17rem;left:35.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9xDccX7GuOuF5bz84ZMGZaitgJyGiHJ { width:8.75rem;height:5.8125rem;top:16.5625rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc { width:4.5625rem;height:4.5625rem;top:23.6875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0plUi6mWKTmCw5oOdTxwMacZWxGupoP { width:3.9375rem;height:0.9375rem;top:24.25rem;left:19.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4yMgdItySMTtVO5cEw9URcX4woTq85c { width:8.75rem;height:4.375rem;top:23.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPcsMxam9H9CCalTVrgsMckz8MHSxSxc { width:4.5625rem;height:4.5625rem;top:23.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQAm7yEHq1huiDT1w3b6lXmIi0FweU7e { width:3.9375rem;height:0.9375rem;top:24.25rem;left:35.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okicg9ADICnJzlaW6SnmZD9QEEDXTctx { width:8.75rem;height:5.8125rem;top:23.8125rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls55vw7s092suhWvfqIsighMZRb5TV8A { width:8.75rem;height:2.875rem;top:30.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnolheTQlwF660Phg4LxnikKxT8I8g0o { width:4.5625rem;height:4.5625rem;top:30.375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7GlTipmb73kZZuBsWcIV1z5rfkBGpQ9 { width:3.9375rem;height:0.9375rem;top:30.9375rem;left:19.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmgKVA0pkUfJNezGzVWgDJCgVDvsKXzp { width:5.125rem;height:41.125rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 { display:block; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc { display:block; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH5og4ufuXkeEtJOD6DXlgdH0A4xyC2Q { width:7.6875rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #os81s9LWUlzPpSQEsoPmROPEa3BwuArX { width:21.9375rem;height:5.8125rem;top:21.6875rem;left:25.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebagocto92pIWHy3Kwi8hTSyDbOrcON3 { width:24.6875rem;height:6.75rem;top:0.4375rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcmMHNfiNx2fRqdX87BQXOlF7K67dF1 { width:14.5rem;height:4.375rem;top:35.1875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwPyb3fNxVdTDcZsdAs4ccDJxtNgphyp { display:block; }
 }@media only screen and (max-width: 763px) { #StWrCsOhJHm9Q2wv0FLflELU2OpBCo90 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 { display:block; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 { display:block; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLWbcv089FTlTEJIrXX0bzbHCRpJvzeL { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuaoHFHVZVT22A3ONQdcS5IOPGye77Vn { width:7.25rem;height:14.4375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNEOMqrQ8Mh1JEdQZR7yGy85kT2GqD1Q { width:14rem;height:14.4375rem;top:13.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAMThlCWZi36U8fTT6tdrJPMciKsdFN { width:4.4375rem;height:3.1875rem;top:18.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RamsFycpRU2RvdbRZX6BoLIzrXDCWmCR { width:7.5rem;height:7.5rem;top:16.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdepHyTo22MsvyBPsKhzEhUeDKm0JQVI { width:21.25rem;height:1.5625rem;top:28.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfGhgrcPEtWL91OhAXKZr3fIt6iZtDMf { width:21.25rem;height:1.5625rem;top:33.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z778bdn0WnK6P1EsP6KR4REoXNTp9iNv { width:14rem;height:14.4375rem;top:23.125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3J3o131LU7f0JmD7t195LJnGZwxCIC { width:7.5rem;height:7.5rem;top:26.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAvVhX9ddCrNkrKTLtLueWWIluBf6aQ1 { width:21.25rem;height:4.6875rem;top:38.625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uynq57ph4wEhPMELudqT37PKoRUglTiL { width:7.25rem;height:14.4375rem;top:23.125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZB1XmGEDb6rntrw0kngf04abxJF3Azg { width:4.4375rem;height:3.1875rem;top:28.75rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqhziOZ7wZfSM6TDwuJNy0JpImf3AzGx { width:21.25rem;height:1.5625rem;top:45.8125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT5GmnmSlNJiMMz2rc1uQwFFZVeK5bEn { width:14.5rem;height:4.375rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtmI2by6Jf7TplNEznWNbB2ofgtkPVRz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/48e2bc25-0565-4050-821f-1a67120bafe5/minibarbeadorduplo.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.adaptive-delivery-prevent-bg, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyload, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyloading { background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { background-color: transparent; background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdN6MQKLgcVhDtWyGuL3aTQ889llEKXt { width:10.25rem;height:34.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { width:5.3125rem;height:5.3125rem;top:0rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1aUrvI3JRCUTnuxw13STpRe4thnRABC { width:5.75rem;height:0.0625rem;top:5.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWDqk0X6km7QIi7P4bwF7p72z716zKh { width:19.125rem;height:2.4375rem;top:5.8125rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXRb04ZaQVuUfUFd1HFCGH9SZeWgO3mc { width:16.75rem;height:3.25rem;top:11.3125rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GfTpEZVuWOSFOrbBTsmQbU74Ni3M9KUq { width:2rem;height:2rem;top:14.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { width:15.875rem;height:12.0215rem;top:14.8125rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4fdfeSIb/arrow.png); }
 }@media only screen and (max-width: 763px) { #NH7d2rSJbQkVgQDx7KwNbu9btett7G9A { width:2rem;height:2rem;top:18.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3OpKmBDEF2IRSGK8KkD58VvHbHivz53 { width:2rem;height:2rem;top:23.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg88cogrUJGf0Qew8JauxlTQ8wKJBbki { width:13.25rem;height:3.75rem;top:27.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVuPEhCN6as98KKf7X98MqDtSD4UuFom { display:block; }
 }@media only screen and (max-width: 763px) { #yfWmHD6x3ZCGKD7AaKETb0ARKGCr4MeT { width:0.8125rem;height:3.1875rem;top:31.0625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJGTEFOVv5LdM4rtuQOrPdvnbBMN7L2u { width:11.0625rem;height:3.4375rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT5dS9HeX1Usr4dnQDhtuPnFqRzVnMIK { display:block; }
 }@media only screen and (max-width: 763px) { #sOGqTMGotDTcEn28sXs4bnzwCizGRxdg { width:20rem;height:21.75rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 { display:block; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE { background-color:#20344f;background-image:url("https://images.assets-landingi.com/C1b2eref/bg_section_1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.adaptive-delivery-prevent-bg, #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.lazyload, #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.lazyloading { background-image: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { background-color: transparent; background-image: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container > .video-iframe-container { display: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container { display: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .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); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { width:20rem;height:111.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DscFbKtoni3sBg03JVi6VxTNm2evE05M { width:20rem;height:1.94921875rem;top:3.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mtt6GSoxDq5cem0f0D6XqobwluloCpiP { width:20rem;height:26.771475rem;top:8.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQWR6ENJDHyVLqfTQoQAsupuCRRozArB { width:13.25rem;height:3.75rem;top:93rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1P43I8BVw2uRBwxSMz73TQyQAITkih { display:block; }
 }@media only screen and (max-width: 763px) { #IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7 { width:4.5625rem;height:4.5625rem;top:39.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgIrEMPnwHTVEeJ8LfeD2mD5fGmcnQJ { width:3.9375rem;height:0.9746125rem;top:19.8125rem;left:2.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ereSaIqwX7q6xCc5XXSudlEQLKNruCUv { width:9.6875rem;height:5.199225rem;top:45.650390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlBXnciKwVAZI84NnolXsOEZMDL6PuDs { width:9.6875rem;height:2.5996125rem;top:45.650390625rem;left:10.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV { width:4.5625rem;height:4.5625rem;top:39.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikOLAMNe3V4XSovcgrVdya6VNCWzJvQy { width:3.9375rem;height:0.9746125rem;top:19.75rem;left:13.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f49pEGN05tlZaePDi2yFgnKDbTRw1hkR { width:9.6875rem;height:3.89941875rem;top:59.1875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8 { width:4.5625rem;height:4.5625rem;top:52.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJSgRU9z7aRFDLB3zAxI1nA479BSQxUB { width:3.9375rem;height:0.9746125rem;top:29.6875rem;left:2.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo { width:4.5625rem;height:4.5625rem;top:52.875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVQ83seDmctapWCneDaWP2233QTMIpa { width:3.9375rem;height:0.9746125rem;top:29.6875rem;left:13.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z9xDccX7GuOuF5bz84ZMGZaitgJyGiHJ { width:9.6875rem;height:5.19921875rem;top:58.537109375rem;left:10.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc { width:4.5625rem;height:4.5625rem;top:64.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0plUi6mWKTmCw5oOdTxwMacZWxGupoP { width:3.9375rem;height:0.9746125rem;top:39.625rem;left:2.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4yMgdItySMTtVO5cEw9URcX4woTq85c { width:9.6875rem;height:2.5996125rem;top:70.5126953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPcsMxam9H9CCalTVrgsMckz8MHSxSxc { width:4.5625rem;height:4.5625rem;top:64.625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQAm7yEHq1huiDT1w3b6lXmIi0FweU7e { width:3.9375rem;height:0.9746125rem;top:39.625rem;left:13.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okicg9ADICnJzlaW6SnmZD9QEEDXTctx { width:9.6875rem;height:5.19921875rem;top:70.5126953125rem;left:10.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ls55vw7s092suhWvfqIsighMZRb5TV8A { width:9.6875rem;height:5.199225rem;top:81.125rem;left:5.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnolheTQlwF660Phg4LxnikKxT8I8g0o { width:4.5625rem;height:4.5625rem;top:75.7119140625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7GlTipmb73kZZuBsWcIV1z5rfkBGpQ9 { width:3.9375rem;height:0.9746125rem;top:49.8125rem;left:8.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wmgKVA0pkUfJNezGzVWgDJCgVDvsKXzp { width:5.125rem;height:0.9375rem;top:110.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 { display:block; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eF2TVbcP/bg_section_2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.adaptive-delivery-prevent-bg, #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.lazyload, #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.lazyloading { background-image: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { background-color: transparent; background-image: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container > .video-iframe-container { display: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container { display: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .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); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH5og4ufuXkeEtJOD6DXlgdH0A4xyC2Q { width:5.1875rem;height:5.1875rem;top:0rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os81s9LWUlzPpSQEsoPmROPEa3BwuArX { width:20rem;height:3.8984375rem;top:4.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ebagocto92pIWHy3Kwi8hTSyDbOrcON3 { width:20rem;height:7.5rem;top:8.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQcmMHNfiNx2fRqdX87BQXOlF7K67dF1 { width:13.25rem;height:3.75rem;top:30.1875rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwPyb3fNxVdTDcZsdAs4ccDJxtNgphyp { display:block; }
 }@media only screen and (max-width: 763px) { #StWrCsOhJHm9Q2wv0FLflELU2OpBCo90 { top:15.8125rem;left:0.625rem;width:18.75rem;height:18.75rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 { display:block; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gg3nw32W/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.adaptive-delivery-prevent-bg, #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.lazyload, #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.lazyloading { background-image: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { background-color: transparent; background-image: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container > .video-iframe-container { display: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container { display: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .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); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLWbcv089FTlTEJIrXX0bzbHCRpJvzeL { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuaoHFHVZVT22A3ONQdcS5IOPGye77Vn { width:18.75rem;height:4.5rem;top:4.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNEOMqrQ8Mh1JEdQZR7yGy85kT2GqD1Q { width:18.75rem;height:8.75rem;top:8.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAMThlCWZi36U8fTT6tdrJPMciKsdFN { width:2.6875rem;height:1.9375rem;top:5.5625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RamsFycpRU2RvdbRZX6BoLIzrXDCWmCR { width:6.25rem;height:6.25rem;top:10.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdepHyTo22MsvyBPsKhzEhUeDKm0JQVI { width:20rem;height:1.3994125rem;top:18.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfGhgrcPEtWL91OhAXKZr3fIt6iZtDMf { width:20rem;height:1.3994125rem;top:24.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z778bdn0WnK6P1EsP6KR4REoXNTp9iNv { width:18.75rem;height:8.75rem;top:31.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3J3o131LU7f0JmD7t195LJnGZwxCIC { width:6.25rem;height:6.25rem;top:32.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAvVhX9ddCrNkrKTLtLueWWIluBf6aQ1 { width:20rem;height:4.1982375rem;top:40.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uynq57ph4wEhPMELudqT37PKoRUglTiL { width:18.75rem;height:4.5rem;top:26.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZB1XmGEDb6rntrw0kngf04abxJF3Azg { width:2.6875rem;height:1.875rem;top:28.25rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqhziOZ7wZfSM6TDwuJNy0JpImf3AzGx { width:20rem;height:1.3994125rem;top:46.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT5GmnmSlNJiMMz2rc1uQwFFZVeK5bEn { width:13.25rem;height:3.75rem;top:49.375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtmI2by6Jf7TplNEznWNbB2ofgtkPVRz { display:block; }
 }