.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:42,45,61;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:227,227,227;--color-secondary-3:11,11,11;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Nobel";--paragraphs-font-family:"nobel"; }@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-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { background-color: transparent; background-image: none; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container > .video-iframe-container { display: none; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row > .video-iframe-container { display: none; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .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); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { border-width: 0; border-radius: 0; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#vMwi4snvdBhEJrtbBRiOuu6VhqiuMHdI { background-color:rgba(var(--color-primary-2),0);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: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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.75rem;left:22.375rem;display:block; }
#rvCc15L1oO9Ec39I2GWZlxEuuSBzLZQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBPXQbQoXZMuqnATKgk6FNyT8pO63k1H { background-color:rgba(var(--color-primary-2),0);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: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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.75rem;left:47.6875rem;display:block; }
#ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgIwWSktc1ltt0amlLwn9eQRDsguwC7p { background-color:rgba(var(--color-primary-2),0);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: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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.75rem;left:37rem;display:block; }
#Tfrlshxv85DDIuZDGZ2n4g8gmlBW2hoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGcHPEIOnqIHCDXtzS7CPSGVxH5u8NZP { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:15.125rem;top:0rem;left:0rem;display:block; }
#EFweo4pd3rJpsImIKvz7B922atlL3Qdb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:11.75rem;top:1.59375rem;left:1.6875rem;overflow:hidden;display:block; }
#MWNnnkG0ye8P4cmP3GV8Lm9cNzC89FED { background-color:rgba(var(--color-primary-2),0);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: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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.75rem;left:53.375rem;display:block; }
#iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJ6oU88OBThPR3FtlteGt7mNglHTCFDd { background-color:rgba(var(--color-primary-2),0);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: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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.75rem;left:62.875rem;display:block; }
#zHmQdhwXyfTKLNUMk8nU52i0wGQxPtTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.96);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; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { background-color: transparent; background-image: none; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container > .video-iframe-container { display: none; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row > .video-iframe-container { display: none; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .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); }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { border-width: 0; border-radius: 0; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:2.275rem;display:block; }
#pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:11.75rem;left:0rem;height:4.1125rem;font-style:normal;display:block; }
#PRrpt0Pt1wH4tfnPdhqQXq9tRGtDh9X0 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5rem;top:11.875rem;left:0rem;display:block; }
#Kx87IdtePfUrPX9cI9EVB152yQxfX8lg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a3d30066-8d44-49b6-8e4d-299fac08ccad/PL_Lexus_ES_1200x628_Tactical_Dni_Otwarte_FB.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:50.0625rem;top:4.875rem;left:24.9375rem;display:none; }#Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.adaptive-delivery-prevent-bg, #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.lazyload, #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.lazyloading { background-image: none; }
#rcJL82b7lEE1TRR8EkORp8dNAThMX2yA { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:27.75rem;left:0rem;display:block; }
#G3nie1Tu241N3e00GlzwDKsZaccgyrOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvebvrP6txKw0k2LybHnvt3RluDiXT1c { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5rem;top:15.5625rem;left:0rem;display:block; }
#Lmc7UwpWftX0PGWruW2x7zMcdg7LU8n8 { position:absolute;display:block;z-index:15018;height:3.75rem;width:3.75rem;top:4.875rem;left:0.53125rem;display:block; }
#LPIoTQEF2S9TiQqorLVoezIkDXPGIoNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:47.5rem;left:28.8125rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gWH12XnIQJqc4bUrrBFQggA3QFwa85JW { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:3.4125rem;display:block; }
#i3IWCni513N8XQuTOSgb4eX7t5TgIu2b { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:1.7875rem;display:block; }
#TZz39hD3p7gK3Zu60wz1KgrEAKAC2P9Q { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:18.53750038147rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvFIoVfd1eAZOJC0MzwUK8B7eiwpyNMt { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:42.125rem;top:7.737500190735rem;left:27.937500953674rem;overflow:hidden;display:block; }
#ZdRW9rcARq46lno0ocysdXOT4i8SoNxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZdRW9rcARq46lno0ocysdXOT4i8SoNxX > .row .container { border-width: 0; border-radius: 0; }#ZdRW9rcARq46lno0ocysdXOT4i8SoNxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdRW9rcARq46lno0ocysdXOT4i8SoNxX > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:none; }#MwFGuK8sKIvUIlpSyzb5hFxfP6HsvZLG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.125rem;left:37.6875rem;height:15.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TG7g5GFyTAS4xqXd6i3xxXwtke5CC50d { color:rgba(var(--color-tertiary-4),1);display:block;width:70.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.424999237061rem;left:2.125rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#CLFIh7D489K16KQnf38sJxzqsFTofOA8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:27.0625rem;left:8.75rem;overflow:hidden;display:block; }
#aZLTv5AEQ1n5fBtqIE3ZDLA846CMBwii { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.1875rem;left:4.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gWdQRs96W1W4txV3TaRTNaWFlfTxJXRb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:27.0625rem;left:33.5625rem;overflow:hidden;display:block; }
#oRpaSSLAFqvBrVGRfc6sO8Ak3m3KB4p4 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.775001525879rem;left:44.125rem;height:1.3rem;display:block; }
#EbnA6QBXKTJ9NEmdzt7urfPdOfBlILrK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.1875rem;left:51.625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S9aXuByJ9cyX7u1L5MkEgq0iCT10uWzF { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.875rem;left:66.9375rem;height:1.3rem;display:block; }
#ey3y3iVEwZ3B7Qqzl2kS98K3GJ98u93w { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:41.1875rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJIifNetBcwfPTTTnI1DRsLJkKlKI5nG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:27.8125rem;left:25.375rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zHTcB2w83iyXC71mTdn0SA15QkdiTbwl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.6875rem;left:60.1875rem; }
#zDQk4hdoI14IlNcLCq5Aebt6pDfEE8lW { position:absolute;display:block;z-index:15030;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.9375rem;width:30.125rem;top:1.5625rem;left:6.4375rem;overflow:hidden;display:block; }
#lGvFT5KV5iIRkMX5ErNkFumnFGZRi6m6 { color:#0a9ded;display:block;width:20.4989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:32.1875rem;left:26.21875rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#heBM0aL5PUxct7ewTgHilb2ALESy48aR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { background-color: transparent; background-image: none; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container > .video-iframe-container { display: none; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row > .video-iframe-container { display: none; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .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); }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { border-width: 0; border-radius: 0; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#HF4FBvE3p5WrPnMAZlhHzIMaCIOJkLA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:30.75rem;left:22rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LNWsSyDeQsS2LwfaZZtgKqU3fB7pwVg7 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:30.25rem;width:36.875rem;top:10.875rem;left:19.0625rem;display:block; }
#wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/518f87f1-bd71-4a5e-a742-3be613fef6fc/2021nx0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:31.1875rem;top:15.5625rem;left:22rem;display:block; }#uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.adaptive-delivery-prevent-bg, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyload, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyloading { background-image: none; }
#Ui8ffV7Dyp2y7WVW05kleJBrHiFzMrZb { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.1875rem;left:38.8125rem;display:block; }
#txGfMsxeTco54MqNie3zw3Xak5RXzLbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HE1G1KPddxn6PXVxQTnwnEd5Hy7NA10u { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:44.1875rem;left:52.1875rem;display:block; }
#Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWGTDKHXg3QoRWPmHA5LDE8MGPwNhsTM { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.1875rem;left:8.4375rem;display:block; }
#gUriL8RKMx8AQHmpi106CQ4wc7gpugHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJ32HA9psxKd3tC0HCPdbBT138WnLfLg { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.625rem;left:34.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#RkBwGznb57xbvi52cQaFfWKEocV6kae3 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:8.3125rem;left:34.875rem;display:block; }
#IMzAKQRQar6nBT2WodMvFGvFk0ViFl2X { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.1875rem;left:23.9375rem;display:block; }
#Ur9ie94hNSBm6WmFlXI8ORw9E1NEygVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { background-color: transparent; background-image: none; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.46); }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container > .video-iframe-container { display: none; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.46); }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row > .video-iframe-container { display: block; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .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); }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { border-width: 0; border-radius: 0; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq::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; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { background-color: transparent; background-image: none; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container > .video-iframe-container { display: none; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row > .video-iframe-container { display: none; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .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); }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { border-width: 0; border-radius: 0; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#Qu6p6kToVmJkRbLTp162lXKmGpbeIwBW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { background-color: transparent; background-image: none; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container > .video-iframe-container { display: none; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row > .video-iframe-container { display: none; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .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); }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { border-width: 0; border-radius: 0; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#TgcdZAu6z2lfNhON2aSMArMHClplck4s { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.75rem;left:39.625rem;height:5.7rem;display:block; }
#r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:18.8125rem;left:39.625rem;height:10.5125rem;text-align:justify;text-align-last:initial;display:block; }#r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq li:before{  }
#sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/bbc1fb60-ca77-4987-9a4f-2c1a3ac69ae6/Lexus_ES_UltraLuxury_Low_810x1080_8_tcm31702250423.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:6.875rem;display:block; }#sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l.adaptive-delivery-prevent-bg, #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l.lazyload, #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l.lazyloading { background-image: none; }
#rf7Q9axAtoFgCJWyH68TGhNT4pzAwCFv { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:23.75rem;top:16.6875rem;left:39.625rem;display:block; }
#afTTcuVaDIF7GECXm46EU8hIQvDqttrk { color:rgba(var(--color-tertiary-0),0.03);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.625rem;left:35rem;height:16.0875rem;font-style:normal;display:block; }
#m9AQ87pmtNIR77Bt984Qq9dTfyql040M { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:23.75rem;top:10.3125rem;left:39.6875rem;display:block; }
#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { background-color: transparent; background-image: none; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container > .video-iframe-container { display: none; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row > .video-iframe-container { display: none; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .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); }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { border-width: 0; border-radius: 0; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#fxn5sTrVx6Zvxx6wGh2lQumbrXthNOUc { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:11.8125rem;left:7.0625rem;height:1.9rem;display:block; }
#JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.5625rem;left:7rem;height:10.2rem;text-align:justify;text-align-last:initial;display:block; }
#W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/22bd8b1e-b916-4c62-a76a-b169dce19b69/Lexus_ES_UltraLuxury_Low_810x1080_14_tcm31702250424.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:39.875rem;display:block; }#W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.adaptive-delivery-prevent-bg, #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.lazyload, #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.lazyloading { background-image: none; }
#T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.875rem;top:14.125rem;left:7.0625rem;display:block; }
#rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.625rem;left:25.5625rem;height:16.0875rem;font-style:normal;display:block; }
#qWXUHvvnKIcmNWPiTVeyKIkrEk0eKNeH { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.875rem;top:11.3125rem;left:7.0625rem;display:block; }
#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { background-color: transparent; background-image: none; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container > .video-iframe-container { display: none; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row > .video-iframe-container { display: none; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .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); }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { border-width: 0; border-radius: 0; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#W45HPeK9CuSvdTZsH6zTyq7DKuyS3Z9T { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:11.3125rem;left:39.5625rem;height:1.9rem;display:block; }
#oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16rem;left:39.625rem;height:10.2rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfB3Lw6kTCmU9sSW0NkNqTSa0dkwz3nT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/02b80887-b789-4bd8-bc12-c058d748c559/Lexus_ES_UltraLuxury_Low_810x1080_16_tcm31702250425.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:6.8125rem;display:block; }#NfB3Lw6kTCmU9sSW0NkNqTSa0dkwz3nT.adaptive-delivery-prevent-bg, #NfB3Lw6kTCmU9sSW0NkNqTSa0dkwz3nT.lazyload, #NfB3Lw6kTCmU9sSW0NkNqTSa0dkwz3nT.lazyloading { background-image: none; }
#d0Xy2gx31iz2uwU4GFrcdGuprzlyCJuX { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.625rem;top:13.4375rem;left:39.625rem;display:block; }
#hl74Ud2QNFuxzccSTFI4UsXFaEwlTgq3 { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:32.8125rem;height:16.0875rem;font-style:normal;display:block; }
#RNHI876ZQSrEW5rAOHTDy0WUT35HE179 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.625rem;top:10.875rem;left:39.625rem;display:block; }
#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { background-color: transparent; background-image: none; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container > .video-iframe-container { display: none; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row > .video-iframe-container { display: none; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .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); }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { border-width: 0; border-radius: 0; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#TTKN9vJiKdTceh5zvDTTsKq2xthGqQ1B { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:12.875rem;left:6.8125rem;height:1.9rem;display:block; }
#EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:17.4375rem;left:6.8125rem;height:6.8rem;text-align:justify;text-align-last:initial;display:block; }
#aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6518d628-b708-4f99-a238-20650ef7762e/Lexus_ES_UltraLuxury_Low_810x1080_4_tcm31702250504.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:39.9375rem;display:block; }#aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.adaptive-delivery-prevent-bg, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyload, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyloading { background-image: none; }
#Du7u0kHOT3f4oPUORbyVE04BsI6432Rh { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.125rem;top:15.0625rem;left:6.75rem;display:block; }
#tVZvcrWr6EbeyVWEu6Daa79u44LChWg0 { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78750610351562rem;left:25.625rem;height:16.0875rem;font-style:normal;display:block; }
#NOSSGV15Dt6Ou7kyco46ie706X1hTzWR { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.125rem;top:12.5625rem;left:6.75rem;display:block; }
#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { background-color: transparent; background-image: none; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container > .video-iframe-container { display: none; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row > .video-iframe-container { display: none; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .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); }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { border-width: 0; border-radius: 0; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#Q3K1VNfnhSUQ4qfa3Mgnfgx8qTTrHz8T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:11.9375rem;left:40.0625rem;height:1.9rem;display:block; }
#xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.6875rem;left:40.0625rem;height:8.5rem;text-align:justify;text-align-last:initial;display:block; }
#IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6ffe32a6-986b-4f6d-a8ad-3d189384ef7f/Lexus_ES_UltraLuxury_Low_810x1080_1_tcm31702250505.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:6.875rem;display:block; }#IWJpkbTHsOea1eu91If1rUBJekyyP6H9.adaptive-delivery-prevent-bg, #IWJpkbTHsOea1eu91If1rUBJekyyP6H9.lazyload, #IWJpkbTHsOea1eu91If1rUBJekyyP6H9.lazyloading { background-image: none; }
#b8VxPadDA9hGTIDo4WutEF34SNILQvmF { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.125rem;top:14.0625rem;left:40.0625rem;display:block; }
#nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:33.3125rem;height:16.0875rem;font-style:normal;display:block; }
#p1a9JinXcdDBf3WRId3RTmmMDxRe0I5B { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.125rem;top:11.5625rem;left:40.0625rem;display:block; }
#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row .container { background-color: transparent; background-image: none; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row .container > .video-iframe-container { display: none; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row > .video-iframe-container { display: none; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .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); }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row .container { border-width: 0; border-radius: 0; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#avxbRAZp5HrJqLUBxcyvWAtUQapqM01L { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.125rem;left:6.8125rem;height:1.9rem;display:block; }
#uXspxEAegv97hb3EItr9SN41F7og4dGT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:14.6875rem;left:6.875rem;height:;text-align:justify;text-align-last:initial;display:block; }#uXspxEAegv97hb3EItr9SN41F7og4dGT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uXspxEAegv97hb3EItr9SN41F7og4dGT li:before{  }
#pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/81d0ff9e-0154-4db7-be1e-6e870b159a95/Lexus_ES_FSPORT_Low_810x1080_26_tcm31702250506.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:39.9375rem;display:block; }#pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn.adaptive-delivery-prevent-bg, #pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn.lazyload, #pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn.lazyloading { background-image: none; }
#pTfcfg0xWWdJMrtIsl0qy4FOyqrAqMFl { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.5625rem;top:12.25rem;left:6.8125rem;display:block; }
#yoJG6dw15NqWRJW6d6pyiXGrGHcvpZ3t { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78750610351562rem;left:25.625rem;height:16.0875rem;font-style:normal;display:block; }
#DVccgElIbs6P7tqq7kv2pTLkNTDRNerO { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.5625rem;top:9.75rem;left:6.8125rem;display:block; }
#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { background-color: transparent; background-image: none; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container > .video-iframe-container { display: none; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row > .video-iframe-container { display: none; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .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); }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { border-width: 0; border-radius: 0; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#eCaRvDe6I3XCZhJxEfc6B39asJCvXgUv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.75rem;left:40.8125rem;height:1.9rem;display:block; }
#JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:14rem;left:40.8125rem;height:17.3125rem;text-align:justify;text-align-last:initial;display:block; }#JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH li:before{  }
#kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4f1084ca-605f-4dcf-a3b7-84e8b80e6c5f/lexusesmultimediasystem810x1080_tcm31702250523.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:6.875rem;display:block; }#kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.adaptive-delivery-prevent-bg, #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.lazyload, #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.lazyloading { background-image: none; }
#AhdPXLrmIWRqvSnvXLuAFyt26bQi3bAx { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.9375rem;top:10.9375rem;left:40.8125rem;display:block; }
#NrGVtz3wgTkTUKCXdGNizwnApgShxzSu { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78750610351562rem;left:35rem;height:16.0875rem;font-style:normal;display:block; }
#sC3K2GGdi9s2sdywba8doulqw9uPXE6V { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.9375rem;top:8.375rem;left:40.8125rem;display:block; }
#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row .container { background-color: transparent; background-image: none; }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row .container > .video-iframe-container { display: none; }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row > .video-iframe-container { display: none; }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .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); }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row .container { border-width: 0; border-radius: 0; }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#iRcwWJTtQTBM6LxAFbOkWe99pk7G8PDf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.9375rem;left:7rem;height:1.9rem;display:block; }
#EkJ5xD6eAq1UGEbL0PGewAtO51f2rBTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.8125rem;left:7.0625rem;height:8.8125rem;text-align:justify;text-align-last:initial;display:block; }#EkJ5xD6eAq1UGEbL0PGewAtO51f2rBTZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EkJ5xD6eAq1UGEbL0PGewAtO51f2rBTZ li:before{  }
#fFwE644ALviAUDvPyikb4yyubacTKRLp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b8865785-e874-4b15-ba1f-9f2e8933ce0b/lexusesornamentation810x1080_tcm31702250524.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:39.9375rem;display:block; }#fFwE644ALviAUDvPyikb4yyubacTKRLp.adaptive-delivery-prevent-bg, #fFwE644ALviAUDvPyikb4yyubacTKRLp.lazyload, #fFwE644ALviAUDvPyikb4yyubacTKRLp.lazyloading { background-image: none; }
#qOHCCCH406kpRi1TKTkWpxZ8Kl36T6o3 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.8125rem;top:11rem;left:7rem;display:block; }
#eP0uS4e1BEzzkSPgfAHHQxZyt0brCJNT { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78750610351562rem;left:25.625rem;height:16.0875rem;font-style:normal;display:block; }
#IMWLKWdoTCidtzeqqDtmqNGB0qh8haf0 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.8125rem;top:8.6875rem;left:7rem;display:block; }
#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row .container { background-color: transparent; background-image: none; }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row .container > .video-iframe-container { display: none; }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row > .video-iframe-container { display: none; }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .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); }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row .container { border-width: 0; border-radius: 0; }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#wV27mySl8x03PrKmiV69TMTgcTRyx8Zk { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.125rem;left:39.6875rem;height:3.8rem;display:block; }
#OkRnLXmixtlhTn89T32lTyKBAc3xlyBu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:17.375rem;left:39.6875rem;height:10.5125rem;text-align:justify;text-align-last:initial;display:block; }#OkRnLXmixtlhTn89T32lTyKBAc3xlyBu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OkRnLXmixtlhTn89T32lTyKBAc3xlyBu li:before{  }
#tsq4g4zlCqMFShG5gxQ96m1aKiADAJHA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5d3e12fd-a731-48b2-a21d-f8f3e644c191/lexusesnewinteriorcoloursandstyling810x1080_tcm31702250525.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:6.875rem;display:block; }#tsq4g4zlCqMFShG5gxQ96m1aKiADAJHA.adaptive-delivery-prevent-bg, #tsq4g4zlCqMFShG5gxQ96m1aKiADAJHA.lazyload, #tsq4g4zlCqMFShG5gxQ96m1aKiADAJHA.lazyloading { background-image: none; }
#nA3UiDFhETpUO78O1f5FVvJ8gu2KBIU3 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.6875rem;top:14.125rem;left:39.6875rem;display:block; }
#bxlMVMnQMtT2ZEwRaXiOvhCLedyvNyWQ { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78750610351562rem;left:35rem;height:16.0875rem;font-style:normal;display:block; }
#gPCetFH281FGPavDlnxbUgIrScrzUhHD { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.6875rem;top:9.8125rem;left:39.8125rem;display:block; }
#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row .container { background-color: transparent; background-image: none; }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row .container > .video-iframe-container { display: none; }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row > .video-iframe-container { display: none; }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .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); }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row .container { border-width: 0; border-radius: 0; }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#L7oM3rVS6sfZ4GJuM6El2PpHl3V0AHqs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.75rem;left:7.25rem;height:1.9rem;display:block; }
#CxWyT1GZEhphAOpBvriZfDrGhasD2h56 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:14.375rem;left:7.3125rem;height:11.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/142d5cd4-0fba-4994-acce-11832903bd6f/lexusesdigitalviewsidemonitors810x1080_tcm31702250560.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:40.125rem;display:block; }#zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq.adaptive-delivery-prevent-bg, #zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq.lazyload, #zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq.lazyloading { background-image: none; }
#LN5D3bxfGw0Q8VLbwSETUfzm2S8w2GqR { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.75rem;top:12rem;left:7.25rem;display:block; }
#OzhSKmzNgAJDATbC2vM9ugMNlVCoeH0i { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78750610351562rem;left:27.1875rem;height:16.0875rem;font-style:normal;display:block; }
#aXbKa058BVthBt29EHnbXQLrTNFSTCmk { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.75rem;top:9.25rem;left:7.25rem;display:block; }
#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { background-color: transparent; background-image: none; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container > .video-iframe-container { display: none; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row > .video-iframe-container { display: none; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .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); }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { border-width: 0; border-radius: 0; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#EwbU6da0MpHD3BdhP9NgEgxaND53ERBy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:33.5625rem;display:block; }
#Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:34.5rem;display:block; }
#WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:35.4375rem;display:block; }
#IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:36.375rem;display:block; }
#DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:37.3125rem;display:block; }
#kvQkt8NCcXEVpMZXs7H30KFpXkOTdzR4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:38.25rem;display:block; }
#XTFTGfGMK8aFe95weaU8zgJXaWzgEGqd { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:1.9375rem;left:39.1875rem;display:block; }
#uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:1.9375rem;left:40.125rem;display:block; }
#effnQ39RfGcCTUFCZdb8KTQL3AFaSAIG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:41.0625rem;display:block; }
#SKprnJpWi7fT8TIzX8CNzVE2w5RUAsxc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:42rem;display:block; }
#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row .container { background-color: transparent; background-image: none; }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row .container > .video-iframe-container { display: none; }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row > .video-iframe-container { display: none; }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .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); }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row .container { border-width: 0; border-radius: 0; }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#uLT9RILZglVuM46s2eCNAguvnWxH1zk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:1.8125rem;left:0rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3H55hIOy82y1N1uf7f4wPGureU0DxXG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0.0625rem;height:2.7625rem;text-align:justify;text-align-last:initial;display:block; }
#if646B0M7qb8BwDIiia4F6IElrhwiowy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { background-color: transparent; background-image: none; }#if646B0M7qb8BwDIiia4F6IElrhwiowy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container > .video-iframe-container { display: none; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row > .video-iframe-container { display: none; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .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); }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { border-width: 0; border-radius: 0; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#ATnw9RUTMR7OMcVTVemZn6HS0CF71563 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:20.25rem;width:20.25rem;top:8.5rem;left:27.3125rem;display:block; }
#GxPEi3FB3e5BSzMmWSB1BAmZFcEVDqOz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:5.5625rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kskHCVu1kshIAWUfEEh3RlSnnIfbZQTI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.25rem;left:5.5rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcxBvT9qHWb3LkalPZcvahxcH8qBN25c { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:54.625rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9RoPo1alSlBPXzFLCedPOpS3Juwehv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.125rem;left:54.5rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVa7dkE7icJDA7UMrK7vtA4b6zGrw7fA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:10.0625rem;width:18.3125rem;top:6.9375rem;left:4.0625rem;display:block; }
#uZtmGdXkWDMn1xecoTczlF2zGtRMwNSP { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:4.4375rem;left:10.5625rem;display:block; }
#PTAJff9FHM3pl0N2mbMCkrutyzvTA8wc { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:4.5rem;left:59.1875rem;display:block; }
#fidqMT9wCG6gTaTkH1HAHp53NDzFLInT { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:10.0625rem;width:18.3125rem;top:7rem;left:52.6875rem;display:block; }
#sRkWyzM8zsRZpXTzOnV5D9FGdJTm7lQf { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:10.0625rem;width:18.3125rem;top:20.6875rem;left:4.0625rem;display:block; }
#AIKsRLMNGX7bAogFDwLK68nQJQ3qhAXR { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:18.1875rem;left:10.625rem;display:block; }
#Rio2qVDqDT0ITmUkDTpUEk82QyxFee3Q { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:10.0625rem;width:18.3125rem;top:20.75rem;left:52.6875rem;display:block; }
#svgDezUaNOWat09eW8JQMEz7LdTNVkyt { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:18.25rem;left:59.25rem;display:block; }
#lgxb0ZdkSBZ53pgitS11e9AQ7O8AWqvb { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(90,93,113,0.08);border-left:0.0625rem solid rgba(90,93,113,0.08);border-right:0.0625rem solid rgba(90,93,113,0.08);border-bottom:0.0625rem solid rgba(90,93,113,0.08);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:33.4375rem;width:33.9375rem;top:1.875rem;left:20.375rem;display:block; }
#LqSaXbRTeiHsUrCGxn5eXoAoBqWhJq3A { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(90,93,113,0.08);border-left:0.0625rem solid rgba(90,93,113,0.08);border-right:0.0625rem solid rgba(90,93,113,0.08);border-bottom:0.0625rem solid rgba(90,93,113,0.08);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:26.5625rem;width:26.9375rem;top:5.3125rem;left:23.875rem;display:block; }
#qT1pVlT8Id7zgi2CJDlpGcOIu8MnQZ0D { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.125rem;top:5.625rem;left:11.625rem;overflow:hidden;display:block; }
#NH8Ut3XtuB6p2vJlCAnOXP8MxCplikb6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.0625rem;top:19.625rem;left:11.6875rem;overflow:hidden;display:block; }
#k9UipkL1bMVUL9Pe0UDp729VykOwp0qM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:5.6875rem;left:60.5rem;overflow:hidden;display:block; }
#hTCOWsREvB1Er6go2EUOr6SkQFO2TJLv { position:absolute;display:block;z-index:15013;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:3rem;width:2.5625rem;top:19.125rem;left:60.5625rem;overflow:hidden;display:block; }
#G8oeNElTwG9sM4k5PqC22XBySZ55uuW1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.125rem;top:17.875rem;left:31.4375rem;overflow:hidden;display:block; }
#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { background-color: transparent; background-image: none; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container > .video-iframe-container { display: none; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row > .video-iframe-container { display: none; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .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); }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { border-width: 0; border-radius: 0; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#HKSPZl7xGnbQVKnZT9OdELz1KgRas7TW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.0874938964844rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b5gfzi6TU7tmgrugtPHyrccSSdUe8pGo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.375rem;left:33.125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L3NzyeZD56KtXhDm4X8vCNo9ebIEzK11 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:33.125rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QM0UE3nVJCOUzsOv5wVwmE3dATAPS4ST { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:55.25rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pti8o1vcGu8dOlT1IlpVdi6nyTtsHpw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:55.25rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxRUsbWUvESSsRoAsP8TC88L34IisEzb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.0625rem;left:33.125rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BxhwdQ4atTIFDcgi2hCd7LXdTb7lTPPD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.0625rem;left:55.25rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u07bwV2944HtOkoLhq2lghWiETvmMUgs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.4375rem;left:33.125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tcOS37AnG4rV6WJVJheCvHKkhw136Ozn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.4375rem;left:55.25rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q5y7OObPyUzop8UG71vbDaEfE8ir3mA8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:5.3125rem;left:33.125rem;overflow:hidden;display:block; }
#BAIkiSim3Drc8TlmnbkO2luUvHoH28DE { position:absolute;display:block;z-index:15015;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.4375rem;width:3.1875rem;top:5.8125rem;left:55.25rem;overflow:hidden;display:block; }
#UrMe5s2aRwD5V9rquyabUuGm6ULyO7CO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:19.1875rem;left:33.125rem;overflow:hidden;display:block; }
#XXUZIkVPtTzfABH8TgnUQdVn3eFT8a6q { position:absolute;display:block;z-index:15017;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:2.8125rem;top:19.5rem;left:55.25rem;overflow:hidden;display:block; }
#EyE9Vs7xBWMa8glbgscA1X18DbAUG3nV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:12.5rem;width:19.4375rem;top:4rem;left:31.0625rem;display:block; }
#KETQeb8m60bd4a8ShsBk8kV4PLyOlXha { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:12.5rem;width:19.4375rem;top:4rem;left:53.15625rem;display:block; }
#nKRcahpsUq7FT1xzGHWEFMHQKSmDBTZ7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:12.5rem;width:19.4375rem;top:18.081249237061rem;left:53.25rem;display:block; }
#l1XXIRQbKUMVZexw76mBrul62Q3cdUoh { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:12.5rem;width:19.4375rem;top:18.081249237061rem;left:31.03125rem;display:block; }
#aBcAqJi2ZLpc0oGmgdAEXr5qCVPscuIh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:24.125rem;left:1.25rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#upucN5h093ghINX5AO1lxsatUHzTTpdD { z-index:15013;top:26.875rem;left:1.25rem;background-color:rgba(var(--color-primary-4),1);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: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iIh06WRppUyHzx1Z1yUJEFrcs8l1bEer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { background-color: transparent; background-image: none; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container > .video-iframe-container { display: none; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row > .video-iframe-container { display: none; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .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); }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { border-width: 0; border-radius: 0; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:19.6875rem;top:4.4375rem;left:27.6875rem;display:block; }
#E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:19.6875rem;top:7.875rem;left:27.75rem;display:block; }
#TX2raysJCmqJckGiHktunVNTA3WddqBn { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:5.1875rem;left:12.875rem;height:2.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkTPLGqWvDNx5x6mPCw3vPnpXVX0T0ba { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:39.75rem;width:70.9375rem;top:43.75rem;left:2.03125rem;display:none; }
#b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:10.375rem;left:2rem;overflow:hidden;display:block; }
#iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:10.375rem;left:20.25rem;overflow:hidden;display:block; }
#SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { position:absolute;display:block;z-index:15013;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.0625rem;width:16.125rem;top:10.375rem;left:38.6875rem;overflow:hidden;display:block; }
#izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { position:absolute;display:block;z-index:15014;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.0625rem;width:16.125rem;top:10.375rem;left:56.875rem;overflow:hidden;display:block; }
#ADolUl3BKbuvqEnwfDkazZfCt3tbHQ12 { position:absolute;display:block;z-index:15015;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.0625rem;width:16.125rem;top:20.875rem;left:2.03125rem;overflow:hidden;display:block; }
#ulqAZraFbGFyiCwrtFtxwD4rixI1CTiZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:20.875rem;left:20.25rem;overflow:hidden;display:block; }
#pXh0kreTMTcr9youxcB6Z54H25ML5ai7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:20.875rem;left:56.9375rem;overflow:hidden;display:block; }
#F7lO2atHIm1n72kn1s439G8PdWd2EInf { position:absolute;display:block;z-index:15017;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.0625rem;width:16.125rem;top:20.875rem;left:38.6875rem;overflow:hidden;display:block; }
#TM2S5uf0ED4358J82WW14XnwvV28rLWE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:31.4375rem;left:2rem;overflow:hidden;display:block; }
#sJZZqvNrGsFVtMlzRPZIzX7Oy864v8Pm { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:31.4375rem;left:20.1875rem;overflow:hidden;display:block; }
#vuV2FKATwFLWk1FSpSwBbhFdayTe7515 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:31.4375rem;left:56.875rem;overflow:hidden;display:block; }
#h70BTCBQlUMHodNTwgVKGrgo7tHtIEuL { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:31.4375rem;left:38.625rem;overflow:hidden;display:block; }
#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row .container { background-color: transparent; background-image: none; }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row .container > .video-iframe-container { display: none; }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row > .video-iframe-container { display: none; }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .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); }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row .container { border-width: 0; border-radius: 0; }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#UoQHvEfD0bk0SoqfNbSEwVyv9JRy9ZEs { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.75rem;height:1.70625rem;display:block; }
#GiyInAgvsViz5ZNIORTcWTVBnBzF6HJa { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:54.0625rem;height:1.70625rem;display:block; }
#pygSTtPkkSXsI9T7RMp4I7v3Tz4KQ4yo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:29.9375rem;height:1.70625rem;display:block; }
#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48775445-3995-4896-a0c5-9732d43725e6/Lexus_ES_Range_Low_1920x1080_27_tcm31702250895.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.adaptive-delivery-prevent-bg, #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.lazyload, #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.lazyloading { background-image: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { background-color: transparent; background-image: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.12); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container > .video-iframe-container { display: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .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.12); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row > .video-iframe-container { display: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .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); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { border-width: 0; border-radius: 0; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3::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; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.41) ;height:45.875rem;width:39.9375rem;top:0rem;left:17.5625rem;display:block; }
#Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:2.0625rem;left:21.625rem;height:3.9rem;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;text-align:center;text-align-last:center;display:block; }
#PN5oqHVzOBSTHtrQPq1r79FFJkVPZbEZ { background-color:transparent;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.0625rem solid rgba(var(--color-secondary-4),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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.0052083125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:43.5rem;left:33.0625rem;display:block; }
#QsckvNnlTmUTND2SDpOPF0GLhomlx2SL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-form-header {  }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:32rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.28);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.28);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.28);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.875rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:32rem;height:3.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-4),0.77);vertical-align:top;width:33.125rem;overflow:hidden;font-style:normal;line-height:1.2; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-container:first-of-type{padding-top:0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-container:last-of-type{padding-bottom:0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.25rem;left:20.125rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32rem;display:block;vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J {display:block;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.25rem;left:20.125rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #PXvncFBiTufTDOhQRrFTd976teEl78pe { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Mo4sLbT01Boc0NLGCMsxuSQWt1BLwWCd { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #xWMwChnv9cWxAgxq6UC88601GWno4X4L { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #U0F5DbktHeiJp6BS5y2Tnqm8EkWlN9Ck { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Agsoqe0EtbXuFzZyOT5JeJprqxJuASiu { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #AVgVNJub5S8fMxWv7qh3POsUDrh8pGCc { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #nAIF6T464u7RAMO2eX69KKc3KHoqMdpy { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #bkO4BqSv2PcPUH4kXv4K4LpUVeW2iAIL { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FS3TnDhBd9nfFTs8PJ3l4BoGERTh3Bs2 { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #L1mBJIQ6o8teCuFi2tNsCTtIm7KtZ2pl { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #v7zScoea0u8Cn5vE99LJBm634ISbTIKm { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #ylRNiWR0JHzTI8bGGzaePhrUybJJez4T { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #miVw9xmTt2IRJdDInV5rJ92BELGXIvHZ { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #JCTuXfuy57hDzd3DgV5ytomQqGUeCpfV { position:relative;z-index:2; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Ogw0XORfpUWxwLO4XExpnGN458Guerw7 { position:relative; }
#MW4UTi91GRyo2NJk0vTHu9IadSZf2WQR { position:relative;display:block;z-index:100000;display:block; }
#mcGMAQISfEJ8lQUmsdWygLryMU0W3TmX { position:relative;display:block;z-index:100000;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #GGLmKMKW8NReGwZlKIAxo3QAXMJtiCNp { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Phah5hdzTiGIrGrEbzzAaWxs8OnpXruV { position:relative; }
#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row .container { background-color: transparent; background-image: none; }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row .container > .video-iframe-container { display: none; }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row > .video-iframe-container { display: none; }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .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); }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row .container { border-width: 0; border-radius: 0; }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#VHScaeTOte3NbpKqJJS5tuvezk5zky2Q { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.375rem;left:4.0625rem;height:7.5rem;display:block; }
#csdrJIHeqgSGpLpfiOCOggfAznFqfTP0 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:17.75rem;left:4.0625rem;display:block; }
#CnQCU1mf81vGpUTcJAaIgxrFnAm14et7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:17.875rem;left:6.375rem;height:1.8rem;display:block; }
#Qi2wU1rOhZ1T0zlnlqt9d21ScAzcuBF7 { box-sizing:content-box;color:rgba(var(--color-secondary-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:15004;top:15.6875rem;left:4.0625rem;display:block; }
#Lakg33kGBs5hdhaebg8aWMDKgJSTBOBg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.5rem;top:13.8125rem;left:4.375rem;overflow:hidden;display:block; }
#GnsxoAh1ZkLDcUdUQLMJ4X1ccapbTkm2 { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:3.53125rem;left:33.1875rem;display:block; }
#D29u4UezwHS3mIPcoVC3kPU9aEUtBZnX { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:3.53125rem;left:36.9375rem;display:none; }
#PWQv7K5DFO2HCIIcFNJyAoK8fayWfNwg { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.135395875rem;height:2.697914625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.25rem;left:4.0625rem;display:block; }
#OkpLG5s7tqGKcuU4w4G4SWLCDIWFEGnQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHpkhu0if4z3CpSAHNigP25P1LMTxsru { background-color:rgba(var(--color-primary-2),0);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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.90625rem;left:6.375rem;display:block; }
#H6XHJ060ibMry69JvEETwF2HX5wJpJK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRiqF0qhVWPG21zo63LkrUXnbcB92r7H { background-color:rgba(var(--color-primary-2),0);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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.9375rem;left:6.375rem;display:block; }
#d4n5yiLeOmdqMa290QTiqahefsIuBtkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row .container { background-color: transparent; background-image: none; }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row .container > .video-iframe-container { display: none; }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row > .video-iframe-container { display: none; }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .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); }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row .container { border-width: 0; border-radius: 0; }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#g7UQxQHrl15OlQemDxbNzcmTWWlWQWfo { color:rgba(var(--color-tertiary-4),1);display:block;width:74.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.0874996185302rem;left:0rem;height:8.775rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NMGdcUzTUryyBEtN3KBRNaqVT0y61IVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NMGdcUzTUryyBEtN3KBRNaqVT0y61IVH > .row .container { border-width: 0; border-radius: 0; }#NMGdcUzTUryyBEtN3KBRNaqVT0y61IVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMGdcUzTUryyBEtN3KBRNaqVT0y61IVH > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:none; }#W7mwActBfwxCGJyTdcD4rqXnkIUvawTA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:6.825rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#AyEmx5E2JyEzwvmQKs4vVBHMw8iSdynM { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:0.73125rem;display:block; }
#tkvgltuo9cwz3wnW6D6TIltLEfTLM5Dl { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:0.73125rem;display:block; }
#kq2vrT7wtPHZTyO9RhNgaKuvkNPJsdTW { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:0.73125rem;display:block; }
#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row .container { background-color: transparent; background-image: none; }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row .container > .video-iframe-container { display: none; }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row > .video-iframe-container { display: none; }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .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); }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row .container { border-width: 0; border-radius: 0; }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#vBSW8lFBuPTuhKJgpmAVWCfeMC9kTAqp { color:rgba(var(--color-tertiary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.68125152587888rem;left:0.8125rem;height:1.1375rem;font-style:normal;display:block; }
#HhM2qrFVZS4CZEJpmkJDnQx0fLx2WqKd { background-color:rgba(var(--color-primary-2),0);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: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-secondary-4),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:9rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:66rem;display:block; }
#vbKaZWTWQvyoDTNo0UnfehA9C0uU1qFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uee8XaCfDExpdvMrQhX1i2duadmEknVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row .container { background-color: transparent; background-image: none; }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row .container > .video-iframe-container { display: none; }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row > .video-iframe-container { display: none; }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .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); }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row .container { border-width: 0; border-radius: 0; }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TRz6aFUnD3A3Zh1eg7Q4eutaW8lU3kUW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:16.6875rem;left:1.125rem;height:1.1375rem;font-style:normal;display:block; }
#dz5HWnHG85TXMSibuGW9KatPAw1tKDVu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:16.375rem;height:1.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tEy57HT5cClGzvTbVUy1O2zAlspn8aTK { display:block; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMwi4snvdBhEJrtbBRiOuu6VhqiuMHdI { width:14.375rem;height:3.4375rem;top:0.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCc15L1oO9Ec39I2GWZlxEuuSBzLZQd { display:block; }
 }@media only screen and (max-width: 763px) { #qBPXQbQoXZMuqnATKgk6FNyT8pO63k1H { width:5.9375rem;height:3.4375rem;top:0.75rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { display:block; }
 }@media only screen and (max-width: 763px) { #VgIwWSktc1ltt0amlLwn9eQRDsguwC7p { width:10.5625rem;height:3.4375rem;top:0.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfrlshxv85DDIuZDGZ2n4g8gmlBW2hoo { display:block; }
 }@media only screen and (max-width: 763px) { #OGcHPEIOnqIHCDXtzS7CPSGVxH5u8NZP { top:0rem;left:0rem;width:15.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFweo4pd3rJpsImIKvz7B922atlL3Qdb { top:1.5625rem;left:0rem;width:11.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNnnkG0ye8P4cmP3GV8Lm9cNzC89FED { width:9rem;height:3.4375rem;top:0.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block; }
 }@media only screen and (max-width: 763px) { #cJ6oU88OBThPR3FtlteGt7mNglHTCFDd { width:12.125rem;height:3.4375rem;top:0.75rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHmQdhwXyfTKLNUMk8nU52i0wGQxPtTp { display:block; }
 }@media only screen and (max-width: 763px) { #c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { display:block; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { top:9.5625rem;left:0rem;width:22.6875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { top:11.75rem;left:0rem;width:13.5rem;height:4.0625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRrpt0Pt1wH4tfnPdhqQXq9tRGtDh9X0 { top:11.875rem;left:0rem;width:13.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg { top:4.875rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcJL82b7lEE1TRR8EkORp8dNAThMX2yA { width:14.6875rem;height:2.8125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3nie1Tu241N3e00GlzwDKsZaccgyrOk { display:block; }
 }@media only screen and (max-width: 763px) { #EvebvrP6txKw0k2LybHnvt3RluDiXT1c { top:15.5625rem;left:0rem;width:13.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmc7UwpWftX0PGWruW2x7zMcdg7LU8n8 { top:4.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPIoTQEF2S9TiQqorLVoezIkDXPGIoNJ { top:47.5rem;left:10.9375rem;width:36.8125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWH12XnIQJqc4bUrrBFQggA3QFwa85JW { top:22.0625rem;left:0rem;width:27rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3IWCni513N8XQuTOSgb4eX7t5TgIu2b { top:16.75rem;left:0rem;width:27rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZz39hD3p7gK3Zu60wz1KgrEAKAC2P9Q { top:18.5rem;left:0rem;width:33.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFIoVfd1eAZOJC0MzwUK8B7eiwpyNMt { top:7.6875rem;left:1.3125rem;width:42.125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdRW9rcARq46lno0ocysdXOT4i8SoNxX { display:block; }#ZdRW9rcARq46lno0ocysdXOT4i8SoNxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwFGuK8sKIvUIlpSyzb5hFxfP6HsvZLG { top:2.125rem;left:14.5625rem;width:33.1875rem;height:15.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7g5GFyTAS4xqXd6i3xxXwtke5CC50d { top:15.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFIh7D489K16KQnf38sJxzqsFTofOA8 { top:27.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZLTv5AEQ1n5fBtqIE3ZDLA846CMBwii { top:32.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWdQRs96W1W4txV3TaRTNaWFlfTxJXRb { top:27.0625rem;left:19.9375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRpaSSLAFqvBrVGRfc6sO8Ak3m3KB4p4 { top:35.75rem;left:30.5rem;width:0.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbnA6QBXKTJ9NEmdzt7urfPdOfBlILrK { top:32.1875rem;left:27rem;width:20.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9aXuByJ9cyX7u1L5MkEgq0iCT10uWzF { top:33.875rem;left:46.8125rem;width:0.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey3y3iVEwZ3B7Qqzl2kS98K3GJ98u93w { top:41.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJIifNetBcwfPTTTnI1DRsLJkKlKI5nG { top:27.8125rem;left:11.75rem;width:20.5rem;height:5.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHTcB2w83iyXC71mTdn0SA15QkdiTbwl { top:27.6875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDQk4hdoI14IlNcLCq5Aebt6pDfEE8lW { top:1.5625rem;left:0rem;width:30.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGvFT5KV5iIRkMX5ErNkFumnFGZRi6m6 { top:32.1875rem;left:12.59375rem;width:20.4375rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBM0aL5PUxct7ewTgHilb2ALESy48aR { display:block; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF4FBvE3p5WrPnMAZlhHzIMaCIOJkLA9 { top:30.75rem;left:8.375rem;width:31.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNWsSyDeQsS2LwfaZZtgKqU3fB7pwVg7 { top:10.875rem;left:5.4375rem;width:36.875rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf { top:15.5625rem;left:8.375rem;width:31.1875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui8ffV7Dyp2y7WVW05kleJBrHiFzMrZb { width:12.75rem;height:3.4375rem;top:44.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txGfMsxeTco54MqNie3zw3Xak5RXzLbn { display:block; }
 }@media only screen and (max-width: 763px) { #HE1G1KPddxn6PXVxQTnwnEd5Hy7NA10u { width:14.375rem;height:3.4375rem;top:44.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block; }
 }@media only screen and (max-width: 763px) { #fWGTDKHXg3QoRWPmHA5LDE8MGPwNhsTM { width:14.5625rem;height:3.4375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUriL8RKMx8AQHmpi106CQ4wc7gpugHl { display:block; }
 }@media only screen and (max-width: 763px) { #IJ32HA9psxKd3tC0HCPdbBT138WnLfLg { top:9.625rem;left:21.25rem;width:5.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBwGznb57xbvi52cQaFfWKEocV6kae3 { top:8.3125rem;left:21.25rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMzAKQRQar6nBT2WodMvFGvFk0ViFl2X { width:14.125rem;height:3.4375rem;top:44.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur9ie94hNSBm6WmFlXI8ORw9E1NEygVV { display:block; }
 }@media only screen and (max-width: 763px) { #sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq { display:block; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n { display:block; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu6p6kToVmJkRbLTp162lXKmGpbeIwBW { top:3.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw { display:block; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgcdZAu6z2lfNhON2aSMArMHClplck4s { top:10.75rem;left:23.5rem;width:24.25rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { top:18.8125rem;left:16.9375rem;width:28.1875rem;height:10.5rem;font-size:1.0625rem;display:block; }#r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq li:before{  }
 }@media only screen and (max-width: 763px) { #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { top:5.75rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf7Q9axAtoFgCJWyH68TGhNT4pzAwCFv { top:16.6875rem;left:24rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTTcuVaDIF7GECXm46EU8hIQvDqttrk { top:0.625rem;left:21.375rem;width:12.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9AQ87pmtNIR77Bt984Qq9dTfyql040M { top:10.3125rem;left:24rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV { display:block; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxn5sTrVx6Zvxx6wGh2lQumbrXthNOUc { top:11.8125rem;left:0rem;width:26.375rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { top:16.5625rem;left:0rem;width:28.1875rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { top:14.125rem;left:0rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { top:0.625rem;left:11.9375rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWXUHvvnKIcmNWPiTVeyKIkrEk0eKNeH { top:11.3125rem;left:0rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3kwiNAtKKltyavQPppzb0euIIMQIpdJ { display:block; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W45HPeK9CuSvdTZsH6zTyq7DKuyS3Z9T { top:11.3125rem;left:22rem;width:25.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { top:16rem;left:19.5625rem;width:28.1875rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfB3Lw6kTCmU9sSW0NkNqTSa0dkwz3nT { top:5.75rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Xy2gx31iz2uwU4GFrcdGuprzlyCJuX { top:13.4375rem;left:26rem;width:17.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl74Ud2QNFuxzccSTFI4UsXFaEwlTgq3 { top:1.9375rem;left:19.1875rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNHI876ZQSrEW5rAOHTDy0WUT35HE179 { top:10.875rem;left:26rem;width:17.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m { display:block; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTKN9vJiKdTceh5zvDTTsKq2xthGqQ1B { top:12.875rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { top:17.4375rem;left:0rem;width:28.1875rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du7u0kHOT3f4oPUORbyVE04BsI6432Rh { top:15.0625rem;left:0rem;width:12.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVZvcrWr6EbeyVWEu6Daa79u44LChWg0 { top:0.75rem;left:12rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOSSGV15Dt6Ou7kyco46ie706X1hTzWR { top:12.5625rem;left:0rem;width:12.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA { display:block; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3K1VNfnhSUQ4qfa3Mgnfgx8qTTrHz8T { top:11.9375rem;left:26.4375rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { top:16.6875rem;left:19.5625rem;width:28.1875rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { top:5.75rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8VxPadDA9hGTIDo4WutEF34SNILQvmF { top:14.0625rem;left:26.4375rem;width:16.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { top:2.625rem;left:19.6875rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1a9JinXcdDBf3WRId3RTmmMDxRe0I5B { top:11.5625rem;left:26.4375rem;width:16.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khyaBP3U2DwQa9qrwq8Oh6S333PiJldg { display:block; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avxbRAZp5HrJqLUBxcyvWAtUQapqM01L { top:10.125rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXspxEAegv97hb3EItr9SN41F7og4dGT { top:14.6875rem;left:0rem;width:28.1875rem;height:;font-size:1.0625rem;display:block; }#uXspxEAegv97hb3EItr9SN41F7og4dGT li:before{  }
 }@media only screen and (max-width: 763px) { #pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfcfg0xWWdJMrtIsl0qy4FOyqrAqMFl { top:12.25rem;left:0rem;width:10.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJG6dw15NqWRJW6d6pyiXGrGHcvpZ3t { top:0.75rem;left:12rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVccgElIbs6P7tqq7kv2pTLkNTDRNerO { top:9.75rem;left:0rem;width:10.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG { display:block; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCaRvDe6I3XCZhJxEfc6B39asJCvXgUv { top:8.75rem;left:27.1875rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH { top:14rem;left:19.5625rem;width:28.1875rem;height:17.3125rem;font-size:1.0625rem;display:block; }#JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH li:before{  }
 }@media only screen and (max-width: 763px) { #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs { top:5.75rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdPXLrmIWRqvSnvXLuAFyt26bQi3bAx { top:10.9375rem;left:27.1875rem;width:12.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGVtz3wgTkTUKCXdGNizwnApgShxzSu { top:0.75rem;left:21.375rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC3K2GGdi9s2sdywba8doulqw9uPXE6V { top:8.375rem;left:27.1875rem;width:12.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR1SiSEanBavSC9nvozX28iXWAWIe8Nm { display:block; }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRcwWJTtQTBM6LxAFbOkWe99pk7G8PDf { top:8.9375rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJ5xD6eAq1UGEbL0PGewAtO51f2rBTZ { top:13.8125rem;left:0rem;width:28.1875rem;height:8.8125rem;font-size:1.0625rem;display:block; }#EkJ5xD6eAq1UGEbL0PGewAtO51f2rBTZ li:before{  }
 }@media only screen and (max-width: 763px) { #fFwE644ALviAUDvPyikb4yyubacTKRLp { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOHCCCH406kpRi1TKTkWpxZ8Kl36T6o3 { top:11rem;left:0rem;width:5.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP0uS4e1BEzzkSPgfAHHQxZyt0brCJNT { top:0.75rem;left:12rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMWLKWdoTCidtzeqqDtmqNGB0qh8haf0 { top:8.6875rem;left:0rem;width:5.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my { display:block; }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV27mySl8x03PrKmiV69TMTgcTRyx8Zk { top:10.125rem;left:24.75rem;width:23rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkRnLXmixtlhTn89T32lTyKBAc3xlyBu { top:17.375rem;left:19.5625rem;width:28.1875rem;height:10.5rem;font-size:1.0625rem;display:block; }#OkRnLXmixtlhTn89T32lTyKBAc3xlyBu li:before{  }
 }@media only screen and (max-width: 763px) { #tsq4g4zlCqMFShG5gxQ96m1aKiADAJHA { top:5.75rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA3UiDFhETpUO78O1f5FVvJ8gu2KBIU3 { top:14.125rem;left:25.0625rem;width:22.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxlMVMnQMtT2ZEwRaXiOvhCLedyvNyWQ { top:0.75rem;left:21.375rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPCetFH281FGPavDlnxbUgIrScrzUhHD { top:9.8125rem;left:25.0625rem;width:22.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy { display:block; }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7oM3rVS6sfZ4GJuM6El2PpHl3V0AHqs { top:9.75rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxWyT1GZEhphAOpBvriZfDrGhasD2h56 { top:14.375rem;left:0rem;width:28.1875rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN5D3bxfGw0Q8VLbwSETUfzm2S8w2GqR { top:12rem;left:0rem;width:15.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzhSKmzNgAJDATbC2vM9ugMNlVCoeH0i { top:0.75rem;left:13.5625rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXbKa058BVthBt29EHnbXQLrTNFSTCmk { top:9.25rem;left:0rem;width:15.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e { display:block; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwbU6da0MpHD3BdhP9NgEgxaND53ERBy { top:2rem;left:19.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { top:2rem;left:20.875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { top:2rem;left:21.8125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { top:2rem;left:22.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { top:2rem;left:23.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvQkt8NCcXEVpMZXs7H30KFpXkOTdzR4 { top:2rem;left:24.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFTGfGMK8aFe95weaU8zgJXaWzgEGqd { top:1.9375rem;left:25.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { top:1.9375rem;left:26.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #effnQ39RfGcCTUFCZdb8KTQL3AFaSAIG { top:2rem;left:27.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKprnJpWi7fT8TIzX8CNzVE2w5RUAsxc { top:2rem;left:28.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC { display:block; }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLT9RILZglVuM46s2eCNAguvnWxH1zk7 { top:1.8125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3H55hIOy82y1N1uf7f4wPGureU0DxXG { top:5.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #if646B0M7qb8BwDIiia4F6IElrhwiowy { display:block; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATnw9RUTMR7OMcVTVemZn6HS0CF71563 { top:8.5rem;left:13.6875rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxPEi3FB3e5BSzMmWSB1BAmZFcEVDqOz { top:10.3125rem;left:0rem;width:15.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kskHCVu1kshIAWUfEEh3RlSnnIfbZQTI { top:24.25rem;left:0rem;width:15.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcxBvT9qHWb3LkalPZcvahxcH8qBN25c { top:10.3125rem;left:33.4375rem;width:14.3125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RoPo1alSlBPXzFLCedPOpS3Juwehv2 { top:25.125rem;left:33.1875rem;width:14.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVa7dkE7icJDA7UMrK7vtA4b6zGrw7fA { top:6.9375rem;left:0rem;width:18.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZtmGdXkWDMn1xecoTczlF2zGtRMwNSP { top:4.4375rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTAJff9FHM3pl0N2mbMCkrutyzvTA8wc { top:4.5rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fidqMT9wCG6gTaTkH1HAHp53NDzFLInT { top:7rem;left:29.4375rem;width:18.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRkWyzM8zsRZpXTzOnV5D9FGdJTm7lQf { top:20.6875rem;left:0rem;width:18.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIKsRLMNGX7bAogFDwLK68nQJQ3qhAXR { top:18.1875rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rio2qVDqDT0ITmUkDTpUEk82QyxFee3Q { top:20.75rem;left:29.4375rem;width:18.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svgDezUaNOWat09eW8JQMEz7LdTNVkyt { top:18.25rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxb0ZdkSBZ53pgitS11e9AQ7O8AWqvb { top:1.875rem;left:6.75rem;width:33.9375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqSaXbRTeiHsUrCGxn5eXoAoBqWhJq3A { top:5.3125rem;left:10.25rem;width:26.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1pVlT8Id7zgi2CJDlpGcOIu8MnQZ0D { top:5.625rem;left:0rem;width:3.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH8Ut3XtuB6p2vJlCAnOXP8MxCplikb6 { top:19.625rem;left:0rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UipkL1bMVUL9Pe0UDp729VykOwp0qM { top:5.6875rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCOWsREvB1Er6go2EUOr6SkQFO2TJLv { top:19.125rem;left:45.1875rem;width:2.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8oeNElTwG9sM4k5PqC22XBySZ55uuW1 { top:17.875rem;left:17.8125rem;width:12.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB { display:block; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSPZl7xGnbQVKnZT9OdELz1KgRas7TW { top:4.0625rem;left:0rem;width:21.375rem;height:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5gfzi6TU7tmgrugtPHyrccSSdUe8pGo { top:9.375rem;left:19.5rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3NzyeZD56KtXhDm4X8vCNo9ebIEzK11 { top:12rem;left:19.5rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM0UE3nVJCOUzsOv5wVwmE3dATAPS4ST { top:12.125rem;left:32.3125rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pti8o1vcGu8dOlT1IlpVdi6nyTtsHpw3 { top:9.5rem;left:32.5rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxRUsbWUvESSsRoAsP8TC88L34IisEzb { top:26.0625rem;left:19.5rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxhwdQ4atTIFDcgi2hCd7LXdTb7lTPPD { top:26.0625rem;left:32.3125rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u07bwV2944HtOkoLhq2lghWiETvmMUgs { top:23.4375rem;left:19.5rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcOS37AnG4rV6WJVJheCvHKkhw136Ozn { top:23.4375rem;left:32.5rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5y7OObPyUzop8UG71vbDaEfE8ir3mA8 { top:5.3125rem;left:19.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAIkiSim3Drc8TlmnbkO2luUvHoH28DE { top:5.8125rem;left:41.625rem;width:3.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrMe5s2aRwD5V9rquyabUuGm6ULyO7CO { top:19.1875rem;left:19.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXUZIkVPtTzfABH8TgnUQdVn3eFT8a6q { top:19.5rem;left:41.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyE9Vs7xBWMa8glbgscA1X18DbAUG3nV { top:4rem;left:17.4375rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KETQeb8m60bd4a8ShsBk8kV4PLyOlXha { top:4rem;left:28.3125rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKRcahpsUq7FT1xzGHWEFMHQKSmDBTZ7 { top:18.0625rem;left:28.3125rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1XXIRQbKUMVZexw76mBrul62Q3cdUoh { top:18.0625rem;left:17.40625rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBcAqJi2ZLpc0oGmgdAEXr5qCVPscuIh { top:24.125rem;left:0rem;width:17.5625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upucN5h093ghINX5AO1lxsatUHzTTpdD { top:26.875rem;left:0rem;width:15.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIh06WRppUyHzx1Z1yUJEFrcs8l1bEer { display:block; }
 }@media only screen and (max-width: 763px) { #IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { display:block; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { top:4.4375rem;left:14.0625rem;width:19.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { top:7.875rem;left:14.125rem;width:19.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2raysJCmqJckGiHktunVNTA3WddqBn { top:5.1875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTPLGqWvDNx5x6mPCw3vPnpXVX0T0ba { top:43.75rem;left:0rem;width:47.75rem;height:26.756828193833rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { top:10.375rem;left:0rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { top:10.375rem;left:6.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { top:10.375rem;left:25.0625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { top:10.375rem;left:31.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADolUl3BKbuvqEnwfDkazZfCt3tbHQ12 { top:20.875rem;left:0rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulqAZraFbGFyiCwrtFtxwD4rixI1CTiZ { top:20.875rem;left:6.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXh0kreTMTcr9youxcB6Z54H25ML5ai7 { top:20.875rem;left:31.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7lO2atHIm1n72kn1s439G8PdWd2EInf { top:20.875rem;left:25.0625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2S5uf0ED4358J82WW14XnwvV28rLWE { top:31.4375rem;left:0rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJZZqvNrGsFVtMlzRPZIzX7Oy864v8Pm { top:31.4375rem;left:6.5625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuV2FKATwFLWk1FSpSwBbhFdayTe7515 { top:31.4375rem;left:31.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h70BTCBQlUMHodNTwgVKGrgo7tHtIEuL { top:31.4375rem;left:25rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL { display:block; }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoQHvEfD0bk0SoqfNbSEwVyv9JRy9ZEs { top:1.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiyInAgvsViz5ZNIORTcWTVBnBzF6HJa { top:1.5625rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pygSTtPkkSXsI9T7RMp4I7v3Tz4KQ4yo { top:3.1875rem;left:16.3125rem;width:15.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { width:39.9375rem;height:45.875rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { width:31.75rem;height:3.875rem;top:2.0625rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN5oqHVzOBSTHtrQPq1r79FFJkVPZbEZ { width:8.1875rem;height:1.0625rem;top:43.5rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsckvNnlTmUTND2SDpOPF0GLhomlx2SL { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-regular-label { width:34.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-textarea { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-button { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-checkbox-label { width:33.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J  { width:34.1875rem;height:auto;top:5.25rem;left:6.5rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .radio-container { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J {display:block;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J { width:34.1875rem;height:auto;top:5.25rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #PXvncFBiTufTDOhQRrFTd976teEl78pe {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Mo4sLbT01Boc0NLGCMsxuSQWt1BLwWCd { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #xWMwChnv9cWxAgxq6UC88601GWno4X4L {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #U0F5DbktHeiJp6BS5y2Tnqm8EkWlN9Ck {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Agsoqe0EtbXuFzZyOT5JeJprqxJuASiu { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #AVgVNJub5S8fMxWv7qh3POsUDrh8pGCc {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #nAIF6T464u7RAMO2eX69KKc3KHoqMdpy {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #bkO4BqSv2PcPUH4kXv4K4LpUVeW2iAIL { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FS3TnDhBd9nfFTs8PJ3l4BoGERTh3Bs2 {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #L1mBJIQ6o8teCuFi2tNsCTtIm7KtZ2pl {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #v7zScoea0u8Cn5vE99LJBm634ISbTIKm { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #ylRNiWR0JHzTI8bGGzaePhrUybJJez4T {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #miVw9xmTt2IRJdDInV5rJ92BELGXIvHZ {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #JCTuXfuy57hDzd3DgV5ytomQqGUeCpfV {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Ogw0XORfpUWxwLO4XExpnGN458Guerw7 {  }
 }@media only screen and (max-width: 763px) { #MW4UTi91GRyo2NJk0vTHu9IadSZf2WQR { display:block; }
 }@media only screen and (max-width: 763px) { #mcGMAQISfEJ8lQUmsdWygLryMU0W3TmX { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #GGLmKMKW8NReGwZlKIAxo3QAXMJtiCNp {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Phah5hdzTiGIrGrEbzzAaWxs8OnpXruV {  }
 }@media only screen and (max-width: 763px) { #pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q { display:block; }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHScaeTOte3NbpKqJJS5tuvezk5zky2Q { top:4.375rem;left:0rem;width:14.8125rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csdrJIHeqgSGpLpfiOCOggfAznFqfTP0 { top:17.75rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnQCU1mf81vGpUTcJAaIgxrFnAm14et7 { top:17.875rem;left:0rem;width:14.8125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi2wU1rOhZ1T0zlnlqt9d21ScAzcuBF7 { top:15.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lakg33kGBs5hdhaebg8aWMDKgJSTBOBg { top:13.8125rem;left:0rem;width:1.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnsxoAh1ZkLDcUdUQLMJ4X1ccapbTkm2 { top:3.5rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D29u4UezwHS3mIPcoVC3kPU9aEUtBZnX { top:3.5rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWQv7K5DFO2HCIIcFNJyAoK8fayWfNwg { width:14.125rem;height:2.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkpLG5s7tqGKcuU4w4G4SWLCDIWFEGnQ { display:block; }
 }@media only screen and (max-width: 763px) { #tHpkhu0if4z3CpSAHNigP25P1LMTxsru { width:5.3125rem;height:1.625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6XHJ060ibMry69JvEETwF2HX5wJpJK2 { display:block; }
 }@media only screen and (max-width: 763px) { #fRiqF0qhVWPG21zo63LkrUXnbcB92r7H { width:12.5rem;height:2.5rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4n5yiLeOmdqMa290QTiqahefsIuBtkx { display:block; }
 }@media only screen and (max-width: 763px) { #ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL { display:block; }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7UQxQHrl15OlQemDxbNzcmTWWlWQWfo { top:1.0625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMGdcUzTUryyBEtN3KBRNaqVT0y61IVH { display:block; }#NMGdcUzTUryyBEtN3KBRNaqVT0y61IVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7mwActBfwxCGJyTdcD4rqXnkIUvawTA { top:1.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyEmx5E2JyEzwvmQKs4vVBHMw8iSdynM { top:6.9375rem;left:0rem;width:0.625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkvgltuo9cwz3wnW6D6TIltLEfTLM5Dl { top:1.125rem;left:0rem;width:0.625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq2vrT7wtPHZTyO9RhNgaKuvkNPJsdTW { top:5rem;left:0rem;width:0.625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp { display:block; }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBSW8lFBuPTuhKJgpmAVWCfeMC9kTAqp { top:0.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhM2qrFVZS4CZEJpmkJDnQx0fLx2WqKd { width:9rem;height:2.5rem;top:0rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbKaZWTWQvyoDTNo0UnfehA9C0uU1qFx { display:block; }
 }@media only screen and (max-width: 763px) { #Uee8XaCfDExpdvMrQhX1i2duadmEknVA { display:block; }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRz6aFUnD3A3Zh1eg7Q4eutaW8lU3kUW { top:16.6875rem;left:0rem;width:15.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz5HWnHG85TXMSibuGW9KatPAw1tKDVu { top:16.6875rem;left:2.75rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tEy57HT5cClGzvTbVUy1O2zAlspn8aTK { position:relative;z-index:auto;display:block; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMwi4snvdBhEJrtbBRiOuu6VhqiuMHdI { width:12.4375rem;height:1.8125rem;top:5.5rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCc15L1oO9Ec39I2GWZlxEuuSBzLZQd { display:block; }
 }@media only screen and (max-width: 763px) { #qBPXQbQoXZMuqnATKgk6FNyT8pO63k1H { width:11.1875rem;height:1.6875rem;top:8.5625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { display:block; }
 }@media only screen and (max-width: 763px) { #VgIwWSktc1ltt0amlLwn9eQRDsguwC7p { width:10.5625rem;height:1.8125rem;top:11.875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfrlshxv85DDIuZDGZ2n4g8gmlBW2hoo { display:block; }
 }@media only screen and (max-width: 763px) { #OGcHPEIOnqIHCDXtzS7CPSGVxH5u8NZP { width:15.125rem;height:8.625rem;top:25.0625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFweo4pd3rJpsImIKvz7B922atlL3Qdb { width:9.375rem;height:3.9375rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNnnkG0ye8P4cmP3GV8Lm9cNzC89FED { width:9rem;height:1.8125rem;top:15.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block; }
 }@media only screen and (max-width: 763px) { #cJ6oU88OBThPR3FtlteGt7mNglHTCFDd { width:12.125rem;height:1.4375rem;top:18.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHmQdhwXyfTKLNUMk8nU52i0wGQxPtTp { display:block; }
 }@media only screen and (max-width: 763px) { #c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { display:block; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { width:20rem;height:1.70625rem;top:6.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { width:9.1875rem;height:2.8rem;top:8.3125rem;left:5.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRrpt0Pt1wH4tfnPdhqQXq9tRGtDh9X0 { width:9.1875rem;height:0.125rem;top:8.25rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg { width:20rem;height:11.3125rem;top:18.875000476837rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c82ab5d-be9d-43b4-bdcf-2bd5f9076789/WP_Lexus_ES_1200x628_Tactical_November_cena_FB.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.adaptive-delivery-prevent-bg, #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.lazyload, #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rcJL82b7lEE1TRR8EkORp8dNAThMX2yA { width:13.4375rem;height:3.0625rem;top:32.125001907349rem;left:3.9375000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3nie1Tu241N3e00GlzwDKsZaccgyrOk { display:block; }
 }@media only screen and (max-width: 763px) { #EvebvrP6txKw0k2LybHnvt3RluDiXT1c { width:9.1875rem;height:0.125rem;top:11.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmc7UwpWftX0PGWruW2x7zMcdg7LU8n8 { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPIoTQEF2S9TiQqorLVoezIkDXPGIoNJ { width:20rem;height:0;top:31.25625038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gWH12XnIQJqc4bUrrBFQggA3QFwa85JW { width:20rem;height:2.6rem;top:29.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3IWCni513N8XQuTOSgb4eX7t5TgIu2b { width:20rem;height:1.4625rem;top:24.768751144409rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZz39hD3p7gK3Zu60wz1KgrEAKAC2P9Q { width:20rem;height:0.975rem;top:26.86874961853rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvFIoVfd1eAZOJC0MzwUK8B7eiwpyNMt { width:20rem;height:10.4375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdRW9rcARq46lno0ocysdXOT4i8SoNxX { display:none; }#ZdRW9rcARq46lno0ocysdXOT4i8SoNxX > .row .container { width:20rem;height:59.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MwFGuK8sKIvUIlpSyzb5hFxfP6HsvZLG { width:20rem;height:5.11875rem;top:0.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TG7g5GFyTAS4xqXd6i3xxXwtke5CC50d { width:19.1875rem;height:19.3375rem;top:12.41250038147rem;left:0.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFIh7D489K16KQnf38sJxzqsFTofOA8 { width:4.1875rem;height:4.1875rem;top:31.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZLTv5AEQ1n5fBtqIE3ZDLA846CMBwii { width:12.5rem;height:1.625rem;top:35.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWdQRs96W1W4txV3TaRTNaWFlfTxJXRb { width:4.1875rem;height:4.1875rem;top:38.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRpaSSLAFqvBrVGRfc6sO8Ak3m3KB4p4 { width:0.9375rem;height:1.1375rem;top:45.737499237061rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbnA6QBXKTJ9NEmdzt7urfPdOfBlILrK { width:20rem;height:3.25rem;top:52.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9aXuByJ9cyX7u1L5MkEgq0iCT10uWzF { width:0.9375rem;height:1.1375rem;top:54rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey3y3iVEwZ3B7Qqzl2kS98K3GJ98u93w { width:20rem;height:1.625rem;top:57.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJIifNetBcwfPTTTnI1DRsLJkKlKI5nG { width:20rem;height:0;top:42.625rem;left:0rem;font-size:1.25rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #zHTcB2w83iyXC71mTdn0SA15QkdiTbwl { display:flex;width:3.625rem;height:3.625rem;top:49.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #zDQk4hdoI14IlNcLCq5Aebt6pDfEE8lW { width:20rem;height:7.925rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGvFT5KV5iIRkMX5ErNkFumnFGZRi6m6 { width:20rem;height:4.875rem;top:42.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBM0aL5PUxct7ewTgHilb2ALESy48aR { display:block; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF4FBvE3p5WrPnMAZlhHzIMaCIOJkLA9 { width:16.6875rem;height:16.5rem;top:21.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNWsSyDeQsS2LwfaZZtgKqU3fB7pwVg7 { width:20rem;height:32.0625rem;top:8.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { width:20rem;height:2.1125rem;top:0.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf { width:15.4375rem;height:8.6875rem;top:12.3125rem;left:2.3125rem;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/518f87f1-bd71-4a5e-a742-3be613fef6fc/2021nx0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.adaptive-delivery-prevent-bg, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyload, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ui8ffV7Dyp2y7WVW05kleJBrHiFzMrZb { width:12.75rem;height:3.4375rem;top:48.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txGfMsxeTco54MqNie3zw3Xak5RXzLbn { display:block; }
 }@media only screen and (max-width: 763px) { #HE1G1KPddxn6PXVxQTnwnEd5Hy7NA10u { width:12.75rem;height:3.4375rem;top:52.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block; }
 }@media only screen and (max-width: 763px) { #fWGTDKHXg3QoRWPmHA5LDE8MGPwNhsTM { width:12.75rem;height:3.4375rem;top:56.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUriL8RKMx8AQHmpi106CQ4wc7gpugHl { display:block; }
 }@media only screen and (max-width: 763px) { #IJ32HA9psxKd3tC0HCPdbBT138WnLfLg { width:5.3125rem;height:2.6rem;top:7.5rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBwGznb57xbvi52cQaFfWKEocV6kae3 { width:5.25rem;height:5.25rem;top:6.1875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMzAKQRQar6nBT2WodMvFGvFk0ViFl2X { width:12.75rem;height:3.4375rem;top:44.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur9ie94hNSBm6WmFlXI8ORw9E1NEygVV { display:block; }
 }@media only screen and (max-width: 763px) { #sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq { display:none; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n { display:block; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu6p6kToVmJkRbLTp162lXKmGpbeIwBW { width:20rem;height:3.9rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw { display:block; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgcdZAu6z2lfNhON2aSMArMHClplck4s { width:17.5rem;height:9.5rem;top:2.5rem;left:1.25rem;font-size:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { width:17.3125rem;height:19.0125rem;top:13.649993896484rem;left:1.34375rem;font-size:1.0625rem;display:block; }#r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq li:before{  }
 }@media only screen and (max-width: 763px) { #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { width:20rem;height:20rem;top:34.4375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rf7Q9axAtoFgCJWyH68TGhNT4pzAwCFv { width:17.0625rem;height:0.125rem;top:12.149993896484rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTTcuVaDIF7GECXm46EU8hIQvDqttrk { width:12.5rem;height:7.8rem;top:0rem;left:7.5rem;font-size:6rem;text-align:right;text-align-last:right;color:rgba(255,255,255,0.05);display:block; }
 }@media only screen and (max-width: 763px) { #m9AQ87pmtNIR77Bt984Qq9dTfyql040M { width:17.0625rem;height:0.125rem;top:2.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV { display:block; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxn5sTrVx6Zvxx6wGh2lQumbrXthNOUc { width:17.5rem;height:3.8rem;top:3.75rem;left:1.25rem;font-size:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { width:17.0625rem;height:17rem;top:9.3624877929688rem;left:1.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { width:20rem;height:20rem;top:28.08749961853rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { width:16.9375rem;height:0.125rem;top:7.6750030517575rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { width:14.3125rem;height:7.8rem;top:0.875rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qWXUHvvnKIcmNWPiTVeyKIkrEk0eKNeH { width:16.9375rem;height:0.125rem;top:3.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3kwiNAtKKltyavQPppzb0euIIMQIpdJ { display:block; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W45HPeK9CuSvdTZsH6zTyq7DKuyS3Z9T { width:17.5rem;height:3.8rem;top:3.125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { width:17.0625rem;height:17rem;top:9.1500015258787rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfB3Lw6kTCmU9sSW0NkNqTSa0dkwz3nT { width:20rem;height:20rem;top:29.8125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #d0Xy2gx31iz2uwU4GFrcdGuprzlyCJuX { width:10.125rem;height:0.125rem;top:7.1125030517575rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl74Ud2QNFuxzccSTFI4UsXFaEwlTgq3 { width:14.5rem;height:7.8rem;top:0.25rem;left:5.5rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RNHI876ZQSrEW5rAOHTDy0WUT35HE179 { width:10.125rem;height:0.125rem;top:2.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m { display:block; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTKN9vJiKdTceh5zvDTTsKq2xthGqQ1B { width:10.1875rem;height:3.8rem;top:3.125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { width:18.0625rem;height:10.2rem;top:8.4875030517575rem;left:1.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { width:20rem;height:20rem;top:20.700000762939rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6518d628-b708-4f99-a238-20650ef7762e/Lexus_ES_UltraLuxury_Low_810x1080_4_tcm31702250504.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.adaptive-delivery-prevent-bg, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyload, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Du7u0kHOT3f4oPUORbyVE04BsI6432Rh { width:8.375rem;height:0.125rem;top:6.9250030517575rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVZvcrWr6EbeyVWEu6Daa79u44LChWg0 { width:14.3125rem;height:7.8rem;top:0.1875rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NOSSGV15Dt6Ou7kyco46ie706X1hTzWR { width:8.375rem;height:0.125rem;top:2.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA { display:block; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3K1VNfnhSUQ4qfa3Mgnfgx8qTTrHz8T { width:17.5rem;height:1.9rem;top:3.125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { width:17.5625rem;height:13.6rem;top:7.0875015258787rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { width:20rem;height:20rem;top:23.1875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b8VxPadDA9hGTIDo4WutEF34SNILQvmF { width:16.125rem;height:0.125rem;top:5.4000015258789rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { width:14.5rem;height:7.8rem;top:0.28750038146973rem;left:5.5rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #p1a9JinXcdDBf3WRId3RTmmMDxRe0I5B { width:16.125rem;height:0.125rem;top:2.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khyaBP3U2DwQa9qrwq8Oh6S333PiJldg { display:block; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avxbRAZp5HrJqLUBxcyvWAtUQapqM01L { width:17.5rem;height:1.9rem;top:3.125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXspxEAegv97hb3EItr9SN41F7og4dGT { width:18.0625rem;height:27.825rem;top:7.1750030517575rem;left:1.21875rem;font-size:1.0625rem;display:block; }#uXspxEAegv97hb3EItr9SN41F7og4dGT li:before{  }
 }@media only screen and (max-width: 763px) { #pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn { width:20rem;height:20rem;top:36.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/81d0ff9e-0154-4db7-be1e-6e870b159a95/Lexus_ES_FSPORT_Low_810x1080_26_tcm31702250506.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn.adaptive-delivery-prevent-bg, #pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn.lazyload, #pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pTfcfg0xWWdJMrtIsl0qy4FOyqrAqMFl { width:10.375rem;height:0.125rem;top:5.1749992370606rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJG6dw15NqWRJW6d6pyiXGrGHcvpZ3t { width:14.3125rem;height:7.8rem;top:0.1875rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DVccgElIbs6P7tqq7kv2pTLkNTDRNerO { width:10.5625rem;height:0.125rem;top:2.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG { display:block; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCaRvDe6I3XCZhJxEfc6B39asJCvXgUv { width:17.5rem;height:1.9rem;top:3.125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH { width:17.5625rem;height:27.5125rem;top:7.08749961853rem;left:1.0625rem;font-size:1.0625rem;display:block; }#JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH li:before{  }
 }@media only screen and (max-width: 763px) { #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs { width:20rem;height:20rem;top:36.8125rem;left:0rem;box-shadow: none;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1084ca-605f-4dcf-a3b7-84e8b80e6c5f/lexusesmultimediasystem810x1080_tcm31702250523.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.adaptive-delivery-prevent-bg, #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.lazyload, #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AhdPXLrmIWRqvSnvXLuAFyt26bQi3bAx { width:12.875rem;height:0.125rem;top:5.3375015258789rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGVtz3wgTkTUKCXdGNizwnApgShxzSu { width:14.5rem;height:7.8rem;top:0.28750038146973rem;left:5.5rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sC3K2GGdi9s2sdywba8doulqw9uPXE6V { width:12.9375rem;height:0.125rem;top:2.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR1SiSEanBavSC9nvozX28iXWAWIe8Nm { display:block; }#JR1SiSEanBavSC9nvozX28iXWAWIe8Nm > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRcwWJTtQTBM6LxAFbOkWe99pk7G8PDf { width:17.5rem;height:1.9rem;top:3.125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJ5xD6eAq1UGEbL0PGewAtO51f2rBTZ { width:18.0625rem;height:12.2125rem;top:7.2374992370606rem;left:1.125rem;font-size:1.0625rem;display:block; }#EkJ5xD6eAq1UGEbL0PGewAtO51f2rBTZ li:before{  }
 }@media only screen and (max-width: 763px) { #fFwE644ALviAUDvPyikb4yyubacTKRLp { width:20rem;height:20rem;top:21.449999809265rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8865785-e874-4b15-ba1f-9f2e8933ce0b/lexusesornamentation810x1080_tcm31702250524.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#fFwE644ALviAUDvPyikb4yyubacTKRLp.adaptive-delivery-prevent-bg, #fFwE644ALviAUDvPyikb4yyubacTKRLp.lazyload, #fFwE644ALviAUDvPyikb4yyubacTKRLp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qOHCCCH406kpRi1TKTkWpxZ8Kl36T6o3 { width:5.8125rem;height:0.125rem;top:5.2375030517578rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP0uS4e1BEzzkSPgfAHHQxZyt0brCJNT { width:14.3125rem;height:7.8rem;top:0.1875rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IMWLKWdoTCidtzeqqDtmqNGB0qh8haf0 { width:5.8125rem;height:0.125rem;top:2.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my { display:block; }#K2qRBGw1r8ZKgOLsQcOU6mQA8eNkF6my > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV27mySl8x03PrKmiV69TMTgcTRyx8Zk { width:17.5rem;height:3.8rem;top:3.25rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkRnLXmixtlhTn89T32lTyKBAc3xlyBu { width:17.5625rem;height:13.9125rem;top:9.5874938964844rem;left:1.0625rem;font-size:1.0625rem;display:block; }#OkRnLXmixtlhTn89T32lTyKBAc3xlyBu li:before{  }
 }@media only screen and (max-width: 763px) { #tsq4g4zlCqMFShG5gxQ96m1aKiADAJHA { width:20rem;height:20rem;top:25.5rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nA3UiDFhETpUO78O1f5FVvJ8gu2KBIU3 { width:14.3125rem;height:0.125rem;top:7.2749938964844rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxlMVMnQMtT2ZEwRaXiOvhCLedyvNyWQ { width:14.5rem;height:7.8rem;top:0.28750038146973rem;left:5.5rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gPCetFH281FGPavDlnxbUgIrScrzUhHD { width:14.3125rem;height:0.125rem;top:2.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy { display:block; }#H2k3StkahdbEFJpXGtMDoI4ymr2VbrIy > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7oM3rVS6sfZ4GJuM6El2PpHl3V0AHqs { width:17.5rem;height:1.9rem;top:3.125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxWyT1GZEhphAOpBvriZfDrGhasD2h56 { width:18.0625rem;height:18.7rem;top:6.6125030517575rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq { width:20rem;height:20rem;top:27.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de3e8615-8eb0-436b-b8b6-cd6e064d893d/lexusesdigitalmirror03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq.adaptive-delivery-prevent-bg, #zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq.lazyload, #zGvEGT9WIk6q3XC5mde27ApvSJJgUtTq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LN5D3bxfGw0Q8VLbwSETUfzm2S8w2GqR { width:15.8125rem;height:0.125rem;top:5.1125030517578rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzhSKmzNgAJDATbC2vM9ugMNlVCoeH0i { width:14.3125rem;height:7.8rem;top:0.1875rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aXbKa058BVthBt29EHnbXQLrTNFSTCmk { width:15.75rem;height:0.125rem;top:2.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e { display:block; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwbU6da0MpHD3BdhP9NgEgxaND53ERBy { width:0.625rem;height:0.625rem;top:1.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { width:0.625rem;height:0.625rem;top:1.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { width:0.625rem;height:0.625rem;top:1.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { width:0.625rem;height:0.625rem;top:1.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { width:0.625rem;height:0.625rem;top:1.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvQkt8NCcXEVpMZXs7H30KFpXkOTdzR4 { width:0.625rem;height:0.625rem;top:1.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFTGfGMK8aFe95weaU8zgJXaWzgEGqd { width:0.625rem;height:0.625rem;top:1.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { width:0.625rem;height:0.625rem;top:1.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #effnQ39RfGcCTUFCZdb8KTQL3AFaSAIG { width:0.625rem;height:0.625rem;top:1.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKprnJpWi7fT8TIzX8CNzVE2w5RUAsxc { width:0.625rem;height:0.625rem;top:1.375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC { display:block; }#ufenun2Lbo1VD5FTvmaCldM1WrRxS2XC > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLT9RILZglVuM46s2eCNAguvnWxH1zk7 { width:20rem;height:3.1875rem;top:3.1875rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h3H55hIOy82y1N1uf7f4wPGureU0DxXG { width:20rem;height:11.7rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #if646B0M7qb8BwDIiia4F6IElrhwiowy { display:block; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATnw9RUTMR7OMcVTVemZn6HS0CF71563 { width:20rem;height:20.25rem;top:61rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxPEi3FB3e5BSzMmWSB1BAmZFcEVDqOz { width:15.25rem;height:5.3625rem;top:12.5625rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kskHCVu1kshIAWUfEEh3RlSnnIfbZQTI { width:15.4375rem;height:5.3625rem;top:26.3125rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcxBvT9qHWb3LkalPZcvahxcH8qBN25c { width:14.3125rem;height:5.3625rem;top:40.5625rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RoPo1alSlBPXzFLCedPOpS3Juwehv2 { width:14.5625rem;height:3.575rem;top:55.0625rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVa7dkE7icJDA7UMrK7vtA4b6zGrw7fA { width:18.3125rem;height:10.0625rem;top:9rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZtmGdXkWDMn1xecoTczlF2zGtRMwNSP { width:5.25rem;height:5.25rem;top:6.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTAJff9FHM3pl0N2mbMCkrutyzvTA8wc { width:5.25rem;height:5.25rem;top:34.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fidqMT9wCG6gTaTkH1HAHp53NDzFLInT { width:18.3125rem;height:10.0625rem;top:37.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRkWyzM8zsRZpXTzOnV5D9FGdJTm7lQf { width:18.3125rem;height:10.0625rem;top:23.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIKsRLMNGX7bAogFDwLK68nQJQ3qhAXR { width:5.25rem;height:5.25rem;top:20.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rio2qVDqDT0ITmUkDTpUEk82QyxFee3Q { width:18.3125rem;height:10.0625rem;top:50.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svgDezUaNOWat09eW8JQMEz7LdTNVkyt { width:5.25rem;height:5.25rem;top:48.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxb0ZdkSBZ53pgitS11e9AQ7O8AWqvb { width:19.875rem;height:33.4375rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqSaXbRTeiHsUrCGxn5eXoAoBqWhJq3A { width:19.875rem;height:26.5625rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT1pVlT8Id7zgi2CJDlpGcOIu8MnQZ0D { width:3.125rem;height:2.8125rem;top:8.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH8Ut3XtuB6p2vJlCAnOXP8MxCplikb6 { width:3.0625rem;height:2.5rem;top:21.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UipkL1bMVUL9Pe0UDp729VykOwp0qM { width:2.875rem;height:2.875rem;top:35.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCOWsREvB1Er6go2EUOr6SkQFO2TJLv { width:2.5625rem;height:3rem;top:49.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8oeNElTwG9sM4k5PqC22XBySZ55uuW1 { width:12.125rem;height:1.5rem;top:3.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB { display:block; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSPZl7xGnbQVKnZT9OdELz1KgRas7TW { width:20rem;height:4.9rem;top:3rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b5gfzi6TU7tmgrugtPHyrccSSdUe8pGo { width:15.25rem;height:1.7875rem;top:14.862487792969rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3NzyeZD56KtXhDm4X8vCNo9ebIEzK11 { width:15.4375rem;height:3.575rem;top:17.487487792969rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QM0UE3nVJCOUzsOv5wVwmE3dATAPS4ST { width:15.4375rem;height:3.575rem;top:31.362487792969rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pti8o1vcGu8dOlT1IlpVdi6nyTtsHpw3 { width:15.25rem;height:1.7875rem;top:28.737487792969rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxRUsbWUvESSsRoAsP8TC88L34IisEzb { width:15.4375rem;height:3.575rem;top:44.96875rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxhwdQ4atTIFDcgi2hCd7LXdTb7lTPPD { width:15.4375rem;height:3.575rem;top:58.71875rem;left:2.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u07bwV2944HtOkoLhq2lghWiETvmMUgs { width:15.25rem;height:1.7875rem;top:42.34375rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcOS37AnG4rV6WJVJheCvHKkhw136Ozn { width:15.25rem;height:1.7875rem;top:56.09375rem;left:2.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5y7OObPyUzop8UG71vbDaEfE8ir3mA8 { width:3.125rem;height:3.125rem;top:10.862487792969rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAIkiSim3Drc8TlmnbkO2luUvHoH28DE { width:3.1875rem;height:2.4375rem;top:25.174987792969rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrMe5s2aRwD5V9rquyabUuGm6ULyO7CO { width:3.25rem;height:3.25rem;top:38.46875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXUZIkVPtTzfABH8TgnUQdVn3eFT8a6q { width:2.8125rem;height:2.8125rem;top:52.15625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyE9Vs7xBWMa8glbgscA1X18DbAUG3nV { width:19.4375rem;height:12.5rem;top:9.4874877929688rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KETQeb8m60bd4a8ShsBk8kV4PLyOlXha { width:19.4375rem;height:12.5rem;top:23.237487792969rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKRcahpsUq7FT1xzGHWEFMHQKSmDBTZ7 { width:19.4375rem;height:12.5rem;top:50.737487792969rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1XXIRQbKUMVZexw76mBrul62Q3cdUoh { width:19.4375rem;height:12.5rem;top:36.987487792969rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBcAqJi2ZLpc0oGmgdAEXr5qCVPscuIh { width:17.5625rem;height:2.45rem;top:64.487487792969rem;left:1.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #upucN5h093ghINX5AO1lxsatUHzTTpdD { top:68.187487792969rem;left:2rem;width:15.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIh06WRppUyHzx1Z1yUJEFrcs8l1bEer { display:block; }
 }@media only screen and (max-width: 763px) { #IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { display:block; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { width:20rem;height:142.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { width:17.1875rem;height:0.125rem;top:3.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { width:17.1875rem;height:0.125rem;top:6.0625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2raysJCmqJckGiHktunVNTA3WddqBn { width:20rem;height:1.875rem;top:3.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTPLGqWvDNx5x6mPCw3vPnpXVX0T0ba { height:11.2073125rem;width:20rem;top:126.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { width:16.125rem;height:9.0625rem;top:8.5666809082031rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { width:16.125rem;height:9.0625rem;top:18.254180908203rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { width:16.125rem;height:9.0625rem;top:27.941680908203rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { width:16.125rem;height:9.0625rem;top:37.629180908203rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADolUl3BKbuvqEnwfDkazZfCt3tbHQ12 { width:16.125rem;height:9.0625rem;top:47.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulqAZraFbGFyiCwrtFtxwD4rixI1CTiZ { width:16.125rem;height:9.0625rem;top:57rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXh0kreTMTcr9youxcB6Z54H25ML5ai7 { width:16.125rem;height:9.0625rem;top:76.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7lO2atHIm1n72kn1s439G8PdWd2EInf { width:16.125rem;height:9.0625rem;top:66.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2S5uf0ED4358J82WW14XnwvV28rLWE { width:16.125rem;height:9.0625rem;top:86.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJZZqvNrGsFVtMlzRPZIzX7Oy864v8Pm { width:16.125rem;height:9.0625rem;top:95.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuV2FKATwFLWk1FSpSwBbhFdayTe7515 { width:16.125rem;height:9.0625rem;top:115.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h70BTCBQlUMHodNTwgVKGrgo7tHtIEuL { width:16.125rem;height:9.0625rem;top:105.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL { display:block; }#wAw3dK0qm7a5RscXKhZDhBVcw8w5moFL > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoQHvEfD0bk0SoqfNbSEwVyv9JRy9ZEs { width:20rem;height:5.11875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiyInAgvsViz5ZNIORTcWTVBnBzF6HJa { width:17rem;height:1.70625rem;top:7.6875rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pygSTtPkkSXsI9T7RMp4I7v3Tz4KQ4yo { width:15.8125rem;height:1.70625rem;top:9.375rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48775445-3995-4896-a0c5-9732d43725e6/Lexus_ES_Range_Low_1920x1080_27_tcm31702250895.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.adaptive-delivery-prevent-bg, #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.lazyload, #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.lazyloading { background-image: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { background-color: transparent; background-image: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container > .video-iframe-container { display: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row > .video-iframe-container { display: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .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); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { width:20rem;height:44.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { width:20rem;height:3.15rem;top:1.7875061035156rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN5oqHVzOBSTHtrQPq1r79FFJkVPZbEZ { width:8.1875rem;height:1.0625rem;top:41.118774414062rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsckvNnlTmUTND2SDpOPF0GLhomlx2SL { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J  { width:17.5rem;height:auto;top:3.1375122070312rem;left:0rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J {display:block;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J { width:17.5rem;height:auto;top:3.1375122070312rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #PXvncFBiTufTDOhQRrFTd976teEl78pe {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Mo4sLbT01Boc0NLGCMsxuSQWt1BLwWCd { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #xWMwChnv9cWxAgxq6UC88601GWno4X4L {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #U0F5DbktHeiJp6BS5y2Tnqm8EkWlN9Ck {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Agsoqe0EtbXuFzZyOT5JeJprqxJuASiu { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #AVgVNJub5S8fMxWv7qh3POsUDrh8pGCc {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #nAIF6T464u7RAMO2eX69KKc3KHoqMdpy {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #bkO4BqSv2PcPUH4kXv4K4LpUVeW2iAIL { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FS3TnDhBd9nfFTs8PJ3l4BoGERTh3Bs2 {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #L1mBJIQ6o8teCuFi2tNsCTtIm7KtZ2pl {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #v7zScoea0u8Cn5vE99LJBm634ISbTIKm { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #ylRNiWR0JHzTI8bGGzaePhrUybJJez4T {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #miVw9xmTt2IRJdDInV5rJ92BELGXIvHZ {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #JCTuXfuy57hDzd3DgV5ytomQqGUeCpfV {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Ogw0XORfpUWxwLO4XExpnGN458Guerw7 {  }
 }@media only screen and (max-width: 763px) { #MW4UTi91GRyo2NJk0vTHu9IadSZf2WQR { display:block; }
 }@media only screen and (max-width: 763px) { #mcGMAQISfEJ8lQUmsdWygLryMU0W3TmX { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #GGLmKMKW8NReGwZlKIAxo3QAXMJtiCNp {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Phah5hdzTiGIrGrEbzzAaWxs8OnpXruV {  }
 }@media only screen and (max-width: 763px) { #pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q { display:block; }#pKqR82e4XL3rK5ENlrBA7m4fOP0gl54Q > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHScaeTOte3NbpKqJJS5tuvezk5zky2Q { width:10.9375rem;height:6.09375rem;top:1.4500007629394rem;left:4.53125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csdrJIHeqgSGpLpfiOCOggfAznFqfTP0 { width:2.3125rem;height:2.3125rem;top:13.9375rem;left:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnQCU1mf81vGpUTcJAaIgxrFnAm14et7 { width:9.375rem;height:1.4625rem;top:14.375rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi2wU1rOhZ1T0zlnlqt9d21ScAzcuBF7 { width:1.9375rem;height:1.9375rem;top:11.25rem;left:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lakg33kGBs5hdhaebg8aWMDKgJSTBOBg { width:1.375rem;height:0.9375rem;top:8.762499809265rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnsxoAh1ZkLDcUdUQLMJ4X1ccapbTkm2 { width:20rem;height:21.3125rem;top:24.52499961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D29u4UezwHS3mIPcoVC3kPU9aEUtBZnX { width:20rem;height:21.3125rem;top:21.962501525879rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PWQv7K5DFO2HCIIcFNJyAoK8fayWfNwg { width:14.125rem;height:2.6875rem;top:17.337501525879rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkpLG5s7tqGKcuU4w4G4SWLCDIWFEGnQ { display:block; }
 }@media only screen and (max-width: 763px) { #tHpkhu0if4z3CpSAHNigP25P1LMTxsru { width:6.5625rem;height:3.4375rem;top:10.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6XHJ060ibMry69JvEETwF2HX5wJpJK2 { display:block; }
 }@media only screen and (max-width: 763px) { #fRiqF0qhVWPG21zo63LkrUXnbcB92r7H { width:12.5rem;height:2.5rem;top:7.981249809265rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4n5yiLeOmdqMa290QTiqahefsIuBtkx { display:block; }
 }@media only screen and (max-width: 763px) { #ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL { display:block; }#ozkzzlQ31FE8FlMNcWTmd09SMHwcBaSL > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7UQxQHrl15OlQemDxbNzcmTWWlWQWfo { width:19.5rem;height:27.70625rem;top:0.86562538146975rem;left:0.1875rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NMGdcUzTUryyBEtN3KBRNaqVT0y61IVH { display:none; }#NMGdcUzTUryyBEtN3KBRNaqVT0y61IVH > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W7mwActBfwxCGJyTdcD4rqXnkIUvawTA { width:20rem;height:21.45rem;top:0rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AyEmx5E2JyEzwvmQKs4vVBHMw8iSdynM { width:5.6875rem;height:0.73125rem;top:17.831298828125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkvgltuo9cwz3wnW6D6TIltLEfTLM5Dl { width:0.625rem;height:0.73125rem;top:0rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq2vrT7wtPHZTyO9RhNgaKuvkNPJsdTW { width:0.625rem;height:0.73125rem;top:11.60009765625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp { display:block; }#HXrCkFth3TdME4g4LGWZKTGxmRDxEgtp > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBSW8lFBuPTuhKJgpmAVWCfeMC9kTAqp { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhM2qrFVZS4CZEJpmkJDnQx0fLx2WqKd { width:9rem;height:2.5rem;top:5.9125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbKaZWTWQvyoDTNo0UnfehA9C0uU1qFx { display:block; }
 }@media only screen and (max-width: 763px) { #Uee8XaCfDExpdvMrQhX1i2duadmEknVA { display:block; }#Uee8XaCfDExpdvMrQhX1i2duadmEknVA > .row .container { width:20rem;height:20.025rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRz6aFUnD3A3Zh1eg7Q4eutaW8lU3kUW { width:20rem;height:1.1375rem;top:16.0625rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dz5HWnHG85TXMSibuGW9KatPAw1tKDVu { width:4.8125rem;height:2.275rem;top:17.75rem;left:7.5625rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }