.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:48,63,147;--color-primary-4:19,29,51;--color-secondary-0:254,248,217;--color-secondary-1:253,231,128;--color-secondary-2:250,207,0;--color-secondary-3:125,104,0;--color-secondary-4:38,31,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/70fWjhgK/background_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#LJ5aARCUyau8xTFa5B1i6i97pkJPwrX6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.3125rem;left:0rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lykg6lAmFGdKC8keftkkTWpZ2tfXP8IG { background-color:#0d9b00;background-image:url("https://images.assets-landingi.com/uc/6674f0c4-4b3a-4976-a219-4c633e0a2524/bt_topparabrisas.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.125rem 0rem #60dc63 ;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.625rem;left:42.25rem;display:block; }#Lykg6lAmFGdKC8keftkkTWpZ2tfXP8IG.adaptive-delivery-prevent-bg, #Lykg6lAmFGdKC8keftkkTWpZ2tfXP8IG.lazyload, #Lykg6lAmFGdKC8keftkkTWpZ2tfXP8IG.lazyloading { background-image: none; }
#ByJlvWMynK11fGnnoMABBoaH7xOen5NI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJyHEvu9M1sm3WKJDMB7snETUy5MH9ZW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:29rem;left:0rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6sXfx30y3dzFKise7GBl0dbPtcZ3hTs { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#QhDxDWKPUGvdNxfKQpSnr16uruWDoau0 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:22.0625rem;left:0rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PMcRkUOr1hoTGQ4hnXd6eXxWfBy3Q2xy { position:absolute;display:block;z-index:14999;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-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;height:6.4375rem;width:54.8125rem;top:32.4375rem;left:10.125rem;display:block; }
#rBxVCSpuGa0mOqlb6nWsF1brFmMepqUb { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3728125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.9375rem;left:12.75rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M5DotqpnPXTyaIlMNdme77brCFqouaMb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49805rem;width:11.4355625rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e { 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; }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row .container { background-color: transparent; background-image: none; }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row .container > .video-iframe-container { display: none; }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row > .video-iframe-container { display: none; }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .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); }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row .container { border-width: 0; border-radius: 0; }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#FxDf1kXSZiZVkoeLcofTaKy16RwpdRFu { color:#35353f;display:block;width:10.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:7.5615234375rem;left:3.935546875rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfRQdhTP0UwXNbbtUccLsq7fQw3oCimE { color:#35353f;display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:7.560546875rem;left:21.623046875rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAekAesl0x1NIRUntGggNlRcEezUqNRO { color:#35353f;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:7.4365234375rem;left:42.5rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQ8GPdmnhxTU8SIwfc9BZCBtNExMp6rk { color:#35353f;display:block;width:10.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.560546875rem;left:60.5927734375rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHyZCIHvLpz0bGzvpmu6cH9KaGccIGtr { position:absolute;display:block;z-index:15021;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:5rem;width:5rem;top:1.8135852813721rem;left:6.875rem;overflow:hidden;display:block; }
#XTKB9cJSfz4G7Idiio8Nkqe8ApKeXeD4 { position:absolute;display:block;z-index:15022;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:5rem;width:5rem;top:1.8135852813721rem;left:25.625rem;overflow:hidden;display:block; }
#soSOcbeyOFzOeTTgXtr3tZmgWwH75Dhz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:1.8135852813721rem;left:44.375rem;overflow:hidden;display:block; }
#gHzrZAVypdRXfuZ0kkTMtumnUlz6LnCO { position:absolute;display:block;z-index:15024;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:5rem;width:5rem;top:1.8135852813721rem;left:63.125rem;overflow:hidden;display:block; }
#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/70fWjhgK/background_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0.adaptive-delivery-prevent-bg, #oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0.lazyload, #oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0.lazyloading { background-image: none; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row .container { background-color: transparent; background-image: none; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row .container > .video-iframe-container { display: none; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),1); }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row > .video-iframe-container { display: none; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .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); }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row .container { border-width: 0; border-radius: 0; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#fJBJ7vOPkrNURyxbdGeTayGp8JqGo4e0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#nndxh7m28enVZr96SoI6DDThMJlTbmt0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.81175rem;width:75rem;top:40.9375rem;left:0rem;display:block; }
#PsNTrDwcarkLXJDdyRhPIp4CVoTyIZAI { color:#35353f;display:block;width:28.624rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:44.3125rem;left:2.9375rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tlyumZ0nF2sMiUnBM2sDObE2TRhDHlkB { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8115rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:4.75rem;height:;display:block; }#tlyumZ0nF2sMiUnBM2sDObE2TRhDHlkB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tlyumZ0nF2sMiUnBM2sDObE2TRhDHlkB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
#L8uxToFQJamwalr0nSpLiLgfC8UqVMkk { position:absolute;display:block;z-index:15020;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:17.875rem;width:62.625rem;top:23.125rem;left:6.125rem;overflow:hidden;display:block; }
#O88RX2IJOQyk3tsVSmELvIfkTOT2bUwl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8103125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.9375rem;left:38.4375rem;height:;display:block; }#O88RX2IJOQyk3tsVSmELvIfkTOT2bUwl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O88RX2IJOQyk3tsVSmELvIfkTOT2bUwl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
#rZgogTGfKwFigTizMiqyNxBwIMo2U2iD { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HQBeC8KdSymPvRU7Pd9T4oQT59P45bIi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#addQ7gJTP0pI8E3chnatTwPitabxXgRk { background-color:#0d9b00;background-image:url("https://images.assets-landingi.com/uc/6674f0c4-4b3a-4976-a219-4c633e0a2524/bt_topparabrisas.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.125rem 0rem #60dc63 ;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.3125rem;left:35.875rem;display:block; }#addQ7gJTP0pI8E3chnatTwPitabxXgRk.adaptive-delivery-prevent-bg, #addQ7gJTP0pI8E3chnatTwPitabxXgRk.lazyload, #addQ7gJTP0pI8E3chnatTwPitabxXgRk.lazyloading { background-image: none; }
#F4i36zAMyI3ifQdpmIC5MLfyappWHwy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bC3cHoK5GCreJOt7gccdcDFid3oQff8s { 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; }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row .container { background-color: transparent; background-image: none; }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row .container > .video-iframe-container { display: none; }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row > .video-iframe-container { display: none; }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .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); }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row .container { border-width: 0; border-radius: 0; }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#muLyzLWDrn0uOa8I4l4GCKUfM8OQ5bNd { color:#35353f;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hnTq57PU3Mq11XTzO3kNpF8GrJTIz2c7 { position:absolute;display:block;z-index:15000;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:9.1875rem;left:20.0625rem;display:block; }
#RFzEiPmoinzzRdBK7QSrNdClWu7sAm10 { 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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:9.1875rem;left:31rem;display:block; }
#NgE21SFkxXWgNAoSt24bgBt6bKPRrCeU { position:absolute;display:block;z-index:15002;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:9.1875rem;left:41.9375rem;display:block; }
#rkbIIZFJfEl3MEUC6TwTTu0c1xRE7hLE { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:9.1875rem;left:52.875rem;display:block; }
#BNqI6a6rdn8RGzx1zGLValxR53yolTcq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gSwn1gXOkuLeu6ninAOOfNcTsDdhHWcN { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:9.1875rem;left:63.8125rem;display:block; }
#k3c8XFgkfexuomrk37pTDVsCUpcIakVz { position:absolute;display:block;z-index:15008;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.6875rem;width:7.1875rem;top:11.3125rem;left:21.1875rem;overflow:hidden;display:block; }
#t8tL00gG4m5lE2pbZATnHSMmc1LDG83g { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:11.3125rem;left:33.875rem;overflow:hidden;display:block; }
#BNE8ZT98bOKTXtPp2T3rk8gFJ00UJ6sW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:11.125rem;left:44.625rem;overflow:hidden;display:block; }
#CH0DmU9RvIknvR9psTcX3GhZg1AX9u01 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.75rem;top:12rem;left:53.1875rem;overflow:hidden;display:block; }
#VJSG0iTAVmoAhdfxebTxBJ0MdotnGSno { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.125rem;top:11.875rem;left:64.9375rem;overflow:hidden;display:block; }
#BGVana3tCRpElrTNuk96FeVpKNBMccWF { 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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:18.375rem;left:31rem;display:block; }
#FgtCrs9qC44S6cpc0cguV4StAcyF3gJ0 { position:absolute;display:block;z-index:15012;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:18.375rem;left:41.9375rem;display:block; }
#OJTQ41eIkg7BfE8rtKzaCrH4EMhlZmhV { position:absolute;display:block;z-index:15013;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:18.375rem;left:52.875rem;display:block; }
#PAlxPd9KJvqHdauJk4OuidslOtKQ2KJ4 { position:absolute;display:block;z-index:15014;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:18.375rem;left:63.8125rem;display:block; }
#unNgonlDvRT4xs3FZNC7ZyuxQOU0vvua { position:absolute;display:block;z-index:15010;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:9.4375rem;top:18.375rem;left:20.0625rem;display:block; }
#ziFkH7uInLWJTmFPW0rHqISMlz324orz { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24913125rem;width:5.99935rem;top:20.25rem;left:32.6875rem;overflow:hidden;display:block; }
#qoa8qUTy38exT7BGqLh0KHrfF0K6md0P { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56163125rem;width:4.49978125rem;top:20.0625rem;left:44.375rem;overflow:hidden;display:block; }
#oJ6Ti2A5qdUCnMLFJIhk1yrx5khGR7FA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.49978125rem;width:6.4995625rem;top:20.125rem;left:21.5rem;overflow:hidden;display:block; }
#BFVgSydD0hozM9qob8ufRDPWPa7IXq2a { position:absolute;display:block;z-index:15021;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.24978125rem;width:5.81163125rem;top:20.8125rem;left:54.6875rem;overflow:hidden;display:block; }
#iO7RdhqB64uRZmqxeXsZR9lwJP1fXNrl { position:absolute;display:block;z-index:15022;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.49935rem;width:5.87456875rem;top:20.8125rem;left:65.5625rem;overflow:hidden;display:block; }
#TtztRgqK2tctlJxLqo1V0940aHPU6aPv { 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; }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row .container { background-color: transparent; background-image: none; }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row .container > .video-iframe-container { display: none; }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row > .video-iframe-container { display: none; }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .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); }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row .container { border-width: 0; border-radius: 0; }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#b4sEvfMZ3rG9spBsa0gPvNuBsKmfrK22 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.2490234375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 { 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; }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row .container { background-color: transparent; background-image: none; }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row .container > .video-iframe-container { display: none; }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row > .video-iframe-container { display: none; }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .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); }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row .container { border-width: 0; border-radius: 0; }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#ilnhgeULuPX0ihydbtpl2tmVhf5gedfh { position:absolute;display:block;z-index:15000;height:33.125rem;width:75rem;top:0.677734375rem;left:0rem;display:block; }
#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row .container { background-color: transparent; background-image: none; }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row .container > .video-iframe-container { display: none; }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row > .video-iframe-container { display: none; }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .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); }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row .container { border-width: 0; border-radius: 0; }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#fkEdTdJ5K2xox7K2kNMhPBkrmV9y5zmt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0.625rem;height:4.3056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OvpaLuJeLut706Xk5M7DuILcTUacVmrt { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:10.875rem;left:3.8125rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MARctKVOywP8dGKMZtgcyllA7Syuzsmq { position:absolute;display:block;z-index:15009;height:16.25rem;width:37.5rem;top:7.791015625rem;left:37.5rem;display:none; }
#Wq6pH9KJaPiyNZixfbGquqoeZBUnE5en { box-sizing:content-box;color:#e0da34;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:10.5rem;left:0.625rem;display:block; }
#EzP1rBWH1WExCwhruz7cKEL5KWN0PkWU { box-sizing:content-box;color:#e0da34;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:15.1875rem;left:0.625rem;display:block; }
#aOkcKTAaVGgt6d461XVfyKJuGiv5OE2u { position:absolute;display:block;z-index:15013;height:18.125rem;width:39.375rem;top:2.6875rem;left:35.625rem;display:block; }
#U2Gl7WV4w2VThKAwpmHvKfKxlxl4Iuky { box-sizing:content-box;color:#e0da34;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:15.1875rem;left:15.0625rem;display:block; }
#q6Fo32VeGBG7RByKAOzt2AwZVQERytAM { position:absolute;display:block;z-index:15013;height:15.7498125rem;width:42.874375rem;top:8.4841594696044rem;left:32.125648498535rem;display:none; }
#X3EiBi9mR5NegTV267UdreZVORFHn6G5 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:15.25rem;left:3.8125rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOz18JdbmkTtx3zy2SPmROIG0ooSDLo0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:15.1875rem;left:18.1875rem;height:6.046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 { position:relative;display:none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 { border-width: 0; border-radius: 0; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .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; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .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; }#f3J2hlawigF2P8OzsUdthQkti4gPAFsX { background-color:#5d92ff;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ReaIzs61rbWHt2XnyAtGafcwyzEuCRFK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJ5aARCUyau8xTFa5B1i6i97pkJPwrX6 { width:47.75rem;height:8.375rem;top:12.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lykg6lAmFGdKC8keftkkTWpZ2tfXP8IG { width:20rem;height:4.0625rem;top:33.625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByJlvWMynK11fGnnoMABBoaH7xOen5NI { display:block; }
 }@media only screen and (max-width: 763px) { #uJyHEvu9M1sm3WKJDMB7snETUy5MH9ZW { width:47.75rem;height:1.5rem;top:29rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sXfx30y3dzFKise7GBl0dbPtcZ3hTs { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhDxDWKPUGvdNxfKQpSnr16uruWDoau0 { width:47.75rem;height:1.75rem;top:22.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMcRkUOr1hoTGQ4hnXd6eXxWfBy3Q2xy { width:47.75rem;height:6.4375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBxVCSpuGa0mOqlb6nWsF1brFmMepqUb { width:28.3125rem;height:3.5625rem;top:33.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5DotqpnPXTyaIlMNdme77brCFqouaMb { width:11.375rem;height:5.4689324421077rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e { display:block; }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxDf1kXSZiZVkoeLcofTaKy16RwpdRFu { width:10.8125rem;height:3.125rem;top:7.5rem;left:0.529296875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfRQdhTP0UwXNbbtUccLsq7fQw3oCimE { width:12.875rem;height:3.125rem;top:7.5rem;left:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAekAesl0x1NIRUntGggNlRcEezUqNRO { width:8.75rem;height:3.125rem;top:7.375rem;left:25.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ8GPdmnhxTU8SIwfc9BZCBtNExMp6rk { width:10rem;height:3.125rem;top:7.5rem;left:36.7490234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHyZCIHvLpz0bGzvpmu6cH9KaGccIGtr { width:5rem;height:5rem;top:1.8125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKB9cJSfz4G7Idiio8Nkqe8ApKeXeD4 { width:5rem;height:5rem;top:1.8125rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSOcbeyOFzOeTTgXtr3tZmgWwH75Dhz { width:5rem;height:5rem;top:1.8125rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzrZAVypdRXfuZ0kkTMtumnUlz6LnCO { width:5rem;height:5rem;top:1.8125rem;left:39.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 { display:block; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJBJ7vOPkrNURyxbdGeTayGp8JqGo4e0 { width:10.625rem;height:10.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nndxh7m28enVZr96SoI6DDThMJlTbmt0 { width:47.75rem;height:10.75rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsNTrDwcarkLXJDdyRhPIp4CVoTyIZAI { width:28.5625rem;height:4rem;top:44.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlyumZ0nF2sMiUnBM2sDObE2TRhDHlkB { width:31.75rem;height:;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }#tlyumZ0nF2sMiUnBM2sDObE2TRhDHlkB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #L8uxToFQJamwalr0nSpLiLgfC8UqVMkk { width:47.75rem;height:13.629241516966rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O88RX2IJOQyk3tsVSmELvIfkTOT2bUwl { width:31.75rem;height:;top:11.9375rem;left:16rem;font-size:0.875rem;display:block; }#O88RX2IJOQyk3tsVSmELvIfkTOT2bUwl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #rZgogTGfKwFigTizMiqyNxBwIMo2U2iD { width:47.75rem;height:3.1875rem;top:4.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQBeC8KdSymPvRU7Pd9T4oQT59P45bIi { width:47.75rem;height:1.6875rem;top:7.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #addQ7gJTP0pI8E3chnatTwPitabxXgRk { width:20rem;height:4.0625rem;top:44.3125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4i36zAMyI3ifQdpmIC5MLfyappWHwy4 { display:block; }
 }@media only screen and (max-width: 763px) { #bC3cHoK5GCreJOt7gccdcDFid3oQff8s { display:block; }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muLyzLWDrn0uOa8I4l4GCKUfM8OQ5bNd { width:17.375rem;height:2.5625rem;top:14.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnTq57PU3Mq11XTzO3kNpF8GrJTIz2c7 { width:9.375rem;height:7.9375rem;top:9.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFzEiPmoinzzRdBK7QSrNdClWu7sAm10 { width:9.375rem;height:7.9375rem;top:9.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgE21SFkxXWgNAoSt24bgBt6bKPRrCeU { width:9.375rem;height:7.9375rem;top:9.1875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkbIIZFJfEl3MEUC6TwTTu0c1xRE7hLE { width:9.375rem;height:7.9375rem;top:9.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNqI6a6rdn8RGzx1zGLValxR53yolTcq { width:17.375rem;height:5.125rem;top:17.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSwn1gXOkuLeu6ninAOOfNcTsDdhHWcN { width:9.375rem;height:7.9375rem;top:9.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3c8XFgkfexuomrk37pTDVsCUpcIakVz { width:7.1875rem;height:3.6875rem;top:11.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8tL00gG4m5lE2pbZATnHSMmc1LDG83g { width:3.625rem;height:3.625rem;top:11.3125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNE8ZT98bOKTXtPp2T3rk8gFJ00UJ6sW { width:4.0625rem;height:4.0625rem;top:11.125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH0DmU9RvIknvR9psTcX3GhZg1AX9u01 { width:8.75rem;height:2.375rem;top:12rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJSG0iTAVmoAhdfxebTxBJ0MdotnGSno { width:7.0625rem;height:2.5400219298246rem;top:11.875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGVana3tCRpElrTNuk96FeVpKNBMccWF { width:9.375rem;height:7.9375rem;top:18.375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtCrs9qC44S6cpc0cguV4StAcyF3gJ0 { width:9.375rem;height:7.9375rem;top:18.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTQ41eIkg7BfE8rtKzaCrH4EMhlZmhV { width:9.375rem;height:7.9375rem;top:18.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAlxPd9KJvqHdauJk4OuidslOtKQ2KJ4 { width:9.375rem;height:7.9375rem;top:18.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unNgonlDvRT4xs3FZNC7ZyuxQOU0vvua { width:9.375rem;height:7.9375rem;top:18.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziFkH7uInLWJTmFPW0rHqISMlz324orz { width:5.9375rem;height:4.2054477081692rem;top:20.25rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoa8qUTy38exT7BGqLh0KHrfF0K6md0P { width:4.4375rem;height:4.4991453009263rem;top:20.0625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6Ti2A5qdUCnMLFJIhk1yrx5khGR7FA { width:6.4375rem;height:4.4564507520387rem;top:20.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFVgSydD0hozM9qob8ufRDPWPa7IXq2a { width:5.75rem;height:3.2146284753141rem;top:20.8125rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO7RdhqB64uRZmqxeXsZR9lwJP1fXNrl { width:5.8125rem;height:3.4623759368576rem;top:20.8125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtztRgqK2tctlJxLqo1V0940aHPU6aPv { display:block; }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4sEvfMZ3rG9spBsa0gPvNuBsKmfrK22 { width:47.75rem;height:3.0625rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbW29JC3Vmt0DlUHvTncTPhgRGprs072 { display:block; }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilnhgeULuPX0ihydbtpl2tmVhf5gedfh { width:47.75rem;height:33.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 { display:block; }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkEdTdJ5K2xox7K2kNMhPBkrmV9y5zmt { width:23.6875rem;height:4.25rem;top:4.8125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvpaLuJeLut706Xk5M7DuILcTUacVmrt { width:30.1875rem;height:3rem;top:10.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MARctKVOywP8dGKMZtgcyllA7Syuzsmq { width:37.5rem;height:16.25rem;top:7.75rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wq6pH9KJaPiyNZixfbGquqoeZBUnE5en { width:3.125rem;height:3.125rem;top:10.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzP1rBWH1WExCwhruz7cKEL5KWN0PkWU { width:3.125rem;height:3.125rem;top:15.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOkcKTAaVGgt6d461XVfyKJuGiv5OE2u { width:39.375rem;height:18.125rem;top:2.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Gl7WV4w2VThKAwpmHvKfKxlxl4Iuky { width:3.125rem;height:3.125rem;top:15.1875rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Fo32VeGBG7RByKAOzt2AwZVQERytAM { width:42.8125rem;height:15.6875rem;top:8.4375rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3EiBi9mR5NegTV267UdreZVORFHn6G5 { width:10.4375rem;height:3rem;top:15.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOz18JdbmkTtx3zy2SPmROIG0ooSDLo0 { width:14.8125rem;height:4.5rem;top:15.1875rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 { display:none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f3J2hlawigF2P8OzsUdthQkti4gPAFsX { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReaIzs61rbWHt2XnyAtGafcwyzEuCRFK { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/70fWjhgK/background_01.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJ5aARCUyau8xTFa5B1i6i97pkJPwrX6 { width:20rem;height:10.44925rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Lykg6lAmFGdKC8keftkkTWpZ2tfXP8IG { width:18.75rem;height:3.75rem;top:24.5625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByJlvWMynK11fGnnoMABBoaH7xOen5NI { display:block; }
 }@media only screen and (max-width: 763px) { #uJyHEvu9M1sm3WKJDMB7snETUy5MH9ZW { width:16.8103125rem;height:2.19921875rem;top:24.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E6sXfx30y3dzFKise7GBl0dbPtcZ3hTs { top:27.3125rem;left:8.1875rem;width:3.56228125rem;height:3.56228125rem;z-index:15006;color:#ffffff;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhDxDWKPUGvdNxfKQpSnr16uruWDoau0 { width:20rem;height:3.298825rem;top:20.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PMcRkUOr1hoTGQ4hnXd6eXxWfBy3Q2xy { width:20rem;height:4.9375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBxVCSpuGa0mOqlb6nWsF1brFmMepqUb { width:18.8125rem;height:2.4375rem;top:33.75rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5DotqpnPXTyaIlMNdme77brCFqouaMb { width:9.375rem;height:4.6875rem;top:1.87109375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e { display:block; }#W0q4l7qK9t3FF2cZnfhVKbGrgUlHdL9e > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxDf1kXSZiZVkoeLcofTaKy16RwpdRFu { width:8.75rem;height:2.3359375rem;top:7.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfRQdhTP0UwXNbbtUccLsq7fQw3oCimE { width:9.3125rem;height:2.3359375rem;top:7.5625rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAekAesl0x1NIRUntGggNlRcEezUqNRO { width:8.75rem;height:2.3359375rem;top:17.625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ8GPdmnhxTU8SIwfc9BZCBtNExMp6rk { width:8.75rem;height:2.3359375rem;top:17.625rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHyZCIHvLpz0bGzvpmu6cH9KaGccIGtr { width:5rem;height:5rem;top:1.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKB9cJSfz4G7Idiio8Nkqe8ApKeXeD4 { width:5rem;height:5rem;top:1.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSOcbeyOFzOeTTgXtr3tZmgWwH75Dhz { width:5rem;height:5rem;top:11.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzrZAVypdRXfuZ0kkTMtumnUlz6LnCO { width:5rem;height:5rem;top:11.6875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 { display:block; }#oiu0B3LrcSdvKgahEGJQ8H83ELGEDXQ0 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJBJ7vOPkrNURyxbdGeTayGp8JqGo4e0 { width:10.625rem;height:10.8125rem;top:0rem;left:4.6875002980232rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #nndxh7m28enVZr96SoI6DDThMJlTbmt0 { width:20rem;height:5.8125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsNTrDwcarkLXJDdyRhPIp4CVoTyIZAI { width:17.1875rem;height:2.8496125rem;top:29.875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tlyumZ0nF2sMiUnBM2sDObE2TRhDHlkB { width:20rem;height:4.03515625rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#tlyumZ0nF2sMiUnBM2sDObE2TRhDHlkB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #L8uxToFQJamwalr0nSpLiLgfC8UqVMkk { width:20rem;height:5.7085828343313rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O88RX2IJOQyk3tsVSmELvIfkTOT2bUwl { width:20rem;height:4.03515625rem;top:15.78750038147rem;left:0rem;font-size:0.875rem;display:block; }#O88RX2IJOQyk3tsVSmELvIfkTOT2bUwl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KXmdz0xv/check.png); }
 }@media only screen and (max-width: 763px) { #rZgogTGfKwFigTizMiqyNxBwIMo2U2iD { width:20rem;height:5.2rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQBeC8KdSymPvRU7Pd9T4oQT59P45bIi { width:17.4365rem;height:0;top:10.687255859375rem;left:1.280517578125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #addQ7gJTP0pI8E3chnatTwPitabxXgRk { width:20rem;height:4.0625rem;top:44.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4i36zAMyI3ifQdpmIC5MLfyappWHwy4 { display:block; }
 }@media only screen and (max-width: 763px) { #bC3cHoK5GCreJOt7gccdcDFid3oQff8s { display:block; }#bC3cHoK5GCreJOt7gccdcDFid3oQff8s > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muLyzLWDrn0uOa8I4l4GCKUfM8OQ5bNd { width:17.4375rem;height:2.5996125rem;top:3.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnTq57PU3Mq11XTzO3kNpF8GrJTIz2c7 { width:9.4375rem;height:8rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFzEiPmoinzzRdBK7QSrNdClWu7sAm10 { width:9.4375rem;height:8rem;top:10.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgE21SFkxXWgNAoSt24bgBt6bKPRrCeU { width:9.4375rem;height:8rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkbIIZFJfEl3MEUC6TwTTu0c1xRE7hLE { width:9.4375rem;height:8rem;top:19.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNqI6a6rdn8RGzx1zGLValxR53yolTcq { width:18.499375rem;height:3.57421875rem;top:5.875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSwn1gXOkuLeu6ninAOOfNcTsDdhHWcN { width:9.4375rem;height:8rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3c8XFgkfexuomrk37pTDVsCUpcIakVz { width:7.1875rem;height:3.6875rem;top:13.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8tL00gG4m5lE2pbZATnHSMmc1LDG83g { width:3.6875rem;height:3.6875rem;top:13.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNE8ZT98bOKTXtPp2T3rk8gFJ00UJ6sW { width:4.0625rem;height:4.0625rem;top:21.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH0DmU9RvIknvR9psTcX3GhZg1AX9u01 { width:8.75rem;height:2.375rem;top:22.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJSG0iTAVmoAhdfxebTxBJ0MdotnGSno { width:7.125rem;height:2.5625rem;top:31.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGVana3tCRpElrTNuk96FeVpKNBMccWF { width:9.375rem;height:7.9375rem;top:28.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtCrs9qC44S6cpc0cguV4StAcyF3gJ0 { width:9.375rem;height:7.9375rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTQ41eIkg7BfE8rtKzaCrH4EMhlZmhV { width:9.375rem;height:7.9375rem;top:37.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAlxPd9KJvqHdauJk4OuidslOtKQ2KJ4 { width:9.375rem;height:7.9375rem;top:46.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unNgonlDvRT4xs3FZNC7ZyuxQOU0vvua { width:9.375rem;height:7.9375rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziFkH7uInLWJTmFPW0rHqISMlz324orz { width:5.9375rem;height:4.2053250430255rem;top:30.75rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoa8qUTy38exT7BGqLh0KHrfF0K6md0P { width:4.4375rem;height:4.4984939372053rem;top:47.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6Ti2A5qdUCnMLFJIhk1yrx5khGR7FA { width:6.4375rem;height:4.4568141004683rem;top:39.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFVgSydD0hozM9qob8ufRDPWPa7IXq2a { width:5.75rem;height:3.2153179346161rem;top:40rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO7RdhqB64uRZmqxeXsZR9lwJP1fXNrl { width:5.8125rem;height:3.4623770255476rem;top:48.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtztRgqK2tctlJxLqo1V0940aHPU6aPv { display:block; }#TtztRgqK2tctlJxLqo1V0940aHPU6aPv > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4sEvfMZ3rG9spBsa0gPvNuBsKmfrK22 { width:20rem;height:5.19921875rem;top:4.337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbW29JC3Vmt0DlUHvTncTPhgRGprs072 { display:block; }#sbW29JC3Vmt0DlUHvTncTPhgRGprs072 > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilnhgeULuPX0ihydbtpl2tmVhf5gedfh { width:20rem;height:37.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 { display:block; }#BZiJVPEfBfuKWdyB6NwAskTvVLTJLOx2 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkEdTdJ5K2xox7K2kNMhPBkrmV9y5zmt { width:20rem;height:3.57421875rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvpaLuJeLut706Xk5M7DuILcTUacVmrt { width:10.375rem;height:3.29883125rem;top:7.125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MARctKVOywP8dGKMZtgcyllA7Syuzsmq { width:20rem;height:20.9375rem;top:24.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wq6pH9KJaPiyNZixfbGquqoeZBUnE5en { width:3.125rem;height:3.125rem;top:7.125rem;left:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzP1rBWH1WExCwhruz7cKEL5KWN0PkWU { width:3.125rem;height:3.125rem;top:10.8125rem;left:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOkcKTAaVGgt6d461XVfyKJuGiv5OE2u { width:20rem;height:15.6875rem;top:15.562072753906rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2Gl7WV4w2VThKAwpmHvKfKxlxl4Iuky { width:3.125rem;height:3.125rem;top:14.5rem;left:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Fo32VeGBG7RByKAOzt2AwZVQERytAM { width:20rem;height:16.5625rem;top:18.9384765625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #X3EiBi9mR5NegTV267UdreZVORFHn6G5 { width:10.4375rem;height:2.199225rem;top:11.25rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOz18JdbmkTtx3zy2SPmROIG0ooSDLo0 { width:11.3125rem;height:3.59765625rem;top:14.375rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 { 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; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { background-color: transparent; background-image: none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container > .video-iframe-container { display: none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row > .video-iframe-container { display: none; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .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); }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { border-width: 0; border-radius: 0; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvZtJLr6d1R0hVuwtdS24HT5NTZEtxk4 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3J2hlawigF2P8OzsUdthQkti4gPAFsX { top:0.15625rem;left:0rem;width:20rem;height:3.4375rem;z-index:15014;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#44953b;background-image:url("https://images.assets-landingi.com/uc/6674f0c4-4b3a-4976-a219-4c633e0a2524/bt_topparabrisas.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#f3J2hlawigF2P8OzsUdthQkti4gPAFsX.adaptive-delivery-prevent-bg, #f3J2hlawigF2P8OzsUdthQkti4gPAFsX.lazyload, #f3J2hlawigF2P8OzsUdthQkti4gPAFsX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ReaIzs61rbWHt2XnyAtGafcwyzEuCRFK { display:block; }
 }