.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:222,248,232;--color-primary-1:146,233,179;--color-primary-2:37,211,102;--color-primary-3:19,106,51;--color-primary-4:6,32,15;--color-secondary-0:221,221,243;--color-secondary-1:152,152,218;--color-secondary-2:83,83,193;--color-secondary-3:40,40,178;--color-secondary-4:34,34,165;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:153,153,153;--color-tertiary-3:128,128,128;--color-tertiary-4:0,0,0;--headlines-font-family:"Be Vietnam Pro";--paragraphs-font-family:"Be Vietnam Pro"; }@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:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.2), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.2), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.2), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.2), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.2)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.2)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0.2), rgba(var(--color-tertiary-0),0));background-size:auto !important;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; }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row .container { background-color: transparent; background-image: none; }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row .container > .video-iframe-container { display: none; }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row > .video-iframe-container { display: none; }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .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); }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row .container { border-width: 0; border-radius: 0; }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#AekULNWnpWcOKwTVToScO4bLZ7H4QygD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0rem #2fa020 ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.34375rem;left:60.375rem;display:block; }
#SdB9R67WqnXISZVb3OvMw8Fgz6IEQsNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtKbp8h46ND2KesllDe7l4Ffoulk4tol { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.59375rem;left:60.96875rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,241,241,0.94); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(241,241,241,0.94); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#q7TW34D9HGNUn6hJ6lOAxiOTtgR9eiNT { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2faadac7-3b83-49ae-b31b-43ac05b2ee39/logolidertransportedeveiculospdf165bb8572e21e3.webp");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:6.875rem;width:21.625rem;top:4.125rem;left:0rem;display:block; }#q7TW34D9HGNUn6hJ6lOAxiOTtgR9eiNT.adaptive-delivery-prevent-bg, #q7TW34D9HGNUn6hJ6lOAxiOTtgR9eiNT.lazyload, #q7TW34D9HGNUn6hJ6lOAxiOTtgR9eiNT.lazyloading { background-image: none; }
#h3HCTwRXQUZQct49rICSanxJAceKH8nG { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a2b2519c-7fb3-4985-8f4f-c547c242e351/download20240201T085237539.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.875rem;width:65rem;top:0rem;left:34.154296875rem;display:block; }#h3HCTwRXQUZQct49rICSanxJAceKH8nG.adaptive-delivery-prevent-bg, #h3HCTwRXQUZQct49rICSanxJAceKH8nG.lazyload, #h3HCTwRXQUZQct49rICSanxJAceKH8nG.lazyloading { background-image: none; }
#BZwqq6IRQxaat6aGpiSeCpEqgxBTW03A { color:rgba(var(--color-secondary-3),1);display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:18.5625rem;left:0rem;height:11.13575rem;font-style:normal;display:block; }
#C306S2lp4KEV53ZLBIHgiFVD3yF8XoGZ { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:30.8125rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#yMcOAZNVL6BHom2391sRJDPNECV5i6Ze { background-color:transparent;background-image:none;border-top:0.125rem solid #39a32b;border-left:0.125rem solid #39a32b;border-right:0.125rem solid #39a32b;border-bottom:0.3125rem solid #39a32b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#39a32b;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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:38.28125rem;left:0rem;display:block; }
#JAfu999mbaaz73pfAA5EFcRdBgpR9JEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncG9A0mdX9xmDiWTMMkQ51WfiTJtspdp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);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-3),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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.21875rem;left:17.341796875rem;display:block; }
#TuVbT1FymsAtdvaBefh6D0y9Mn3wwqBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,241,0.94);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;z-index:auto;display:none; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row .container { border-width: 0; border-radius: 0; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:none; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row .container { background-color: transparent; background-image: none; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row .container > .video-iframe-container { display: none; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row > .video-iframe-container { display: none; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .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); }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row .container { border-width: 0; border-radius: 0; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#lWx0qBJT9fW2gZoms1UE6Dce9TretQXe { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b3e1096-8f14-4fe9-947d-b57522ac1e0b/model_main_comprartiptronic_885b9581f1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:18.25rem;top:24.875rem;left:0.9375rem;display:block; }#lWx0qBJT9fW2gZoms1UE6Dce9TretQXe.adaptive-delivery-prevent-bg, #lWx0qBJT9fW2gZoms1UE6Dce9TretQXe.lazyload, #lWx0qBJT9fW2gZoms1UE6Dce9TretQXe.lazyloading { background-image: none; }
#D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/84fb5491-cef8-42c8-a30a-bc7de872eaab/TOYOTA_HILUX_27_SR_4X2_CD_16V_FLEX_4P_MANUAL_3474361648542273.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:21.75rem;top:23.4375rem;left:6.8125rem;display:block; }#D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa.adaptive-delivery-prevent-bg, #D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa.lazyload, #D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa.lazyloading { background-image: none; }
#Eu9mwgN5VddQqk2VET5tAmPvPoPhr2FL { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1476efb-d938-4792-b4ca-69ef28d82a40/joyblackeditionprataswitchblade2020.webp");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:5.375rem;width:11.625rem;top:26.875rem;left:-2.75rem;display:block; }#Eu9mwgN5VddQqk2VET5tAmPvPoPhr2FL.adaptive-delivery-prevent-bg, #Eu9mwgN5VddQqk2VET5tAmPvPoPhr2FL.lazyload, #Eu9mwgN5VddQqk2VET5tAmPvPoPhr2FL.lazyloading { background-image: none; }
#pSXrJNvkak3W3a4uIklItJB8hEa4RIoP { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.3) ;height:22.5rem;width:22.3125rem;top:15.5625rem;left:0rem;display:block; }
#x9KrMMTmVaZNuGUp6FZUBcf3TuyJcQcF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:18.875rem;left:0.1875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VITXVStJ76FzLpOgcSusUxledGUH8Sfh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:35.625rem;left:1.375rem;height:1.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ANzy0Xd0XdrNfi58sty7Jb44noJiwLVH { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0rem #39a32b ;height:3.375rem;width:22.3125rem;top:34.6875rem;left:0rem;display:block; }
#hAVSzq7F8a0ZBVixHOyWZsWtN9USGZmr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:23.25rem;left:1.375rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAT3v83076rXXpzKUVAq9ohCe59xckW6 { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d5512a0d-bf6c-41ff-ae4e-f3988dcb72bc/deluxe1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:17.375rem;top:24.75rem;left:32.9109375rem;display:block; }#AAT3v83076rXXpzKUVAq9ohCe59xckW6.adaptive-delivery-prevent-bg, #AAT3v83076rXXpzKUVAq9ohCe59xckW6.lazyload, #AAT3v83076rXXpzKUVAq9ohCe59xckW6.lazyloading { background-image: none; }
#b8f1hEmnaVPUJeegs6wsrQStND0so5TG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.3) ;height:22.5rem;width:22.3125rem;top:15.5625rem;left:26.375rem;display:block; }
#nKtzc69aJFi92MM7pQ9JxB2VNrC6ePnd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:18.875rem;left:26.5625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSxfspZElPlQ63W1L78IcECbi34ACn1R { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:23.25rem;left:27.75rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E0uTV37pxzQqOvUlx8G3paiKvVNxW5ZT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:35.625rem;left:27.75rem;height:1.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPGrcqna6bDIkLHL41Dwb6v1IG3FF4ys { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0rem #39a32b ;height:3.375rem;width:22.3125rem;top:34.6875rem;left:26.375rem;display:block; }
#yrd94VfCgvad9IXIFfKUW2yLBQ0WLT6E { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5a2c184e-8018-4f01-b149-4fe84d2ba2ef/Motos_carrossel_0012_Honda_500X_vermelha1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:17.8125rem;top:24.5rem;left:24.0625rem;display:block; }#yrd94VfCgvad9IXIFfKUW2yLBQ0WLT6E.adaptive-delivery-prevent-bg, #yrd94VfCgvad9IXIFfKUW2yLBQ0WLT6E.lazyload, #yrd94VfCgvad9IXIFfKUW2yLBQ0WLT6E.lazyloading { background-image: none; }
#TTl0taeLXpHmXNMm6lhwZw5sH6My6E3s { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.3) ;height:22.5rem;width:22.3125rem;top:15.5625rem;left:52.6875rem;display:block; }
#RRrOIzRCrxNlZ8r9tqmkPtsvNtrEzt5p { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/11f03bd0-1b45-4e61-8cc3-89e4ff61d740/volvo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:15.25rem;top:26.4375rem;left:54.0625rem;display:block; }#RRrOIzRCrxNlZ8r9tqmkPtsvNtrEzt5p.adaptive-delivery-prevent-bg, #RRrOIzRCrxNlZ8r9tqmkPtsvNtrEzt5p.lazyload, #RRrOIzRCrxNlZ8r9tqmkPtsvNtrEzt5p.lazyloading { background-image: none; }
#F2gMttCmU9BOaMogNEEuLwtFKi7B23Os { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:19rem;left:52.875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B40AtdaMeKvPmaDTbXpT3lGaz4hHZUvU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1;letter-spacing:0;top:23.25rem;left:54.0625rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AnSZQRTAGqyLmTQ5KzSdhJpcOoUTPIgX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0rem #39a32b ;height:3.375rem;width:22.3125rem;top:34.6875rem;left:52.6875rem;display:block; }
#omy0zJTFzGi9srZQ8ky4bZma1LDbCiOT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:35.625rem;left:54.0625rem;height:1.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UipHVfrNKBCDZZQOe74D59Bcf0nzLTK8 { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/04ecff82-b51b-485f-9f2a-9201ed09f433/Intermarine_66_600px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:16.375rem;top:25rem;left:60.125rem;display:block; }#UipHVfrNKBCDZZQOe74D59Bcf0nzLTK8.adaptive-delivery-prevent-bg, #UipHVfrNKBCDZZQOe74D59Bcf0nzLTK8.lazyload, #UipHVfrNKBCDZZQOe74D59Bcf0nzLTK8.lazyloading { background-image: none; }
#K8zexTMf5ubgNWkTLoTHA7f75sM9Z6Pr { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:6rem;left:18.28125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SNlwGiByGZuLsnZqCznwTKnn27MQIThb { 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),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.6875rem;left:0rem;display:block; }
#D8HSPOdqH7xlM0WC7wlfKsBEUJH7qXfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRzTWZk9taDRVhMtSo6Nt4ps1efRRzxO { 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),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:34.625rem;left:26.34375rem;display:block; }
#mnfcrH2wrMvPUd5KQHrIGlDUUepUr4KD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8qGwZE88uPdP4qCDtEoZasDCfz4sfch { 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),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34.625rem;left:52.6875rem;display:block; }
#qcZHCFlHUVvDTAcf2HeeTffuDd05MEk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row .container { background-color: transparent; background-image: none; }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row .container > .video-iframe-container { display: none; }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row > .video-iframe-container { display: none; }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .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); }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row .container { border-width: 0; border-radius: 0; }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;position:relative;display:block; }#zc020U9tJPws9F10lhmLMnVk5p4xliLl { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fc454983-a4ca-4b1f-9562-c096744ecca1/Ativo1.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:47rem;width:52.125rem;top:8.4375rem;left:-23.206448412698rem;display:block; }#zc020U9tJPws9F10lhmLMnVk5p4xliLl.adaptive-delivery-prevent-bg, #zc020U9tJPws9F10lhmLMnVk5p4xliLl.lazyload, #zc020U9tJPws9F10lhmLMnVk5p4xliLl.lazyloading { background-image: none; }
#xAhtCyHdOcmMbIkcNHHk3Ln0pJuitWEM { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.125rem;left:36.53125rem;height:13.125rem;font-style:normal;display:block; }
#drpE2fdUJzOAWxI0z7UyZ7BTyMR64tr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:29.1875rem;left:41.3125rem;height:1.875rem;font-style:normal;display:block; }
#qEUkWM1Wgq1MTZfdO8wUaP7CXFf3dg73 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:31.5625rem;left:41.3125rem;height:1.25rem;font-style:normal;display:block; }
#XF4Tpa9RfIBzUIDWkGVQTDgMlxhrVe5R { color:#009aff;display:block;width:4.1875rem;position:absolute;font-family:"font awesome";font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:29.28125rem;left:36.71875rem;height:3.4375rem;font-style:normal;display:block; }
#S6xInAiauTbD8vAfAOST51AXX0EvcT7t { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:40rem;left:41.125rem;height:1.25rem;font-style:normal;display:block; }
#Z5UnfZurZe9Kh0yLM93DRZnNg275lM21 { color:#009aff;display:block;width:4.1875rem;position:absolute;font-family:"font awesome";font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:37.75rem;left:36.5625rem;height:3.4375rem;font-style:normal;display:block; }
#f4ZwoG2QpZLZTJDPfxm8RCI7zeTTR6Xi { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:37.625rem;left:41.125rem;height:1.875rem;font-style:normal;display:block; }
#hTaZ8xt18upTnUmwpAMn7IHGc4TFs9TR { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:48.1875rem;left:41.125rem;height:1.25rem;font-style:normal;display:block; }
#uNJzMMslLFs0V00pc0PL7KLdpzpXGLLL { color:#009aff;display:block;width:4.1875rem;position:absolute;font-family:"font awesome";font-size:3.4375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:45.9375rem;left:36.5625rem;height:3.4375rem;font-style:normal;display:block; }
#dekSkPnyqWHNdeECg439BHh1cJBpDXcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:45.8125rem;left:41.125rem;height:1.875rem;font-style:normal;display:block; }
#KLuMepSRdQP2bUeFR7KJT2Xr6aaD7hPc { position:absolute;display:block;z-index:15012;background-color:#f7ce58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:40.125rem;top:25.125rem;left:24.3125rem;display:block; }
#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo.adaptive-delivery-prevent-bg, #RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo.lazyload, #RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo.lazyloading { background-image: none; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row .container { background-color: transparent; background-image: none; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,246,0.92); }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row .container > .video-iframe-container { display: none; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,246,0.92); }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row > .video-iframe-container { display: none; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .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); }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row .container { border-width: 0; border-radius: 0; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo::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; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#rElJvAAskX090xinCT7ROentPtvqafs2 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/053c689d-dc16-4546-a9eb-f3f5d26c92b7/allianzlogo.svg");background-position:top 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:10.1875rem;width:38.875rem;top:11.65625rem;left:35.894462828424rem;display:block; }#rElJvAAskX090xinCT7ROentPtvqafs2.adaptive-delivery-prevent-bg, #rElJvAAskX090xinCT7ROentPtvqafs2.lazyload, #rElJvAAskX090xinCT7ROentPtvqafs2.lazyloading { background-image: none; }
#vPxI7fgi74pgdIUb7zgC9Ib8WcK29xhx { color:rgba(var(--color-secondary-3),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:11.65625rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lHRquz0WdnWIzKXuuazWVs3FGfbORFUI { box-sizing:content-box;color:#f7ce58;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:17.59375rem;left:-1.3125rem;display:block; }
#yQq43z2J4RUm7bfoTkTiV3SXJ3MoGbXg { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:18.34375rem;left:3.4375rem;height:3.5rem;font-style:normal;display:block; }
#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU.adaptive-delivery-prevent-bg, #ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU.lazyload, #ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU.lazyloading { background-image: none; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container { background-color: transparent; background-image: none; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container > .video-iframe-container { display: none; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row > .video-iframe-container { display: none; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .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); }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container { border-width: 0; border-radius: 0; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#EJd8D0cq6UkKg7KJ3LhiOyIekhv7rIvp { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d14f9d12-3853-48ce-8ad7-e57a7d2e7dd1/staminageral87168e65c21ecdd6.webp");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:2.8125rem;width:9.25rem;top:4.125rem;left:0rem;display:block; }#EJd8D0cq6UkKg7KJ3LhiOyIekhv7rIvp.adaptive-delivery-prevent-bg, #EJd8D0cq6UkKg7KJ3LhiOyIekhv7rIvp.lazyload, #EJd8D0cq6UkKg7KJ3LhiOyIekhv7rIvp.lazyloading { background-image: none; }
#cn0OgcQ5oIDJRhOfskXVoai7DT9Le5es { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b88d9c4c-a543-410b-92e7-5828464719df/whatsappimage20251002at113748368e65cb7c2bb0.webp");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:29rem;width:35.25rem;top:0rem;left:39.75rem;display:block; }#cn0OgcQ5oIDJRhOfskXVoai7DT9Le5es.adaptive-delivery-prevent-bg, #cn0OgcQ5oIDJRhOfskXVoai7DT9Le5es.lazyload, #cn0OgcQ5oIDJRhOfskXVoai7DT9Le5es.lazyloading { background-image: none; }
#DKC9xTso3DCZT1690KuwdByLXgTO694p { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:11.375rem;left:0rem;height:4.26171875rem;font-style:normal;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; }
#JubPkD0Qm2I9DB5SUkWgb2wAQ5g5CNpZ { color:rgba(var(--color-tertiary-0),0.89);display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:17.53125rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#oO4l6Ak01odLFbTDaliS5uiW7AeSFXhn { color:#00ff27;display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.5rem;left:0rem;height:1.04980625rem;font-style:normal;display:block; }
#RTGFO5KMpMgiqoxFSbhuM0a6yCc6oZKJ { box-sizing:content-box;height:21.875rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fdd9168f-3ba8-4dea-b545-e5839f75f98d/download20250827T123601802.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-26rem;display:block; }#RTGFO5KMpMgiqoxFSbhuM0a6yCc6oZKJ.adaptive-delivery-prevent-bg, #RTGFO5KMpMgiqoxFSbhuM0a6yCc6oZKJ.lazyload, #RTGFO5KMpMgiqoxFSbhuM0a6yCc6oZKJ.lazyloading { background-image: none; }
#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi { position:relative;display:none; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi { border-width: 0; border-radius: 0; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .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; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .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; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme { position:relative;display:block; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme { background-color: transparent; background-image: none; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .row .container > .video-iframe-container { display: none; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .row > .video-iframe-container { display: none; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .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); }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme { border-width: 0; border-radius: 0; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .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; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .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:39.3125rem;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:block; }#BCuxkrxtJwIRe9F1wFWChV1XwikW7k4q { color:rgba(var(--color-secondary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.75rem;left:1.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKFdmICxPbC7MsbRa5AED7vUDmdTTb3K { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:18.5rem;width:22.3125rem;top:12.1875rem;left:0rem;display:block; }
#GtA9KVAqirTu7zZfGIns4wkd31uu2wfN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/67e21a8e-8337-4d1d-b1fa-e8e6b2a7d616/111266076_1801278200024886_4964434866321606588_n.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9rem;width:22.3125rem;top:12.1875rem;left:0rem;display:block; }#GtA9KVAqirTu7zZfGIns4wkd31uu2wfN.adaptive-delivery-prevent-bg, #GtA9KVAqirTu7zZfGIns4wkd31uu2wfN.lazyload, #GtA9KVAqirTu7zZfGIns4wkd31uu2wfN.lazyloading { background-image: none; }
#VAbML2TqJAw9DQ1uks2mUZqOQ8OPZo1S { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:18.5rem;width:22.3125rem;top:12.1875rem;left:26.375rem;display:block; }
#qxkp09Kp53AzidrE6GNms53DQue57V1U { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/4b6c7c31-bf06-4f26-aa57-7c0552970744/d0d477181f35f9c93ccdeb804b226cc7.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9rem;width:22.3125rem;top:12.1875rem;left:26.375rem;display:block; }#qxkp09Kp53AzidrE6GNms53DQue57V1U.adaptive-delivery-prevent-bg, #qxkp09Kp53AzidrE6GNms53DQue57V1U.lazyload, #qxkp09Kp53AzidrE6GNms53DQue57V1U.lazyloading { background-image: none; }
#zphANWzhWfBrCUTXhPdSFGDkBr6KCC30 { color:rgba(var(--color-secondary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:22.75rem;left:27.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfTT9HxEAsZpd3omtc07FTc4VDorgWDR { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:18.5rem;width:22.3125rem;top:12.1875rem;left:52.6875rem;display:block; }
#sfVyZ32D4V9i1x7TK976K6Sw4LT3smlC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/cc25710a-1492-40e1-adec-20881c9df63d/images2.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9rem;width:22.3125rem;top:12.1875rem;left:52.6875rem;display:block; }#sfVyZ32D4V9i1x7TK976K6Sw4LT3smlC.adaptive-delivery-prevent-bg, #sfVyZ32D4V9i1x7TK976K6Sw4LT3smlC.lazyload, #sfVyZ32D4V9i1x7TK976K6Sw4LT3smlC.lazyloading { background-image: none; }
#vMgc9q8he4A5TMxk5l4DqUXheoQmdnA7 { color:rgba(var(--color-secondary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:22.75rem;left:54.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tqe0VSq57cMBXJ4JMLc0rdirswK2Rhfb { color:rgba(var(--color-tertiary-3),0.1);display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.8125rem;font-weight:700;z-index:14998;line-height:1;letter-spacing:0;top:4.25rem;left:-11rem;height:9.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b83f69a7-c2e7-47b0-af89-0c30357f119c/WhatsAppVideo20210915at1810422.gif");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; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc.adaptive-delivery-prevent-bg, #fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc.lazyload, #fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc.lazyloading { background-image: none; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row .container { background-color: transparent; background-image: none; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row .container > .video-iframe-container { display: none; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .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.61); }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row > .video-iframe-container { display: none; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .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); }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row .container { border-width: 0; border-radius: 0; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc::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; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#i3SQyUL9u3fo0aMlFwGxwtMyLMFhDOy7 { color:#ffd404;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:10.40625rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ztroJzg83ggyHB4L5kVM210ubVe1hsBC { position:relative;display:block; }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC { background-color: transparent; background-image: none; }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .row .container > .video-iframe-container { display: none; }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .row > .video-iframe-container { display: none; }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .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); }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC { border-width: 0; border-radius: 0; }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .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; }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .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:15.5rem;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:block; }#TtegHgmRnk2SdesqzfyF1EdtoXhwfylK { color:rgba(var(--color-tertiary-3),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.3125rem;left:18.28125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC { position:relative;display:block; }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC { background-color: transparent; background-image: none; }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .row .container > .video-iframe-container { display: none; }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .row > .video-iframe-container { display: none; }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .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); }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC { border-width: 0; border-radius: 0; }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .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; }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .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:19.5rem;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:block; }#NXorwbNyIy6pEe7J4vdWMZSAM46TBLl8 { 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:9.3125rem;width:23.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uKJGbR5AO4MZlIn53t9RNJn3vriuqlW1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:23.5rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#BPsDmrlTZgm15q09Ty7d1tHPNAXISw93 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:23.8125rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 { position:relative;display:block; }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 { background-color: transparent; background-image: none; }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .row .container > .video-iframe-container { display: none; }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .row > .video-iframe-container { display: none; }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .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); }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 { border-width: 0; border-radius: 0; }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .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; }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .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:21.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:block; }#tHMRnMVUFmOPGf6OVHIBJUfW8uqaJ6D9 { 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:10.375rem;width:23.8125rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#Rb9RfDhyEBx5TvBt4EcnRVovdOsXsz2S { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#n2SFudWQNCdFlALn2dTSd2KDWiOPrkVz { position:absolute;display:block;z-index:15002;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:15.5rem;width:23.6875rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M { position:relative;display:block; }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M { background-color: transparent; background-image: none; }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .row .container > .video-iframe-container { display: none; }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .row > .video-iframe-container { display: none; }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .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); }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M { border-width: 0; border-radius: 0; }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .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; }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .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:23.6875rem;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:block; }#p6qtT7WbP11BZxdl2xqxZao0b6DK3GHX { 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:18.4375rem;width:23.875rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#BdaRNEMIl2lQ1cofs4zvthgLeqAFFPkl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:23.875rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#wVoa3Rz3ggt0a6g2MH8TtTn8DVI5fMhp { position:absolute;display:block;z-index:15002;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:11.25rem;width:23.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc { position:relative;display:block; }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc { background-color: transparent; background-image: none; }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .row .container > .video-iframe-container { display: none; }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .row > .video-iframe-container { display: none; }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .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); }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc { border-width: 0; border-radius: 0; }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .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; }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .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:22.9375rem;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:block; }#h6fnd3N5vPMbqnT1aPI8krfFQwq9wsDu { 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:10.625rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mi4xmqSCUqcvToHUEbgfP7DtsDIT5aTR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:23.875rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#gAM2PbgeXRin7z92gfMlGFHCOuqU3tUC { position:absolute;display:block;z-index:15002;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:16.75rem;width:23.875rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#T2fVN49qku50MtvQMyCh9qS5cypfJmzv { position:relative;display:block; }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv { background-color: transparent; background-image: none; }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .row .container > .video-iframe-container { display: none; }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .row > .video-iframe-container { display: none; }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .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); }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv { border-width: 0; border-radius: 0; }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .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; }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .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:24.8125rem;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:block; }#hG4e0huu4KQVUXnnBXTWCoQlnEHIdIaT { 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:18.5rem;width:23.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kJE6d1CcRw7n7a6XKHiBTPgTPUeJUbty { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:23.875rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#NACLglTz4GkLA7cV512N5wilAehM0qOP { position:absolute;display:block;z-index:15002;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.25rem;width:23.875rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP.adaptive-delivery-prevent-bg, #lOL9JNpo5fIWFivO0mVTqwJBo99QcREP.lazyload, #lOL9JNpo5fIWFivO0mVTqwJBo99QcREP.lazyloading { background-image: none; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row .container { background-color: transparent; background-image: none; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,200,0,0.92); }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row .container > .video-iframe-container { display: none; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,200,0,0.92); }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row > .video-iframe-container { display: none; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .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); }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row .container { border-width: 0; border-radius: 0; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP::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; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#ApROTD1oWIstpJ7T9EnKF2oyBFmikeiQ { color:rgba(var(--color-secondary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tk0MMlSyiJwGm3ElLLpH3qDIVUn0ICIP { color:rgba(var(--color-tertiary-3),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:23.6875rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1476efb-d938-4792-b4ca-69ef28d82a40/joyblackeditionprataswitchblade2020.webp");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:16.3125rem;width:40rem;top:9.375rem;left:29.5625rem;display:block; }#mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA.adaptive-delivery-prevent-bg, #mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA.lazyload, #mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA.lazyloading { background-image: none; }
#J9QRBxDykp6oJToIa7uF9GkX4qNlnJRt { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5a2c184e-8018-4f01-b149-4fe84d2ba2ef/Motos_carrossel_0012_Honda_500X_vermelha1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:48.9375rem;top:9.625rem;left:37.628461538461rem;display:block; }#J9QRBxDykp6oJToIa7uF9GkX4qNlnJRt.adaptive-delivery-prevent-bg, #J9QRBxDykp6oJToIa7uF9GkX4qNlnJRt.lazyload, #J9QRBxDykp6oJToIa7uF9GkX4qNlnJRt.lazyloading { background-image: none; }
#LIRspe3n6HnzlEwkl6AfuulrmOgQlGXv { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b3e1096-8f14-4fe9-947d-b57522ac1e0b/model_main_comprartiptronic_885b9581f1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:20.5rem;top:1.6875rem;left:54.391203703704rem;display:block; }#LIRspe3n6HnzlEwkl6AfuulrmOgQlGXv.adaptive-delivery-prevent-bg, #LIRspe3n6HnzlEwkl6AfuulrmOgQlGXv.lazyload, #LIRspe3n6HnzlEwkl6AfuulrmOgQlGXv.lazyloading { background-image: none; }
#UbPLgS99MGfcBDIwOKLbZHGcwNL2DPMp { box-sizing:content-box;color:rgba(var(--color-tertiary-0),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:15014;top:28.75rem;left:-0.5625rem;display:block; }
#S8XuulqRLUk68vayoku2c0viT4ytgQy4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008de8;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; }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row .container { background-color: transparent; background-image: none; }#S8XuulqRLUk68vayoku2c0viT4ytgQy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row .container > .video-iframe-container { display: none; }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row > .video-iframe-container { display: none; }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .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); }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row .container { border-width: 0; border-radius: 0; }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#ZAr4SBH7Et4qxIToCTk7T6zrVOyhktJL { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.4375rem;left:16.75rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VB72lXZ7XAzUtVFo7you7FLH2hNd7yxX { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:14.125rem;left:42.5625rem;display:block; }
#Z3Oy0GT9KunsrMrfoWh0064St4QqXZaE { color:rgba(var(--color-tertiary-3),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:5.6875rem;left:23.65625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWcfq7xdlxO4ARIenVIK2ZJ3qZC9TWgm { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:14.5625rem;left:29.625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UsT5SOzflcsEEWdeURbLv9vNAFBxpU9M { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0rem #2fa020 ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.34375rem;left:60.375rem;display:none; }
#ZiUHGbI4TwKbdixTqVt3x10EvGgRoDsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vv1n1BCOdyeyRxiZrSqD4Jmu0P4BpTbF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.59375rem;left:60.96875rem;display:none; }
#LClcswdalTUHk3Ptr9WlZIc8dsKKqtV0 { background-color:transparent;background-image:none;border-top:0.125rem solid #39a32b;border-left:0.125rem solid #39a32b;border-right:0.125rem solid #39a32b;border-bottom:0.3125rem solid #39a32b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#39a32b;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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:38.28125rem;left:0rem;display:none; }
#wdPZOtFRKOvt7dCkET9UAT9oAIFpH95b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xm8C0q9k0VHZhh5qaXcs2u2eNc3oxV01 { color:#009aff;display:block;width:4.1875rem;position:absolute;font-family:"font awesome";font-size:3.4375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:45.9375rem;left:36.5625rem;height:3.4375rem;font-style:normal;display:none; }
#DXrbgLz11ZQqxrO7OKZMyTeWCDAzucqv { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:7.96875rem;left:14.4375rem;display:block; }
#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4.adaptive-delivery-prevent-bg, #exeNldMRuSq0AqymfZGEZbMrP7AnEWW4.lazyload, #exeNldMRuSq0AqymfZGEZbMrP7AnEWW4.lazyloading { background-image: none; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row .container { background-color: transparent; background-image: none; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,20,148,0.96); }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row .container > .video-iframe-container { display: none; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,20,148,0.96); }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row > .video-iframe-container { display: none; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .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); }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row .container { border-width: 0; border-radius: 0; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4::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; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#TJXfEc2TPH3TmoTmbgxpuShm5DNmCd6I { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a831abaf-c922-41d5-a97d-747211b6ab46/logolidertransportedeveiculospdf2165bb8d924bde1.webp");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:6.875rem;width:24.75rem;top:8.125rem;left:25.125rem;display:block; }#TJXfEc2TPH3TmoTmbgxpuShm5DNmCd6I.adaptive-delivery-prevent-bg, #TJXfEc2TPH3TmoTmbgxpuShm5DNmCd6I.lazyload, #TJXfEc2TPH3TmoTmbgxpuShm5DNmCd6I.lazyloading { background-image: none; }
#bQS9K0yTG91i9kUC9mBy0NfsEGXxyZQ6 { color:#1b1b96;display:block;width:14.125rem;position:absolute;font-family:"font awesome brands";font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.4375rem;left:30.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row .container { background-color: transparent; background-image: none; }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row .container > .video-iframe-container { display: none; }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row > .video-iframe-container { display: none; }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .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); }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row .container { border-width: 0; border-radius: 0; }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#sy7JMVH6RSiqBMJGJmfHD16As7t3ADTD { position:relative;z-index:auto;display:none; }#sy7JMVH6RSiqBMJGJmfHD16As7t3ADTD { border-width: 0; border-radius: 0; }#sy7JMVH6RSiqBMJGJmfHD16As7t3ADTD > .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; }#sy7JMVH6RSiqBMJGJmfHD16As7t3ADTD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;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; }#To7mtqUez8UfJQTeHGMCyC8DhfML0fM0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#KrpHc3PSBRG8CNl6GVnJs2bGtLKITn4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q16NVDAKmbTQa53KLVEh3qCrgvhXOaq8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#b3vVcPVxJkiFxpIVEVPTHdCwAxo0dMsk { 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) { #htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW { display:block; }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AekULNWnpWcOKwTVToScO4bLZ7H4QygD { width:14.625rem;height:2.625rem;top:1.3125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdB9R67WqnXISZVb3OvMw8Fgz6IEQsNV { display:block; }
 }@media only screen and (max-width: 763px) { #DtKbp8h46ND2KesllDe7l4Ffoulk4tol { width:2.0625rem;height:2.0625rem;top:1.5625rem;left:45.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7TW34D9HGNUn6hJ6lOAxiOTtgR9eiNT { width:21.625rem;height:6.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3HCTwRXQUZQct49rICSanxJAceKH8nG { width:47.75rem;height:51.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZwqq6IRQxaat6aGpiSeCpEqgxBTW03A { width:41.375rem;height:11.0625rem;top:18.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C306S2lp4KEV53ZLBIHgiFVD3yF8XoGZ { width:35.0625rem;height:3.5rem;top:30.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMcOAZNVL6BHom2391sRJDPNECV5i6Ze { width:15.1875rem;height:3.25rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAfu999mbaaz73pfAA5EFcRdBgpR9JEO { display:block; }
 }@media only screen and (max-width: 763px) { #ncG9A0mdX9xmDiWTMMkQ51WfiTJtspdp { width:10.4375rem;height:1.125rem;top:39.1875rem;left:3.716796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVbT1FymsAtdvaBefh6D0y9Mn3wwqBC { display:block; }
 }@media only screen and (max-width: 763px) { #h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv { display:none; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v3Te83qbKPtE3ZiRecguFgEV57cfwUFk { display:block; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWx0qBJT9fW2gZoms1UE6Dce9TretQXe { width:18.25rem;height:8.3125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa { width:21.75rem;height:10.875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9mwgN5VddQqk2VET5tAmPvPoPhr2FL { width:11.625rem;height:5.375rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSXrJNvkak3W3a4uIklItJB8hEa4RIoP { width:22.3125rem;height:22.5rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9KrMMTmVaZNuGUp6FZUBcf3TuyJcQcF { width:22.125rem;height:8.75rem;top:18.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VITXVStJ76FzLpOgcSusUxledGUH8Sfh { width:18.8125rem;height:1.0625rem;top:35.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANzy0Xd0XdrNfi58sty7Jb44noJiwLVH { width:22.3125rem;height:3.375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVSzq7F8a0ZBVixHOyWZsWtN9USGZmr { width:18.8125rem;height:0.875rem;top:23.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAT3v83076rXXpzKUVAq9ohCe59xckW6 { width:17.375rem;height:8.3125rem;top:24.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8f1hEmnaVPUJeegs6wsrQStND0so5TG { width:22.3125rem;height:22.5rem;top:15.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKtzc69aJFi92MM7pQ9JxB2VNrC6ePnd { width:22.125rem;height:4.375rem;top:18.875rem;left:9.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSxfspZElPlQ63W1L78IcECbi34ACn1R { width:18.8125rem;height:0.875rem;top:23.25rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0uTV37pxzQqOvUlx8G3paiKvVNxW5ZT { width:18.8125rem;height:1.0625rem;top:35.625rem;left:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGrcqna6bDIkLHL41Dwb6v1IG3FF4ys { width:22.3125rem;height:3.375rem;top:34.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrd94VfCgvad9IXIFfKUW2yLBQ0WLT6E { width:17.8125rem;height:8.625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl0taeLXpHmXNMm6lhwZw5sH6My6E3s { width:22.3125rem;height:22.5rem;top:15.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrOIzRCrxNlZ8r9tqmkPtsvNtrEzt5p { width:15.25rem;height:7.5625rem;top:26.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2gMttCmU9BOaMogNEEuLwtFKi7B23Os { width:22.125rem;height:4.375rem;top:19rem;left:25.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B40AtdaMeKvPmaDTbXpT3lGaz4hHZUvU { width:18.8125rem;height:0.875rem;top:23.25rem;left:28.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnSZQRTAGqyLmTQ5KzSdhJpcOoUTPIgX { width:22.3125rem;height:3.375rem;top:34.6875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omy0zJTFzGi9srZQ8ky4bZma1LDbCiOT { width:18.8125rem;height:1.0625rem;top:35.625rem;left:28.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UipHVfrNKBCDZZQOe74D59Bcf0nzLTK8 { width:16.375rem;height:7.5625rem;top:25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8zexTMf5ubgNWkTLoTHA7f75sM9Z6Pr { width:38.4375rem;height:5rem;top:6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNlwGiByGZuLsnZqCznwTKnn27MQIThb { width:22.3125rem;height:3.75rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8HSPOdqH7xlM0WC7wlfKsBEUJH7qXfJ { display:block; }
 }@media only screen and (max-width: 763px) { #GRzTWZk9taDRVhMtSo6Nt4ps1efRRzxO { width:22.3125rem;height:3.875rem;top:34.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnfcrH2wrMvPUd5KQHrIGlDUUepUr4KD { display:block; }
 }@media only screen and (max-width: 763px) { #O8qGwZE88uPdP4qCDtEoZasDCfz4sfch { width:22.3125rem;height:3.6875rem;top:34.625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcZHCFlHUVvDTAcf2HeeTffuDd05MEk5 { display:block; }
 }@media only screen and (max-width: 763px) { #lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N { display:block; }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc020U9tJPws9F10lhmLMnVk5p4xliLl { width:47.75rem;height:47rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAhtCyHdOcmMbIkcNHHk3Ln0pJuitWEM { width:32.75rem;height:13.125rem;top:11.125rem;left:15rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drpE2fdUJzOAWxI0z7UyZ7BTyMR64tr9 { width:32.75rem;height:1.875rem;top:29.1875rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEUkWM1Wgq1MTZfdO8wUaP7CXFf3dg73 { width:32.75rem;height:1.25rem;top:31.5625rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF4Tpa9RfIBzUIDWkGVQTDgMlxhrVe5R { width:4.1875rem;height:3.4375rem;top:29.25rem;left:23.09375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6xInAiauTbD8vAfAOST51AXX0EvcT7t { width:32.75rem;height:1.25rem;top:40rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UnfZurZe9Kh0yLM93DRZnNg275lM21 { width:4.1875rem;height:3.4375rem;top:37.75rem;left:22.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZwoG2QpZLZTJDPfxm8RCI7zeTTR6Xi { width:32.75rem;height:1.875rem;top:37.625rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTaZ8xt18upTnUmwpAMn7IHGc4TFs9TR { width:32.75rem;height:1.25rem;top:48.1875rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNJzMMslLFs0V00pc0PL7KLdpzpXGLLL { width:4.1875rem;height:3.4375rem;top:45.9375rem;left:22.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dekSkPnyqWHNdeECg439BHh1cJBpDXcZ { width:32.75rem;height:1.875rem;top:45.8125rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLuMepSRdQP2bUeFR7KJT2Xr6aaD7hPc { width:40.125rem;height:0.125rem;top:25.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo { display:block; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rElJvAAskX090xinCT7ROentPtvqafs2 { width:38.875rem;height:10.1875rem;top:11.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPxI7fgi74pgdIUb7zgC9Ib8WcK29xhx { width:32.9375rem;height:5.625rem;top:11.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRquz0WdnWIzKXuuazWVs3FGfbORFUI { width:5rem;height:5rem;top:17.5625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQq43z2J4RUm7bfoTkTiV3SXJ3MoGbXg { width:24.625rem;height:3.5rem;top:18.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU { display:block; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJd8D0cq6UkKg7KJ3LhiOyIekhv7rIvp { width:9.25rem;height:2.8125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn0OgcQ5oIDJRhOfskXVoai7DT9Le5es { width:35.25rem;height:29rem;top:0rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKC9xTso3DCZT1690KuwdByLXgTO694p { width:36.375rem;height:4.25rem;top:11.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JubPkD0Qm2I9DB5SUkWgb2wAQ5g5CNpZ { width:42.9375rem;height:3.5rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4l6Ak01odLFbTDaliS5uiW7AeSFXhn { width:35.0625rem;height:1rem;top:9.5rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGFO5KMpMgiqoxFSbhuM0a6yCc6oZKJ { width:47.75rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi { display:none; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme { display:block; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCuxkrxtJwIRe9F1wFWChV1XwikW7k4q { width:19.125rem;height:5.25rem;top:22.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKFdmICxPbC7MsbRa5AED7vUDmdTTb3K { width:22.3125rem;height:18.5rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtA9KVAqirTu7zZfGIns4wkd31uu2wfN { width:22.3125rem;height:9rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbML2TqJAw9DQ1uks2mUZqOQ8OPZo1S { width:22.3125rem;height:18.5rem;top:12.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxkp09Kp53AzidrE6GNms53DQue57V1U { width:22.3125rem;height:9rem;top:12.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphANWzhWfBrCUTXhPdSFGDkBr6KCC30 { width:19.125rem;height:5.25rem;top:22.75rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfTT9HxEAsZpd3omtc07FTc4VDorgWDR { width:22.3125rem;height:18.5rem;top:12.1875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVyZ32D4V9i1x7TK976K6Sw4LT3smlC { width:22.3125rem;height:9rem;top:12.1875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgc9q8he4A5TMxk5l4DqUXheoQmdnA7 { width:19.125rem;height:5.25rem;top:22.75rem;left:28.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqe0VSq57cMBXJ4JMLc0rdirswK2Rhfb { width:47.75rem;height:9.8125rem;top:4.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc { display:block; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3SQyUL9u3fo0aMlFwGxwtMyLMFhDOy7 { width:47.75rem;height:2.5rem;top:10.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztroJzg83ggyHB4L5kVM210ubVe1hsBC { display:block; }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtegHgmRnk2SdesqzfyF1EdtoXhwfylK { width:38.4375rem;height:2.5rem;top:9.3125rem;left:4.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC { display:block; }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXorwbNyIy6pEe7J4vdWMZSAM46TBLl8 { width:23.8125rem;height:9.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKJGbR5AO4MZlIn53t9RNJn3vriuqlW1 { width:23.5rem;height:9.5rem;top:0rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPsDmrlTZgm15q09Ty7d1tHPNAXISw93 { width:23.8125rem;height:14.1875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyHThLUvyD6bf51fJ632gbZV46SIFOM3 { display:block; }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHMRnMVUFmOPGf6OVHIBJUfW8uqaJ6D9 { width:23.8125rem;height:10.375rem;top:0rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb9RfDhyEBx5TvBt4EcnRVovdOsXsz2S { width:23.75rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2SFudWQNCdFlALn2dTSd2KDWiOPrkVz { width:23.6875rem;height:15.5rem;top:0rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6BL8nGOvxsG2StrDq2znl78CkwNOw7M { display:block; }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6qtT7WbP11BZxdl2xqxZao0b6DK3GHX { width:23.875rem;height:18.4375rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdaRNEMIl2lQ1cofs4zvthgLeqAFFPkl { width:23.875rem;height:13.1875rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVoa3Rz3ggt0a6g2MH8TtTn8DVI5fMhp { width:23.8125rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc { display:block; }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6fnd3N5vPMbqnT1aPI8krfFQwq9wsDu { width:23.875rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi4xmqSCUqcvToHUEbgfP7DtsDIT5aTR { width:23.875rem;height:12.0625rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAM2PbgeXRin7z92gfMlGFHCOuqU3tUC { width:23.875rem;height:16.75rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2fVN49qku50MtvQMyCh9qS5cypfJmzv { display:block; }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hG4e0huu4KQVUXnnBXTWCoQlnEHIdIaT { width:23.625rem;height:18.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJE6d1CcRw7n7a6XKHiBTPgTPUeJUbty { width:23.875rem;height:16.75rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACLglTz4GkLA7cV512N5wilAehM0qOP { width:23.875rem;height:17.25rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOL9JNpo5fIWFivO0mVTqwJBo99QcREP { display:block; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApROTD1oWIstpJ7T9EnKF2oyBFmikeiQ { width:29.375rem;height:13.125rem;top:9.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk0MMlSyiJwGm3ElLLpH3qDIVUn0ICIP { width:27.6875rem;height:3.5rem;top:23.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA { width:40rem;height:16.3125rem;top:9.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QRBxDykp6oJToIa7uF9GkX4qNlnJRt { width:47.75rem;height:24.5625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIRspe3n6HnzlEwkl6AfuulrmOgQlGXv { width:20.5rem;height:12.625rem;top:1.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbPLgS99MGfcBDIwOKLbZHGcwNL2DPMp { width:3.125rem;height:3.125rem;top:28.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8XuulqRLUk68vayoku2c0viT4ytgQy4 { display:block; }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAr4SBH7Et4qxIToCTk7T6zrVOyhktJL { width:41.5rem;height:4.375rem;top:8.4375rem;left:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB72lXZ7XAzUtVFo7you7FLH2hNd7yxX { width:2.8125rem;height:2.8125rem;top:14.125rem;left:28.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Oy0GT9KunsrMrfoWh0064St4QqXZaE { width:27.6875rem;height:1.75rem;top:5.6875rem;left:10.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWcfq7xdlxO4ARIenVIK2ZJ3qZC9TWgm { width:13.75rem;height:1.875rem;top:14.5625rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsT5SOzflcsEEWdeURbLv9vNAFBxpU9M { width:14.625rem;height:2.625rem;top:1.3125rem;left:33.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiUHGbI4TwKbdixTqVt3x10EvGgRoDsr { display:block; }
 }@media only screen and (max-width: 763px) { #Vv1n1BCOdyeyRxiZrSqD4Jmu0P4BpTbF { width:2.0625rem;height:2.0625rem;top:1.5625rem;left:45.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LClcswdalTUHk3Ptr9WlZIc8dsKKqtV0 { width:15.1875rem;height:3.25rem;top:38.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdPZOtFRKOvt7dCkET9UAT9oAIFpH95b { display:block; }
 }@media only screen and (max-width: 763px) { #Xm8C0q9k0VHZhh5qaXcs2u2eNc3oxV01 { width:4.1875rem;height:2rem;top:22rem;left:0rem;font-size:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXrbgLz11ZQqxrO7OKZMyTeWCDAzucqv { width:5.3125rem;height:5.3125rem;top:7.9375rem;left:0.8125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 { display:block; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJXfEc2TPH3TmoTmbgxpuShm5DNmCd6I { width:24.75rem;height:6.875rem;top:8.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQS9K0yTG91i9kUC9mBy0NfsEGXxyZQ6 { width:14.125rem;height:3.25rem;top:16.4375rem;left:16.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy7JMVH6RSiqBMJGJmfHD16As7t3ADTD { display:block; }#sy7JMVH6RSiqBMJGJmfHD16As7t3ADTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To7mtqUez8UfJQTeHGMCyC8DhfML0fM0 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrpHc3PSBRG8CNl6GVnJs2bGtLKITn4v { display:block; }
 }@media only screen and (max-width: 763px) { #Q16NVDAKmbTQa53KLVEh3qCrgvhXOaq8 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vVcPVxJkiFxpIVEVPTHdCwAxo0dMsk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW { position:relative;z-index:auto;display:none; }#htvFZtpPaf5kZA05tSNnlqWWvz0UB0CW > .row .container { width:20rem;height:3.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AekULNWnpWcOKwTVToScO4bLZ7H4QygD { width:14.625rem;height:2.625rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdB9R67WqnXISZVb3OvMw8Fgz6IEQsNV { display:block; }
 }@media only screen and (max-width: 763px) { #DtKbp8h46ND2KesllDe7l4Ffoulk4tol { width:2.0625rem;height:2.0625rem;top:1.53125rem;left:11.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;background-color:rgba(241,241,241,0.94);background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7TW34D9HGNUn6hJ6lOAxiOTtgR9eiNT { width:16.6875rem;height:7.5rem;top:1.75rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3HCTwRXQUZQct49rICSanxJAceKH8nG { width:20rem;height:36.3125rem;top:35.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZwqq6IRQxaat6aGpiSeCpEqgxBTW03A { width:20rem;height:6.07324375rem;top:10.0625rem;left:0rem;font-size:1.6875rem;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;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C306S2lp4KEV53ZLBIHgiFVD3yF8XoGZ { width:17.5625rem;height:3.673825rem;top:17rem;left:1.21875rem;font-size:0.875rem;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; }
 }@media only screen and (max-width: 763px) { #yMcOAZNVL6BHom2391sRJDPNECV5i6Ze { width:15.1875rem;height:3.25rem;top:22.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAfu999mbaaz73pfAA5EFcRdBgpR9JEO { display:block; }
 }@media only screen and (max-width: 763px) { #ncG9A0mdX9xmDiWTMMkQ51WfiTJtspdp { width:9.8125rem;height:1.125rem;top:27.375rem;left:5.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVbT1FymsAtdvaBefh6D0y9Mn3wwqBC { display:block; }
 }@media only screen and (max-width: 763px) { #h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv { position:relative;z-index:auto;background-color:rgba(241,241,241,0.94);background-image:url("https://images.assets-landingi.com/uc/92fe6078-6cad-42da-8481-ffa2687b7db6/download20240201T092030936.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv.adaptive-delivery-prevent-bg, #h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv.lazyload, #h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv.lazyloading { background-image: none; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row .container { background-color: transparent; background-image: none; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row .container > .video-iframe-container { display: none; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row > .video-iframe-container { display: none; }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .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); }#h8a9HkJETnQn7J2ABp8SXEiNB51L1fOv > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3Te83qbKPtE3ZiRecguFgEV57cfwUFk { display:block; }#v3Te83qbKPtE3ZiRecguFgEV57cfwUFk > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWx0qBJT9fW2gZoms1UE6Dce9TretQXe { width:7.875rem;height:4.625rem;top:14.4375rem;left:9.5rem;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b3e1096-8f14-4fe9-947d-b57522ac1e0b/model_main_comprartiptronic_885b9581f1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lWx0qBJT9fW2gZoms1UE6Dce9TretQXe.adaptive-delivery-prevent-bg, #lWx0qBJT9fW2gZoms1UE6Dce9TretQXe.lazyload, #lWx0qBJT9fW2gZoms1UE6Dce9TretQXe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa { width:8.9375rem;height:6rem;top:13.5rem;left:5.0625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/84fb5491-cef8-42c8-a30a-bc7de872eaab/TOYOTA_HILUX_27_SR_4X2_CD_16V_FLEX_4P_MANUAL_3474361648542273.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa.adaptive-delivery-prevent-bg, #D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa.lazyload, #D4KPvrZHsgUnMR1aSsyaqvvXJ8pkARTa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Eu9mwgN5VddQqk2VET5tAmPvPoPhr2FL { width:7.1875rem;height:3.25rem;top:15.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSXrJNvkak3W3a4uIklItJB8hEa4RIoP { width:17.5rem;height:10.9375rem;top:10rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9KrMMTmVaZNuGUp6FZUBcf3TuyJcQcF { width:20rem;height:1.875rem;top:10.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VITXVStJ76FzLpOgcSusUxledGUH8Sfh { width:18.8125rem;height:0.875rem;top:19.1875rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANzy0Xd0XdrNfi58sty7Jb44noJiwLVH { width:17.5625rem;height:3.375rem;top:17.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVSzq7F8a0ZBVixHOyWZsWtN9USGZmr { width:18.8125rem;height:0.875rem;top:12.9375rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAT3v83076rXXpzKUVAq9ohCe59xckW6 { width:11.625rem;height:5.375rem;top:26.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8f1hEmnaVPUJeegs6wsrQStND0so5TG { width:17.5rem;height:10.9375rem;top:23rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKtzc69aJFi92MM7pQ9JxB2VNrC6ePnd { width:20rem;height:2rem;top:24.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSxfspZElPlQ63W1L78IcECbi34ACn1R { width:18.8125rem;height:0.875rem;top:26.3125rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0uTV37pxzQqOvUlx8G3paiKvVNxW5ZT { width:18.8125rem;height:0.875rem;top:32.0625rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGrcqna6bDIkLHL41Dwb6v1IG3FF4ys { width:17.5rem;height:3.375rem;top:30.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrd94VfCgvad9IXIFfKUW2yLBQ0WLT6E { width:12.0625rem;height:5.5625rem;top:26.25rem;left:1.0824742268041rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl0taeLXpHmXNMm6lhwZw5sH6My6E3s { width:17.5rem;height:10.9375rem;top:36.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRrOIzRCrxNlZ8r9tqmkPtsvNtrEzt5p { width:9.375rem;height:4.625rem;top:40rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2gMttCmU9BOaMogNEEuLwtFKi7B23Os { width:20rem;height:2rem;top:37.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B40AtdaMeKvPmaDTbXpT3lGaz4hHZUvU { width:18.8125rem;height:0.875rem;top:39.5625rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnSZQRTAGqyLmTQ5KzSdhJpcOoUTPIgX { width:17.5rem;height:3.375rem;top:43.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omy0zJTFzGi9srZQ8ky4bZma1LDbCiOT { width:18.8125rem;height:0.875rem;top:44.9375rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UipHVfrNKBCDZZQOe74D59Bcf0nzLTK8 { width:10rem;height:4.5625rem;top:39.53125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8zexTMf5ubgNWkTLoTHA7f75sM9Z6Pr { width:17.25rem;height:3.5rem;top:3.8125rem;left:1.375rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SNlwGiByGZuLsnZqCznwTKnn27MQIThb { width:17.4375rem;height:10.9375rem;top:10.4375rem;left:1.3125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #D8HSPOdqH7xlM0WC7wlfKsBEUJH7qXfJ { display:block; }
 }@media only screen and (max-width: 763px) { #GRzTWZk9taDRVhMtSo6Nt4ps1efRRzxO { width:17.4375rem;height:11rem;top:23.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnfcrH2wrMvPUd5KQHrIGlDUUepUr4KD { display:block; }
 }@media only screen and (max-width: 763px) { #O8qGwZE88uPdP4qCDtEoZasDCfz4sfch { width:17.4375rem;height:11.1875rem;top:36.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcZHCFlHUVvDTAcf2HeeTffuDd05MEk5 { display:block; }
 }@media only screen and (max-width: 763px) { #lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N { display:block; }#lB7P6Fm1lJvAIIf2JQWAiC6Ep5BXWg3N > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc020U9tJPws9F10lhmLMnVk5p4xliLl { width:17.625rem;height:18.125rem;top:2.8125rem;left:2.2488532110092rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAhtCyHdOcmMbIkcNHHk3Ln0pJuitWEM { width:18.25rem;height:8.25rem;top:11.375rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #drpE2fdUJzOAWxI0z7UyZ7BTyMR64tr9 { width:20rem;height:1.25rem;top:25.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEUkWM1Wgq1MTZfdO8wUaP7CXFf3dg73 { width:14.625rem;height:2.44921875rem;top:27.4375rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XF4Tpa9RfIBzUIDWkGVQTDgMlxhrVe5R { width:4.1875rem;height:2rem;top:23.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6xInAiauTbD8vAfAOST51AXX0EvcT7t { width:13.375rem;height:2.44921875rem;top:36.3125rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UnfZurZe9Kh0yLM93DRZnNg275lM21 { width:4.1875rem;height:2rem;top:32.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZwoG2QpZLZTJDPfxm8RCI7zeTTR6Xi { width:20rem;height:1.25rem;top:34.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTaZ8xt18upTnUmwpAMn7IHGc4TFs9TR { width:11.625rem;height:2.44921875rem;top:45.375rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uNJzMMslLFs0V00pc0PL7KLdpzpXGLLL { width:4.1875rem;height:2rem;top:41.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dekSkPnyqWHNdeECg439BHh1cJBpDXcZ { width:20rem;height:1.25rem;top:43.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLuMepSRdQP2bUeFR7KJT2Xr6aaD7hPc { width:20rem;height:0.125rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo { display:block; }#RIhtC4Uu2RdtOLtIvo5HvgSTpbUd4cmo > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rElJvAAskX090xinCT7ROentPtvqafs2 { width:16.8125rem;height:4.1875rem;top:4.3125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPxI7fgi74pgdIUb7zgC9Ib8WcK29xhx { width:20rem;height:3.8496125rem;top:10.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lHRquz0WdnWIzKXuuazWVs3FGfbORFUI { width:5rem;height:5rem;top:1.5625rem;left:7.5rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQq43z2J4RUm7bfoTkTiV3SXJ3MoGbXg { width:14.0625rem;height:3.673825rem;top:15.25rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU { position:relative;z-index:auto;background-color:#030a61;background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU.adaptive-delivery-prevent-bg, #ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU.lazyload, #ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU.lazyloading { background-image: none; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container { background-color: transparent; background-image: none; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container > .video-iframe-container { display: none; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row > .video-iframe-container { display: none; }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .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); }#ZTfrmOWQKCokseDFn6tZLuBRGVgrmDrU > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJd8D0cq6UkKg7KJ3LhiOyIekhv7rIvp { width:6.875rem;height:3.0625rem;top:19.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn0OgcQ5oIDJRhOfskXVoai7DT9Le5es { width:20rem;height:17.75rem;top:34.7373046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKC9xTso3DCZT1690KuwdByLXgTO694p { width:20rem;height:5.625rem;top:3.34375rem;left:0rem;font-size:1.5625rem;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;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JubPkD0Qm2I9DB5SUkWgb2wAQ5g5CNpZ { width:20rem;height:4.19824375rem;top:13.36328125rem;left:0rem;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #oO4l6Ak01odLFbTDaliS5uiW7AeSFXhn { width:20rem;height:0.7871125rem;top:10.88671875rem;left:0rem;font-size:0.5625rem;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; }
 }@media only screen and (max-width: 763px) { #RTGFO5KMpMgiqoxFSbhuM0a6yCc6oZKJ { width:20rem;height:10.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b88d9c4c-a543-410b-92e7-5828464719df/whatsappimage20251002at113748368e65cb7c2bb0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi.adaptive-delivery-prevent-bg, #K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi.lazyload, #K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi.lazyloading { background-image: none; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row .container { background-color: transparent; background-image: none; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row .container > .video-iframe-container { display: none; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row > .video-iframe-container { display: none; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .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); }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row .container { border-width: 0; border-radius: 0; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1uKDM3xOfkzqq7JOK0nLeE7NySUNMNi > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme { display:block; }#SPaaB9oTUWv0vbUFlr63yW7IqD4zCLme > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCuxkrxtJwIRe9F1wFWChV1XwikW7k4q { width:15rem;height:3.673825rem;top:17.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKFdmICxPbC7MsbRa5AED7vUDmdTTb3K { width:20rem;height:16.5625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtA9KVAqirTu7zZfGIns4wkd31uu2wfN { width:20rem;height:9rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbML2TqJAw9DQ1uks2mUZqOQ8OPZo1S { width:20rem;height:16.5625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxkp09Kp53AzidrE6GNms53DQue57V1U { width:20rem;height:9rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphANWzhWfBrCUTXhPdSFGDkBr6KCC30 { width:12.5625rem;height:3.673825rem;top:37.4375rem;left:3.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfTT9HxEAsZpd3omtc07FTc4VDorgWDR { width:20rem;height:16.5625rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVyZ32D4V9i1x7TK976K6Sw4LT3smlC { width:20rem;height:9rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgc9q8he4A5TMxk5l4DqUXheoQmdnA7 { width:13.625rem;height:3.673825rem;top:56.8125rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqe0VSq57cMBXJ4JMLc0rdirswK2Rhfb { width:20rem;height:3.125rem;top:3.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc { display:block; }#fgfok8LiLcMTwtbQOKl4Ks2J0v7Is0mc > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3SQyUL9u3fo0aMlFwGxwtMyLMFhDOy7 { width:11.75rem;height:4.375rem;top:3.1875rem;left:4.125rem;font-size:0.875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #ztroJzg83ggyHB4L5kVM210ubVe1hsBC { display:block; }#ztroJzg83ggyHB4L5kVM210ubVe1hsBC > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtegHgmRnk2SdesqzfyF1EdtoXhwfylK { width:17.375rem;height:3.75rem;top:4.34375rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC { display:block; }#aJ7dMp6y8nFfx5IoTkuuARwDXhMVq3dC > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXorwbNyIy6pEe7J4vdWMZSAM46TBLl8 { width:20rem;height:7.8215223097113rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKJGbR5AO4MZlIn53t9RNJn3vriuqlW1 { width:20rem;height:8.0851063829788rem;top:11.6337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPsDmrlTZgm15q09Ty7d1tHPNAXISw93 { width:20rem;height:11.9150625rem;top:23.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyHThLUvyD6bf51fJ632gbZV46SIFOM3 { display:block; }#WyHThLUvyD6bf51fJ632gbZV46SIFOM3 > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHMRnMVUFmOPGf6OVHIBJUfW8uqaJ6D9 { width:20rem;height:8.713910761155rem;top:14.8330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb9RfDhyEBx5TvBt4EcnRVovdOsXsz2S { width:20rem;height:11.210526315789rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2SFudWQNCdFlALn2dTSd2KDWiOPrkVz { width:20rem;height:13.087071240106rem;top:27.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6BL8nGOvxsG2StrDq2znl78CkwNOw7M { display:block; }#H6BL8nGOvxsG2StrDq2znl78CkwNOw7M > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6qtT7WbP11BZxdl2xqxZao0b6DK3GHX { width:20rem;height:15.445026178011rem;top:12.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdaRNEMIl2lQ1cofs4zvthgLeqAFFPkl { width:20rem;height:11.047120418848rem;top:32.064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVoa3Rz3ggt0a6g2MH8TtTn8DVI5fMhp { width:20rem;height:9.4488188976375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc { display:block; }#QGNeZagDIqvDXvfTwtw6VzMChgMAxyxc > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6fnd3N5vPMbqnT1aPI8krfFQwq9wsDu { width:20rem;height:8.9005235602094rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi4xmqSCUqcvToHUEbgfP7DtsDIT5aTR { width:20rem;height:10.104712041885rem;top:12.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAM2PbgeXRin7z92gfMlGFHCOuqU3tUC { width:20rem;height:14.031413612566rem;top:26.3779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2fVN49qku50MtvQMyCh9qS5cypfJmzv { display:block; }#T2fVN49qku50MtvQMyCh9qS5cypfJmzv > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hG4e0huu4KQVUXnnBXTWCoQlnEHIdIaT { width:20rem;height:15.661375661376rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJE6d1CcRw7n7a6XKHiBTPgTPUeJUbty { width:20rem;height:14.031413612566rem;top:19.34765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACLglTz4GkLA7cV512N5wilAehM0qOP { width:20rem;height:14.450261780105rem;top:37.56640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOL9JNpo5fIWFivO0mVTqwJBo99QcREP { display:block; }#lOL9JNpo5fIWFivO0mVTqwJBo99QcREP > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApROTD1oWIstpJ7T9EnKF2oyBFmikeiQ { width:20rem;height:3.75rem;top:13rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tk0MMlSyiJwGm3ElLLpH3qDIVUn0ICIP { width:20rem;height:2.44921875rem;top:17.8125rem;left:0rem;font-size:0.875rem;color:#808080;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA { width:11.6875rem;height:9.3125rem;top:1.625rem;left:0.48717948717949rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1476efb-d938-4792-b4ca-69ef28d82a40/joyblackeditionprataswitchblade2020.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA.adaptive-delivery-prevent-bg, #mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA.lazyload, #mNeQ22kEKSwonLiRrFMAvB1Q6mlQtRBA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J9QRBxDykp6oJToIa7uF9GkX4qNlnJRt { width:9.3125rem;height:6.5rem;top:4.625rem;left:1.3822368421052rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #LIRspe3n6HnzlEwkl6AfuulrmOgQlGXv { width:11.875rem;height:8.625rem;top:2.125rem;left:7.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UbPLgS99MGfcBDIwOKLbZHGcwNL2DPMp { width:3.125rem;height:3.125rem;top:18.875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8XuulqRLUk68vayoku2c0viT4ytgQy4 { display:block; }#S8XuulqRLUk68vayoku2c0viT4ytgQy4 > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAr4SBH7Et4qxIToCTk7T6zrVOyhktJL { width:16.0625rem;height:1.8125rem;top:6.5rem;left:1.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB72lXZ7XAzUtVFo7you7FLH2hNd7yxX { width:2.0625rem;height:2.0625rem;top:20.4375rem;left:13.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Oy0GT9KunsrMrfoWh0064St4QqXZaE { width:17.6875rem;height:1.75rem;top:4.4375rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWcfq7xdlxO4ARIenVIK2ZJ3qZC9TWgm { width:10.1875rem;height:1.75rem;top:20.5625rem;left:4.625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UsT5SOzflcsEEWdeURbLv9vNAFBxpU9M { width:14.125rem;height:3.125rem;top:10.625rem;left:2.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ZiUHGbI4TwKbdixTqVt3x10EvGgRoDsr { display:block; }
 }@media only screen and (max-width: 763px) { #Vv1n1BCOdyeyRxiZrSqD4Jmu0P4BpTbF { width:2.0625rem;height:2.0625rem;top:11.125rem;left:3.4375rem;font-size:1.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LClcswdalTUHk3Ptr9WlZIc8dsKKqtV0 { width:13.125rem;height:3.125rem;top:14.9375rem;left:3.4375rem;z-index:15002;color:#ffffff;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wdPZOtFRKOvt7dCkET9UAT9oAIFpH95b { display:block; }
 }@media only screen and (max-width: 763px) { #Xm8C0q9k0VHZhh5qaXcs2u2eNc3oxV01 { width:9.875rem;height:12.5rem;top:1.15625rem;left:6.75rem;font-size:12.5rem;z-index:15001;color:rgba(0,154,255,0.48);display:block; }
 }@media only screen and (max-width: 763px) { #DXrbgLz11ZQqxrO7OKZMyTeWCDAzucqv { width:2.3125rem;height:2.3125rem;top:6.25rem;left:16.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 { display:block; }#exeNldMRuSq0AqymfZGEZbMrP7AnEWW4 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJXfEc2TPH3TmoTmbgxpuShm5DNmCd6I { width:10.875rem;height:3.75rem;top:4.0244140625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQS9K0yTG91i9kUC9mBy0NfsEGXxyZQ6 { width:20rem;height:2.11230625rem;top:10.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #t50ktQJ41dFceXKGCOVkR40WzWg4Sd5z > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy7JMVH6RSiqBMJGJmfHD16As7t3ADTD { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#sy7JMVH6RSiqBMJGJmfHD16As7t3ADTD > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To7mtqUez8UfJQTeHGMCyC8DhfML0fM0 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrpHc3PSBRG8CNl6GVnJs2bGtLKITn4v { display:block; }
 }@media only screen and (max-width: 763px) { #Q16NVDAKmbTQa53KLVEh3qCrgvhXOaq8 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vVcPVxJkiFxpIVEVPTHdCwAxo0dMsk { display:block; }
 }