.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:255,230,204;--color-primary-1:255,181,102;--color-primary-2:255,131,0;--color-primary-3:225,107,0;--color-primary-4:218,172,0;--color-secondary-0:217,218,224;--color-secondary-1:128,133,150;--color-secondary-2:1,11,45;--color-secondary-3:1,6,23;--color-secondary-4:0,2,7;--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:"Poppins";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/90a526d4-4da9-47e9-a874-f2eebcb29995/fundo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),0));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { background-color: transparent; background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .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); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { border-width: 0; border-radius: 0; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:75rem;overflow:visible;position:relative;display:block; }#wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21rem;left:0rem;height:7.7983125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:"raleway black";font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:11.5625rem;left:0rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:13.125rem;display:none; }
#HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.1875rem;left:43.1875rem;display:none; }
#Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.1875rem;left:30.1875rem;display:none; }
#s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.1875rem;left:56.3125rem;display:none; }
#zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qv5UiHyF7VKDnEtG4hd0ultqpEGCgq4p { position:absolute;display:block;z-index:15059;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.186525rem;width:4.125rem;top:58.0625rem;left:26.4375rem;overflow:hidden;display:block; }
#V1iR8htBpKVQkMoX5avtu6BI9CbokQmK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:57.9375rem;left:0rem;display:none; }
#zCuuGlnlcadfFakAaUbldII94x4TxIoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:59.375rem;left:30.625rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nphITGEfKvpFfQuyJu20MgTezLrdBueU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:58.375rem;left:30.75rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z { position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/657584b4-bf50-42ac-be80-1877ec048f80/logobranca.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1865rem;width:9.1865rem;top:1.5625rem;left:0rem;display:block; }#agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z.adaptive-delivery-prevent-bg, #agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z.lazyload, #agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z.lazyloading { background-image: none; }
#R17DSRvacaSkb4lgLTxN4VH7ZM6nkJHO { 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:49.9375rem;width:47.9375rem;display:none; }
#pV13M05hX0O6bgzNWPucB36CHDTcWaT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:29.425001144409rem;left:0rem;height:23.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pV13M05hX0O6bgzNWPucB36CHDTcWaT3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pV13M05hX0O6bgzNWPucB36CHDTcWaT3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7da6a8ff-27df-4911-bbf8-728b7022e794/Prancheta3.png); }
#hVdNeNFXOxerK7y4es1aHgWR45nsvnP0 { position:absolute;display:block;z-index:15062;height:4.375rem;width:25rem;top:55.9375rem;left:0rem;display:block; }
#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { background-color: transparent; background-image: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .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); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { border-width: 0; border-radius: 0; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { font-size:0.875rem;font-family:arial;height:80.9375rem;width:75rem;position:relative;display:block; }#aQhMEi1yNklcT8Sw6uJnXbzRCZ5N8umn { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:36.25rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LqJ8S8i0sh1TGnp6QeRf8lhTUs5TVgD1 { color:rgba(var(--color-secondary-2),1);display:block;width:38.75rem;position:absolute;font-family:"raleway black";font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:36.25rem;height:4.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eSdTtxZ3lI5oZq3SivQ6EtBgOkq180lT { position:absolute;display:block;z-index:15005;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:35.125rem;width:33.6875rem;top:9.3125rem;left:0rem;overflow:hidden;display:block; }
#sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.71875rem;left:36.25rem;height:35.0909375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.6875rem;left:4.3125rem;display:none; }
#MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgKUDc0qlwLDeuQdWa1pXrgeX5OATzLK { position:absolute;display:block;z-index:15005;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:31.875rem;width:33.6875rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#zPhWf8ldvZZyHxQsctT3WZUyZbPkG4vh { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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:20.6875rem;width:75rem;top:53.5625rem;left:0rem;display:block; }
#fTZSD4qxopV10HN8ZCxlLQ4k6tJSNu1a { color:rgba(var(--color-tertiary-0),1);display:block;width:70.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:56.228127479553rem;left:2.3125rem;height:13.1590625rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EykIUat6d5npLuZ2h4kx5F8apC8K5URD { position:absolute;display:block;z-index:15063;height:4.375rem;width:25rem;top:40.482954025269rem;left:2.3125rem;display:block; }
#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { 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; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { background-color: transparent; background-image: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container > .video-iframe-container { display: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container { display: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .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); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { border-width: 0; border-radius: 0; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#Hbn6OSaNhTnzf8IUuIge6ZK0J5PoTNcv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"raleway black";font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6083984375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { 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; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { background-color: transparent; background-image: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container > .video-iframe-container { display: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container { display: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .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); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { border-width: 0; border-radius: 0; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { position:absolute;display:block;z-index:15000;height:45.8745625rem;width:75rem;top:1.0004348754882rem;left:0rem;display:block; }
#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row .container { background-color: transparent; background-image: none; }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row .container > .video-iframe-container { display: none; }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row > .video-iframe-container { display: none; }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .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); }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row .container { border-width: 0; border-radius: 0; }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#rqingXTKls5vrL1fLk7PRw6e2aE4flFC { color:#00d8e0;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dRn9ydEN/mudanca1.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:14.4375rem;width:14.4375rem;top:10.9375rem;left:7.5rem;display:block; }#vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu.adaptive-delivery-prevent-bg, #vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu.lazyload, #vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu.lazyloading { background-image: none; }
#Aqslkco4EiDcqR4Nf2Vo5z5v0UR3ngo1 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/u6X85kAX/guarda_moveis.png");background-position:center right !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:14.4375rem;width:14.4375rem;top:10.9375rem;left:53.0625rem;display:block; }#Aqslkco4EiDcqR4Nf2Vo5z5v0UR3ngo1.adaptive-delivery-prevent-bg, #Aqslkco4EiDcqR4Nf2Vo5z5v0UR3ngo1.lazyload, #Aqslkco4EiDcqR4Nf2Vo5z5v0UR3ngo1.lazyloading { background-image: none; }
#fPmFeyWdtCv4WCPzxuCKiOGo00v4l2IO { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HEd2Zv2i/mudanca_interestadual.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:14.4375rem;width:14.4375rem;top:10.9375rem;left:22.5625rem;display:block; }#fPmFeyWdtCv4WCPzxuCKiOGo00v4l2IO.adaptive-delivery-prevent-bg, #fPmFeyWdtCv4WCPzxuCKiOGo00v4l2IO.lazyload, #fPmFeyWdtCv4WCPzxuCKiOGo00v4l2IO.lazyloading { background-image: none; }
#NbWAIPXBrgnRoiDIZPb2ySP3S44pttQu { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2Mn6fXru/internacional2.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:14.4375rem;width:14.4375rem;top:10.9375rem;left:37.75rem;display:block; }#NbWAIPXBrgnRoiDIZPb2ySP3S44pttQu.adaptive-delivery-prevent-bg, #NbWAIPXBrgnRoiDIZPb2ySP3S44pttQu.lazyload, #NbWAIPXBrgnRoiDIZPb2ySP3S44pttQu.lazyloading { background-image: none; }
#uTub5Q7yIg3mhqfPLBrRaCKJVTM6yVLI { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.4375rem;left:7.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anLX5au0U9QNJsm95zsg3N1PfhwdHSFp { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.4375rem;left:22.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MmsFKvzH81Gn4gforBCIbNzMf6HUZT4x { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.4375rem;left:37.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToOVvlJC7dMzWrbb76koTZ63EKhLvIiT { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4375rem;left:52.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzvAeT3QVEmQrTZn9TIRvPEHv4bdxwMG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHLscRPVp87oHdqFSCPcIR6oUA6RJM4l { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.125rem;left:8.125rem;height:4.54829375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iaZs1lDSUH6Ap4tk7yeiq1I1DIc8dFWT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.125rem;left:23.25rem;height:4.54829375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GyMZKptCVOU1POTWz25xVWeQI3XDM5ha { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.125rem;left:38.375rem;height:4.54829375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhuAmPeh7nhvtf48SlHSQFVTTae6U3r6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.125rem;left:53.375rem;height:4.54829375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xDNN6cu1cn7olgnoerpUA9TF6Nqselh1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.375rem;left:7.5rem;display:block; }
#QTKLWymCDDM9tguVJVm4R2yoxeF30sst { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z28OvuwxoKOSTq75owU3RCA85QLqsylL { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.375rem;left:22.625rem;display:block; }
#oMlMQ4nRPmKgNl5nyd6QrSuwIepT5qso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ae6yleaVJbT1FxTnQpRErSACsGB1Qnfk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.375rem;left:53.0625rem;display:block; }
#omlm2dnX77ASCbTzpUv3fK92AfZBQuZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuanIMBZn2cZ6UF88odeOxhCRTdirPEM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.375rem;left:37.75rem;display:block; }
#UPqE70l7QuChbU5fRZvFg1vQIdwWCStd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yt2p4ILK9T4AL4vlyDss5gTw3owgokUO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-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:27rem;width:14.4375rem;top:10.9375rem;left:7.5rem;display:block; }
#SwRUOibmqs3Lyh01ohZLENHSsv2QIK4s { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-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:27rem;width:14.4375rem;top:10.9375rem;left:22.625rem;display:block; }
#STb13IXtoVo9T028tt7gDgtv0fP65VyZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:27rem;width:14.4375rem;top:10.9375rem;left:53.0625rem;display:block; }
#ZW8SbB4iIAxmFnzkvdbZJFPrnQ0fOFzo { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:27rem;width:14.4375rem;top:10.9375rem;left:37.75rem;display:block; }
#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row .container { background-color: transparent; background-image: none; }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row .container > .video-iframe-container { display: none; }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row > .video-iframe-container { display: none; }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .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); }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row .container { border-width: 0; border-radius: 0; }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#wisqSCFrFUCq0TFDLlZwFPTpTbRfvpqs { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#auNLGnyHoAXw6ZcitolV8sIaBcgnvAE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:16.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eKILl7J4fHOp1C2MAGUe45HWOTedQNo2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:16.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KDlHclzPESK46ECfVUyT3t8LmAUqSI6W { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.9375rem;left:16.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rLLEtGkR0ryO8QFb0uqPqgeNDnCQGcra { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UCUKBxU61hS6pPd2UT6s5RPtZX9DhQZf { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z0zW0CyRsh5CrZQXDRoQ79mRCvQCBuJb { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:16.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#drdWGU06xmSCCQeBwwIfyzl7Poa7LBRq { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NnJSsHeT6i4k3QSDwhNOOW5l2DqsTmI7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.6875rem;left:35rem;display:block; }
#Vca3XMBGc0osZyKQATvNIE3uNNnDnHIw { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/P15iPuWm/mt_1672_content_bg04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw.adaptive-delivery-prevent-bg, #dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw.lazyload, #dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw.lazyloading { background-image: none; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { background-color: transparent; background-image: none; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container > .video-iframe-container { display: none; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row > .video-iframe-container { display: none; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .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); }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { border-width: 0; border-radius: 0; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#x79FCND0xV6V47URmrm1AtUUicRxezhL { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bfb58380-1e75-4ce5-80eb-dbe56d4f4f2c/placeholder1.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.5625rem;left:50.4375rem;display:block; }#x79FCND0xV6V47URmrm1AtUUicRxezhL.adaptive-delivery-prevent-bg, #x79FCND0xV6V47URmrm1AtUUicRxezhL.lazyload, #x79FCND0xV6V47URmrm1AtUUicRxezhL.lazyloading { background-image: none; }
#i7A3x9afAdQl5lH9broabyRshhrkmD2k { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:52.625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eg2BClX6rppQJRknSGI1KrK6otnn0gHC { color:rgba(var(--color-secondary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.125rem;left:52.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vTJAvmsR52XIoBfq1MFC2O3uxSBd33EX { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:65.25rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QmhAylb4d33OhSw0w5M4wGnebM4TlHib { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:65.25rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLfWRWr1CoOX8E67awiL5wb7di5c9TeG { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/48a630cc-19f5-4327-93a5-fcc69ced6727/phonecall.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:8.25rem;left:63.0625rem;display:block; }#dLfWRWr1CoOX8E67awiL5wb7di5c9TeG.adaptive-delivery-prevent-bg, #dLfWRWr1CoOX8E67awiL5wb7di5c9TeG.lazyload, #dLfWRWr1CoOX8E67awiL5wb7di5c9TeG.lazyloading { background-image: none; }
#xOIKFEgn5TxMmmQK5lG4ADTxEBrSSvax { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.25rem;left:52.625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b48110a5-38db-4b02-9e32-854551afc675/smartphone.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:8.25rem;left:50.4375rem;display:block; }#Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6.adaptive-delivery-prevent-bg, #Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6.lazyload, #Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6.lazyloading { background-image: none; }
#ePogAzei6dJ95lHgmkUVPt4mgex0GTU3 { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.8125rem;left:52.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9OdsAKr05xIEVyXksk0msMWET82gIk7 { position:absolute;display:block;z-index:15000;height:8.3125rem;width:46.5625rem;top:2.875rem;left:0rem;display:block; }
#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/P15iPuWm/mt_1672_content_bg04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.adaptive-delivery-prevent-bg, #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.lazyload, #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.lazyloading { background-image: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { background-color: transparent; background-image: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container > .video-iframe-container { display: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container { display: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .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); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { border-width: 0; border-radius: 0; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#emWohCmOMkPCVHT6UwEJiQzvXCugBege { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.171875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea { position:relative;display:none; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea { border-width: 0; border-radius: 0; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .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; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#vhd7Pt2Qd9JFOtzk2TMkWhBqGSqNWXD3 { background-color:rgba(var(--color-primary-3),1);background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6865rem;height:4.374025rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.9375rem;left:0rem;display:none; }
#agDzxSa5R7EAuECVcswTieI6QLWtJSdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b6MQWUyT9kAMCugTJ7F4fshr1cWTiQXw { 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:3.125rem;width:20rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PURhATnyrnApHB3npzkrfr0qgXVJwfMt { display:block; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { width:38.25rem;height:5.1875rem;top:21rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { width:39.4375rem;height:9.375rem;top:11.5625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { width:17.0625rem;height:2.875rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block; }
 }@media only screen and (max-width: 763px) { #MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { width:11.125rem;height:2.875rem;top:0.1875rem;left:29.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block; }
 }@media only screen and (max-width: 763px) { #uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { width:11.875rem;height:2.875rem;top:0.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block; }
 }@media only screen and (max-width: 763px) { #Qv5UiHyF7VKDnEtG4hd0ultqpEGCgq4p { width:4.125rem;height:4.1859375rem;top:58.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1iR8htBpKVQkMoX5avtu6BI9CbokQmK { width:25.0625rem;height:4.375rem;top:57.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCuuGlnlcadfFakAaUbldII94x4TxIoI { display:block; }
 }@media only screen and (max-width: 763px) { #BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { width:17.0625rem;height:2.375rem;top:59.375rem;left:17rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nphITGEfKvpFfQuyJu20MgTezLrdBueU { width:9.75rem;height:1.3125rem;top:58.375rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z { width:9.125rem;height:9.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R17DSRvacaSkb4lgLTxN4VH7ZM6nkJHO { width:47.75rem;height:49.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pV13M05hX0O6bgzNWPucB36CHDTcWaT3 { width:35.5625rem;height:23.4375rem;top:29.375rem;left:0rem;font-size:1.0625rem;display:block; }#pV13M05hX0O6bgzNWPucB36CHDTcWaT3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7da6a8ff-27df-4911-bbf8-728b7022e794/Prancheta3.png); }
 }@media only screen and (max-width: 763px) { #hVdNeNFXOxerK7y4es1aHgWR45nsvnP0 { width:25rem;height:4.375rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { display:block; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQhMEi1yNklcT8Sw6uJnXbzRCZ5N8umn { width:26.5625rem;height:2.8125rem;top:7.1875rem;left:21.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqJ8S8i0sh1TGnp6QeRf8lhTUs5TVgD1 { width:38.75rem;height:4.1875rem;top:9.3125rem;left:9rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdTtxZ3lI5oZq3SivQ6EtBgOkq180lT { width:33.6875rem;height:35.125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { width:38.75rem;height:;top:13.6875rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { width:25.0625rem;height:4.375rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block; }
 }@media only screen and (max-width: 763px) { #TgKUDc0qlwLDeuQdWa1pXrgeX5OATzLK { width:33.6875rem;height:31.875rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPhWf8ldvZZyHxQsctT3WZUyZbPkG4vh { width:47.75rem;height:20.6875rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZSD4qxopV10HN8ZCxlLQ4k6tJSNu1a { width:47.75rem;height:;top:56.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EykIUat6d5npLuZ2h4kx5F8apC8K5URD { width:25rem;height:4.375rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { display:block; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hbn6OSaNhTnzf8IUuIge6ZK0J5PoTNcv { width:47.75rem;height:4.4375rem;top:6.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { display:block; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { width:47.75rem;height:45.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc { display:block; }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqingXTKls5vrL1fLk7PRw6e2aE4flFC { width:47.75rem;height:2.8125rem;top:4.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu { width:14.375rem;height:14.375rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqslkco4EiDcqR4Nf2Vo5z5v0UR3ngo1 { width:14.375rem;height:14.375rem;top:10.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPmFeyWdtCv4WCPzxuCKiOGo00v4l2IO { width:14.375rem;height:14.375rem;top:10.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbWAIPXBrgnRoiDIZPb2ySP3S44pttQu { width:14.375rem;height:14.375rem;top:10.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTub5Q7yIg3mhqfPLBrRaCKJVTM6yVLI { width:14.6875rem;height:1.1875rem;top:26.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLX5au0U9QNJsm95zsg3N1PfhwdHSFp { width:14.6875rem;height:1.1875rem;top:26.4375rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmsFKvzH81Gn4gforBCIbNzMf6HUZT4x { width:14.6875rem;height:1.1875rem;top:26.4375rem;left:24.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOVvlJC7dMzWrbb76koTZ63EKhLvIiT { width:14.6875rem;height:1.1875rem;top:26.4375rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzvAeT3QVEmQrTZn9TIRvPEHv4bdxwMG { width:47.75rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHLscRPVp87oHdqFSCPcIR6oUA6RJM4l { width:13.4375rem;height:5.625rem;top:28.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaZs1lDSUH6Ap4tk7yeiq1I1DIc8dFWT { width:13.4375rem;height:5.625rem;top:28.125rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyMZKptCVOU1POTWz25xVWeQI3XDM5ha { width:13.4375rem;height:4.5rem;top:28.125rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuAmPeh7nhvtf48SlHSQFVTTae6U3r6 { width:13.4375rem;height:5.625rem;top:28.125rem;left:34.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNN6cu1cn7olgnoerpUA9TF6Nqselh1 { width:14.375rem;height:2.8125rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKLWymCDDM9tguVJVm4R2yoxeF30sst { display:block; }
 }@media only screen and (max-width: 763px) { #z28OvuwxoKOSTq75owU3RCA85QLqsylL { width:14.375rem;height:2.8125rem;top:35.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMlMQ4nRPmKgNl5nyd6QrSuwIepT5qso { display:block; }
 }@media only screen and (max-width: 763px) { #ae6yleaVJbT1FxTnQpRErSACsGB1Qnfk { width:14.375rem;height:2.8125rem;top:35.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omlm2dnX77ASCbTzpUv3fK92AfZBQuZz { display:block; }
 }@media only screen and (max-width: 763px) { #DuanIMBZn2cZ6UF88odeOxhCRTdirPEM { width:14.375rem;height:2.8125rem;top:35.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPqE70l7QuChbU5fRZvFg1vQIdwWCStd { display:block; }
 }@media only screen and (max-width: 763px) { #yt2p4ILK9T4AL4vlyDss5gTw3owgokUO { width:14.375rem;height:26.9375rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRUOibmqs3Lyh01ohZLENHSsv2QIK4s { width:14.375rem;height:26.9375rem;top:10.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #STb13IXtoVo9T028tt7gDgtv0fP65VyZ { width:14.375rem;height:26.9375rem;top:10.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW8SbB4iIAxmFnzkvdbZJFPrnQ0fOFzo { width:14.375rem;height:26.9375rem;top:10.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu { display:block; }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wisqSCFrFUCq0TFDLlZwFPTpTbRfvpqs { width:15rem;height:4.875rem;top:10.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #auNLGnyHoAXw6ZcitolV8sIaBcgnvAE9 { width:15rem;height:4.875rem;top:10.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKILl7J4fHOp1C2MAGUe45HWOTedQNo2 { width:15rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDlHclzPESK46ECfVUyT3t8LmAUqSI6W { width:15rem;height:1.1875rem;top:21.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLLEtGkR0ryO8QFb0uqPqgeNDnCQGcra { width:15rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCUKBxU61hS6pPd2UT6s5RPtZX9DhQZf { width:15rem;height:1.1875rem;top:21.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0zW0CyRsh5CrZQXDRoQ79mRCvQCBuJb { width:15rem;height:1.1875rem;top:14.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drdWGU06xmSCCQeBwwIfyzl7Poa7LBRq { width:15rem;height:1.1875rem;top:14.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnJSsHeT6i4k3QSDwhNOOW5l2DqsTmI7 { width:40rem;height:22.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vca3XMBGc0osZyKQATvNIE3uNNnDnHIw { width:32.875rem;height:;top:4.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw { display:block; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x79FCND0xV6V47URmrm1AtUUicRxezhL { width:1.875rem;height:1.875rem;top:3.5625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7A3x9afAdQl5lH9broabyRshhrkmD2k { width:11.4375rem;height:1.4375rem;top:3.5625rem;left:36.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg2BClX6rppQJRknSGI1KrK6otnn0gHC { width:21.75rem;height:2.4375rem;top:5.125rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJAvmsR52XIoBfq1MFC2O3uxSBd33EX { width:9.75rem;height:1.4375rem;top:8.4375rem;left:38rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmhAylb4d33OhSw0w5M4wGnebM4TlHib { width:9.75rem;height:;top:9.8125rem;left:38rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLfWRWr1CoOX8E67awiL5wb7di5c9TeG { width:1.875rem;height:1.875rem;top:8.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIKFEgn5TxMmmQK5lG4ADTxEBrSSvax { width:9.75rem;height:1.4375rem;top:8.25rem;left:38rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6 { width:1.875rem;height:1.875rem;top:8.25rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePogAzei6dJ95lHgmkUVPt4mgex0GTU3 { width:9.75rem;height:1.1875rem;top:9.8125rem;left:38rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OdsAKr05xIEVyXksk0msMWET82gIk7 { width:46.5625rem;height:8.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emWohCmOMkPCVHT6UwEJiQzvXCugBege { width:47.75rem;height:1.1875rem;top:1.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea { display:none; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vhd7Pt2Qd9JFOtzk2TMkWhBqGSqNWXD3 { width:20.625rem;height:4.3125rem;top:44.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #agDzxSa5R7EAuECVcswTieI6QLWtJSdJ { display:block; }
 }@media only screen and (max-width: 763px) { #b6MQWUyT9kAMCugTJ7F4fshr1cWTiQXw { width:20rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zoqXngO4/mudanca2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #PURhATnyrnApHB3npzkrfr0qgXVJwfMt { background-color:rgba(34,81,144,0.75);background-image:url("https://images.assets-landingi.com/uc/90a526d4-4da9-47e9-a874-f2eebcb29995/fundo.png");background-position:center left !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; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt.adaptive-delivery-prevent-bg, #PURhATnyrnApHB3npzkrfr0qgXVJwfMt.lazyload, #PURhATnyrnApHB3npzkrfr0qgXVJwfMt.lazyloading { background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { background-color: transparent; background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .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); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { border-width: 0; border-radius: 0; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { width:20rem;height:5.85rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { width:20rem;height:5.0875rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { width:20rem;height:2.875rem;top:24.25rem;left:0rem;z-index:15013;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block; }
 }@media only screen and (max-width: 763px) { #MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { width:9.875rem;height:2.875rem;top:27.4375rem;left:10.125rem;z-index:15015;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block; }
 }@media only screen and (max-width: 763px) { #uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { width:9.875rem;height:2.875rem;top:27.4375rem;left:0rem;z-index:15014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { width:20rem;height:2.875rem;top:30.625rem;left:0rem;z-index:15016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block; }
 }@media only screen and (max-width: 763px) { #Qv5UiHyF7VKDnEtG4hd0ultqpEGCgq4p { width:4.125rem;height:4.1875rem;top:61.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1iR8htBpKVQkMoX5avtu6BI9CbokQmK { width:20rem;height:4.375rem;top:44.5rem;left:0rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e16b00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zCuuGlnlcadfFakAaUbldII94x4TxIoI { display:block; }
 }@media only screen and (max-width: 763px) { #BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { width:17.125rem;height:0;top:63.1875rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nphITGEfKvpFfQuyJu20MgTezLrdBueU { width:9.8125rem;height:0;top:62.0625rem;left:4.125rem;text-align:left;text-align-last:left;line-height:1.2;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z { width:9.125rem;height:9.125rem;top:0.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R17DSRvacaSkb4lgLTxN4VH7ZM6nkJHO { top:24.8125rem;left:0rem;width:20rem;height:20.8125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pV13M05hX0O6bgzNWPucB36CHDTcWaT3 { width:20rem;height:13.2375rem;top:51.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#pV13M05hX0O6bgzNWPucB36CHDTcWaT3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7da6a8ff-27df-4911-bbf8-728b7022e794/Prancheta3.png); }
 }@media only screen and (max-width: 763px) { #hVdNeNFXOxerK7y4es1aHgWR45nsvnP0 { width:20rem;height:4.375rem;top:55.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { background-color:#f3f3f3;background-image:none;display:block; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { background-color: transparent; background-image: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .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); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQhMEi1yNklcT8Sw6uJnXbzRCZ5N8umn { width:19.999rem;height:1.625rem;top:4.37109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqJ8S8i0sh1TGnp6QeRf8lhTUs5TVgD1 { width:20rem;height:2.19375rem;top:5.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdTtxZ3lI5oZq3SivQ6EtBgOkq180lT { width:20rem;height:20.853432282004rem;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { width:20rem;height:24.8625rem;top:8.8603515625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { width:19rem;height:4.375rem;top:182.2441875rem;left:0.5rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e16b00;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block; }
 }@media only screen and (max-width: 763px) { #TgKUDc0qlwLDeuQdWa1pXrgeX5OATzLK { width:20rem;height:18.9375rem;top:36.75rem;left:0rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zPhWf8ldvZZyHxQsctT3WZUyZbPkG4vh { width:20rem;height:25.9375rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZSD4qxopV10HN8ZCxlLQ4k6tJSNu1a { width:18.125rem;height:22.1rem;top:57.60546875rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EykIUat6d5npLuZ2h4kx5F8apC8K5URD { width:20rem;height:4.375rem;top:40.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { display:block; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hbn6OSaNhTnzf8IUuIge6ZK0J5PoTNcv { width:20rem;height:5rem;top:4.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { display:block; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { width:20rem;height:45.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc { display:block; }#hSLuBDLW4iW6f3vSEbBEEMcLXISVEFPc > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqingXTKls5vrL1fLk7PRw6e2aE4flFC { width:20rem;height:4.55rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4Hsb4h25fSWUXr1NDGIGC2w3sq3Kwu { width:9.6875rem;height:9.6875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqslkco4EiDcqR4Nf2Vo5z5v0UR3ngo1 { width:9.6875rem;height:9.6875rem;top:37.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPmFeyWdtCv4WCPzxuCKiOGo00v4l2IO { width:9.6875rem;height:9.6875rem;top:12.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbWAIPXBrgnRoiDIZPb2ySP3S44pttQu { width:9.6875rem;height:9.6875rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTub5Q7yIg3mhqfPLBrRaCKJVTM6yVLI { width:9.6875rem;height:2.4375rem;top:22.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLX5au0U9QNJsm95zsg3N1PfhwdHSFp { width:9.6875rem;height:2.4375rem;top:22.4375rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmsFKvzH81Gn4gforBCIbNzMf6HUZT4x { width:9.6875rem;height:2.4375rem;top:47.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOVvlJC7dMzWrbb76koTZ63EKhLvIiT { width:9.6875rem;height:2.4375rem;top:47.9375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzvAeT3QVEmQrTZn9TIRvPEHv4bdxwMG { width:18.0620625rem;height:2.6rem;top:8.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHLscRPVp87oHdqFSCPcIR6oUA6RJM4l { width:9.375rem;height:6.825rem;top:25.4375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaZs1lDSUH6Ap4tk7yeiq1I1DIc8dFWT { width:9.0625rem;height:5.85rem;top:25.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyMZKptCVOU1POTWz25xVWeQI3XDM5ha { width:9.0625rem;height:5.85rem;top:50.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuAmPeh7nhvtf48SlHSQFVTTae6U3r6 { width:9.375rem;height:5.85rem;top:51.125rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNN6cu1cn7olgnoerpUA9TF6Nqselh1 { width:9.6875rem;height:2.8125rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKLWymCDDM9tguVJVm4R2yoxeF30sst { display:block; }
 }@media only screen and (max-width: 763px) { #z28OvuwxoKOSTq75owU3RCA85QLqsylL { width:9.6875rem;height:2.8125rem;top:33.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMlMQ4nRPmKgNl5nyd6QrSuwIepT5qso { display:block; }
 }@media only screen and (max-width: 763px) { #ae6yleaVJbT1FxTnQpRErSACsGB1Qnfk { width:9.6875rem;height:2.8125rem;top:58.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omlm2dnX77ASCbTzpUv3fK92AfZBQuZz { display:block; }
 }@media only screen and (max-width: 763px) { #DuanIMBZn2cZ6UF88odeOxhCRTdirPEM { width:9.6875rem;height:2.8125rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPqE70l7QuChbU5fRZvFg1vQIdwWCStd { display:block; }
 }@media only screen and (max-width: 763px) { #yt2p4ILK9T4AL4vlyDss5gTw3owgokUO { width:9.6875rem;height:24.375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRUOibmqs3Lyh01ohZLENHSsv2QIK4s { width:9.6875rem;height:24.375rem;top:12.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STb13IXtoVo9T028tt7gDgtv0fP65VyZ { width:9.6875rem;height:24.375rem;top:37.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW8SbB4iIAxmFnzkvdbZJFPrnQ0fOFzo { width:9.6875rem;height:24.375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu { display:block; }#qS6ytS1n3mNp3g1y7rKVInrQzBdUdLSu > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wisqSCFrFUCq0TFDLlZwFPTpTbRfvpqs { width:9.875rem;height:3.25rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #auNLGnyHoAXw6ZcitolV8sIaBcgnvAE9 { width:9.875rem;height:3.25rem;top:5.5rem;left:10.125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKILl7J4fHOp1C2MAGUe45HWOTedQNo2 { width:9.875rem;height:3.25rem;top:10.5625rem;left:10.125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDlHclzPESK46ECfVUyT3t8LmAUqSI6W { width:9.875rem;height:0.975rem;top:13.375rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLLEtGkR0ryO8QFb0uqPqgeNDnCQGcra { width:9.875rem;height:3.25rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCUKBxU61hS6pPd2UT6s5RPtZX9DhQZf { width:9.875rem;height:0.975rem;top:13.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0zW0CyRsh5CrZQXDRoQ79mRCvQCBuJb { width:9.875rem;height:0.975rem;top:8.75rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drdWGU06xmSCCQeBwwIfyzl7Poa7LBRq { width:9.875rem;height:0.975rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnJSsHeT6i4k3QSDwhNOOW5l2DqsTmI7 { height:11.25rem;width:20rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vca3XMBGc0osZyKQATvNIE3uNNnDnHIw { width:20rem;height:2.6rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw { display:block; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x79FCND0xV6V47URmrm1AtUUicRxezhL { width:1.875rem;height:1.875rem;top:7.0625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7A3x9afAdQl5lH9broabyRshhrkmD2k { width:9.75rem;height:0;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eg2BClX6rppQJRknSGI1KrK6otnn0gHC { width:20rem;height:0.975rem;top:2.9453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJAvmsR52XIoBfq1MFC2O3uxSBd33EX { width:9.75rem;height:1.4625rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmhAylb4d33OhSw0w5M4wGnebM4TlHib { width:9.75rem;height:0.975rem;top:9.7734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLfWRWr1CoOX8E67awiL5wb7di5c9TeG { width:1.875rem;height:1.875rem;top:5.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIKFEgn5TxMmmQK5lG4ADTxEBrSSvax { width:9.75rem;height:1.4625rem;top:8.375rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6 { width:1.875rem;height:1.875rem;top:5.25rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePogAzei6dJ95lHgmkUVPt4mgex0GTU3 { width:9.75rem;height:0.975rem;top:9.7734375rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OdsAKr05xIEVyXksk0msMWET82gIk7 { width:20rem;height:22.4375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emWohCmOMkPCVHT6UwEJiQzvXCugBege { width:20rem;height:0.975rem;top:1.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea { 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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row .container { background-color: transparent; background-image: none; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row .container > .video-iframe-container { display: none; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row > .video-iframe-container { display: none; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .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); }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row .container { border-width: 0; border-radius: 0; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdAqHPyDuCnfzzi3TKdPuiTXDQKDydea > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhd7Pt2Qd9JFOtzk2TMkWhBqGSqNWXD3 { width:20rem;height:3.125rem;top:0rem;left:0rem;font-size:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#1f8400;background-image:url("https://images.assets-landingi.com/uc/0c1e1c88-1240-4a1d-9847-c160ad5bf9a1/WHATSAPP1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:15016;font-weight:400;font-style:normal;line-height:1.1;display:block; }#vhd7Pt2Qd9JFOtzk2TMkWhBqGSqNWXD3.adaptive-delivery-prevent-bg, #vhd7Pt2Qd9JFOtzk2TMkWhBqGSqNWXD3.lazyload, #vhd7Pt2Qd9JFOtzk2TMkWhBqGSqNWXD3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #agDzxSa5R7EAuECVcswTieI6QLWtJSdJ { display:block; }
 }@media only screen and (max-width: 763px) { #b6MQWUyT9kAMCugTJ7F4fshr1cWTiQXw { top:3.2625007629394rem;left:0rem;width:20rem;height:3.125rem;z-index:15019;overflow:hidden;display:block; }
 }