.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/7bdec4f5-d3d7-40d8-a615-fb4416287205/fullbannerinternacional.webp");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); }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row .container { background-color: transparent; background-image: none; }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row .container > .video-iframe-container { display: none; }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row > .video-iframe-container { display: none; }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .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); }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row .container { border-width: 0; border-radius: 0; }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#GTMGMHQeKSxr89fdT6idp9XRE3wUpCVg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:8.75rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#GPpRCVyztyUsTZNSIPrFTI8Hf1LR0TS1 { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:2.75rem;left:59.0625rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lgRRfmzCzsmGpLkU1Wco56PcE73JRaDD { color:rgba(var(--color-secondary-2),1);display:block;width:9.8109375rem;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:1.75rem;left:59.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ncmNExR6qfZFNHIbEDtE9gUzpxKTTx3J { position:absolute;display:block;z-index:15063;height:3.75rem;width:20rem;top:0.4375rem;left:37.849220275879rem;display:block; }
#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ { 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; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container { background-color: transparent; background-image: none; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container > .video-iframe-container { display: none; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row > .video-iframe-container { display: none; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .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); }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container { border-width: 0; border-radius: 0; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container { font-size:0.875rem;font-family:arial;height:71.125rem;width:75rem;overflow:visible;position:relative;display:block; }#GuEWe8D81RgwwSfxhgdt2Tc7ak83PV9y { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:30.6875rem;left:0rem;height:7.55625rem;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; }
#f66wInc8SByWoyvk7vns5LFDZ36CX2El { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:17.5625rem;left:0rem;height:12.16875rem;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; }
#ZW0pqkGtQNJDdfDIc2JofES80H8Rl5CZ { 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; }
#vmLVx3CrIeu2cUTXrBUf5eE2iCGrol36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yFABfkZ2mMoiKDq5H2WZpgcKMqAINgkB { 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; }
#NAJFwZZ9dggAI1b7SISV5yuANz6lhSfF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdS9NvzWnbaTrgTqpmfSICSfwTsfdn0B { 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; }
#q0x1ThDJyX7GWuqlREm2rFqAAGoHPdrn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTcUKhQfld0EQxe8F7Q4TsguNqx6hSPx { 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; }
#V0ivquTXv9qB5RM9OTchZxFXQsaPhWJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erzZ04OmtD5urMWdh8N6rtKg95Lfd2gh { position:absolute;display:block;z-index:15062;height:3.75rem;width:20rem;top:39.8125rem;left:0rem;display:block; }
#iK3GwEWI0UWnpm2ZnwxmbKRbRcJaoBVT { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.125rem;left:0.3125rem;display:block; }#iK3GwEWI0UWnpm2ZnwxmbKRbRcJaoBVT.adaptive-delivery-prevent-bg, #iK3GwEWI0UWnpm2ZnwxmbKRbRcJaoBVT.lazyload, #iK3GwEWI0UWnpm2ZnwxmbKRbRcJaoBVT.lazyloading { background-image: none; }
#yxsbvR5lG6qBwwZCSOZV3fwNbByqlHJn { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.125rem;left:19.0625rem;display:block; }#yxsbvR5lG6qBwwZCSOZV3fwNbByqlHJn.adaptive-delivery-prevent-bg, #yxsbvR5lG6qBwwZCSOZV3fwNbByqlHJn.lazyload, #yxsbvR5lG6qBwwZCSOZV3fwNbByqlHJn.lazyloading { background-image: none; }
#wrB4p5UHaBFWElb4fBsSwn5yZvcIA4FP { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.125rem;left:37.8125rem;display:block; }#wrB4p5UHaBFWElb4fBsSwn5yZvcIA4FP.adaptive-delivery-prevent-bg, #wrB4p5UHaBFWElb4fBsSwn5yZvcIA4FP.lazyload, #wrB4p5UHaBFWElb4fBsSwn5yZvcIA4FP.lazyloading { background-image: none; }
#mfB6cOfNqOVfM4dTW6hTOCLtDvqxtntS { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.125rem;left:56.5625rem;display:block; }#mfB6cOfNqOVfM4dTW6hTOCLtDvqxtntS.adaptive-delivery-prevent-bg, #mfB6cOfNqOVfM4dTW6hTOCLtDvqxtntS.lazyload, #mfB6cOfNqOVfM4dTW6hTOCLtDvqxtntS.lazyloading { background-image: none; }
#DmLae8zsxbnbLBWkrJ9hi16I24ptrhk3 { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:61.6875rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3MdclKSBeGeTu0Oa0ky4fcrZl3NX48X { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:61.6875rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GhTaNsk3QAeHfqHXxda6pAv2M5hx0SDD { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:61.6875rem;left:37.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaDvWuAbAIlaGz0SqoikQtre9KZamBXa { color:#1e36e9;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:61.6875rem;left:56.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnaDSF9aPunPipIvwsaqLKt7qErbTlvs { color:rgba(var(--color-secondary-2),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:63.375rem;left:1.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IzbDXUTvqgwlaDlpRN8eHCvHvZynnONa { color:rgba(var(--color-secondary-2),1);display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:63.625rem;left:20.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgfMk4dQpOrTgMTr9vGRdnyb6B724XNp { color:rgba(var(--color-secondary-2),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:63.625rem;left:38.75rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrZ0u2wMwKUbmvd91oVxJVh8SP7xBIfT { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:63.625rem;left:57.9375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mW1oZpsy7555crTy2qq9QhTpi0AR3C3T { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:20rem;top:46.4375rem;left:0rem;overflow:hidden;display:block; }
#qoMQITDGTTnKT8qRTyt9d9VGqGbwn8PG { box-sizing:content-box;height:4.625rem;width:21.125rem;position:absolute;display:block;z-index:15000;background-color:#00388b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.1875rem;left:0rem;display:none; }
#TdEvGUZkXq771mQPgSbbvabt1DTOC8Ut { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.6125rem;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:none; }
#AkluecJicagVaUxkoKbDBLf2pcvSOUMe { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.6125rem;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:none; }
#QZrqt96KCGLzVzfq7EPTR9cms3b1HS5G { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.6125rem;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:none; }
#S7iB4wMmarUoJZtoznVTpIAc7H3dccs9 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:5.2rem;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:none; }
#zhbWf5WQHrG5PVUVVTlEVZRygtFaR8Tk { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.75rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#zhbWf5WQHrG5PVUVVTlEVZRygtFaR8Tk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container { background-color: transparent; background-image: none; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container > .video-iframe-container { display: none; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row > .video-iframe-container { display: none; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .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); }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container { border-width: 0; border-radius: 0; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#H19CgNAha0idtWo0XZSdTQ5k0QnmE4aG { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:46.186721801757rem;height:28.6rem;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; }
#bGMJTnMcoDan8abNTGibsAK5DSUeSHzk { 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; }
#Jocu2KkUwiIAMpIW8hV8Bfyd6UBslpy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moNEOudaqN6HSqaUPFJ7yMwPT3kcGPWB { position:absolute;display:block;z-index:15063;height:3.75rem;width:20rem;top:39.911720275879rem;left:46.186721801757rem;display:block; }
#cXTBkMGA9MJ4pfW6Cm9OoAp9u4TUblo8 { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.8125rem;width:44.25rem;top:11.3125rem;left:0rem;display:block; }
#BE9a1rGADf4hHQ53uXOQXUMDUxQ40nXg { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.8125rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0g7rR4EKZTChufi53F6O0MxiVCZnbAd { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.4375rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycrTH91HmUvkThDWmvd4ITwQ1myWZFnA { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(180deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(180deg, #fafafa, #fafafa);background-image: -o-linear-gradient(180deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #fafafa, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:0rem;display:block; }
#TzwVeGhtWTl42HtDDEUvcb47xlhgcUFv { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(180deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(180deg, #fafafa, #fafafa);background-image: -o-linear-gradient(180deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #fafafa, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:11.25rem;display:block; }
#Xo0r33D50CgBSL3BuDGQDFpnJTTrTbWC { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.8125rem;left:11.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkgX7yIWhJdO7HixkmOlLI2ub3I2lgG4 { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.4375rem;left:11.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyAos8CRNo1KIoyNiFKM7ElrJL3TzsC8 { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(180deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(180deg, #fafafa, #fafafa);background-image: -o-linear-gradient(180deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #fafafa, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:22.5rem;display:block; }
#zQQ2eqpAXr4i3g9462SH1WeF1IEVrbKK { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.8125rem;left:22.5rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OrSqylTZSATEzhtOuxgwsEwkww1MqGzr { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.4375rem;left:22.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4s9B2KQVQ5pqqwqiTe91SN6i83B6Hta { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(180deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(180deg, #fafafa, #fafafa);background-image: -o-linear-gradient(180deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #fafafa, #fafafa);background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:33.6875rem;display:block; }
#b42kQZZmkcood5VvwlVpF2OMe5TvUKPs { color:#1e36e9;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38.8125rem;left:33.6875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtT5ToXuTP0LEtnR3piMex8kVau8ty5L { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.4375rem;left:33.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIqM2iJISMPnXSI3xTZD8hnH06CVlm4m { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { background-color: transparent; background-image: none; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container > .video-iframe-container { display: none; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row > .video-iframe-container { display: none; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .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); }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { border-width: 0; border-radius: 0; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#T1PFLw4hEulhsPaFqOEsHuOctxzSDENx { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(180deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(180deg, #fafafa, #fafafa);background-image: -o-linear-gradient(180deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #fafafa, #fafafa);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:12.5rem;width:36.875rem;top:0.9375rem;left:0rem;display:block; }
#qChKfhocmTdT78ZGHx6ZWqO95KMKzHAC { color:#00d8e0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evZ3vnKFNduFAPscKxzIyV1qClVmcRIh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;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:5.6875rem;left:3.28125rem;height:5.6875rem;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; }
#c4IpmfMAlZxZNkF3ORokPzavg1HHIBqK { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(180deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(180deg, #fafafa, #fafafa);background-image: -o-linear-gradient(180deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #fafafa, #fafafa);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:12.5rem;width:36.875rem;top:0.9375rem;left:38.125rem;display:block; }
#MViMmisWqNNP8rCPUvhUMoRZSb6upGea { color:#00d8e0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:38.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blMzftiby3fdHyVgGeGTBpXOIxXeqVzN { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:39.4375rem;height:5.6875rem;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; }
#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { background-color: transparent; background-image: none; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container > .video-iframe-container { display: none; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row > .video-iframe-container { display: none; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .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); }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { border-width: 0; border-radius: 0; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#CTIbkFwi5pRLWEx2GTbxCRglziRPlu93 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(180deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(180deg, #fafafa, #fafafa);background-image: -o-linear-gradient(180deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #fafafa, #fafafa);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:12.5rem;width:36.875rem;top:0.9375rem;left:0rem;display:block; }
#dTZ1trxWrcWp3EAREJ7eZxuCeL3QNnGp { color:#00d8e0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuu7vKR0msicNbm8NKrKiSbtbKT16Iwc { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;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:4.9687538146972rem;left:3.125rem;height:6.825rem;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; }
#ZsuUdVcEFKcxv2SJFx69xpPoMnovfQss { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #fafafa);background-image: -moz-linear-gradient(180deg, #fafafa, #fafafa);background-image: -ms-linear-gradient(180deg, #fafafa, #fafafa);background-image: -o-linear-gradient(180deg, #fafafa, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #fafafa, #fafafa);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:12.5rem;width:36.875rem;top:0.9375rem;left:38.125rem;display:block; }
#zJGr5bEmQmE6fIZhCl4TFDX8tQEEJRQF { color:#00d8e0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:38.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5N0KzWzip6QFCrZ8DtcLt9LLgNAzVJE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5375022888184rem;left:41.09375rem;height:5.6875rem;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; }
#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:52.25rem;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; }
#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a7bd8e77-fc91-43ed-a9e7-306f8c966062/tarja__tarja.webp");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; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4.adaptive-delivery-prevent-bg, #ywxXOnMaENNM7BMhtazIFT87D4T6MTW4.lazyload, #ywxXOnMaENNM7BMhtazIFT87D4T6MTW4.lazyloading { background-image: none; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row .container { background-color: transparent; background-image: none; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row .container > .video-iframe-container { display: none; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row > .video-iframe-container { display: none; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .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); }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row .container { border-width: 0; border-radius: 0; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#UJdC2qHMroupIqC3IhTIu8xpWk0rAZQK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.9375rem;top:1.9375rem;left:68rem;overflow:hidden;display:block; }
#HVODLWvpypohaCVZtl2k6HIeyrO1JVfV { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9312515258789rem;left:0rem;height:4.63125rem;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; }
#Mkh0hfqJZM7wCEsqN9DMTIiv0nhoEyVf { position:absolute;display:block;z-index:15064;height:4.375rem;width:25rem;top:1.375rem;left:42.4375rem;display:block; }
#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");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; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl.adaptive-delivery-prevent-bg, #qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl.lazyload, #qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl.lazyloading { background-image: none; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row .container { background-color: transparent; background-image: none; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row .container > .video-iframe-container { display: none; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row > .video-iframe-container { display: none; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .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); }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row .container { border-width: 0; border-radius: 0; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#kTzuBv0UooTRHEl7s8m6Zq5z0kqJrqxq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4fd58310-26d0-4860-87ef-f4df30de81aa/Card01.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:18.125rem;width:18.125rem;top:12.1875rem;left:0.3125rem;display:block; }#kTzuBv0UooTRHEl7s8m6Zq5z0kqJrqxq.adaptive-delivery-prevent-bg, #kTzuBv0UooTRHEl7s8m6Zq5z0kqJrqxq.lazyload, #kTzuBv0UooTRHEl7s8m6Zq5z0kqJrqxq.lazyloading { background-image: none; }
#WC2p8yC3LGtqHwBX6mSgTN7AKSh00VzD { 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:33.625rem;width:18.125rem;top:12.1875rem;left:0.3125rem;display:block; }
#FpB8peq1klyvAR9tnGOQboK1iSl1AUTc { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:32rem;left:0.3125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CRzswnHAxhXrzhb3f4M1smzspUlJW7yf { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;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:36.125rem;left:2.6875rem;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; }
#zQQHVbmtHIxqvL40CBOin8WSqmchSTuR { 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:43.049999237061rem;left:2.15625rem;display:block; }
#gxvPkeh2UFAEgFzEfv0MNSirfuPBRecq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#binJSlgZ8c5b7AH8Da5wTnC3RsUDoWLW { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUB1mVhlvDF7RHHpCkRMZliXeSqmS1KN { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mldUL0uvrAwX9leaarB2fhNnGQ3nRs6y { position:absolute;display:block;z-index:15006;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:33.625rem;width:18.125rem;top:12.1875rem;left:19.0625rem;display:block; }
#NHKdMMaSDuuHNrkqZXFGpkuZGuCUE4tR { 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:15013;text-align:center;text-align-last:center;top:42.9375rem;left:21.25rem;display:block; }
#JaOSpFeM35VVXwrXyEagMe7CGANl2s17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrpDr5HKO8Sm65P7hS57DNLQyqeyc4zs { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.1875rem;left:21.4375rem;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; }
#H03ZEW1ToORsyqU9cTkkzvVPCmf7T9gd { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:32rem;left:19.0625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rX9H2TRWeTPiiy11TkemnGr3Zq4e8aZM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a72414b-4f35-4f66-ad4e-df73a7e428c8/card02.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:18.125rem;width:18.125rem;top:12.1875rem;left:19.0625rem;display:block; }#rX9H2TRWeTPiiy11TkemnGr3Zq4e8aZM.adaptive-delivery-prevent-bg, #rX9H2TRWeTPiiy11TkemnGr3Zq4e8aZM.lazyload, #rX9H2TRWeTPiiy11TkemnGr3Zq4e8aZM.lazyloading { background-image: none; }
#JvXsyhEtr0Pw7eTMMx0Kg3Zwtd3FQXZM { position:absolute;display:block;z-index:15011;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:33.625rem;width:18.125rem;top:12.1875rem;left:37.8125rem;display:block; }
#XKo7NsWZafAywcQ501yAF8t4sXen0zIG { 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:15018;text-align:center;text-align-last:center;top:42.9375rem;left:40rem;display:block; }
#R9BBnETzts9aClgv8C6HTc26NvbnplGA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aE0OBhLfFMPUGLANAF9P8OTpfJneh1Kf { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;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:36.1875rem;left:40.1875rem;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; }
#NUuQkDc60HuPg2KTM0Z59FxDic8qTkxN { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:32rem;left:37.8125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6DT71T66fi2cG9zxsMzff0BHqfULf3R { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/10820027-c5f3-4a64-9f9f-c55811e451d4/card03.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:18.125rem;width:18.125rem;top:12.1875rem;left:37.8125rem;display:block; }#d6DT71T66fi2cG9zxsMzff0BHqfULf3R.adaptive-delivery-prevent-bg, #d6DT71T66fi2cG9zxsMzff0BHqfULf3R.lazyload, #d6DT71T66fi2cG9zxsMzff0BHqfULf3R.lazyloading { background-image: none; }
#iZnvFU2uMfyOxxgZiOt7IuE1XVzMV10H { position:absolute;display:block;z-index:15016;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:33.625rem;width:18.125rem;top:12.1875rem;left:56.5625rem;display:block; }
#hSnCGROlaSuNfmNfSf1QKQo0ZHeuXmQO { 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:15023;text-align:center;text-align-last:center;top:42.9375rem;left:58.75rem;display:block; }
#FCVhuFQezSuGN90SPBXkgVVacxdfyXdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6GTfIT6egG6dnrGnbocRrTbsSp1q6vh { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:36.1875rem;left:58.9375rem;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; }
#cvyhyxRiFZ9rH0Q7HAVlMVFoieuQcVNC { color:#00d8e0;display:block;width:17.5625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:32rem;left:56.84375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKyg5UN1RfTtIgw1iMWDHvn58tGVUVvZ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e37a409a-b08e-4ca5-9dc8-0da4791ba1e7/card04.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:18.125rem;width:18.125rem;top:12.1875rem;left:56.5625rem;display:block; }#oKyg5UN1RfTtIgw1iMWDHvn58tGVUVvZ.adaptive-delivery-prevent-bg, #oKyg5UN1RfTtIgw1iMWDHvn58tGVUVvZ.lazyload, #oKyg5UN1RfTtIgw1iMWDHvn58tGVUVvZ.lazyloading { background-image: none; }
#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173c89;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; }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row .container { background-color: transparent; background-image: none; }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row .container > .video-iframe-container { display: none; }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row > .video-iframe-container { display: none; }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .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); }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row .container { border-width: 0; border-radius: 0; }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#W1Cb9AB4agpkME1OgOmJL8HutyvP7Op2 { 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:12.0625rem;left:44.125rem;display:block; }#W1Cb9AB4agpkME1OgOmJL8HutyvP7Op2.adaptive-delivery-prevent-bg, #W1Cb9AB4agpkME1OgOmJL8HutyvP7Op2.lazyload, #W1Cb9AB4agpkME1OgOmJL8HutyvP7Op2.lazyloading { background-image: none; }
#h82F0qSh7RtSsG1bfg7ADGTL64Dw8zTA { color:rgba(var(--color-tertiary-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:12.0625rem;left:46.3125rem;height:1.4625rem;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; }
#znUzPsHRCIzpKlUdGknH3uU9Xs1XtKQk { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.625rem;left:46.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mS15NhbqQ7C4AACTEagu9ThvIAqNFklL { color:rgba(var(--color-tertiary-2),1);display:block;width:6.1875rem;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:11.625rem;left:25.9375rem;height:1.4625rem;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; }
#FfBUD4kgnWLPm6FM6EL9NBryT8GdMWEk { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:25.9375rem;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; }
#TFDcccba2adrqOQ188oh4slxrVZedgKR { 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:11.625rem;left:24.125rem;display:block; }#TFDcccba2adrqOQ188oh4slxrVZedgKR.adaptive-delivery-prevent-bg, #TFDcccba2adrqOQ188oh4slxrVZedgKR.lazyload, #TFDcccba2adrqOQ188oh4slxrVZedgKR.lazyloading { background-image: none; }
#GS5T48HDsM9lgpTRWEHva5foSk5AGzHV { color:rgba(var(--color-tertiary-2),1);display:block;width:7.25rem;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:11.625rem;left:13.5rem;height:1.4625rem;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; }
#KnWRe9lDDFRKW20z5S2TElGX5kgAsiIn { 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:11.625rem;left:11.3125rem;display:block; }#KnWRe9lDDFRKW20z5S2TElGX5kgAsiIn.adaptive-delivery-prevent-bg, #KnWRe9lDDFRKW20z5S2TElGX5kgAsiIn.lazyload, #KnWRe9lDDFRKW20z5S2TElGX5kgAsiIn.lazyloading { background-image: none; }
#xnVWIXLizJd9Z0ouPBXT0VzP7T7759rh { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.1875rem;left:13.5rem;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; }
#XvyqM18ehdZpoTpTQrwqaSCoVbwrEDPi { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3156280517578rem;left:11.300003051757rem;height:5.2rem;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; }
#uE17DrEiXrAkQGCzVByZakfmcdgJcneT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:9.875rem;top:3.1343765258789rem;left:0rem;overflow:hidden;display:block; }
#esNRgCREa6LKoud8GuU0KellUFo4w7uR { position:absolute;display:block;z-index:15001;height:6.8125rem;width:37.1875rem;top:3.5093765258789rem;left:37.811721801757rem;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; }
#HW13aciEPykkzn8s8OyAlcg62ezu2PKi { position:relative;display:none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi { border-width: 0; border-radius: 0; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .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; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .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; }#vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf { 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; }
#QrBsn8h7G8C1qFTpv6ZnB4A8B82nLxUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#meOirDz6nKmIH74iJRGeq5b5eHluRl1W { 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) { #TfNex6y4eoWT60ISbeHM1IEc6MP64AVp { display:block; }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTMGMHQeKSxr89fdT6idp9XRE3wUpCVg { width:8.75rem;height:5.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpRCVyztyUsTZNSIPrFTI8Hf1LR0TS1 { width:15.9375rem;height:2.375rem;top:2.75rem;left:31.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgRRfmzCzsmGpLkU1Wco56PcE73JRaDD { width:9.75rem;height:1.3125rem;top:1.75rem;left:38rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmNExR6qfZFNHIbEDtE9gUzpxKTTx3J { width:20rem;height:3.75rem;top:0.4375rem;left:24.224220275879rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ { display:block; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuEWe8D81RgwwSfxhgdt2Tc7ak83PV9y { width:37.1875rem;height:7.5rem;top:30.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f66wInc8SByWoyvk7vns5LFDZ36CX2El { width:40.5625rem;height:12.125rem;top:17.5625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0pqkGtQNJDdfDIc2JofES80H8Rl5CZ { width:17.0625rem;height:2.875rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmLVx3CrIeu2cUTXrBUf5eE2iCGrol36 { display:block; }
 }@media only screen and (max-width: 763px) { #yFABfkZ2mMoiKDq5H2WZpgcKMqAINgkB { width:11.125rem;height:2.875rem;top:0.1875rem;left:29.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAJFwZZ9dggAI1b7SISV5yuANz6lhSfF { display:block; }
 }@media only screen and (max-width: 763px) { #DdS9NvzWnbaTrgTqpmfSICSfwTsfdn0B { width:11.875rem;height:2.875rem;top:0.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0x1ThDJyX7GWuqlREm2rFqAAGoHPdrn { display:block; }
 }@media only screen and (max-width: 763px) { #pTcUKhQfld0EQxe8F7Q4TsguNqx6hSPx { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0ivquTXv9qB5RM9OTchZxFXQsaPhWJQ { display:block; }
 }@media only screen and (max-width: 763px) { #erzZ04OmtD5urMWdh8N6rtKg95Lfd2gh { width:20rem;height:3.75rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK3GwEWI0UWnpm2ZnwxmbKRbRcJaoBVT { width:18.125rem;height:7.5rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxsbvR5lG6qBwwZCSOZV3fwNbByqlHJn { width:18.125rem;height:7.5rem;top:60.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrB4p5UHaBFWElb4fBsSwn5yZvcIA4FP { width:18.125rem;height:7.5rem;top:60.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfB6cOfNqOVfM4dTW6hTOCLtDvqxtntS { width:18.125rem;height:7.5rem;top:60.125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmLae8zsxbnbLBWkrJ9hi16I24ptrhk3 { width:18.125rem;height:1.625rem;top:61.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3MdclKSBeGeTu0Oa0ky4fcrZl3NX48X { width:18.125rem;height:1.625rem;top:61.6875rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhTaNsk3QAeHfqHXxda6pAv2M5hx0SDD { width:18.125rem;height:1.625rem;top:61.6875rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaDvWuAbAIlaGz0SqoikQtre9KZamBXa { width:18.125rem;height:1.625rem;top:61.6875rem;left:29.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnaDSF9aPunPipIvwsaqLKt7qErbTlvs { width:16.25rem;height:2.75rem;top:63.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzbDXUTvqgwlaDlpRN8eHCvHvZynnONa { width:15.75rem;height:2.75rem;top:63.625rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgfMk4dQpOrTgMTr9vGRdnyb6B724XNp { width:16.25rem;height:2.75rem;top:63.625rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrZ0u2wMwKUbmvd91oVxJVh8SP7xBIfT { width:15.4375rem;height:2.75rem;top:63.625rem;left:32.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW1oZpsy7555crTy2qq9QhTpi0AR3C3T { width:20rem;height:3.5625rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoMQITDGTTnKT8qRTyt9d9VGqGbwn8PG { width:21.125rem;height:4.625rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEvGUZkXq771mQPgSbbvabt1DTOC8Ut { width:20rem;height:;top:5.125rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkluecJicagVaUxkoKbDBLf2pcvSOUMe { width:20rem;height:;top:36.75rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZrqt96KCGLzVzfq7EPTR9cms3b1HS5G { width:20rem;height:;top:11.375rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7iB4wMmarUoJZtoznVTpIAc7H3dccs9 { width:19.25rem;height:;top:14.0625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhbWf5WQHrG5PVUVVTlEVZRygtFaR8Tk { width:14rem;height:;top:29.8125rem;left:0rem;font-size:1.125rem;display:none; }#zhbWf5WQHrG5PVUVVTlEVZRygtFaR8Tk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
 }@media only screen and (max-width: 763px) { #J87Df43H8zH8Lt9QuINkwkCk3HZCrWao { display:block; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H19CgNAha0idtWo0XZSdTQ5k0QnmE4aG { width:28.8125rem;height:;top:11.3125rem;left:18.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMJTnMcoDan8abNTGibsAK5DSUeSHzk { width:25.0625rem;height:4.375rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jocu2KkUwiIAMpIW8hV8Bfyd6UBslpy2 { display:block; }
 }@media only screen and (max-width: 763px) { #moNEOudaqN6HSqaUPFJ7yMwPT3kcGPWB { width:20rem;height:3.75rem;top:39.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXTBkMGA9MJ4pfW6Cm9OoAp9u4TUblo8 { width:44.25rem;height:24.8125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE9a1rGADf4hHQ53uXOQXUMDUxQ40nXg { width:10.625rem;height:2.75rem;top:38.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0g7rR4EKZTChufi53F6O0MxiVCZnbAd { width:10.625rem;height:1.125rem;top:41.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycrTH91HmUvkThDWmvd4ITwQ1myWZFnA { width:10.625rem;height:6.6875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzwVeGhtWTl42HtDDEUvcb47xlhgcUFv { width:10.625rem;height:6.6875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0r33D50CgBSL3BuDGQDFpnJTTrTbWC { width:10.625rem;height:2.75rem;top:38.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkgX7yIWhJdO7HixkmOlLI2ub3I2lgG4 { width:10.625rem;height:1.125rem;top:41.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyAos8CRNo1KIoyNiFKM7ElrJL3TzsC8 { width:10.625rem;height:6.6875rem;top:37.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQQ2eqpAXr4i3g9462SH1WeF1IEVrbKK { width:10.625rem;height:2.75rem;top:38.8125rem;left:8.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrSqylTZSATEzhtOuxgwsEwkww1MqGzr { width:10.625rem;height:1.125rem;top:41.4375rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4s9B2KQVQ5pqqwqiTe91SN6i83B6Hta { width:10.625rem;height:6.6875rem;top:37.375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b42kQZZmkcood5VvwlVpF2OMe5TvUKPs { width:10.625rem;height:2.75rem;top:38.8125rem;left:20.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtT5ToXuTP0LEtnR3piMex8kVau8ty5L { width:10.625rem;height:1.125rem;top:41.4375rem;left:20.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIqM2iJISMPnXSI3xTZD8hnH06CVlm4m { width:47.75rem;height:2.75rem;top:6.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT { display:block; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1PFLw4hEulhsPaFqOEsHuOctxzSDENx { width:36.875rem;height:12.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qChKfhocmTdT78ZGHx6ZWqO95KMKzHAC { width:36.875rem;height:2rem;top:3rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZ3vnKFNduFAPscKxzIyV1qClVmcRIh { width:30.9375rem;height:5.6875rem;top:5.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IpmfMAlZxZNkF3ORokPzavg1HHIBqK { width:36.875rem;height:12.5rem;top:0.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MViMmisWqNNP8rCPUvhUMoRZSb6upGea { width:36.875rem;height:2rem;top:2.9375rem;left:10.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMzftiby3fdHyVgGeGTBpXOIxXeqVzN { width:34.25rem;height:5.6875rem;top:5.6875rem;left:13.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX { display:block; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTIbkFwi5pRLWEx2GTbxCRglziRPlu93 { width:36.875rem;height:12.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZ1trxWrcWp3EAREJ7eZxuCeL3QNnGp { width:36.875rem;height:2rem;top:2.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuu7vKR0msicNbm8NKrKiSbtbKT16Iwc { width:31.25rem;height:6.8125rem;top:4.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsuUdVcEFKcxv2SJFx69xpPoMnovfQss { width:36.875rem;height:12.5rem;top:0.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJGr5bEmQmE6fIZhCl4TFDX8tQEEJRQF { width:36.875rem;height:2rem;top:2.9375rem;left:10.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5N0KzWzip6QFCrZ8DtcLt9LLgNAzVJE { width:30.3125rem;height:5.6875rem;top:5.5rem;left:17.4375rem;font-size:0.8125rem;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) { #ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 { display:block; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJdC2qHMroupIqC3IhTIu8xpWk0rAZQK { width:6.9375rem;height:4.3125rem;top:1.9375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVODLWvpypohaCVZtl2k6HIeyrO1JVfV { width:38.1875rem;height:4.625rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkh0hfqJZM7wCEsqN9DMTIiv0nhoEyVf { width:25rem;height:4.375rem;top:1.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl { display:block; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTzuBv0UooTRHEl7s8m6Zq5z0kqJrqxq { width:18.125rem;height:18.125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC2p8yC3LGtqHwBX6mSgTN7AKSh00VzD { width:18.125rem;height:33.625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpB8peq1klyvAR9tnGOQboK1iSl1AUTc { width:18.125rem;height:3.5625rem;top:32rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRzswnHAxhXrzhb3f4M1smzspUlJW7yf { width:14rem;height:4.875rem;top:36.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQQHVbmtHIxqvL40CBOin8WSqmchSTuR { width:14.4375rem;height:2.8125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxvPkeh2UFAEgFzEfv0MNSirfuPBRecq { display:block; }
 }@media only screen and (max-width: 763px) { #binJSlgZ8c5b7AH8Da5wTnC3RsUDoWLW { width:47.75rem;height:2.75rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUB1mVhlvDF7RHHpCkRMZliXeSqmS1KN { width:47.75rem;height:1.6875rem;top:8.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mldUL0uvrAwX9leaarB2fhNnGQ3nRs6y { width:18.125rem;height:33.625rem;top:12.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHKdMMaSDuuHNrkqZXFGpkuZGuCUE4tR { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaOSpFeM35VVXwrXyEagMe7CGANl2s17 { display:block; }
 }@media only screen and (max-width: 763px) { #rrpDr5HKO8Sm65P7hS57DNLQyqeyc4zs { width:14rem;height:4.875rem;top:36.1875rem;left:9.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H03ZEW1ToORsyqU9cTkkzvVPCmf7T9gd { width:18.125rem;height:3.5625rem;top:32rem;left:5.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX9H2TRWeTPiiy11TkemnGr3Zq4e8aZM { width:18.125rem;height:18.125rem;top:12.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvXsyhEtr0Pw7eTMMx0Kg3Zwtd3FQXZM { width:18.125rem;height:33.625rem;top:12.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKo7NsWZafAywcQ501yAF8t4sXen0zIG { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9BBnETzts9aClgv8C6HTc26NvbnplGA { display:block; }
 }@media only screen and (max-width: 763px) { #aE0OBhLfFMPUGLANAF9P8OTpfJneh1Kf { width:14rem;height:4.875rem;top:36.1875rem;left:21.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUuQkDc60HuPg2KTM0Z59FxDic8qTkxN { width:18.125rem;height:3.5625rem;top:32rem;left:17.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6DT71T66fi2cG9zxsMzff0BHqfULf3R { width:18.125rem;height:18.125rem;top:12.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZnvFU2uMfyOxxgZiOt7IuE1XVzMV10H { width:18.125rem;height:33.625rem;top:12.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSnCGROlaSuNfmNfSf1QKQo0ZHeuXmQO { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVhuFQezSuGN90SPBXkgVVacxdfyXdV { display:block; }
 }@media only screen and (max-width: 763px) { #d6GTfIT6egG6dnrGnbocRrTbsSp1q6vh { width:14rem;height:4.875rem;top:36.1875rem;left:33.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvyhyxRiFZ9rH0Q7HAVlMVFoieuQcVNC { width:17.5625rem;height:3.5625rem;top:32rem;left:30.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKyg5UN1RfTtIgw1iMWDHvn58tGVUVvZ { width:18.125rem;height:18.125rem;top:12.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO { display:block; }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1Cb9AB4agpkME1OgOmJL8HutyvP7Op2 { width:1.875rem;height:1.875rem;top:12.0625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h82F0qSh7RtSsG1bfg7ADGTL64Dw8zTA { width:11.4375rem;height:1.4375rem;top:12.0625rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znUzPsHRCIzpKlUdGknH3uU9Xs1XtKQk { width:22.3125rem;height:1.25rem;top:13.625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS15NhbqQ7C4AACTEagu9ThvIAqNFklL { width:6.1875rem;height:1.4375rem;top:11.625rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfBUD4kgnWLPm6FM6EL9NBryT8GdMWEk { width:7.6875rem;height:1.1875rem;top:13rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFDcccba2adrqOQ188oh4slxrVZedgKR { width:1.875rem;height:1.875rem;top:11.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS5T48HDsM9lgpTRWEHva5foSk5AGzHV { width:7.25rem;height:;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnWRe9lDDFRKW20z5S2TElGX5kgAsiIn { width:1.875rem;height:1.875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVWIXLizJd9Z0ouPBXT0VzP7T7759rh { width:7.4375rem;height:1.1875rem;top:13.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvyqM18ehdZpoTpTQrwqaSCoVbwrEDPi { width:25.5rem;height:5.1875rem;top:4.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE17DrEiXrAkQGCzVByZakfmcdgJcneT { width:9.875rem;height:7.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esNRgCREa6LKoud8GuU0KellUFo4w7uR { width:37.1875rem;height:6.8125rem;top:3.5rem;left:10.5625rem;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) { #HW13aciEPykkzn8s8OyAlcg62ezu2PKi { display:none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf { width:20.625rem;height:4.3125rem;top:44.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrBsn8h7G8C1qFTpv6ZnB4A8B82nLxUo { display:block; }
 }@media only screen and (max-width: 763px) { #meOirDz6nKmIH74iJRGeq5b5eHluRl1W { width:20rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#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) { #TfNex6y4eoWT60ISbeHM1IEc6MP64AVp { position:relative;z-index:auto;display:block; }#TfNex6y4eoWT60ISbeHM1IEc6MP64AVp > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTMGMHQeKSxr89fdT6idp9XRE3wUpCVg { width:8.75rem;height:5.1875rem;top:0.625rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpRCVyztyUsTZNSIPrFTI8Hf1LR0TS1 { 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) { #lgRRfmzCzsmGpLkU1Wco56PcE73JRaDD { 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) { #ncmNExR6qfZFNHIbEDtE9gUzpxKTTx3J { width:20rem;height:3.75rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49fb296a-ac5c-47c4-9616-d2ae8b39d215/fullbannermobileinternacional.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ.adaptive-delivery-prevent-bg, #sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ.lazyload, #sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ.lazyloading { background-image: none; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container { background-color: transparent; background-image: none; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container > .video-iframe-container { display: none; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row > .video-iframe-container { display: none; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .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); }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container { border-width: 0; border-radius: 0; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ::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; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sv0fGdnFxJwOeWsvNPV2akNvzhqawRXQ > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuEWe8D81RgwwSfxhgdt2Tc7ak83PV9y { width:18.625rem;height:0;top:36.875rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f66wInc8SByWoyvk7vns5LFDZ36CX2El { width:20rem;height:0;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #ZW0pqkGtQNJDdfDIc2JofES80H8Rl5CZ { 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) { #vmLVx3CrIeu2cUTXrBUf5eE2iCGrol36 { display:block; }
 }@media only screen and (max-width: 763px) { #yFABfkZ2mMoiKDq5H2WZpgcKMqAINgkB { 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) { #NAJFwZZ9dggAI1b7SISV5yuANz6lhSfF { display:block; }
 }@media only screen and (max-width: 763px) { #DdS9NvzWnbaTrgTqpmfSICSfwTsfdn0B { 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) { #q0x1ThDJyX7GWuqlREm2rFqAAGoHPdrn { display:block; }
 }@media only screen and (max-width: 763px) { #pTcUKhQfld0EQxe8F7Q4TsguNqx6hSPx { 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) { #V0ivquTXv9qB5RM9OTchZxFXQsaPhWJQ { display:block; }
 }@media only screen and (max-width: 763px) { #erzZ04OmtD5urMWdh8N6rtKg95Lfd2gh { width:20rem;height:4.375rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK3GwEWI0UWnpm2ZnwxmbKRbRcJaoBVT { width:20rem;height:5.8125rem;top:27.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00388b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yxsbvR5lG6qBwwZCSOZV3fwNbByqlHJn { width:19.875rem;height:3.125rem;top:49.6875rem;left:-0.62500002980231rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wrB4p5UHaBFWElb4fBsSwn5yZvcIA4FP { width:19.8125rem;height:3.125rem;top:54.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #mfB6cOfNqOVfM4dTW6hTOCLtDvqxtntS { width:19.8125rem;height:3.125rem;top:58.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DmLae8zsxbnbLBWkrJ9hi16I24ptrhk3 { width:18.125rem;height:0;top:33.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3MdclKSBeGeTu0Oa0ky4fcrZl3NX48X { width:18.125rem;height:0;top:46.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhTaNsk3QAeHfqHXxda6pAv2M5hx0SDD { width:18.125rem;height:0;top:54.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaDvWuAbAIlaGz0SqoikQtre9KZamBXa { width:18.125rem;height:0;top:61.312499284744rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnaDSF9aPunPipIvwsaqLKt7qErbTlvs { width:16.25rem;height:0;top:40.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzbDXUTvqgwlaDlpRN8eHCvHvZynnONa { width:15.75rem;height:0;top:48.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgfMk4dQpOrTgMTr9vGRdnyb6B724XNp { width:16.25rem;height:0;top:56.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrZ0u2wMwKUbmvd91oVxJVh8SP7xBIfT { width:15.4375rem;height:0;top:63.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mW1oZpsy7555crTy2qq9QhTpi0AR3C3T { width:20rem;height:3.5625rem;top:25.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #qoMQITDGTTnKT8qRTyt9d9VGqGbwn8PG { width:20rem;height:2.5625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEvGUZkXq771mQPgSbbvabt1DTOC8Ut { width:20rem;height:;top:5.1250002384186rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #AkluecJicagVaUxkoKbDBLf2pcvSOUMe { width:20rem;height:2.54375rem;top:2.3749997615814rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QZrqt96KCGLzVzfq7EPTR9cms3b1HS5G { width:20rem;height:2.475rem;top:10.750000238419rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #S7iB4wMmarUoJZtoznVTpIAc7H3dccs9 { width:19.25rem;height:;top:14.0625rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zhbWf5WQHrG5PVUVVTlEVZRygtFaR8Tk { width:14rem;height:;top:29.8125rem;left:3.0000000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15006;line-height:1.2;display:block; }#zhbWf5WQHrG5PVUVVTlEVZRygtFaR8Tk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zhbWf5WQHrG5PVUVVTlEVZRygtFaR8Tk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
 }@media only screen and (max-width: 763px) { #J87Df43H8zH8Lt9QuINkwkCk3HZCrWao { background-color:#ffffff;background-image:none;display:block; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container { background-color: transparent; background-image: none; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container > .video-iframe-container { display: none; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row > .video-iframe-container { display: none; }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .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); }#J87Df43H8zH8Lt9QuINkwkCk3HZCrWao > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H19CgNAha0idtWo0XZSdTQ5k0QnmE4aG { width:20rem;height:30.7125rem;top:22.07421875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bGMJTnMcoDan8abNTGibsAK5DSUeSHzk { 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) { #Jocu2KkUwiIAMpIW8hV8Bfyd6UBslpy2 { display:block; }
 }@media only screen and (max-width: 763px) { #moNEOudaqN6HSqaUPFJ7yMwPT3kcGPWB { width:20rem;height:3.75rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXTBkMGA9MJ4pfW6Cm9OoAp9u4TUblo8 { height:11.2140625rem;width:20rem;top:8.985156059265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE9a1rGADf4hHQ53uXOQXUMDUxQ40nXg { width:9.375rem;height:2.6rem;top:55.3125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0g7rR4EKZTChufi53F6O0MxiVCZnbAd { width:9.375rem;height:1.1375rem;top:57.9375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycrTH91HmUvkThDWmvd4ITwQ1myWZFnA { width:9.6875rem;height:5rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzwVeGhtWTl42HtDDEUvcb47xlhgcUFv { width:9.6875rem;height:5rem;top:54.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0r33D50CgBSL3BuDGQDFpnJTTrTbWC { width:9.375rem;height:2.6rem;top:55.3125rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkgX7yIWhJdO7HixkmOlLI2ub3I2lgG4 { width:9.375rem;height:1.1375rem;top:57.9375rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyAos8CRNo1KIoyNiFKM7ElrJL3TzsC8 { width:9.6875rem;height:5rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQQ2eqpAXr4i3g9462SH1WeF1IEVrbKK { width:9.375rem;height:2.6rem;top:60.9375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrSqylTZSATEzhtOuxgwsEwkww1MqGzr { width:9.375rem;height:1.1375rem;top:63.5625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4s9B2KQVQ5pqqwqiTe91SN6i83B6Hta { width:9.6875rem;height:5rem;top:60.312503814698rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #b42kQZZmkcood5VvwlVpF2OMe5TvUKPs { width:9.375rem;height:2.6rem;top:60.9375rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtT5ToXuTP0LEtnR3piMex8kVau8ty5L { width:9.375rem;height:1.1375rem;top:63.5625rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIqM2iJISMPnXSI3xTZD8hnH06CVlm4m { width:20rem;height:3.7375rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT { display:block; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1PFLw4hEulhsPaFqOEsHuOctxzSDENx { width:20rem;height:13.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qChKfhocmTdT78ZGHx6ZWqO95KMKzHAC { width:20rem;height:1.38125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZ3vnKFNduFAPscKxzIyV1qClVmcRIh { width:18.125rem;height:8.45rem;top:4.6937589645386rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IpmfMAlZxZNkF3ORokPzavg1HHIBqK { width:20rem;height:17.1875rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MViMmisWqNNP8rCPUvhUMoRZSb6upGea { width:20rem;height:1.38125rem;top:19rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMzftiby3fdHyVgGeGTBpXOIxXeqVzN { width:17.0625rem;height:11.61875rem;top:20.375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX { display:block; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTIbkFwi5pRLWEx2GTbxCRglziRPlu93 { width:20rem;height:15.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZ1trxWrcWp3EAREJ7eZxuCeL3QNnGp { width:20rem;height:1.38125rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuu7vKR0msicNbm8NKrKiSbtbKT16Iwc { width:18.125rem;height:10.5625rem;top:4.3125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsuUdVcEFKcxv2SJFx69xpPoMnovfQss { width:20rem;height:13.4375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJGr5bEmQmE6fIZhCl4TFDX8tQEEJRQF { width:20rem;height:1.38125rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5N0KzWzip6QFCrZ8DtcLt9LLgNAzVJE { width:18.125rem;height:8.45rem;top:21rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;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) { #ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 { display:block; }#ywxXOnMaENNM7BMhtazIFT87D4T6MTW4 > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJdC2qHMroupIqC3IhTIu8xpWk0rAZQK { width:6.9375rem;height:4.3125rem;top:14.9375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVODLWvpypohaCVZtl2k6HIeyrO1JVfV { width:20rem;height:8.775rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkh0hfqJZM7wCEsqN9DMTIiv0nhoEyVf { width:20rem;height:4.375rem;top:11.337501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl { display:block; }#qh9dPwbsZ66VMuf1u7uSTgHOfiMa0STl > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTzuBv0UooTRHEl7s8m6Zq5z0kqJrqxq { width:9.6875rem;height:9.6875rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC2p8yC3LGtqHwBX6mSgTN7AKSh00VzD { width:9.6875rem;height:24.375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpB8peq1klyvAR9tnGOQboK1iSl1AUTc { width:9.6875rem;height:2.0625rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRzswnHAxhXrzhb3f4M1smzspUlJW7yf { width:7.5625rem;height:5.85rem;top:24.375rem;left:1.0624999403954rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQQHVbmtHIxqvL40CBOin8WSqmchSTuR { width:9.6875rem;height:2.8125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxvPkeh2UFAEgFzEfv0MNSirfuPBRecq { display:block; }
 }@media only screen and (max-width: 763px) { #binJSlgZ8c5b7AH8Da5wTnC3RsUDoWLW { width:19.9984375rem;height:4.4rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUB1mVhlvDF7RHHpCkRMZliXeSqmS1KN { width:20rem;height:0;top:9.7500004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mldUL0uvrAwX9leaarB2fhNnGQ3nRs6y { width:9.6875rem;height:24.375rem;top:10.75rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHKdMMaSDuuHNrkqZXFGpkuZGuCUE4tR { width:9.6875rem;height:2.8125rem;top:32.375rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaOSpFeM35VVXwrXyEagMe7CGANl2s17 { display:block; }
 }@media only screen and (max-width: 763px) { #rrpDr5HKO8Sm65P7hS57DNLQyqeyc4zs { width:7.5rem;height:6.825rem;top:24.4375rem;left:11.250000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H03ZEW1ToORsyqU9cTkkzvVPCmf7T9gd { width:9.6875rem;height:2.0625rem;top:21.6875rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX9H2TRWeTPiiy11TkemnGr3Zq4e8aZM { width:9.6875rem;height:9.6875rem;top:10.75rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvXsyhEtr0Pw7eTMMx0Kg3Zwtd3FQXZM { width:9.6875rem;height:24.375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKo7NsWZafAywcQ501yAF8t4sXen0zIG { width:9.6875rem;height:2.8125rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9BBnETzts9aClgv8C6HTc26NvbnplGA { display:block; }
 }@media only screen and (max-width: 763px) { #aE0OBhLfFMPUGLANAF9P8OTpfJneh1Kf { width:8.6875rem;height:5.85rem;top:49.3125rem;left:0.49999994039536rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUuQkDc60HuPg2KTM0Z59FxDic8qTkxN { width:9.6875rem;height:2.0625rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6DT71T66fi2cG9zxsMzff0BHqfULf3R { width:9.6875rem;height:9.6875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZnvFU2uMfyOxxgZiOt7IuE1XVzMV10H { width:9.6875rem;height:24.375rem;top:35.6875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSnCGROlaSuNfmNfSf1QKQo0ZHeuXmQO { width:9.6875rem;height:2.8125rem;top:57.3125rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVhuFQezSuGN90SPBXkgVVacxdfyXdV { display:block; }
 }@media only screen and (max-width: 763px) { #d6GTfIT6egG6dnrGnbocRrTbsSp1q6vh { width:8.5rem;height:5.85rem;top:49.3125rem;left:10.875000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvyhyxRiFZ9rH0Q7HAVlMVFoieuQcVNC { width:9.6875rem;height:2.0625rem;top:46.625rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKyg5UN1RfTtIgw1iMWDHvn58tGVUVvZ { width:9.6875rem;height:9.6875rem;top:35.6875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO { display:block; }#OgzhfOwxsw3TS2zTOlDU9wPGm8CEsGTO > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1Cb9AB4agpkME1OgOmJL8HutyvP7Op2 { width:1.875rem;height:1.875rem;top:7.0625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h82F0qSh7RtSsG1bfg7ADGTL64Dw8zTA { 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) { #znUzPsHRCIzpKlUdGknH3uU9Xs1XtKQk { width:20rem;height:0.975rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS15NhbqQ7C4AACTEagu9ThvIAqNFklL { width:9.75rem;height:1.4625rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfBUD4kgnWLPm6FM6EL9NBryT8GdMWEk { width:9.75rem;height:0.975rem;top:19rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFDcccba2adrqOQ188oh4slxrVZedgKR { width:1.875rem;height:1.875rem;top:14.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS5T48HDsM9lgpTRWEHva5foSk5AGzHV { width:9.75rem;height:1.4625rem;top:17.625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnWRe9lDDFRKW20z5S2TElGX5kgAsiIn { width:1.875rem;height:1.875rem;top:14.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVWIXLizJd9Z0ouPBXT0VzP7T7759rh { width:9.75rem;height:0.975rem;top:19rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvyqM18ehdZpoTpTQrwqaSCoVbwrEDPi { width:9.8125rem;height:6.25625rem;top:3.1875rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE17DrEiXrAkQGCzVByZakfmcdgJcneT { width:8.5rem;height:6.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esNRgCREa6LKoud8GuU0KellUFo4w7uR { width:20rem;height:6.8125rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:20rem;height:10.25rem;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) { #HW13aciEPykkzn8s8OyAlcg62ezu2PKi { 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; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { background-color: transparent; background-image: none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container > .video-iframe-container { display: none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row > .video-iframe-container { display: none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .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); }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { border-width: 0; border-radius: 0; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf { 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; }#vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf.adaptive-delivery-prevent-bg, #vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf.lazyload, #vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QrBsn8h7G8C1qFTpv6ZnB4A8B82nLxUo { display:block; }
 }@media only screen and (max-width: 763px) { #meOirDz6nKmIH74iJRGeq5b5eHluRl1W { top:3.2625007629394rem;left:0rem;width:20rem;height:3.125rem;z-index:15019;overflow:hidden;display:block; }
 }