.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:227,227,227;--color-secondary-3:7,7,7;--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:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:12.875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.75rem;left:30.0625rem;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:43.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:49.59375rem;display:none; }
#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:50.3125rem;display:block; }
#iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#isl5sU2r4eRyp7DPKh3CVRoBxVlf9hWP { 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:15.25rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.75rem;left:59.75rem;display:block; }
#KV2y67zF3hToxCosEEytRGsRFb3xUk9C { 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:27.875rem;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:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:1.3rem;display:block; }
#pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:8.8125rem;left:0rem;height:3.9375rem;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:12.0625rem;top:8.6875rem;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/3f5b4ca3-b775-4ff6-ba83-381882d3df53/2025rzsonicplatinum004static.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:26.5625rem;width:47.75rem;top:0.65625rem;left:27.25rem;display:block; }#Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.adaptive-delivery-prevent-bg, #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.lazyload, #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg.lazyloading { background-image: none; }
#nQaIEkNRkT93D2MeVdFlCK7stcssuS1C { 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:12.0625rem;top:12.6875rem;left:0rem;display:block; }
#UH66mv9Gt61nX4OGIdrHhkgb9mTLmxfD { 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.1875rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.4375rem;left:0rem;display:block; }
#f6srFPGnwck2JZ5019dDWLW2xWdahUaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izlhcZTx8o8gHaA7h4sm0HyNKgPSLo8n { position:absolute;display:block;z-index:15018;height:3.75rem;width:3.75rem;top:0rem;left:21.625rem;display:block; }
#JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1b5e05ae-23e4-4d2f-aea6-e83841ae7a0f/rx2.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:37.375rem;width:37.375rem;top:0rem;left:37.625rem;display:none; }#JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa.adaptive-delivery-prevent-bg, #JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa.lazyload, #JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa.lazyloading { background-image: none; }
#OBBvBf3NxvnLXTeUbe7lSv8brrpD49um { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:13.737501144409rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dR6C9HXDy0ZM16PO0chWGDm1BPa0KRH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.337500572204rem;left:0rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxdbxHRMc42hLJtoyWs4Itw51v3bXcKz { 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; }#TxdbxHRMc42hLJtoyWs4Itw51v3bXcKz > .row .container { border-width: 0; border-radius: 0; }#TxdbxHRMc42hLJtoyWs4Itw51v3bXcKz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxdbxHRMc42hLJtoyWs4Itw51v3bXcKz > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:none; }#JZvV2WdnZoakNtQvawppqVKnAuoG2s2l { 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; }
#u2v2WAOlh3ITIPMUeiTUulrPcoVqwssK { 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; }
#HZglK8AqzasTLh1XzRMpLdmOJihGBx7u { 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; }
#FZnT8m4FB1bzxqolV1Ho4S7mA5bQw6Va { 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; }
#EIBJUIbKBvLQnRQgn77w9TM4ggP8uanh { 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; }
#B4zvgxbXdUPoB4ArSu45ysMM0TyL532h { 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; }
#DMiraHsgrsZHNhrO1Mi9xTFsDMsUHJ2Q { 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; }
#hTImK5xmeFxGngt6y7gf0RZdZv624MAE { 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; }
#pTsXlRFZcOTtoFA06ZaCaiFyN8ghfR5T { 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; }
#PCAx35gSRDtSG1qT3dwHiNr1HdZyQO0e { 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; }
#PgVrZ6pDTyhiHI6RzVvFXsOLTZMR23C7 { 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; }
#z5SwdTb2VEEJaJ9Ztmy4GQ6TD3qVZrSp { 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; }
#mlq45ksIE1HOH3kOTteDHl6GDrV1UbGA { 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:34.1875rem;width:75rem;position:relative;display:block; }#wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.25rem;left:2rem;height:11.3125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq li:before{  }
#dBkArnNWPf6A53UzrUfoVdnTHLiuhhdy { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.25rem;left:39rem;height:15.1875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#dBkArnNWPf6A53UzrUfoVdnTHLiuhhdy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBkArnNWPf6A53UzrUfoVdnTHLiuhhdy li:before{  }
#f3GVi6kInedVMxd02ITwXH6w0ZpmSehx { 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:15006;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Qs2T3H28cMtEBItXHAiwi4QI69qIWHeO { 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:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIBJv8BD9tJlLuTsP0ETVXpayETDZAB2 { 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:15.1875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.1875rem;left:40.75rem;display:block; }
#ebq03ho99WHfZ9VCKg6m5yVgQJf6bwAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkl4XtlBLf9COS8BBo2AKNVqlrpJnIc1 { 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:20.125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.1875rem;left:18.125rem;display:block; }
#P243w5VTAQJEf5ZbKPTBqTdSuOmd8VTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb { position:relative;display:block; }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb { background-color: transparent; background-image: none; }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .row .container > .video-iframe-container { display: none; }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .row > .video-iframe-container { display: none; }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .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); }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb { border-width: 0; border-radius: 0; }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iLHBJarslNDhZtp4qV9drfv8AQOpJl1E { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.9375rem;left:0rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NshHDM1PTOvzclsieHififA3SIe5FbaT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G8iUT6xnhmgDgKBez5qcxge97k6beLme { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aH1wFP9ib9B3ZzhKgNaidrBHcVOJcx05 { position:absolute;display:block;z-index:15009;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:61.5rem;top:4.4375rem;left:6.78125rem;display:block; }
#KbDANPM87pX4FS5BVvFoxrCmCGBgg5dB { position:absolute;display:block;z-index:15010;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:61.5rem;top:7.4375rem;left:6.75rem;display:block; }
#yKVEiTZhW6BZ6BfrTIC0Ig5W5TeHvATw { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.8125rem;left:0rem;height:8.90625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZaPEpAvlcoHbOrLXiSI0W7Q7I8gUqd4r { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:38.3125rem;left:0rem;height:8.90625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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(11,11,11,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(11,11,11,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:65.9375rem;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; }
#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:6.25rem;left:35rem;height:16.0875rem;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:27.5625rem;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:6.625rem;left:39.375rem;height:3.8rem;display:block; }
#r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;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:11.25rem;left:39.375rem;height:23.8rem;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; }
#qQphf8PqFtEOzl506wIpczNI63HMdXBz { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:1.75rem;left:0rem;display:none; }
#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/01047f71-b5f0-44d4-a3f1-b91354fa8e40/2025rzsonicplatinum010static.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.625rem;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:21rem;top:6.375rem;left:39.375rem;display:block; }
#c3dJUkPrT281TVHdEFRnJCnPn7JMK3Xv { 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:21rem;top:10.5rem;left:39.375rem;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.3125rem;left:6.875rem;height:1.9rem;display:block; }
#JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;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.625rem;left:6.8125rem;height:11.9rem;text-align:justify;text-align-last:initial;display:block; }
#nxgblpnOma9TwIaLpHTh5BqqIS9ViOQg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:5.875rem;left:0rem;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/8fdbb7b5-4bb2-4054-869b-73c8965acf5f/2025rzsonicplatinum001static.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.875rem;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:10.3125rem;top:13.3125rem;left:6.875rem;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:2.9375rem;left:25.5625rem;height:16.0875rem;font-style:normal;display:block; }
#nAcEZBQIWKcftteMZaLPLbkT47M6cmTP { 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.3125rem;top:11rem;left:6.875rem;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:15010;line-height:1.6;letter-spacing:0;top:10.9375rem;left:39.75rem;height:1.9rem;display:block; }
#oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;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.125rem;left:39.75rem;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; }
#n0bFSqg4imbcOSWQUTlN6vggkTZ7O2Wb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:4.3125rem;left:0rem;display:none; }
#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/5bbda7b9-6f02-4fa5-a85a-03a0c0e2838c/2025_RZ_Sport_Grade_SBW_001.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.375rem;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.875rem;top:13.0625rem;left:39.75rem;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:2.0625rem;left:32.9375rem;height:16.0875rem;font-style:normal;display:block; }
#DkBDTBKpU7ipcyxEJJq8OguEUAq4F6vc { 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.875rem;top:10.375rem;left:39.75rem;display:block; }
#GvTx8w5kOQVTTWxJTG0DhBAAFsktv39N { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:38.625rem;left:0rem;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:37.6875rem;left:25.625rem;height:16.0875rem;font-style:normal;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:24rem;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:4.625rem;left:6.8125rem;height:1.9rem;display:block; }
#EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;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:8.4375rem;left:6.875rem;height:27.2rem;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/f4fad061-63b9-4ec6-881e-ca61520dad3b/0.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.5rem;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:14.3125rem;top:6.6875rem;left:6.8125rem;display:block; }
#mca9ryEOd6AdxZHFo4LA6nCraaHuyOkG { 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:14.3125rem;top:4.3125rem;left:6.8125rem;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:16.0625rem;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:6.5625rem;left:40.375rem;height:3.8rem;display:block; }
#xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;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:12.75rem;left:40.125rem;height:20.4rem;text-align:justify;text-align-last:initial;display:block; }
#E6Z9pHRyGx9C0Lv5dNsNfTwtk0wuh8Gb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:1.5625rem;left:0rem;display:none; }
#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/01047f71-b5f0-44d4-a3f1-b91354fa8e40/2025rzsonicplatinum010static.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.5rem;left:7.0625rem;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.0625rem;top:10.5rem;left:40.125rem;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:1.125rem;left:35.25rem;height:16.0875rem;font-style:normal;display:block; }
#dzduNu7wyxKeVZQf5JN9qgSLgbhrBwNT { 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.0625rem;top:6.0625rem;left:40.125rem;display:block; }
#RxOM48xKTDrD96knCkShswTziRUBwJLw { 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:31.3125rem;top:11.5rem;left:41.75rem;display:none; }
#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:23.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:10rem;left:6.875rem;height:1.9rem;display:block; }
#uXspxEAegv97hb3EItr9SN41F7og4dGT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;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.875rem;left:6.875rem;height:15.3rem;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; }
#RBLBnoBqpRV6hytoHTGbtTTQgh80e1Tp { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:6rem;left:0rem;display:block; }
#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/57207d8d-66af-4a12-9e78-7f2e5e67eb4d/2025rzsonicplatinum018dynamic.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.5rem;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:17rem;top:12.1875rem;left:6.875rem;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:2.75rem;left:25.625rem;height:16.0875rem;font-style:normal;display:block; }
#X2JyT4OufVIxBftOWg13fug6c59uNBXT { 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:17rem;top:9.5625rem;left:7rem;display:block; }
#NrGVtz3wgTkTUKCXdGNizwnApgShxzSu { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14rem;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:33.125rem;left:33.125rem;height:16.0875rem;font-style:normal;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:22.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:6.5625rem;left:39.875rem;height:1.9rem;display:block; }
#JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;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:10.625rem;left:39.875rem;height:22.1rem;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; }
#AvPnbULWyvk5GUFbtbzw8JlhkVr1CVRq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:4.1499938964844rem;left:0rem;display:none; }
#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/08f55f25-7482-44d6-8965-a936b344f469/RZP1601.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.4375rem;left:6.9375rem;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:7.875rem;top:8.5rem;left:39.875rem;display:block; }
#CEAixtbGOa4cPpCn8PEZON8L1TboFOHO { 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:7.8125rem;top:6.3125rem;left:39.875rem;display:block; }
#QJCC0TGJsneZKywmhHT1MOSJcdLMOPKi { 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:36.5rem;left:25.625rem;height:16.0875rem;font-style:normal;display:block; }
#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt { 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; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { background-color: transparent; background-image: none; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container > .video-iframe-container { display: none; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row > .video-iframe-container { display: none; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .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); }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { border-width: 0; border-radius: 0; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#teL0HT7W3Vci7VBBIlhw4Ke9sHwiPKzh { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;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:6.25rem;left:6.875rem;height:3.8rem;display:block; }
#GK4do9ADlU8JGWEMzOlp3HviGRglKG0c { 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:11.9375rem;left:6.875rem;height:22.1rem;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; }
#xTXTv8naXg5zrf13QJshthcIKovbnXPu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:2.1875rem;left:0rem;display:block; }
#zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9e38eec5-23b1-49e3-af37-f8f9a76dec58/2025rzsonicplatinum012static.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; }#zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.adaptive-delivery-prevent-bg, #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.lazyload, #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.lazyloading { background-image: none; }
#Fk57IE7wMd9duboIoEVki0cwOTaCqIuW { 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.875rem;top:6.0625rem;left:6.875rem;display:block; }
#TuTiXXQOm5pHb3KmacI17WFfF7iluyQJ { 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.875rem;top:10rem;left:6.875rem;display:block; }
#X72Tp9Rv9l0wkiK9NTXl1keSeJv7wnrs { 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.875rem;top:7.90625rem;left:6.875rem;display:none; }
#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb { 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; }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row .container { background-color: transparent; background-image: none; }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row .container > .video-iframe-container { display: none; }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row > .video-iframe-container { display: none; }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .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); }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row .container { border-width: 0; border-radius: 0; }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#IKZH3QTG7OEkCoT3J0w0d9IK3szSpAgd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.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:11rem;left:39.75rem;height:1.9rem;display:block; }
#sOz9XBHMIsXDATOiVLgZv6bMwx2ZbuH8 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;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.3125rem;left:39.75rem;height:10.2rem;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; }
#eVu37tkc8mE6T82C2ZsKiKA6lJVKtsfD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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:21.3125rem;width:75rem;top:4.1499938964844rem;left:0rem;display:none; }
#PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/64e8ac73-525e-4a10-a980-b41264327899/2025rzsonicplatinum072detail.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.5rem;left:7rem;display:block; }#PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM.adaptive-delivery-prevent-bg, #PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM.lazyload, #PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM.lazyloading { background-image: none; }
#cWH3H2gQoH2fmhD9ObP72nOZCcVd7QQp { 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.8125rem;top:12.9375rem;left:39.75rem;display:block; }
#MrkubpunVuEEqoJ7hCpFE6Dl9KXLZEqB { 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.25rem;left:33rem;height:16.0875rem;font-style:normal;display:block; }
#X4EiH4mCLo3bxeCuhIo9GbWLvRonZcwd { 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.8125rem;top:10.5625rem;left:39.75rem;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.5rem;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.4375rem;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.375rem;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:37.1875rem;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:36.25rem;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:2rem;left:39rem;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:38.0625rem;display:block; }
#qsSA3LsIaHDS05OK7Tlg0HF5iDzOKZli { 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:40.9375rem;display:block; }
#t6qN3hNmgdElIOqazZIBDVa4LaOLcvAp { 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:2rem;left:40rem;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:85.875rem;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:25.625rem;top:3.8125rem;left:24.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:25.5625rem;top:6.28125rem;left:24.6875rem;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:4.125rem;left:12.84375rem;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:41.75rem;left:2.0625rem;display:block; }
#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:13.625rem;top:8.9375rem;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:9rem;width:12.0625rem;top:8.9375rem;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:9rem;width:12.0625rem;top:8.9375rem;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:9rem;width:12.0625rem;top:8.9375rem;left:56.875rem;overflow:hidden;display:block; }
#KguxUoElEkaqQ8TLJ09a03aQHILnVNqC { 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:9rem;width:12.0625rem;top:19.9375rem;left:2rem;overflow:hidden;display:block; }
#wqwtnCVprXrZpTpChK9SA06b0zJ8NSFE { 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:9rem;width:13.5625rem;top:19.9375rem;left:20.25rem;overflow:hidden;display:block; }
#dQvsbLCFcg4TPpHsn4JnN7qSamqqmOFq { 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:13.625rem;top:19.9375rem;left:38.6875rem;overflow:hidden;display:block; }
#LrbiQgzyNLHQ8iKh3pagTCDwb4P11e4D { 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:13.625rem;top:19.9375rem;left:56.875rem;overflow:hidden;display:block; }
#b1ZJie9IQ15TMxQpb6kB8zi1JUGr3B89 { 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:13.625rem;top:30.875rem;left:2rem;overflow:hidden;display:block; }
#ZTQThyzpP6DzQnmG1XS2WL0HbAGfT9i7 { 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:13.625rem;top:30.875rem;left:20.25rem;overflow:hidden;display:block; }
#uM5UgrE055zHt4ACDt2FIfMZwNo18TrU { 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:9rem;width:12.0625rem;top:30.875rem;left:38.6875rem;overflow:hidden;display:block; }
#Dp0IGTzmfx3awbG1B9o941vKwPF9gxN4 { 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:6.375rem;width:13.625rem;top:30.875rem;left:56.875rem;overflow:hidden;display:block; }
#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX { 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; }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row .container { background-color: transparent; background-image: none; }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row .container > .video-iframe-container { display: none; }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row > .video-iframe-container { display: none; }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .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); }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row .container { border-width: 0; border-radius: 0; }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#y4lJvCyIFcdbB8dH202zx6FTaSc6eJtU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;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:3.625rem;left:23.8125rem;height:1.70625rem;display:block; }
#SxbGVCDcam4tv72PSyEtnLCl5B6dKJqM { 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.625rem;left:39.75rem;height:1.70625rem;display:block; }
#TRW5tn3FCeDG17EE2dbWMAb8lcOZFnT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;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.625rem;left:15.125rem;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/d259e055-96a7-48cf-a47e-eb3131e4f7a1/2019lexusrxgallery011920x10801_tcm31701710663.jpg");background-position:bottom 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.08); }#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.08); }#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:48.75rem;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:48.6875rem;width:39.9375rem;top:-0.0625rem;left:17.5625rem;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:3.4445190429688rem;left:20.062499046326rem; }
#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:3.4445190429688rem;left:20.062499046326rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #PXvncFBiTufTDOhQRrFTd976teEl78pe { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Mo4sLbT01Boc0NLGCMsxuSQWt1BLwWCd { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #xWMwChnv9cWxAgxq6UC88601GWno4X4L { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #hwbx6cNhtEyKiaPSirpJ2z7hhJSU5n78 { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #qVEDfiEb0Z4mzwLobhT0gsm8iaLdaSxT { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uTCxZdZGOikCvE70zBfy944d0zARCP2Q { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Kf5lqgLZ3ifTWX5WGSFDX0t78n81mp3W { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #RWI09XFZkbrvW4tSDHGC2Z7DLznTMG7U { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #H3wEv2JLv881bAyvLX0FSP4CLIDZdBfV { 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; }
#NLpGV4V1PmTah6s1y0DZzSzyLxAeJ1Ub { position:relative;display:block;z-index:100000;display:block; }
#eu4nzQAQCwxCL7771CS2H50wMLgUsulc { position:relative;display:block;z-index:100000;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #GGLmKMKW8NReGwZlKIAxo3QAXMJtiCNp { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Phah5hdzTiGIrGrEbzzAaWxs8OnpXruV { position:relative; }
#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:1.4375rem;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; }
#gbu2aXV4frNwmMhuIODDOIXDEGq3GC0K { 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;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.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.6875rem;left:34.3125rem;display:block; }
#tZ8T6rEsRSNtKwpEu0lG7Hm8FBfZQyyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 { 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; }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row .container { background-color: transparent; background-image: none; }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row .container > .video-iframe-container { display: none; }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row > .video-iframe-container { display: none; }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .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); }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row .container { border-width: 0; border-radius: 0; }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#G72bDSHTyNpNuJ9bbSzNL8L3CUGcRU4Z { 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; }
#M2lH1iTOZnKsKPvTPA39TGqRy2xDcIfr { 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; }
#Ja2c7J98VTvAosIuRiFsEwloFsyeIipW { 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; }
#EdZOZIzo8L55T9rtxGWVpBJe29EaHJKM { 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; }
#kZOFKdA4w5LqrPxzLva4CiUzuL4CcmCv { 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; }
#lLBwv6hcEw3H6oFEzr4y6VZD5bdNuTmQ { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:3.53125rem;left:33.1875rem;display:block; }
#nTEvqIqJxJymp3A6hHXIqkuVPRmRm45s { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:3.53125rem;left:36.9375rem;display:none; }
#Uq01hP63B5TzIGNKxoWaEODsmST2E8GQ { 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; }
#aCatkhlz9RW9xOT68Nw1ym0fgblEpMuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ln6A9yxVfT1ro5lq6ntXAXtvTbIQTQPS { 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; }
#L86KgsgqnQFuT20BOknMDTTAA4gsPaP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TElvQAMu3Rp5PdBDkOm0pZlt0grlGbWR { 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; }
#RsrCstmeNTV8oZRkKxuR2Ku29lpwD8IC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AinTanerRDwatS0nh2AuUmvu0rSQQGWw { 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; }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row .container { background-color: transparent; background-image: none; }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row .container > .video-iframe-container { display: none; }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row > .video-iframe-container { display: none; }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .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); }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row .container { border-width: 0; border-radius: 0; }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#PBxEOEM9Q1uZIUdFyXqUf3qI57MSoxqv { color:rgba(var(--color-tertiary-4),1);display:block;width:74.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5249996185302rem;left:0rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL { 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; }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row .container { background-color: transparent; background-image: none; }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row .container > .video-iframe-container { display: none; }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row > .video-iframe-container { display: none; }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .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); }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row .container { border-width: 0; border-radius: 0; }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#hDu1wI7COtLBeNBcS4I2nkPAp2ESucMF { 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; }
#Ss8e4yCD6Zh2aPMnGgKx7pwm7eAeXX3i { 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; }
#rL8Oe3quJPyDuBDM0SQe1RpIFzbkPkQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tEy57HT5cClGzvTbVUy1O2zAlspn8aTK { display:block; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMwi4snvdBhEJrtbBRiOuu6VhqiuMHdI { width:12.875rem;height:3.4375rem;top:0.75rem;left:16.4375rem;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:30.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:35.96875rem;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:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block; }
 }@media only screen and (max-width: 763px) { #isl5sU2r4eRyp7DPKh3CVRoBxVlf9hWP { width:15.25rem;height:3.4375rem;top:0.75rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV2y67zF3hToxCosEEytRGsRFb3xUk9C { 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:6.3125rem;left:0rem;width:22.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { top:8.8125rem;left:0rem;width:12.0625rem;height:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRrpt0Pt1wH4tfnPdhqQXq9tRGtDh9X0 { top:8.6875rem;left:0rem;width:12.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg { top:0.625rem;left:0rem;width:47.75rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaIEkNRkT93D2MeVdFlCK7stcssuS1C { top:12.6875rem;left:0rem;width:12.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH66mv9Gt61nX4OGIdrHhkgb9mTLmxfD { width:14.1875rem;height:3.125rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6srFPGnwck2JZ5019dDWLW2xWdahUaA { display:block; }
 }@media only screen and (max-width: 763px) { #izlhcZTx8o8gHaA7h4sm0HyNKgPSLo8n { top:0rem;left:8rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa { top:0rem;left:10.375rem;width:37.375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBBvBf3NxvnLXTeUbe7lSv8brrpD49um { top:13.6875rem;left:0rem;width:36.8125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR6C9HXDy0ZM16PO0chWGDm1BPa0KRH5 { top:16.3125rem;left:0rem;width:24.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdbxHRMc42hLJtoyWs4Itw51v3bXcKz { display:block; }#TxdbxHRMc42hLJtoyWs4Itw51v3bXcKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZvV2WdnZoakNtQvawppqVKnAuoG2s2l { 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) { #u2v2WAOlh3ITIPMUeiTUulrPcoVqwssK { top:15.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZglK8AqzasTLh1XzRMpLdmOJihGBx7u { top:27.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZnT8m4FB1bzxqolV1Ho4S7mA5bQw6Va { top:32.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIBJUIbKBvLQnRQgn77w9TM4ggP8uanh { top:27.0625rem;left:19.9375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4zvgxbXdUPoB4ArSu45ysMM0TyL532h { 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) { #DMiraHsgrsZHNhrO1Mi9xTFsDMsUHJ2Q { top:32.1875rem;left:27rem;width:20.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTImK5xmeFxGngt6y7gf0RZdZv624MAE { 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) { #pTsXlRFZcOTtoFA06ZaCaiFyN8ghfR5T { top:41.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCAx35gSRDtSG1qT3dwHiNr1HdZyQO0e { 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) { #PgVrZ6pDTyhiHI6RzVvFXsOLTZMR23C7 { top:27.6875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5SwdTb2VEEJaJ9Ztmy4GQ6TD3qVZrSp { top:1.5625rem;left:0rem;width:30.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlq45ksIE1HOH3kOTteDHl6GDrV1UbGA { 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) { #wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { top:7.25rem;left:0rem;width:34rem;height:11.3125rem;font-size:1rem;display:block; }#wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq li:before{  }
 }@media only screen and (max-width: 763px) { #dBkArnNWPf6A53UzrUfoVdnTHLiuhhdy { top:7.25rem;left:13.75rem;width:34rem;height:15.1875rem;font-size:1rem;display:block; }#dBkArnNWPf6A53UzrUfoVdnTHLiuhhdy li:before{  }
 }@media only screen and (max-width: 763px) { #f3GVi6kInedVMxd02ITwXH6w0ZpmSehx { top:0.5625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs2T3H28cMtEBItXHAiwi4QI69qIWHeO { top:1.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIBJv8BD9tJlLuTsP0ETVXpayETDZAB2 { width:15.1875rem;height:3.4375rem;top:28.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebq03ho99WHfZ9VCKg6m5yVgQJf6bwAx { display:block; }
 }@media only screen and (max-width: 763px) { #bkl4XtlBLf9COS8BBo2AKNVqlrpJnIc1 { width:20.125rem;height:3.4375rem;top:28.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P243w5VTAQJEf5ZbKPTBqTdSuOmd8VTA { display:block; }
 }@media only screen and (max-width: 763px) { #s4FzTPcD21LuwhrWr7id5DOneSp9xBtb { display:block; }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLHBJarslNDhZtp4qV9drfv8AQOpJl1E { top:9.9375rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NshHDM1PTOvzclsieHififA3SIe5FbaT { top:18.6875rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8iUT6xnhmgDgKBez5qcxge97k6beLme { top:5.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH1wFP9ib9B3ZzhKgNaidrBHcVOJcx05 { top:4.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbDANPM87pX4FS5BVvFoxrCmCGBgg5dB { top:7.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKVEiTZhW6BZ6BfrTIC0Ig5W5TeHvATw { top:27.8125rem;left:0rem;width:47.75rem;height:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaPEpAvlcoHbOrLXiSI0W7Q7I8gUqd4r { top:38.3125rem;left:0rem;width:47.75rem;height:19.625rem;font-size:1rem;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) { #afTTcuVaDIF7GECXm46EU8hIQvDqttrk { top:6.25rem;left:21.375rem;width:12.5rem;height:16.0625rem;font-size:6rem;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:6.625rem;left:20.1875rem;width:27.5625rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { top:11.25rem;left:16.9375rem;width:28.75rem;height:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQphf8PqFtEOzl506wIpczNI63HMdXBz { top:1.75rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { top:5.625rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf7Q9axAtoFgCJWyH68TGhNT4pzAwCFv { top:6.375rem;left:25.75rem;width:21rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3dJUkPrT281TVHdEFRnJCnPn7JMK3Xv { top:10.5rem;left:25.75rem;width:21rem;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.3125rem;left:0rem;width:26.375rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { top:16.625rem;left:0rem;width:27.8125rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgblpnOma9TwIaLpHTh5BqqIS9ViOQg { top:5.875rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { top:5.875rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { top:13.3125rem;left:0rem;width:10.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { top:2.9375rem;left:11.9375rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcEZBQIWKcftteMZaLPLbkT47M6cmTP { top:11rem;left:0rem;width:10.3125rem;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:10.9375rem;left:22rem;width:25.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { top:16.125rem;left:19.3125rem;width:28.4375rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0bFSqg4imbcOSWQUTlN6vggkTZ7O2Wb { top:4.3125rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfB3Lw6kTCmU9sSW0NkNqTSa0dkwz3nT { top:5.375rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Xy2gx31iz2uwU4GFrcdGuprzlyCJuX { top:13.0625rem;left:26.125rem;width:17.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl74Ud2QNFuxzccSTFI4UsXFaEwlTgq3 { top:2.0625rem;left:19.3125rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkBDTBKpU7ipcyxEJJq8OguEUAq4F6vc { top:10.375rem;left:26.125rem;width:17.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTx8w5kOQVTTWxJTG0DhBAAFsktv39N { top:38.625rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVZvcrWr6EbeyVWEu6Daa79u44LChWg0 { top:37.6875rem;left:12rem;width:14.3125rem;height:16.0625rem;font-size:6rem;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:4.625rem;left:0rem;width:24rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { top:8.4375rem;left:0rem;width:28.9375rem;height:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { top:5.5rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du7u0kHOT3f4oPUORbyVE04BsI6432Rh { top:6.6875rem;left:0rem;width:14.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mca9ryEOd6AdxZHFo4LA6nCraaHuyOkG { top:4.3125rem;left:0rem;width:14.3125rem;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:6.5625rem;left:26.75rem;width:16.0625rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { top:12.75rem;left:19.9375rem;width:27.8125rem;height:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Z9pHRyGx9C0Lv5dNsNfTwtk0wuh8Gb { top:1.5625rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { top:5.5rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8VxPadDA9hGTIDo4WutEF34SNILQvmF { top:10.5rem;left:26.5rem;width:16.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { top:1.125rem;left:21.625rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzduNu7wyxKeVZQf5JN9qgSLgbhrBwNT { top:6.0625rem;left:26.5rem;width:16.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOM48xKTDrD96knCkShswTziRUBwJLw { top:11.5rem;left:16.4375rem;width:31.3125rem;height:0.125rem;display:none; }
 }@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:10rem;left:0rem;width:23.25rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXspxEAegv97hb3EItr9SN41F7og4dGT { top:14.875rem;left:0rem;width:27.75rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBLBnoBqpRV6hytoHTGbtTTQgh80e1Tp { top:6rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn { top:5.5rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfcfg0xWWdJMrtIsl0qy4FOyqrAqMFl { top:12.1875rem;left:0rem;width:17rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJG6dw15NqWRJW6d6pyiXGrGHcvpZ3t { top:2.75rem;left:12rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2JyT4OufVIxBftOWg13fug6c59uNBXT { top:9.5625rem;left:0rem;width:17rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGVtz3wgTkTUKCXdGNizwnApgShxzSu { top:33.125rem;left:19.5rem;width:14rem;height:16.0625rem;font-size:6rem;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:6.5625rem;left:25.5rem;width:22.25rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH { top:10.625rem;left:19.5rem;width:28.25rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvPnbULWyvk5GUFbtbzw8JlhkVr1CVRq { top:4.125rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs { top:5.4375rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdPXLrmIWRqvSnvXLuAFyt26bQi3bAx { top:8.5rem;left:26.25rem;width:7.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEAixtbGOa4cPpCn8PEZON8L1TboFOHO { top:6.3125rem;left:26.25rem;width:7.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJCC0TGJsneZKywmhHT1MOSJcdLMOPKi { top:36.5rem;left:12rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt { display:block; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teL0HT7W3Vci7VBBIlhw4Ke9sHwiPKzh { top:6.25rem;left:0rem;width:27.8125rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK4do9ADlU8JGWEMzOlp3HviGRglKG0c { top:11.9375rem;left:0rem;width:28.1875rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXTv8naXg5zrf13QJshthcIKovbnXPu { top:2.1875rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk57IE7wMd9duboIoEVki0cwOTaCqIuW { top:6.0625rem;left:0rem;width:22.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTiXXQOm5pHb3KmacI17WFfF7iluyQJ { top:10rem;left:0rem;width:22.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72Tp9Rv9l0wkiK9NTXl1keSeJv7wnrs { top:7.875rem;left:0rem;width:22.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb { display:block; }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKZH3QTG7OEkCoT3J0w0d9IK3szSpAgd { top:11rem;left:25.5rem;width:22.25rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOz9XBHMIsXDATOiVLgZv6bMwx2ZbuH8 { top:16.3125rem;left:19.5rem;width:28.25rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVu37tkc8mE6T82C2ZsKiKA6lJVKtsfD { top:4.125rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM { top:5.5rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWH3H2gQoH2fmhD9ObP72nOZCcVd7QQp { top:12.9375rem;left:26.125rem;width:17.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrkubpunVuEEqoJ7hCpFE6Dl9KXLZEqB { top:2.25rem;left:19.375rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4EiH4mCLo3bxeCuhIo9GbWLvRonZcwd { top:10.5625rem;left:26.125rem;width:17.8125rem;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.875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { top:2rem;left:20.8125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { top:2rem;left:21.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { top:2rem;left:23.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { top:2rem;left:22.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { top:2rem;left:25.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #effnQ39RfGcCTUFCZdb8KTQL3AFaSAIG { top:2rem;left:24.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsSA3LsIaHDS05OK7Tlg0HF5iDzOKZli { top:2rem;left:27.3125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6qN3hNmgdElIOqazZIBDVa4LaOLcvAp { top:2rem;left:26.375rem;width:0.625rem;height:0.625rem;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:3.8125rem;left:11.0625rem;width:25.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { top:6.25rem;left:11.0625rem;width:25.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2raysJCmqJckGiHktunVNTA3WddqBn { top:4.125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTPLGqWvDNx5x6mPCw3vPnpXVX0T0ba { top:41.75rem;left:0rem;width:47.75rem;height:26.756828193833rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { top:8.9375rem;left:0rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { top:8.9375rem;left:6.625rem;width:12.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { top:8.9375rem;left:25.0625rem;width:12.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { top:8.9375rem;left:31.625rem;width:12.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguxUoElEkaqQ8TLJ09a03aQHILnVNqC { top:19.9375rem;left:0rem;width:12.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqwtnCVprXrZpTpChK9SA06b0zJ8NSFE { top:19.9375rem;left:6.625rem;width:13.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQvsbLCFcg4TPpHsn4JnN7qSamqqmOFq { top:19.9375rem;left:25.0625rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrbiQgzyNLHQ8iKh3pagTCDwb4P11e4D { top:19.9375rem;left:31.625rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZJie9IQ15TMxQpb6kB8zi1JUGr3B89 { top:30.875rem;left:0rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQThyzpP6DzQnmG1XS2WL0HbAGfT9i7 { top:30.875rem;left:6.625rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM5UgrE055zHt4ACDt2FIfMZwNo18TrU { top:30.875rem;left:25.0625rem;width:12.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp0IGTzmfx3awbG1B9o941vKwPF9gxN4 { top:30.875rem;left:31.625rem;width:13.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX { display:block; }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4lJvCyIFcdbB8dH202zx6FTaSc6eJtU { top:3.625rem;left:10.1875rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxbGVCDcam4tv72PSyEtnLCl5B6dKJqM { top:3.625rem;left:26.125rem;width:15.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRW5tn3FCeDG17EE2dbWMAb8lcOZFnT2 { top:1.625rem;left:1.5rem;width:46.0625rem;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:48.6875rem;top:-0.0625rem;left:3.9375rem;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:3.4375rem;left:6.4374990463256rem; }
#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:3.4375rem;left:6.4374990463256rem; }
 }@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 #hwbx6cNhtEyKiaPSirpJ2z7hhJSU5n78 {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #qVEDfiEb0Z4mzwLobhT0gsm8iaLdaSxT { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uTCxZdZGOikCvE70zBfy944d0zARCP2Q {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Kf5lqgLZ3ifTWX5WGSFDX0t78n81mp3W {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #RWI09XFZkbrvW4tSDHGC2Z7DLznTMG7U { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #H3wEv2JLv881bAyvLX0FSP4CLIDZdBfV {  }
 }@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) { #NLpGV4V1PmTah6s1y0DZzSzyLxAeJ1Ub { display:block; }
 }@media only screen and (max-width: 763px) { #eu4nzQAQCwxCL7771CS2H50wMLgUsulc { 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) { #Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { width:31.75rem;height:3.875rem;top:1.4375rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbu2aXV4frNwmMhuIODDOIXDEGq3GC0K { width:8.1875rem;height:1.0625rem;top:45.6875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8T6rEsRSNtKwpEu0lG7Hm8FBfZQyyE { display:block; }
 }@media only screen and (max-width: 763px) { #FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 { display:block; }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G72bDSHTyNpNuJ9bbSzNL8L3CUGcRU4Z { top:4.375rem;left:0rem;width:14.8125rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2lH1iTOZnKsKPvTPA39TGqRy2xDcIfr { top:17.75rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja2c7J98VTvAosIuRiFsEwloFsyeIipW { top:17.875rem;left:0rem;width:14.8125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdZOZIzo8L55T9rtxGWVpBJe29EaHJKM { top:15.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZOFKdA4w5LqrPxzLva4CiUzuL4CcmCv { top:13.8125rem;left:0rem;width:1.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBwv6hcEw3H6oFEzr4y6VZD5bdNuTmQ { top:3.5rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTEvqIqJxJymp3A6hHXIqkuVPRmRm45s { top:3.5rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uq01hP63B5TzIGNKxoWaEODsmST2E8GQ { width:14.125rem;height:2.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCatkhlz9RW9xOT68Nw1ym0fgblEpMuL { display:block; }
 }@media only screen and (max-width: 763px) { #ln6A9yxVfT1ro5lq6ntXAXtvTbIQTQPS { width:5.3125rem;height:1.625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86KgsgqnQFuT20BOknMDTTAA4gsPaP1 { display:block; }
 }@media only screen and (max-width: 763px) { #TElvQAMu3Rp5PdBDkOm0pZlt0grlGbWR { width:12.5rem;height:2.5rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrCstmeNTV8oZRkKxuR2Ku29lpwD8IC { display:block; }
 }@media only screen and (max-width: 763px) { #AinTanerRDwatS0nh2AuUmvu0rSQQGWw { display:block; }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBxEOEM9Q1uZIUdFyXqUf3qI57MSoxqv { top:1.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcqPzE52si7hSJLL7lJh0InyaF6IwUTL { display:block; }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDu1wI7COtLBeNBcS4I2nkPAp2ESucMF { top:0.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8e4yCD6Zh2aPMnGgKx7pwm7eAeXX3i { width:9rem;height:2.5rem;top:0rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL8Oe3quJPyDuBDM0SQe1RpIFzbkPkQH { 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:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMwi4snvdBhEJrtbBRiOuu6VhqiuMHdI { width:13.3125rem;height:2.1875rem;top:6.0625rem;left:3.375rem;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.8125rem;top:8.5625rem;left:4.4375rem;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:34.5625rem;left:4.6875rem;display:none; }
 }@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:6.6875rem;height:2.875rem;top:0.6875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNnnkG0ye8P4cmP3GV8Lm9cNzC89FED { width:9rem;height:1.875rem;top:10.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block; }
 }@media only screen and (max-width: 763px) { #isl5sU2r4eRyp7DPKh3CVRoBxVlf9hWP { width:15.25rem;height:2.125rem;top:12.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV2y67zF3hToxCosEEytRGsRFb3xUk9C { display:block; }
 }@media only screen and (max-width: 763px) { #c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { display:block; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { width:20rem;height:42.4875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { width:7.625rem;height:2.275rem;top:3.125rem;left:6.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRrpt0Pt1wH4tfnPdhqQXq9tRGtDh9X0 { width:7.625rem;height:0.125rem;top:3.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx87IdtePfUrPX9cI9EVB152yQxfX8lg { width:20rem;height:20rem;top:16.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11303e19-6776-42af-8620-5bf2a89de18a/ES23.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) { #nQaIEkNRkT93D2MeVdFlCK7stcssuS1C { width:7.625rem;height:0.125rem;top:5.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH66mv9Gt61nX4OGIdrHhkgb9mTLmxfD { width:13.9375rem;height:3.0625rem;top:35.625rem;left:3.0312500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6srFPGnwck2JZ5019dDWLW2xWdahUaA { display:block; }
 }@media only screen and (max-width: 763px) { #izlhcZTx8o8gHaA7h4sm0HyNKgPSLo8n { width:3.75rem;height:3.75rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa { width:20rem;height:21.0625rem;top:8.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2b9f530-d3a5-47e0-aefc-ccf0a28399b0/2025_Lexus_RZ_F_Sport_Grade_SBW_001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa.adaptive-delivery-prevent-bg, #JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa.lazyload, #JV8bLJfyTSnEPnTdHXuHUFPhL7Ly3KUa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OBBvBf3NxvnLXTeUbe7lSv8brrpD49um { width:20rem;height:2.6rem;top:31.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dR6C9HXDy0ZM16PO0chWGDm1BPa0KRH5 { width:20rem;height:0;top:39.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxdbxHRMc42hLJtoyWs4Itw51v3bXcKz { display:none; }#TxdbxHRMc42hLJtoyWs4Itw51v3bXcKz > .row .container { width:20rem;height:59.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JZvV2WdnZoakNtQvawppqVKnAuoG2s2l { width:20rem;height:5.11875rem;top:8.5166664123538rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2v2WAOlh3ITIPMUeiTUulrPcoVqwssK { 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) { #HZglK8AqzasTLh1XzRMpLdmOJihGBx7u { width:4.1875rem;height:4.1875rem;top:31.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZnT8m4FB1bzxqolV1Ho4S7mA5bQw6Va { 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) { #EIBJUIbKBvLQnRQgn77w9TM4ggP8uanh { width:4.1875rem;height:4.1875rem;top:38.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4zvgxbXdUPoB4ArSu45ysMM0TyL532h { 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) { #DMiraHsgrsZHNhrO1Mi9xTFsDMsUHJ2Q { width:20rem;height:3.25rem;top:52.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTImK5xmeFxGngt6y7gf0RZdZv624MAE { width:0.9375rem;height:1.1375rem;top:54rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTsXlRFZcOTtoFA06ZaCaiFyN8ghfR5T { width:20rem;height:1.625rem;top:57.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCAx35gSRDtSG1qT3dwHiNr1HdZyQO0e { 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) { #PgVrZ6pDTyhiHI6RzVvFXsOLTZMR23C7 { display:flex;width:3.625rem;height:3.625rem;top:49.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #z5SwdTb2VEEJaJ9Ztmy4GQ6TD3qVZrSp { width:20rem;height:7.9253112033195rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlq45ksIE1HOH3kOTteDHl6GDrV1UbGA { 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:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { width:19.6875rem;height:14.125rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }#wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq li:before{  }
 }@media only screen and (max-width: 763px) { #dBkArnNWPf6A53UzrUfoVdnTHLiuhhdy { width:19.6875rem;height:18.9375rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }#dBkArnNWPf6A53UzrUfoVdnTHLiuhhdy li:before{  }
 }@media only screen and (max-width: 763px) { #f3GVi6kInedVMxd02ITwXH6w0ZpmSehx { width:20rem;height:2.1125rem;top:41.5625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qs2T3H28cMtEBItXHAiwi4QI69qIWHeO { width:20rem;height:2.1125rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIBJv8BD9tJlLuTsP0ETVXpayETDZAB2 { width:15.1875rem;height:3.4375rem;top:45.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebq03ho99WHfZ9VCKg6m5yVgQJf6bwAx { display:block; }
 }@media only screen and (max-width: 763px) { #bkl4XtlBLf9COS8BBo2AKNVqlrpJnIc1 { width:19rem;height:3.4375rem;top:40.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P243w5VTAQJEf5ZbKPTBqTdSuOmd8VTA { display:block; }
 }@media only screen and (max-width: 763px) { #s4FzTPcD21LuwhrWr7id5DOneSp9xBtb { display:block; }#s4FzTPcD21LuwhrWr7id5DOneSp9xBtb > .row .container { width:20rem;height:102.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLHBJarslNDhZtp4qV9drfv8AQOpJl1E { width:20rem;height:19.5rem;top:11.75rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NshHDM1PTOvzclsieHififA3SIe5FbaT { width:20rem;height:19.5rem;top:33.125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #G8iUT6xnhmgDgKBez5qcxge97k6beLme { width:20rem;height:6.5rem;top:3.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aH1wFP9ib9B3ZzhKgNaidrBHcVOJcx05 { width:20rem;height:0.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbDANPM87pX4FS5BVvFoxrCmCGBgg5dB { width:20rem;height:0.125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKVEiTZhW6BZ6BfrTIC0Ig5W5TeHvATw { width:20rem;height:22.5rem;top:55.125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZaPEpAvlcoHbOrLXiSI0W7Q7I8gUqd4r { width:20rem;height:22.5rem;top:79.8125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq { display:block; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n { display:block; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { width:20rem;height:7.75rem;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) { #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) { #BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw { display:block; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgcdZAu6z2lfNhON2aSMArMHClplck4s { width:17.5rem;height:4.9875rem;top:2.8125rem;left:1.25rem;font-size:1.1875rem;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { width:17.3125rem;height:28.6rem;top:9.89999961853rem;left:1.34375rem;font-size:1rem;line-height:1.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qQphf8PqFtEOzl506wIpczNI63HMdXBz { width:20rem;height:33.6875rem;top:1.375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { width:20rem;height:20rem;top:39.5rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rf7Q9axAtoFgCJWyH68TGhNT4pzAwCFv { width:15.375rem;height:0.125rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3dJUkPrT281TVHdEFRnJCnPn7JMK3Xv { width:15.375rem;height:0.125rem;top:7.9874992370606rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV { display:block; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxn5sTrVx6Zvxx6wGh2lQumbrXthNOUc { width:17.5rem;height:1.9rem;top:4.2750015258789rem;left:1.25rem;font-size:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { width:17.0625rem;height:15.4rem;top:8.4124984741213rem;left:1.25rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nxgblpnOma9TwIaLpHTh5BqqIS9ViOQg { width:20rem;height:26.25rem;top:2.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { width:20rem;height:20rem;top:25.25rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { width:10.3125rem;height:0.125rem;top:6.2999992370606rem;left:1.25rem;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) { #nAcEZBQIWKcftteMZaLPLbkT47M6cmTP { width:10.3125rem;height:0.125rem;top:3.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3kwiNAtKKltyavQPppzb0euIIMQIpdJ { display:block; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W45HPeK9CuSvdTZsH6zTyq7DKuyS3Z9T { width:14.25rem;height:3.325rem;top:3.4250001907349rem;left:1.3125rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { width:17.0625rem;height:13rem;top:7.9375rem;left:1.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n0bFSqg4imbcOSWQUTlN6vggkTZ7O2Wb { width:20rem;height:30.4375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfB3Lw6kTCmU9sSW0NkNqTSa0dkwz3nT { width:20rem;height:20rem;top:22.3125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #d0Xy2gx31iz2uwU4GFrcdGuprzlyCJuX { width:11.625rem;height:0.125rem;top:6.6875rem;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) { #DkBDTBKpU7ipcyxEJJq8OguEUAq4F6vc { width:11.625rem;height:0.125rem;top:3.1749992370606rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTx8w5kOQVTTWxJTG0DhBAAFsktv39N { width:20rem;height:40.75rem;top:1.875rem;left:0rem;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) { #MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m { display:block; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTKN9vJiKdTceh5zvDTTsKq2xthGqQ1B { width:15.6875rem;height:1.9rem;top:3.125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { width:18.0625rem;height:33.6rem;top:6.4874992370606rem;left:1.21875rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { width:20rem;height:20rem;top:41.512500762939rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/08f55f25-7482-44d6-8965-a936b344f469/RZP1601.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:14.375rem;height:0.125rem;top:5.3624877929688rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mca9ryEOd6AdxZHFo4LA6nCraaHuyOkG { width:14.3125rem;height:0.125rem;top:2.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA { display:block; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3K1VNfnhSUQ4qfa3Mgnfgx8qTTrHz8T { 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) { #xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { width:17.5625rem;height:23.8rem;top:8.08749961853rem;left:1.21875rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #E6Z9pHRyGx9C0Lv5dNsNfTwtk0wuh8Gb { width:20rem;height:21.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { width:20rem;height:20rem;top:33.9375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b8VxPadDA9hGTIDo4WutEF34SNILQvmF { width:15.875rem;height:0.125rem;top:3.0625rem;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) { #dzduNu7wyxKeVZQf5JN9qgSLgbhrBwNT { width:20rem;height:0.125rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxOM48xKTDrD96knCkShswTziRUBwJLw { width:15.875rem;height:0.125rem;top:6.8624992370606rem;left:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #khyaBP3U2DwQa9qrwq8Oh6S333PiJldg { display:block; }#khyaBP3U2DwQa9qrwq8Oh6S333PiJldg > .row .container { width:20rem;height:46.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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uXspxEAegv97hb3EItr9SN41F7og4dGT { width:18.0625rem;height:18.2rem;top:6.5rem;left:1.21875rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RBLBnoBqpRV6hytoHTGbtTTQgh80e1Tp { width:20rem;height:37rem;top:1.375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pqwa3rUuDsNo2ZwvPaGSbZz8p4nvqGAn { width:20rem;height:20rem;top:26.4375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a372741f-4a5e-4908-8945-e1f09fc42e1d/2025rzsonicplatinum006static.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:17.0625rem;height:0.125rem;top:5.1499996185303rem;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) { #X2JyT4OufVIxBftOWg13fug6c59uNBXT { width:17rem;height:0.125rem;top:3.0625rem;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) { #nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG { display:block; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { width:20rem;height:65.75rem;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:37.4rem;top:6.5249938964844rem;left:1.0625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AvPnbULWyvk5GUFbtbzw8JlhkVr1CVRq { width:20rem;height:37.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs { width:20rem;height:20rem;top:45.737499237061rem;left:0rem;box-shadow: none;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e298b00c-bc61-488a-9e4f-6d26a74fb60b/2025rzsonicplatinum059detail.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:7.8125rem;height:0.125rem;top:5.2749938964844rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEAixtbGOa4cPpCn8PEZON8L1TboFOHO { width:7.8125rem;height:0.125rem;top:2.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJCC0TGJsneZKywmhHT1MOSJcdLMOPKi { 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) { #PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt { display:block; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teL0HT7W3Vci7VBBIlhw4Ke9sHwiPKzh { width:15.25rem;height:5.7rem;top:3.3125rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK4do9ADlU8JGWEMzOlp3HviGRglKG0c { width:18.0625rem;height:26.6rem;top:10.924999237061rem;left:0.96875rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xTXTv8naXg5zrf13QJshthcIKovbnXPu { width:20rem;height:37rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt { width:20rem;height:20rem;top:38.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57207d8d-66af-4a12-9e78-7f2e5e67eb4d/2025rzsonicplatinum018dynamic.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.adaptive-delivery-prevent-bg, #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.lazyload, #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Fk57IE7wMd9duboIoEVki0cwOTaCqIuW { width:15.0625rem;height:0.125rem;top:9.1749877929688rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTiXXQOm5pHb3KmacI17WFfF7iluyQJ { width:20rem;height:0.125rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X72Tp9Rv9l0wkiK9NTXl1keSeJv7wnrs { width:15.0625rem;height:0.125rem;top:3.0625rem;left:1.03125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb { display:block; }#pUst80xIcAZTNTcfdE3J9mpvx4CcSXxb > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKZH3QTG7OEkCoT3J0w0d9IK3szSpAgd { width:17.5rem;height:3.325rem;top:2.7250003814698rem;left:1rem;font-size:1.1875rem;line-height:1.4;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sOz9XBHMIsXDATOiVLgZv6bMwx2ZbuH8 { width:17.5625rem;height:12.6rem;top:7.08749961853rem;left:1.0625rem;font-size:1rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eVu37tkc8mE6T82C2ZsKiKA6lJVKtsfD { width:20rem;height:37.625rem;top:1.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM { width:20rem;height:20rem;top:20.75rem;left:0rem;box-shadow: none;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ae9a898-632f-4275-8583-ef6c8f21f336/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM.adaptive-delivery-prevent-bg, #PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM.lazyload, #PPxvUDxBOMIuSOeyAwtPm2wZOyrLUDMM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cWH3H2gQoH2fmhD9ObP72nOZCcVd7QQp { width:9.375rem;height:0.125rem;top:6.2124633789062rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrkubpunVuEEqoJ7hCpFE6Dl9KXLZEqB { 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) { #X4EiH4mCLo3bxeCuhIo9GbWLvRonZcwd { width:9.5625rem;height:0.125rem;top:2.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e { display:block; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwbU6da0MpHD3BdhP9NgEgxaND53ERBy { width:0.625rem;height:0.625rem;top:1.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { width:0.625rem;height:0.625rem;top:1.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { width:0.625rem;height:0.625rem;top:1.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { width:0.625rem;height:0.625rem;top:1.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { width:0.625rem;height:0.625rem;top:1.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { width:0.625rem;height:0.625rem;top:1.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #effnQ39RfGcCTUFCZdb8KTQL3AFaSAIG { width:0.625rem;height:0.625rem;top:1.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsSA3LsIaHDS05OK7Tlg0HF5iDzOKZli { width:0.625rem;height:0.625rem;top:1.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6qN3hNmgdElIOqazZIBDVa4LaOLcvAp { width:0.625rem;height:0.625rem;top:1.5rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { display:block; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { width:20rem;height:142.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { width:15.0625rem;height:0.125rem;top:4.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { width:15.0625rem;height:0.125rem;top:8.81875038147rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2raysJCmqJckGiHktunVNTA3WddqBn { width:20rem;height:3.75rem;top:4.8187465667724rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTPLGqWvDNx5x6mPCw3vPnpXVX0T0ba { height:11.2073125rem;width:20rem;top:127.31666564941rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { width:13.625rem;height:9.0625rem;top:11.066666603088rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { width:12.0625rem;height:9rem;top:20.754166603088rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { width:12.0625rem;height:9rem;top:30.441666603088rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { width:12.0625rem;height:9rem;top:40.129165649414rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguxUoElEkaqQ8TLJ09a03aQHILnVNqC { width:12.0625rem;height:9rem;top:49.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqwtnCVprXrZpTpChK9SA06b0zJ8NSFE { width:13.5625rem;height:9rem;top:59.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQvsbLCFcg4TPpHsn4JnN7qSamqqmOFq { width:13.625rem;height:9.0625rem;top:69.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrbiQgzyNLHQ8iKh3pagTCDwb4P11e4D { width:13.625rem;height:9.0625rem;top:78.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZJie9IQ15TMxQpb6kB8zi1JUGr3B89 { width:13.625rem;height:9.0625rem;top:88.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQThyzpP6DzQnmG1XS2WL0HbAGfT9i7 { width:13.625rem;height:9.0625rem;top:98.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM5UgrE055zHt4ACDt2FIfMZwNo18TrU { width:12.0625rem;height:9rem;top:107.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp0IGTzmfx3awbG1B9o941vKwPF9gxN4 { width:13.625rem;height:6.375rem;top:117.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX { display:block; }#qB6PGbgczoNy3EBbWeaFw5ZqwFKUsszX > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4lJvCyIFcdbB8dH202zx6FTaSc6eJtU { width:17rem;height:1.70625rem;top:6.6875rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxbGVCDcam4tv72PSyEtnLCl5B6dKJqM { width:15.8125rem;height:1.70625rem;top:8.375rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRW5tn3FCeDG17EE2dbWMAb8lcOZFnT2 { width:20rem;height:5.11875rem;top:0.95624923706056rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { width:20rem;height:47.8125rem;top:0.0625rem;left:0rem;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:2.6625003814698rem;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:2.6625003814698rem;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 #hwbx6cNhtEyKiaPSirpJ2z7hhJSU5n78 {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #qVEDfiEb0Z4mzwLobhT0gsm8iaLdaSxT { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uTCxZdZGOikCvE70zBfy944d0zARCP2Q {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Kf5lqgLZ3ifTWX5WGSFDX0t78n81mp3W {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #RWI09XFZkbrvW4tSDHGC2Z7DLznTMG7U { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #H3wEv2JLv881bAyvLX0FSP4CLIDZdBfV {  }
 }@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) { #NLpGV4V1PmTah6s1y0DZzSzyLxAeJ1Ub { display:block; }
 }@media only screen and (max-width: 763px) { #eu4nzQAQCwxCL7771CS2H50wMLgUsulc { 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) { #Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { width:20rem;height:3.15rem;top:1.4447917938232rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbu2aXV4frNwmMhuIODDOIXDEGq3GC0K { width:8.1875rem;height:1.0625rem;top:46.075000762939rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8T6rEsRSNtKwpEu0lG7Hm8FBfZQyyE { display:block; }
 }@media only screen and (max-width: 763px) { #FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 { display:block; }#FWNSGRwpXl2ogngkAyGAd93bFpnypUL4 > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G72bDSHTyNpNuJ9bbSzNL8L3CUGcRU4Z { 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) { #M2lH1iTOZnKsKPvTPA39TGqRy2xDcIfr { 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) { #Ja2c7J98VTvAosIuRiFsEwloFsyeIipW { 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) { #EdZOZIzo8L55T9rtxGWVpBJe29EaHJKM { 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) { #kZOFKdA4w5LqrPxzLva4CiUzuL4CcmCv { width:1.375rem;height:0.9375rem;top:8.762499809265rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBwv6hcEw3H6oFEzr4y6VZD5bdNuTmQ { width:20rem;height:21.3125rem;top:24.52499961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTEvqIqJxJymp3A6hHXIqkuVPRmRm45s { width:20rem;height:21.3125rem;top:21.962501525879rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Uq01hP63B5TzIGNKxoWaEODsmST2E8GQ { width:14.125rem;height:2.6875rem;top:17.337501525879rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCatkhlz9RW9xOT68Nw1ym0fgblEpMuL { display:block; }
 }@media only screen and (max-width: 763px) { #ln6A9yxVfT1ro5lq6ntXAXtvTbIQTQPS { width:6.5625rem;height:3.4375rem;top:10.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86KgsgqnQFuT20BOknMDTTAA4gsPaP1 { display:block; }
 }@media only screen and (max-width: 763px) { #TElvQAMu3Rp5PdBDkOm0pZlt0grlGbWR { width:12.5rem;height:2.5rem;top:7.981249809265rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrCstmeNTV8oZRkKxuR2Ku29lpwD8IC { display:block; }
 }@media only screen and (max-width: 763px) { #AinTanerRDwatS0nh2AuUmvu0rSQQGWw { display:block; }#AinTanerRDwatS0nh2AuUmvu0rSQQGWw > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBxEOEM9Q1uZIUdFyXqUf3qI57MSoxqv { width:20rem;height:18.76875rem;top:1.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcqPzE52si7hSJLL7lJh0InyaF6IwUTL { display:block; }#AcqPzE52si7hSJLL7lJh0InyaF6IwUTL > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDu1wI7COtLBeNBcS4I2nkPAp2ESucMF { 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) { #Ss8e4yCD6Zh2aPMnGgKx7pwm7eAeXX3i { width:9rem;height:2.5rem;top:5.9125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL8Oe3quJPyDuBDM0SQe1RpIFzbkPkQH { display:block; }
 }