.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:251,217,221;--color-primary-1:241,128,143;--color-primary-2:227,0,31;--color-primary-3:114,0,16;--color-primary-4:34,0,5;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--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:"ToyotaType";--paragraphs-font-family:"ToyotaType"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { position:relative;display:block; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { background-color: transparent; background-image: none; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container > .video-iframe-container { display: none; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row > .video-iframe-container { display: none; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .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); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { border-width: 0; border-radius: 0; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wr659GUieur8hrzG62ymilpllKXbbwWn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:30.75rem;top:0.21875rem;left:44.25rem;overflow:hidden;display:block; }
#sggQcOWGcCmKkWiXOqdzF8LhKlWwSLeW { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:36rem;display:none; }
#ZZgJBZ9TSDxHHLeKoBOyKRg5CWvdMA14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a48hv7sQs5pLVTulQPkWTTN795467eXK { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.6875rem;left:1.75rem;display:block; }
#AHMOUynDEKqrqled5QFEeSgKecAhBxWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mev0Lkei8zeOHE3ht7PVM7fKdUX7ZeCW { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6875rem;left:11.4375rem;display:block; }
#F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr3cEWyOtsn4Wo5pkQy0iirooW88Ze8E { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6875rem;left:42.125rem;display:none; }
#lShW9THGHVeQAhJvMLLQLqo3ULIlTHcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLRGU4a38iJokBRzMOdBdnv0czQOB3vA { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.6875rem;left:23.09375rem;display:block; }
#obhzWfI3TX1v6sFtsFhzd43aU4z0Dwa3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1zOq5qfhqfPKka0M7w8EcdylIOebCDo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:75rem;display:none; }
#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c3d86eb-9cc4-4105-b756-287ff047828f/CHR_PreLaunch_Shot12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.adaptive-delivery-prevent-bg, #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.lazyload, #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.lazyloading { background-image: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { background-color: transparent; background-image: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container > .video-iframe-container { display: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container { display: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .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); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { border-width: 0; border-radius: 0; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#TFIbP6gUxw4fxW8r2lOdUuKdn6V6mf1d { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:toyota;font-size:5.4375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.38);top:5.2937498092651rem;left:0rem;height:10.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O2xL0pdwriN4iLgGHudWX2EdTc0oIWxH { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:toyota;font-size:2rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.38);top:3.09375rem;left:0rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zd7MLSOFfsSuT0W6dgMBkMEHea6cmH0c { position:absolute;display:block;z-index:15019;height:3.75rem;width:3.75rem;top:1.75rem;left:0rem;display:block; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-form-header {  }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:17.5rem;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; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:toyota;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-textarea { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);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:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:toyota;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),0.53);font-family:toyota;font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .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; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:6.4375rem;height:2.625rem;font-family:toyota;overflow:hidden; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .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:toyota;font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container:first-of-type{padding-top:0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container:last-of-type{padding-bottom:0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:55rem;top:5.7900390625rem;z-index:15016;position:absolute; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-info-text { display:block;height:auto;font-family:toyota;font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF {display:block;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:55rem;top:5.7900390625rem;z-index:15016;position:absolute; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #kaAo3WSfIzJKhmFziyayyd5M6gMHxqT6 { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #eByDQFsd9OEnHOgMbgXKzXsBgfxXlTqM { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #ysdENGb0BMDJ01zdbqOa4VpViyr2G36v { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #M4p2vibl6oPKorBSVDhT00CSzgeIfBSb { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #leMOd8TT1K2LWodUM6SLOUdAUHXlZWgi { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rMZQGKeMOOao9sSh2p1OLOUkcX8OGq2o { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oFSXuzQ5w3M6mS6VfyZM1TClSGJPAkTx { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #VrET8n7LFi5mKcZiG6iRH2x7OlBZJtiG { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #JkKNbizsPZl02hBkSG5LFlDbV8BWTs60 { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #Q7ScWch7kF7ySrWvvMTsrQIMPoVK0r0G { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dTQWGQqCIa0VKsz2h6LX0cDDlyzv9nDe { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #f94feKMpSk3eoLM05vchdAcAt7GmLo2D { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rttGNBh9GpuP569fad1gkp0Td2H9ikFE { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oZitvS4d5DCUfygiLlt891ZutbKI0FSp { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #tVGswTB5SQfG9w79TC6hdqJI23RCVPoD { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #coOJkTEskkmWDFI0OsgQqR14BncCkGXt { position:relative;display:block;z-index:15000; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #wWAv5FMymSaMbbbngbgwq6FtTAG7PUTh { position:relative;display:block;z-index:15000; }
#MPKvH6SXzGROekSxRcXpCF0RrKZr3xuG { position:relative;display:block;z-index:100000;display:block; }
#icHhQlJw6laWsXGkNP1JWmMfny7HEou9 { position:relative;display:block;z-index:100000;display:block; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rzDDOrfn4LIrUE0bHaOeo8FSWsvTJZht { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #h9NQL79wtw9clX6sCQ1PmTnwCqb2XLTh { position:relative;z-index:2; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #nxVNwOPlOXpVAug5T0epbIZo5sgpKWIm { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k9OefFhlLbAT5vllL35asCX7bRqWM3mC { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k3BTTmD8UDcrZq6Q1f6LC3U056czAuTg { position:relative; }
#DI01idXSbSgbpf4hPr9iwF5vTxAy3odI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:toyota;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:2.8125rem;left:56.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.12);background-image:none;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.25rem;width:20.3125rem;top:0.018750190734863rem;left:54.625rem;display:block; }
#dd4CacyuG2g4wxlZNvuiXp6otb6fiygs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.8125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:39.631248474121rem;left:0rem;display:none; }
#RvXSgPwxfENxUml41Trp9Mb7vJITIb4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0bULieGh7xEhvdKSkuF44WsvUiQ2Gb6 { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#I8BeUpZ4DNH6sbH2mEe6dpCrtFqcluTU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#iP8EoB8aS7FPUUm4sonGC89hCp7HRAGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#embScdXFk3TfnhLXwF3AWvVky8dyCXS6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:11.625rem;height:1.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:44.0625rem;left:59.1875rem;display:block; }
#l6XHt04r6vKwKKNTUOVKys7Ndf5t7VmD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bo42a9lBKme1JL5Iy1HyHT4zlIi96orB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:12.875rem;height:1.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.875rem;left:58.5625rem;display:block; }
#efxK62wDyp2X7Frk1f9IIeRETXvRtegF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyINo3T7AuWfrvDAyD9IuZRbxuWibHTD { position:relative;display:none; }#qyINo3T7AuWfrvDAyD9IuZRbxuWibHTD { border-width: 0; border-radius: 0; }#qyINo3T7AuWfrvDAyD9IuZRbxuWibHTD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qyINo3T7AuWfrvDAyD9IuZRbxuWibHTD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#V8F5lIZp07ntT5n941W6JyoSapJT5Amh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:25.8125rem;top:0rem;left:47.75rem;overflow:hidden;display:block; }
#laOWd4zrFUwTaOuiMZrwVQUFIVb6i8Fl { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:13.0625rem;left:1.375rem;display:block; }
#V2giqbDhZPIhOC8xBNGMGxHpKAheMID8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvaezCb7e7pXTFncU8LJBIAEinEUmrf8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:18.75rem;display:none; }
#nL7WU4z97dUSqvJiR9uEnz9a0rT1lPNv { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.375rem;height:4.14375rem;font-style:normal;display:block; }
#boyrulqiX6CHPT6v2qHc9EHWNiGV1HuX { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.375rem;height:4.7125rem;display:block; }
#NLwPopFrAHhTTzPZ8fRPisOdkrXqWlbA { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.125rem;height:4.7125rem;display:none; }
#TaQL5vKSkAicztxqMT0QbiJF6d3scm1E { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:13.0625rem;left:16.4375rem;display:block; }
#Uk0WVVLDNdAg5QsnX7x1x4DcG9dIRTTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { background-color: transparent; background-image: none; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container > .video-iframe-container { display: none; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row > .video-iframe-container { display: none; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .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); }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { border-width: 0; border-radius: 0; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#Exz9fuAtSQXuhNv0vQrzzayMwX3GlbAl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:toyota;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:11.125rem;left:0rem;height:8.496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DKuNzZwxaIIPm7tsqWFZdvBJm9SXFG8T { 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:22.25rem;width:16.5625rem;top:14.0625rem;left:0.39627633993618rem;overflow:hidden;display:none; }
#IlT9M9czDXloQRQQvaimHl3SvBXfwZTc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:9.261725rem;display:block; }
#EyVgPbTtMc3sbDWT4kGU0IUJ0o1JvCaU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:39.5625rem;top:1.46875rem;left:35.4375rem;overflow:hidden;display:block; }
#yeJKP5i8kcL2aMNdR5gfKVLOb0VhZdnO { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #282830;border-left:0.0625rem solid #282830;border-right:0.0625rem solid #282830;border-bottom:0.0625rem solid #282830;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.75rem;left:13.6875rem;display:block; }
#CoNTJGNbEn6pPDBo1b5VKW1dnX3WvSbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xx2uOZLT7ftnRo4hXNzpnRbsu43NUWhZ { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #282830;border-left:0.0625rem solid #282830;border-right:0.0625rem solid #282830;border-bottom:0.0625rem solid #282830;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.75rem;left:0rem;display:block; }
#gTNauzqNA2TyTNN1Zx080tnTVZwp680N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McP2mU0HIcKEV06JNQer0KPJyS7872uT { 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; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { background-color: transparent; background-image: none; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container > .video-iframe-container { display: none; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row > .video-iframe-container { display: none; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .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); }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { border-width: 0; border-radius: 0; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#CsPILLQGHcSNmwfTKupw3ctVOBO1oxSf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:1.3125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZ3TK1aLOGXyygc5K09ouome7VzDtbTc { color:rgba(var(--color-primary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.5625rem;left:26.625rem;height:1.3rem;display:block; }
#a486Z988ctre7B8TTVHx7KCbO0nN04xL { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.0625rem;left:17.3125rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/302352a2-b6a0-4e0b-bc34-9bdd1aa5acb4/CHR_PreLaunch_Shot16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.adaptive-delivery-prevent-bg, #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.lazyload, #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.lazyloading { background-image: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { background-color: transparent; background-image: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container > .video-iframe-container { display: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row > .video-iframe-container { display: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .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); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { border-width: 0; border-radius: 0; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:5.09375rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#cKs1wrmfU4tVHdgdi8GR5WoiUQ0bIqm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQTz07AhNBIgd4X7XA5I7Kd5G1dR5f3C { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:4.625rem;left:7.125rem;display:block; }
#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV { 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; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { background-color: transparent; background-image: none; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container > .video-iframe-container { display: none; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row > .video-iframe-container { display: none; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .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); }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { border-width: 0; border-radius: 0; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#tAWVEXxyhAncz4829ibdCTW9620MQDNf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:27.1875rem;width:36.25rem;top:0rem;left:38.75rem;overflow:hidden;display:block; }
#PVykUCpeuxD6Vizktw02EG8qIBpPaO0J { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Og9JEEOoFX2hFkxlDz2ciWJC3Feo15Wl { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:11.8125rem;left:15.875rem;display:block; }
#G3Q3532ycdJQXRz4FdNQDTuPMEudLz6G { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:8.4375rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/60c78b9d-d0d7-4a37-9d31-bf808db9c0c0/CHR_PreLaunch_Shot17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.adaptive-delivery-prevent-bg, #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.lazyload, #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.lazyloading { background-image: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { background-color: transparent; background-image: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container > .video-iframe-container { display: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row > .video-iframe-container { display: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .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); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { border-width: 0; border-radius: 0; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#C2D486PGs4AfddfxciVR4oCNErQzTlSU { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:51.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cl7ixAQ9ou7K9bRVCs2Bft3nMtqTUoWx { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:7.4375rem;left:59.125rem;display:block; }
#q3u6aBpF3TLfCyNyrEoIE8CtK9JBZE6s { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:51.5625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { position:relative;display:block; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { background-color: transparent; background-image: none; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container > .video-iframe-container { display: none; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row > .video-iframe-container { display: none; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .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); }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { border-width: 0; border-radius: 0; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ig2xhrqQR3AW9CTuFBlVrpuoCzfUTD84 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:30.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KiiTsSgVWsU0egXfO8AZTZW6PnhrSC2i { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:42.9375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asD4XcVBS34EoBwJf9ETv1fUcQpkJFlP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:14rem;left:51.3125rem;display:block; }
#rOzTZIHWbJc3cS8N2EV8iDcziRX64VLI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.9375rem;left:44rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAeD3ynwBCL6KRfQ81KN1ssPCHSi3EN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.9375rem;left:44rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SSLDBlMiEgPCMi7nFCifRKmAwKPTacdB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:42.9375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1e73b1ea-6002-4ddb-8761-378287e0467b/CHR_PreLaunch_Shot39.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.adaptive-delivery-prevent-bg, #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.lazyload, #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.lazyloading { background-image: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { background-color: transparent; background-image: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container > .video-iframe-container { display: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row > .video-iframe-container { display: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .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); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { border-width: 0; border-radius: 0; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#GBS0rtn5wPOAe69a9MNbkeuTpWxbuJEB { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:4.625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mF8WZXrkopBTiRQJqTUVsPdiy4h9prQT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:9.5625rem;left:11.5625rem;display:block; }
#ecytpx6Ch0RuGarvTntv8IbGqBNtV60q { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.15625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD { 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; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { background-color: transparent; background-image: none; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container > .video-iframe-container { display: none; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row > .video-iframe-container { display: none; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .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); }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { border-width: 0; border-radius: 0; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#s0kOcwSq8yAZBU92O4QGv6UEanSxERTv { position:absolute;display:block;z-index:15000;background-color:#282830;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.25rem;display:block; }
#ihmuDID9IGTXrChriFJnpAghUeHEGh3C { position:absolute;display:block;z-index:15001;background-color:rgba(40,40,48,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.1875rem;display:block; }
#qGoyGFet0uPnMCc0TQVWyDBJFxhsqMBD { position:absolute;display:block;z-index:15002;background-color:rgba(40,40,48,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.125rem;display:block; }
#TMJfNL0sXSK9UOfAOhQqTrpaPeKlO4AB { position:absolute;display:block;z-index:15004;background-color:rgba(40,40,48,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.125rem;display:block; }
#kIeDCXFZ02Z9hgccSIncqXt7FFF7poev { position:absolute;display:block;z-index:15003;background-color:rgba(40,40,48,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.125rem;display:block; }
#yX75oP76slfq1iEJudJukmAulLkZBqgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { background-color: transparent; background-image: none; }#yX75oP76slfq1iEJudJukmAulLkZBqgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container > .video-iframe-container { display: none; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row > .video-iframe-container { display: none; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .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); }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { border-width: 0; border-radius: 0; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#D36rQJPSkJuiBi0GENWR4kUtPgTGMmmU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:1.3125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P3REtTC2T3QaehnZG0Vf7qOETzebJTA5 { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.6999998092651rem;left:29.59375rem;height:1.3rem;display:block; }
#SA72iwFmEbJ2T8vkgUqVKWZvO8bUJ2Mh { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.0625rem;left:17.3125rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#MLdc4TsKiiviwZW25237oGLgTkrKvPNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a82de543-32c6-4fd5-a408-aee5884db801/CHR_PreLaunch_Shot28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe.adaptive-delivery-prevent-bg, #MLdc4TsKiiviwZW25237oGLgTkrKvPNe.lazyload, #MLdc4TsKiiviwZW25237oGLgTkrKvPNe.lazyloading { background-image: none; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { background-color: transparent; background-image: none; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container > .video-iframe-container { display: none; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row > .video-iframe-container { display: none; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .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); }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { border-width: 0; border-radius: 0; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#T8Qn8MkM18bFi8omrnlyFQnbimVwGJeG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.03125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmacHuTDCq543ukZCXKZy30MKgoU3onf { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:8.4375rem;left:10.6875rem;display:block; }
#yVPffgGmVezsHuerULsVnN4KDl82VaGz { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.1875rem;left:1.4375rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { position:relative;display:block; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { background-color: transparent; background-image: none; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container > .video-iframe-container { display: none; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row > .video-iframe-container { display: none; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .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); }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { border-width: 0; border-radius: 0; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JkG54U7qoLFo4b6dVp80KviFlz5sT9Vr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:35.4375rem;top:0rem;left:39.5625rem;overflow:hidden;display:block; }
#kfbLat6CpxUTc5FQb0G2lVoOzBl5CuQ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.125rem;left:8.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qr9bomNsJVk5wTw1vSQKeOWnZZzGo1SE { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:9.8125rem;left:16.6875rem;display:block; }
#CCdh2AdnWGASQ0OhgRTTWIxVdnBgrkPB { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12rem;left:6.6875rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKNswHKVosV2mv5MXorZC9R1P1WJ6qEd { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12rem;left:6.6875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bafa6fb2-adad-4f02-a709-e96368e6d68a/CHR_PreLaunch_Shot26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.adaptive-delivery-prevent-bg, #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.lazyload, #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.lazyloading { background-image: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { background-color: transparent; background-image: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container > .video-iframe-container { display: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container { display: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .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); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { border-width: 0; border-radius: 0; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#gLCoDd9mTw1hsshQBDphVG0OwOefuCsN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0125007629394rem;left:44.53125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbzofkkLot3LwwhMXf10mgBwJx3k4nTI { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:13.4375rem;left:53.4375rem;display:block; }
#h3woaiqrNiBo3kW5VEOwCuOBzfnT2b21 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.625rem;left:43.4375rem;height:8.285125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { position:relative;display:block; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { background-color: transparent; background-image: none; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container > .video-iframe-container { display: none; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row > .video-iframe-container { display: none; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .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); }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { border-width: 0; border-radius: 0; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ENlJeGe0xILtcd80z2esx1TX4OLrGe3c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:35.0625rem;top:0rem;left:39.9375rem;overflow:hidden;display:block; }
#cOENkd1ygRpcF4Ht05tK89pAJkshB4yd { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.125rem;left:6.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3qiJUcCciTA9JJUPxlCKJOTI2GFhCf3 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:9.8125rem;left:16.6875rem;display:block; }
#g8xE0ZnpkxWGNltMSdEN9s5WIhDJKaPe { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.125rem;left:6.21875rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/50aa8e7c-3f59-4400-8d58-52befbfbcc20/CHR_PreLaunch_Shot08.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.adaptive-delivery-prevent-bg, #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.lazyload, #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.lazyloading { background-image: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { background-color: transparent; background-image: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container > .video-iframe-container { display: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container { display: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .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); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { border-width: 0; border-radius: 0; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#MenS6i93c2gU6viTUkZnd9ueHPIPM6DB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJFJmestzGM9bT6Qbm6CGwddeMW4NAOg { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:14.125rem;left:12.375rem;display:block; }
#Fi6oSVuECAK9tH2FzmOAWxyi8k6HpBuH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.3125rem;left:2.375rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal { 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; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { background-color: transparent; background-image: none; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container > .video-iframe-container { display: none; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row > .video-iframe-container { display: none; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .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); }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { border-width: 0; border-radius: 0; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#m1QEiVR9qvWUPg40FoLHgIxcTwT3lTip { position:absolute;display:block;z-index:15000;background-color:#282830;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.0625rem;display:block; }
#DPpUcZZs8mMH4lLspAcHmRtIc0ZvwbxF { position:absolute;display:block;z-index:15001;background-color:rgba(40,40,48,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.125rem;display:block; }
#chUiKtDOZn5eC17vtmAzhKIT3PL34p6M { position:absolute;display:block;z-index:15002;background-color:rgba(40,40,48,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; }
#x5JulrpuApGfLqFBQwncnSmCXeIHeVK8 { position:absolute;display:block;z-index:15003;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:38.25rem;display:block; }
#nlCMTLL2OlFgFh7hPVZ3Mv95xbzqdBSP { position:absolute;display:block;z-index:15004;background-color:rgba(40,40,48,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:39.375rem;display:block; }
#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { background-color: transparent; background-image: none; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container > .video-iframe-container { display: none; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row > .video-iframe-container { display: none; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .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); }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { border-width: 0; border-radius: 0; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#hrLQ7r2sAkA4FkhkyodThAzJEQJcHplW { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.25rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#c4h6ad6RKAhG0w2J1qaSRUO3zLHABPbN { color:rgba(var(--color-primary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:1.8125rem;left:25.9375rem;height:1.3rem;display:block; }
#kZWnECtRL1dcCDMe4GOePPL6oRR5eSzA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:1.3125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { position:relative;display:block; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { background-color: transparent; background-image: none; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container > .video-iframe-container { display: none; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row > .video-iframe-container { display: none; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .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); }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { border-width: 0; border-radius: 0; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rXxnpLTkuVTCwDVieFwR2E1osrJExOJU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.3125rem;top:2.4812507629394rem;left:6.40625rem;overflow:hidden;display:block; }
#iOXC5cUdUN5JBXppgcLTTsZAb8AcIAi5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:10.40625rem;height:2.1125rem;font-style:normal;display:block; }
#SUr9nya5pppwEGa0tdbFtRWo5KJRPGh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:5.375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7teUwbVVUVsIRC34U3wllZwHZxUnqmO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:54.4375rem;height:2.1125rem;font-style:normal;display:block; }
#JXfB2Pa2aLHPxB4dW4NHfsbvZnov1m83 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.9375rem;top:2.625rem;left:50.5rem;overflow:hidden;display:block; }
#GzJ5vEwUOXFrDUtcg6fOeKEpVs63wkK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:42.875rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECGy8KsLtMnsUuhb5bfT18JAb84M8SzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.3125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLX5nPt7SEqTxMiink54OrllDsTtRIKx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.75rem;left:3.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#B63HGdouR3cWGZwEcFqT0RFKDlMEZoT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.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:17.125rem;left:3.3125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HswNeiT3lJJRPe6MxdcRKHR3Pus0H5TM { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.3125rem;left:3.3125rem;height:1.3rem;display:block; }
#JDiEvVzs6QT6iWeTzavzrZ8mtNW5q5A9 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:23.0625rem;height:1.3rem;display:block; }
#FJlWM92zZUDzQCpCRraVL7tVuXIwEsTR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pibVCuL27RCpxGhsnI1muUsVy2bDiFoI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.125rem;left:23.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5QzITDG9FX7QQmqdKlOVOSJutS1f4NP { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.25rem;left:23.0625rem;height:1.3rem;display:block; }
#uqZbkJVXf2NNG2pTTaaZ1ZGGxl8rWfa4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.4375rem;left:2.6875rem;height:2.111325rem;font-style:normal;display:block; }
#LrliztNSGh9f01eIgp1a7lk7eCHPC93A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.1875rem;left:15.3125rem; }
#g4ybLp38RhvlGmwbrceZKLXnHhbQKCo6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.0625rem;left:33.3125rem; }
#nTfgpRAmlN3QGyyubOsZEnzZOm0Z4k7u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.5625rem;left:1.5625rem; }
#hZKieLxL0KUMluTnIg1XqqSsqbcJVy0o { position:absolute;display:block;z-index:15015;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.1875rem;width:12.5rem;top:12.15625rem;left:12.5rem;display:block; }
#Bz3BsakMIWw98qIgvdFKLLrExELJCSTU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.875rem;left:42.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sCkqeRwm8p6u5tOv265R2kkhRIDI63FA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.0625rem;left:42.25rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Nzfmpqfs0r92IDJz9w0fsQHTlVOMw5d4 { position:absolute;display:block;z-index:15028;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.1875rem;width:12.5rem;top:12.3125rem;left:50rem;display:block; }
#csH06mr6c9aeJNfEAaa1NdADOSW2qMe1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.8125rem;left:55.875rem;height:1.3rem;display:block; }
#t8fAP8SMgzJxfenrd0TTvTTWZQI7qNH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:14.6875rem;left:55.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNTuiIlWw2HlLqsT54nBCKX4QDdTQOiG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.75rem;left:61.5rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Udxxnez1fM5Xm0vJOT6ywS8vf2HtS0Eg { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:15.875rem;left:61.5rem;height:1.3rem;display:block; }
#cME08gTROhsFkg7FKPDbZu1gEyg53dLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:71.75rem; }
#maKdEkTTr8rA6zdPIGh6tSuH7TPnmRLm { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.943748474121rem;left:40.8125rem;height:2.111325rem;font-style:normal;display:block; }
#H22Ac1eTv9Tvr7R9sFABTXE0NvaHv8C1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.1875rem;left:39.5rem; }
#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { position:relative;display:block; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { background-color: transparent; background-image: none; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container > .video-iframe-container { display: none; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row > .video-iframe-container { display: none; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .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); }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { border-width: 0; border-radius: 0; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LxrX4iuAAeAK4Mq6z1tCnyPs7UkDGQIx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:1.7687492370606rem;left:0rem;height:3.8984375rem;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; }
#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acb9615a-10cd-49c6-8b4d-efb181a549db/CHR_PreLaunch_Shot06.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R.adaptive-delivery-prevent-bg, #P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R.lazyload, #P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R.lazyloading { background-image: none; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container { background-color: transparent; background-image: none; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container > .video-iframe-container { display: none; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row > .video-iframe-container { display: none; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .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); }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container { border-width: 0; border-radius: 0; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R::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; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#soeMMMIn67T3Tm0KIWeKzOOzdhC9aaJ4 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.77);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:48rem;width:24.5625rem;top:0rem;left:50.4375rem;display:block; }
#HhbG5sVLghgVVac20u8xm9ikVwESfqB5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:11.9375rem;height:1.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.25rem;left:56.75rem;display:block; }
#PUUTuP7C7vhJvRHqgDHvBOLBSrT6TRma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmT53E0RdnVD7sxJykGXhgM501LEaK7T { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1875rem;left:1.4375rem;height:3.0859375rem;display:block; }
#nxK0ipwOwFldsPeGSi6kSDQ4o0EemoNw { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.68);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:15.875rem;width:23.375rem;top:5.8125rem;left:0rem;display:block; }
#QXWAK9gXJqi2dQxKcJloDKk5KPV8RH0Z { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.25rem;left:1.4375rem;display:block; }
#VXfAM7SEz3DbuIo4kmFSPOqoQVXlUkxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9eEQeX9wga09dSewhU0kOR4pfaRHlTb { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:11.5rem;left:1.4375rem;display:block; }
#bKBnD72Sa6yc4GTLMEmf9Q8Zan33kvo6 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:11.625rem;left:1.5625rem;display:block; }
#H0J2G8dM6S4fOCy1CJv1BCpIKbLPPaOy { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:14rem;left:1.4375rem;display:block; }
#d1OM02TADMPuZIigZ0TqCJ1UAxCPAE32 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:14.125rem;left:1.5625rem;display:block; }
#ZiatrEIMEn7lG5zuslkyqqRRJQH1PU56 { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:23.8125rem;left:0rem;display:block; }
#d1KtnvoEwXUiW5aKZCENTAhQbVlcaMBZ { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:14.5625rem;left:4.625rem;display:block; }
#H3QZ998wFRsxWreZ6CBDTJXOMSXaG8HN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MddtNvG4l4AshkZx6kO3urgbmB5HpL7V { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1.375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:12rem;left:4.25rem;display:block; }
#oGQPAWLTyaS5mIEPlNPtt2hJ8EdNOAU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URlDReQmLuVtr9k288llXLEhH9eLMrwu { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:19.0625rem;left:9.75rem;display:none; }
#MMoq7Oh60IpfBQWtzOvzW60JNPcfR2Nv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:12.75rem;height:1.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.8125rem;left:56.34375rem;display:block; }
#n520F7fqaJFZeg4x8NCsvfgBOUoMKLis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c99ATdQzspJ3q72cBDI0cckStyedyTVJ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),0.68);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:15.75rem;width:23.375rem;top:5.8125rem;left:24.8125rem;display:block; }
#VLztrdoab7lC2LgSymbHrzi77Ooe8y2n { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.1875rem;left:26.3125rem;height:3.0859375rem;display:block; }
#L3elgIzVTDdtlB66OINiT5fSMVdKszP0 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:11.75rem;left:26.625rem;display:block; }
#zaeNdxmWWAUrGs9P1iXii0mgPQV0CDgy { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:11.875rem;left:26.75rem;display:block; }
#UszKVEbOkGBd8P4SO0TmhQTmalAGBeTM { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:1.375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:12.25rem;left:29.4375rem;display:block; }
#aQPAICdPqwLcsrnBctmdV8Pkp32Rtgor { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRc6aGUwuMqCTNfTeekUUzRTV8u67T0p { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:14.25rem;left:26.625rem;display:block; }
#SKURMRXTVP4RkcgWTTlTigD8VyfSAgh0 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:14.375rem;left:26.75rem;display:block; }
#abKmp7yFvadC2aywVXsmzGCGleTeTOQi { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:1.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:14.75rem;left:29.8125rem;display:block; }
#nQ30BNpUdg9mw5GhveMd4b1EirwL2rhx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsGT4nnXl60yA1oZ1KGu0hwTEaKvWPvI { position:absolute;display:block;z-index:15037;height:14.9375rem;width:23.375rem;top:23.8125rem;left:24.8125rem;display:block; }
#dg300QT0OMS9UED0x47E5ieoAvhXBoBT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:18.25rem;left:26.625rem;display:block; }
#GcdWQEbDC6XedIZlCJMmNgs900iOhxiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8J1sM6rMTdT73IxW2TTHA3CNCBn7r5f { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:19.0625rem;left:9.75rem;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-form-header {  }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:17.5rem;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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:toyota;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:toyota;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-0),0.67);font-family:toyota;font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:6.4375rem;height:2.625rem;font-family:toyota;overflow:hidden; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:toyota;font-size:0.875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:toyota;font-size:0.875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:toyota;font-size:0.875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:toyota;font-size:0.875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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:toyota;font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container:first-of-type{padding-top:0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container:last-of-type{padding-bottom:0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:52.71875rem;top:4.6435546875rem;z-index:15017;position:absolute; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-info-text { display:block;height:auto;font-family:toyota;font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB {display:block;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:52.71875rem;top:4.6435546875rem;z-index:15017;position:absolute; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wPeipkfSpQ42eGhASJ7FTIZ1EOt2BVzA { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #VaZuyZpnT8e3oN7GTzvokcIcWnrU4Zmm { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #rNkUTDRNF5igPkrMF7GcAIaaU845PU0i { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #TcRkOlpIeC3MEpNJdWNPEdf0FnNsNgrt { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #LLXBGUEUd2S7d8mHhTtlCRNNUTV26lsW { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #R75NBZa3kWUUpvKWav9IteTuTZkEL1TD { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #uqcx8lJwKr7aMVQyQ8F3F63kJIcUFJsk { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #hAxqbaucb48LO4dWlT6FTd90y7V40cPi { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #lVPc8Ug6SxcWlJcDGQdfHxoqk1edGayX { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #zSi3LT0PexDF95QhTk6KLmGMspHTC4Tl { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Jy82Rg9mKhuJo2zTNS3oLM5ngSmnFP91 { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oUurS4TdbdVDLlwxLVQTZBn8UkPwJh3v { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wUZ5GdJuJQu8AncEZ4RrcM4FvK3RnLLa { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #ZPU8Bxd41xoV01yrQgDyC5aPi6F7kiym { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #bb0mRAFIlyeAlc0KTMn5NZ1pZEdFR0GX { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #iToGobcWWGVIr0JVlayHHdiX3KtHvv1a { position:relative;display:block;z-index:15000; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oLCOe5lZHOfNmfWoQWo2VcE1XIJ7IqDP { position:relative;display:block;z-index:15000; }
#W0XE2Ji6pwCpec4qdxS1gpXTbFk7npCk { position:relative;display:block;z-index:100000;display:block; }
#RTuMJ9XW6J37TGD1Ceh3bgJAA0BErTRv { position:relative;display:block;z-index:100000;display:block; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Vlu5Hk5GWBgJXyTb4iqpeRq0D27tCuek { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #FnCclL6KNSTJrEZZ6cZo8mDbCyiRhtsQ { position:relative;z-index:2; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #DaIkX9vT7Af69xKUAVmvXkoa0OCfGTnn { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #KJFEMHCLStlrA65riEgHHvXUTi5BTc7f { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #y6ODiv6h6ghJPs1cF2n5xFcRJeTnOGH1 { position:relative; }
#XhqARh4oTFT1cFJl0IqLDMHymuHZppO8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:2.2062492370606rem;left:54.96875rem;height:1.54375rem;font-style:normal;display:block; }
#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { position:relative;display:none; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { border-width: 0; border-radius: 0; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RdvsTVhUHwBVUhHyz4DpLz4iEl4nlJ5m { 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-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:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.8125rem;left:56rem;display:block; }
#it2EwQlUuAqVpsGId7JVhREKBxUvIkEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zcIhxes6IEtknJeSzGgCVwrG76qTT1QI { 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-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:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.8125rem;left:64.625rem;display:block; }
#JvDqz4te4lTQIBRacmn1XrUiIuwREZ05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuuHrSMpPEbzo7KO3XVne1Dka5z7ZwtA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.0625rem;top:1.78125rem;left:0rem;overflow:hidden;display:block; }
#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { position:relative;display:block; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { background-color: transparent; background-image: none; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container > .video-iframe-container { display: none; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row > .video-iframe-container { display: none; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .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); }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { border-width: 0; border-radius: 0; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pheF4VkfBCfl5pS0gzfHq6DZwvdn2wE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.75rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.625rem;height:1.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { display:block; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wr659GUieur8hrzG62ymilpllKXbbwWn { top:0.1875rem;left:17rem;width:30.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggQcOWGcCmKkWiXOqdzF8LhKlWwSLeW { width:7.25rem;height:2.8125rem;top:0.6875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZgJBZ9TSDxHHLeKoBOyKRg5CWvdMA14 { display:block; }
 }@media only screen and (max-width: 763px) { #a48hv7sQs5pLVTulQPkWTTN795467eXK { width:7.25rem;height:2.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMOUynDEKqrqled5QFEeSgKecAhBxWU { display:block; }
 }@media only screen and (max-width: 763px) { #mev0Lkei8zeOHE3ht7PVM7fKdUX7ZeCW { width:10.0625rem;height:2.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block; }
 }@media only screen and (max-width: 763px) { #cr3cEWyOtsn4Wo5pkQy0iirooW88Ze8E { width:10.0625rem;height:2.8125rem;top:0.6875rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lShW9THGHVeQAhJvMLLQLqo3ULIlTHcF { display:block; }
 }@media only screen and (max-width: 763px) { #zLRGU4a38iJokBRzMOdBdnv0czQOB3vA { width:18.1875rem;height:2.8125rem;top:0.6875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obhzWfI3TX1v6sFtsFhzd43aU4z0Dwa3 { display:block; }
 }@media only screen and (max-width: 763px) { #e1zOq5qfhqfPKka0M7w8EcdylIOebCDo { width:47.75rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah { display:block; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFIbP6gUxw4fxW8r2lOdUuKdn6V6mf1d { top:5.25rem;left:0rem;width:38.1875rem;height:10.875rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2xL0pdwriN4iLgGHudWX2EdTc0oIWxH { top:3.0625rem;left:0rem;width:47.75rem;height:0;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd7MLSOFfsSuT0W6dgMBkMEHea6cmH0c { top:1.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF {display:block;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #kaAo3WSfIzJKhmFziyayyd5M6gMHxqT6 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #eByDQFsd9OEnHOgMbgXKzXsBgfxXlTqM { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #ysdENGb0BMDJ01zdbqOa4VpViyr2G36v {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #M4p2vibl6oPKorBSVDhT00CSzgeIfBSb {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #leMOd8TT1K2LWodUM6SLOUdAUHXlZWgi { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rMZQGKeMOOao9sSh2p1OLOUkcX8OGq2o {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oFSXuzQ5w3M6mS6VfyZM1TClSGJPAkTx {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #VrET8n7LFi5mKcZiG6iRH2x7OlBZJtiG { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #JkKNbizsPZl02hBkSG5LFlDbV8BWTs60 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #Q7ScWch7kF7ySrWvvMTsrQIMPoVK0r0G {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dTQWGQqCIa0VKsz2h6LX0cDDlyzv9nDe { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #f94feKMpSk3eoLM05vchdAcAt7GmLo2D {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rttGNBh9GpuP569fad1gkp0Td2H9ikFE {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oZitvS4d5DCUfygiLlt891ZutbKI0FSp { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #tVGswTB5SQfG9w79TC6hdqJI23RCVPoD {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #coOJkTEskkmWDFI0OsgQqR14BncCkGXt {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #wWAv5FMymSaMbbbngbgwq6FtTAG7PUTh {  }
 }@media only screen and (max-width: 763px) { #MPKvH6SXzGROekSxRcXpCF0RrKZr3xuG { display:block; }
 }@media only screen and (max-width: 763px) { #icHhQlJw6laWsXGkNP1JWmMfny7HEou9 { display:block; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rzDDOrfn4LIrUE0bHaOeo8FSWsvTJZht {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #h9NQL79wtw9clX6sCQ1PmTnwCqb2XLTh {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #nxVNwOPlOXpVAug5T0epbIZo5sgpKWIm {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k9OefFhlLbAT5vllL35asCX7bRqWM3mC {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k3BTTmD8UDcrZq6Q1f6LC3U056czAuTg {  }
 }@media only screen and (max-width: 763px) { #DI01idXSbSgbpf4hPr9iwF5vTxAy3odI { top:2.8125rem;left:31.5rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { top:0rem;left:27.3125rem;width:20.3125rem;height:50.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4CacyuG2g4wxlZNvuiXp6otb6fiygs { width:23.3125rem;height:3.8125rem;top:39.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvXSgPwxfENxUml41Trp9Mb7vJITIb4N { display:block; }
 }@media only screen and (max-width: 763px) { #w0bULieGh7xEhvdKSkuF44WsvUiQ2Gb6 { display:none; }
 }@media only screen and (max-width: 763px) { #I8BeUpZ4DNH6sbH2mEe6dpCrtFqcluTU { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #iP8EoB8aS7FPUUm4sonGC89hCp7HRAGq { display:block; }
 }@media only screen and (max-width: 763px) { #embScdXFk3TfnhLXwF3AWvVky8dyCXS6 { width:11.625rem;height:1.0625rem;top:44.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6XHt04r6vKwKKNTUOVKys7Ndf5t7VmD { display:block; }
 }@media only screen and (max-width: 763px) { #bo42a9lBKme1JL5Iy1HyHT4zlIi96orB { width:12.875rem;height:1.0625rem;top:45.875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efxK62wDyp2X7Frk1f9IIeRETXvRtegF { display:block; }
 }@media only screen and (max-width: 763px) { #qyINo3T7AuWfrvDAyD9IuZRbxuWibHTD { display:block; }#qyINo3T7AuWfrvDAyD9IuZRbxuWibHTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8F5lIZp07ntT5n941W6JyoSapJT5Amh { top:0rem;left:20.5rem;width:25.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #laOWd4zrFUwTaOuiMZrwVQUFIVb6i8Fl { width:13.125rem;height:2.75rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2giqbDhZPIhOC8xBNGMGxHpKAheMID8 { display:block; }
 }@media only screen and (max-width: 763px) { #XvaezCb7e7pXTFncU8LJBIAEinEUmrf8 { width:18.75rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nL7WU4z97dUSqvJiR9uEnz9a0rT1lPNv { top:1.6875rem;left:0rem;width:29rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boyrulqiX6CHPT6v2qHc9EHWNiGV1HuX { top:6.4375rem;left:0rem;width:41.3125rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLwPopFrAHhTTzPZ8fRPisOdkrXqWlbA { top:9.875rem;left:0rem;width:41.3125rem;height:4.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaQL5vKSkAicztxqMT0QbiJF6d3scm1E { width:17.9375rem;height:2.75rem;top:13.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk0WVVLDNdAg5QsnX7x1x4DcG9dIRTTW { display:block; }
 }@media only screen and (max-width: 763px) { #vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { display:block; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Exz9fuAtSQXuhNv0vQrzzayMwX3GlbAl { top:11.125rem;left:0rem;width:27.75rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKuNzZwxaIIPm7tsqWFZdvBJm9SXFG8T { top:14.0625rem;left:0rem;width:16.5625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlT9M9czDXloQRQQvaimHl3SvBXfwZTc { top:1.4375rem;left:0rem;width:28.5625rem;height:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyVgPbTtMc3sbDWT4kGU0IUJ0o1JvCaU { top:1.4375rem;left:8.1875rem;width:39.5625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeJKP5i8kcL2aMNdR5gfKVLOb0VhZdnO { width:12.375rem;height:3rem;top:22.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoNTJGNbEn6pPDBo1b5VKW1dnX3WvSbI { display:block; }
 }@media only screen and (max-width: 763px) { #Xx2uOZLT7ftnRo4hXNzpnRbsu43NUWhZ { width:12.5rem;height:3rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTNauzqNA2TyTNN1Zx080tnTVZwp680N { display:block; }
 }@media only screen and (max-width: 763px) { #McP2mU0HIcKEV06JNQer0KPJyS7872uT { display:block; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsPILLQGHcSNmwfTKupw3ctVOBO1oxSf { top:13.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3TK1aLOGXyygc5K09ouome7VzDtbTc { top:1.5625rem;left:13rem;width:20.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a486Z988ctre7B8TTVHx7KCbO0nN04xL { top:3.0625rem;left:3.6875rem;width:39.3125rem;height:8.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { display:block; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { top:1.1875rem;left:0rem;width:9.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKs1wrmfU4tVHdgdi8GR5WoiUQ0bIqm0 { top:6rem;left:0rem;width:20.125rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTz07AhNBIgd4X7XA5I7Kd5G1dR5f3C { top:4.625rem;left:0rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV { display:block; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAWVEXxyhAncz4829ibdCTW9620MQDNf { top:0rem;left:11.5rem;width:36.25rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVykUCpeuxD6Vizktw02EG8qIBpPaO0J { top:6.3125rem;left:0rem;width:21.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og9JEEOoFX2hFkxlDz2ciWJC3Feo15Wl { top:11.8125rem;left:2.25rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Q3532ycdJQXRz4FdNQDTuPMEudLz6G { top:13.75rem;left:0rem;width:20.0625rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { display:block; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2D486PGs4AfddfxciVR4oCNErQzTlSU { top:3.3125rem;left:27.25rem;width:20.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl7ixAQ9ou7K9bRVCs2Bft3nMtqTUoWx { top:7.4375rem;left:42.625rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u6aBpF3TLfCyNyrEoIE8CtK9JBZE6s { top:9.5rem;left:27.5rem;width:20.25rem;height:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { display:block; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig2xhrqQR3AW9CTuFBlVrpuoCzfUTD84 { top:0rem;left:0rem;width:30.375rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiiTsSgVWsU0egXfO8AZTZW6PnhrSC2i { top:8.5rem;left:25.8125rem;width:21.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asD4XcVBS34EoBwJf9ETv1fUcQpkJFlP { top:14rem;left:37.6875rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzTZIHWbJc3cS8N2EV8iDcziRX64VLI { top:15.9375rem;left:27.9375rem;width:19.8125rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAeD3ynwBCL6KRfQ81KN1ssPCHSi3EN9 { top:27.5625rem;left:0rem;width:18.375rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSLDBlMiEgPCMi7nFCifRKmAwKPTacdB { top:23.0625rem;left:0rem;width:20rem;height:0;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { display:block; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBS0rtn5wPOAe69a9MNbkeuTpWxbuJEB { top:11.5rem;left:0rem;width:19rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF8WZXrkopBTiRQJqTUVsPdiy4h9prQT { top:9.5625rem;left:0rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecytpx6Ch0RuGarvTntv8IbGqBNtV60q { top:5.9375rem;left:0rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD { display:block; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0kOcwSq8yAZBU92O4QGv6UEanSxERTv { top:2rem;left:20.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmuDID9IGTXrChriFJnpAghUeHEGh3C { top:2rem;left:21.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGoyGFet0uPnMCc0TQVWyDBJFxhsqMBD { top:2rem;left:22.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMJfNL0sXSK9UOfAOhQqTrpaPeKlO4AB { top:2rem;left:23.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIeDCXFZ02Z9hgccSIncqXt7FFF7poev { top:2rem;left:24.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX75oP76slfq1iEJudJukmAulLkZBqgr { display:block; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D36rQJPSkJuiBi0GENWR4kUtPgTGMmmU { top:13rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3REtTC2T3QaehnZG0Vf7qOETzebJTA5 { top:1.6875rem;left:15.96875rem;width:14.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA72iwFmEbJ2T8vkgUqVKWZvO8bUJ2Mh { top:3.0625rem;left:3.6875rem;width:39.3125rem;height:8.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdc4TsKiiviwZW25237oGLgTkrKvPNe { display:block; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Qn8MkM18bFi8omrnlyFQnbimVwGJeG { top:4.3125rem;left:0rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmacHuTDCq543ukZCXKZy30MKgoU3onf { top:8.4375rem;left:0rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVPffgGmVezsHuerULsVnN4KDl82VaGz { top:10.1875rem;left:0rem;width:25.1875rem;height:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { display:block; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkG54U7qoLFo4b6dVp80KviFlz5sT9Vr { top:0rem;left:12.3125rem;width:35.4375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfbLat6CpxUTc5FQb0G2lVoOzBl5CuQ0 { top:6.125rem;left:0rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr9bomNsJVk5wTw1vSQKeOWnZZzGo1SE { top:9.8125rem;left:3.0625rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCdh2AdnWGASQ0OhgRTTWIxVdnBgrkPB { top:12rem;left:0rem;width:25.1875rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKNswHKVosV2mv5MXorZC9R1P1WJ6qEd { top:12rem;left:0rem;width:25.1875rem;height:5.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd { display:block; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLCoDd9mTw1hsshQBDphVG0OwOefuCsN { top:8rem;left:24.8125rem;width:22.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzofkkLot3LwwhMXf10mgBwJx3k4nTI { top:13.4375rem;left:39.8125rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3woaiqrNiBo3kW5VEOwCuOBzfnT2b21 { top:15.625rem;left:22.5625rem;width:25.1875rem;height:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { display:block; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENlJeGe0xILtcd80z2esx1TX4OLrGe3c { top:0rem;left:12.6875rem;width:35.0625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOENkd1ygRpcF4Ht05tK89pAJkshB4yd { top:6.125rem;left:0rem;width:26.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3qiJUcCciTA9JJUPxlCKJOTI2GFhCf3 { top:9.8125rem;left:3.0625rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xE0ZnpkxWGNltMSdEN9s5WIhDJKaPe { top:12.125rem;left:0rem;width:26.0625rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp { display:block; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MenS6i93c2gU6viTUkZnd9ueHPIPM6DB { top:8.6875rem;left:0rem;width:22.9375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFJmestzGM9bT6Qbm6CGwddeMW4NAOg { top:14.125rem;left:0rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi6oSVuECAK9tH2FzmOAWxyi8k6HpBuH { top:16.3125rem;left:0rem;width:25.1875rem;height:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di3HUAulVUDpbxTrLolZm8cnEUaOCCal { display:block; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1QEiVR9qvWUPg40FoLHgIxcTwT3lTip { top:2rem;left:21.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPpUcZZs8mMH4lLspAcHmRtIc0ZvwbxF { top:2rem;left:22.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chUiKtDOZn5eC17vtmAzhKIT3PL34p6M { top:2rem;left:23.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5JulrpuApGfLqFBQwncnSmCXeIHeVK8 { top:2rem;left:24.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlCMTLL2OlFgFh7hPVZ3Mv95xbzqdBSP { top:2rem;left:25.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk { display:block; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrLQ7r2sAkA4FkhkyodThAzJEQJcHplW { top:3.125rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4h6ad6RKAhG0w2J1qaSRUO3zLHABPbN { top:1.8125rem;left:12.3125rem;width:23.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZWnECtRL1dcCDMe4GOePPL6oRR5eSzA { top:12.9375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { display:block; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXxnpLTkuVTCwDVieFwR2E1osrJExOJU { top:2.4375rem;left:0rem;width:3.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXC5cUdUN5JBXppgcLTTsZAb8AcIAi5 { top:2.375rem;left:2.875rem;width:21rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUr9nya5pppwEGa0tdbFtRWo5KJRPGh7 { top:5.5625rem;left:0rem;width:26.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7teUwbVVUVsIRC34U3wllZwHZxUnqmO { top:2.4375rem;left:34rem;width:7.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXfB2Pa2aLHPxB4dW4NHfsbvZnov1m83 { top:2.625rem;left:30.0625rem;width:2.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzJ5vEwUOXFrDUtcg6fOeKEpVs63wkK6 { top:5.5625rem;left:21rem;width:26.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECGy8KsLtMnsUuhb5bfT18JAb84M8SzJ { top:13.5625rem;left:0rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLX5nPt7SEqTxMiink54OrllDsTtRIKx { top:14.75rem;left:0rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B63HGdouR3cWGZwEcFqT0RFKDlMEZoT2 { top:17.125rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HswNeiT3lJJRPe6MxdcRKHR3Pus0H5TM { top:18.3125rem;left:0rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDiEvVzs6QT6iWeTzavzrZ8mtNW5q5A9 { top:14.6875rem;left:16.25rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJlWM92zZUDzQCpCRraVL7tVuXIwEsTR { top:13.5625rem;left:13.5rem;width:10.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pibVCuL27RCpxGhsnI1muUsVy2bDiFoI { top:17.125rem;left:13.5rem;width:10.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5QzITDG9FX7QQmqdKlOVOSJutS1f4NP { top:18.25rem;left:16.25rem;width:6.125rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqZbkJVXf2NNG2pTTaaZ1ZGGxl8rWfa4 { top:21.4375rem;left:0rem;width:33.25rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrliztNSGh9f01eIgp1a7lk7eCHPC93A { top:17.1875rem;left:8.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ybLp38RhvlGmwbrceZKLXnHhbQKCo6 { top:17.0625rem;left:23rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfgpRAmlN3QGyyubOsZEnzZOm0Z4k7u { top:21.5625rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZKieLxL0KUMluTnIg1XqqSsqbcJVy0o { top:12.125rem;left:5.6875rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3BsakMIWw98qIgvdFKLLrExELJCSTU { top:14.875rem;left:23.875rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCkqeRwm8p6u5tOv265R2kkhRIDI63FA { top:16.0625rem;left:23.875rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzfmpqfs0r92IDJz9w0fsQHTlVOMw5d4 { top:12.3125rem;left:29.5625rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csH06mr6c9aeJNfEAaa1NdADOSW2qMe1 { top:15.8125rem;left:35.4375rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8fAP8SMgzJxfenrd0TTvTTWZQI7qNH9 { top:14.6875rem;left:35.4375rem;width:2.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNTuiIlWw2HlLqsT54nBCKX4QDdTQOiG { top:14.75rem;left:37.375rem;width:10.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udxxnez1fM5Xm0vJOT6ywS8vf2HtS0Eg { top:15.875rem;left:41.0625rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cME08gTROhsFkg7FKPDbZu1gEyg53dLV { top:14.6875rem;left:46.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maKdEkTTr8rA6zdPIGh6tSuH7TPnmRLm { top:20.9375rem;left:14.5rem;width:33.25rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H22Ac1eTv9Tvr7R9sFABTXE0NvaHv8C1 { top:21.1875rem;left:23.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { display:block; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxrX4iuAAeAK4Mq6z1tCnyPs7UkDGQIx { top:1.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R { display:block; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soeMMMIn67T3Tm0KIWeKzOOzdhC9aaJ4 { top:0rem;left:23.1875rem;width:24.5625rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhbG5sVLghgVVac20u8xm9ikVwESfqB5 { width:11.9375rem;height:1.0625rem;top:42.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUUTuP7C7vhJvRHqgDHvBOLBSrT6TRma { display:block; }
 }@media only screen and (max-width: 763px) { #xmT53E0RdnVD7sxJykGXhgM501LEaK7T { top:7.1875rem;left:0rem;width:20.625rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxK0ipwOwFldsPeGSi6kSDQ4o0EemoNw { top:5.8125rem;left:0rem;width:23.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXWAK9gXJqi2dQxKcJloDKk5KPV8RH0Z { width:14.25rem;height:2.3125rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXfAM7SEz3DbuIo4kmFSPOqoQVXlUkxV { display:block; }
 }@media only screen and (max-width: 763px) { #T9eEQeX9wga09dSewhU0kOR4pfaRHlTb { top:11.5rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKBnD72Sa6yc4GTLMEmf9Q8Zan33kvo6 { top:11.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0J2G8dM6S4fOCy1CJv1BCpIKbLPPaOy { top:14rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1OM02TADMPuZIigZ0TqCJ1UAxCPAE32 { top:14.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiatrEIMEn7lG5zuslkyqqRRJQH1PU56 { top:23.8125rem;left:0rem;width:23.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1KtnvoEwXUiW5aKZCENTAhQbVlcaMBZ { width:6.4375rem;height:1.375rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3QZ998wFRsxWreZ6CBDTJXOMSXaG8HN { display:block; }
 }@media only screen and (max-width: 763px) { #MddtNvG4l4AshkZx6kO3urgbmB5HpL7V { width:10.9375rem;height:1.375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGQPAWLTyaS5mIEPlNPtt2hJ8EdNOAU0 { display:block; }
 }@media only screen and (max-width: 763px) { #URlDReQmLuVtr9k288llXLEhH9eLMrwu { top:19.0625rem;left:0rem;width:23.375rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMoq7Oh60IpfBQWtzOvzW60JNPcfR2Nv { width:12.75rem;height:1.0625rem;top:43.8125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #n520F7fqaJFZeg4x8NCsvfgBOUoMKLis { display:block; }
 }@media only screen and (max-width: 763px) { #c99ATdQzspJ3q72cBDI0cckStyedyTVJ { top:5.8125rem;left:11.1875rem;width:23.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLztrdoab7lC2LgSymbHrzi77Ooe8y2n { top:7.1875rem;left:12.6875rem;width:20.4375rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3elgIzVTDdtlB66OINiT5fSMVdKszP0 { top:11.75rem;left:13rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaeNdxmWWAUrGs9P1iXii0mgPQV0CDgy { top:11.875rem;left:13.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UszKVEbOkGBd8P4SO0TmhQTmalAGBeTM { width:16.0625rem;height:1.375rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQPAICdPqwLcsrnBctmdV8Pkp32Rtgor { display:block; }
 }@media only screen and (max-width: 763px) { #LRc6aGUwuMqCTNfTeekUUzRTV8u67T0p { top:14.25rem;left:13rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKURMRXTVP4RkcgWTTlTigD8VyfSAgh0 { top:14.375rem;left:13.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKmp7yFvadC2aywVXsmzGCGleTeTOQi { width:7.3125rem;height:1.375rem;top:14.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ30BNpUdg9mw5GhveMd4b1EirwL2rhx { display:block; }
 }@media only screen and (max-width: 763px) { #TsGT4nnXl60yA1oZ1KGu0hwTEaKvWPvI { top:23.8125rem;left:11.1875rem;width:23.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg300QT0OMS9UED0x47E5ieoAvhXBoBT { width:14.25rem;height:2.3125rem;top:18.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcdWQEbDC6XedIZlCJMmNgs900iOhxiQ { display:block; }
 }@media only screen and (max-width: 763px) { #s8J1sM6rMTdT73IxW2TTHA3CNCBn7r5f { top:19.0625rem;left:0rem;width:23.375rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB {display:block;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wPeipkfSpQ42eGhASJ7FTIZ1EOt2BVzA {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #VaZuyZpnT8e3oN7GTzvokcIcWnrU4Zmm { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #rNkUTDRNF5igPkrMF7GcAIaaU845PU0i {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #TcRkOlpIeC3MEpNJdWNPEdf0FnNsNgrt {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #LLXBGUEUd2S7d8mHhTtlCRNNUTV26lsW { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #R75NBZa3kWUUpvKWav9IteTuTZkEL1TD {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #uqcx8lJwKr7aMVQyQ8F3F63kJIcUFJsk {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #hAxqbaucb48LO4dWlT6FTd90y7V40cPi { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #lVPc8Ug6SxcWlJcDGQdfHxoqk1edGayX {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #zSi3LT0PexDF95QhTk6KLmGMspHTC4Tl {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Jy82Rg9mKhuJo2zTNS3oLM5ngSmnFP91 { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oUurS4TdbdVDLlwxLVQTZBn8UkPwJh3v {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wUZ5GdJuJQu8AncEZ4RrcM4FvK3RnLLa {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #ZPU8Bxd41xoV01yrQgDyC5aPi6F7kiym { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #bb0mRAFIlyeAlc0KTMn5NZ1pZEdFR0GX {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #iToGobcWWGVIr0JVlayHHdiX3KtHvv1a {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oLCOe5lZHOfNmfWoQWo2VcE1XIJ7IqDP {  }
 }@media only screen and (max-width: 763px) { #W0XE2Ji6pwCpec4qdxS1gpXTbFk7npCk { display:block; }
 }@media only screen and (max-width: 763px) { #RTuMJ9XW6J37TGD1Ceh3bgJAA0BErTRv { display:block; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Vlu5Hk5GWBgJXyTb4iqpeRq0D27tCuek {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #FnCclL6KNSTJrEZZ6cZo8mDbCyiRhtsQ {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #DaIkX9vT7Af69xKUAVmvXkoa0OCfGTnn {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #KJFEMHCLStlrA65riEgHHvXUTi5BTc7f {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #y6ODiv6h6ghJPs1cF2n5xFcRJeTnOGH1 {  }
 }@media only screen and (max-width: 763px) { #XhqARh4oTFT1cFJl0IqLDMHymuHZppO8 { top:2.1875rem;left:32.25rem;width:15.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { display:block; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdvsTVhUHwBVUhHyz4DpLz4iEl4nlJ5m { width:9.25rem;height:3.4375rem;top:1.8125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it2EwQlUuAqVpsGId7JVhREKBxUvIkEV { display:block; }
 }@media only screen and (max-width: 763px) { #zcIhxes6IEtknJeSzGgCVwrG76qTT1QI { width:10.375rem;height:3.4375rem;top:1.8125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvDqz4te4lTQIBRacmn1XrUiIuwREZ05 { display:block; }
 }@media only screen and (max-width: 763px) { #cuuHrSMpPEbzo7KO3XVne1Dka5z7ZwtA { top:1.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { display:block; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pheF4VkfBCfl5pS0gzfHq6DZwvdn2wE7 { top:1.375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { display:block; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wr659GUieur8hrzG62ymilpllKXbbwWn { width:16.625rem;height:2rem;top:2.0625rem;left:0.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sggQcOWGcCmKkWiXOqdzF8LhKlWwSLeW { width:7.25rem;height:2.8125rem;top:6.125rem;left:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZgJBZ9TSDxHHLeKoBOyKRg5CWvdMA14 { display:block; }
 }@media only screen and (max-width: 763px) { #a48hv7sQs5pLVTulQPkWTTN795467eXK { width:7.25rem;height:1.75rem;top:5.0625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMOUynDEKqrqled5QFEeSgKecAhBxWU { display:block; }
 }@media only screen and (max-width: 763px) { #mev0Lkei8zeOHE3ht7PVM7fKdUX7ZeCW { width:10.0625rem;height:1.6875rem;top:8.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block; }
 }@media only screen and (max-width: 763px) { #cr3cEWyOtsn4Wo5pkQy0iirooW88Ze8E { width:10.0625rem;height:2.8125rem;top:11.8125rem;left:4.96875rem;font-size:1rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #lShW9THGHVeQAhJvMLLQLqo3ULIlTHcF { display:block; }
 }@media only screen and (max-width: 763px) { #zLRGU4a38iJokBRzMOdBdnv0czQOB3vA { width:18.1875rem;height:2.8125rem;top:11.0625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obhzWfI3TX1v6sFtsFhzd43aU4z0Dwa3 { display:block; }
 }@media only screen and (max-width: 763px) { #e1zOq5qfhqfPKka0M7w8EcdylIOebCDo { top:0rem;left:0rem;width:20rem;height:4.4375rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acb9615a-10cd-49c6-8b4d-efb181a549db/CHR_PreLaunch_Shot06.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.adaptive-delivery-prevent-bg, #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.lazyload, #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.lazyloading { background-image: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { background-color: transparent; background-image: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container > .video-iframe-container { display: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container { display: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .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); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { border-width: 0; border-radius: 0; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFIbP6gUxw4fxW8r2lOdUuKdn6V6mf1d { width:12.5rem;height:3.9875rem;top:4.75rem;left:3.625rem;font-size:1.8125rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.08);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2xL0pdwriN4iLgGHudWX2EdTc0oIWxH { width:11.9375rem;height:1.44375rem;top:10.3125rem;left:4.4375rem;font-size:1.3125rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.56);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zd7MLSOFfsSuT0W6dgMBkMEHea6cmH0c { width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem;font-weight:300;font-style:normal;font-size:0.6875rem;overflow:hidden; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-button { width:6.4375rem;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;height:2.5625rem;font-size:1rem;overflow:hidden; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-moz-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-moz-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-ms-input-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-webkit-input-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container:first-of-type{padding-top:0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container:last-of-type{padding-bottom:0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF  { width:17.5rem;height:auto;top:15.0625rem;left:0rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF {display:block;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF { width:17.5rem;height:auto;top:15.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #kaAo3WSfIzJKhmFziyayyd5M6gMHxqT6 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #eByDQFsd9OEnHOgMbgXKzXsBgfxXlTqM { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #ysdENGb0BMDJ01zdbqOa4VpViyr2G36v {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #M4p2vibl6oPKorBSVDhT00CSzgeIfBSb {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #leMOd8TT1K2LWodUM6SLOUdAUHXlZWgi { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rMZQGKeMOOao9sSh2p1OLOUkcX8OGq2o {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oFSXuzQ5w3M6mS6VfyZM1TClSGJPAkTx {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #VrET8n7LFi5mKcZiG6iRH2x7OlBZJtiG { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #JkKNbizsPZl02hBkSG5LFlDbV8BWTs60 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #Q7ScWch7kF7ySrWvvMTsrQIMPoVK0r0G {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dTQWGQqCIa0VKsz2h6LX0cDDlyzv9nDe { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #f94feKMpSk3eoLM05vchdAcAt7GmLo2D {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rttGNBh9GpuP569fad1gkp0Td2H9ikFE {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oZitvS4d5DCUfygiLlt891ZutbKI0FSp { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #tVGswTB5SQfG9w79TC6hdqJI23RCVPoD {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #coOJkTEskkmWDFI0OsgQqR14BncCkGXt {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #wWAv5FMymSaMbbbngbgwq6FtTAG7PUTh {  }
 }@media only screen and (max-width: 763px) { #MPKvH6SXzGROekSxRcXpCF0RrKZr3xuG { display:block; }
 }@media only screen and (max-width: 763px) { #icHhQlJw6laWsXGkNP1JWmMfny7HEou9 { display:block; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rzDDOrfn4LIrUE0bHaOeo8FSWsvTJZht {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #h9NQL79wtw9clX6sCQ1PmTnwCqb2XLTh {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #nxVNwOPlOXpVAug5T0epbIZo5sgpKWIm {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k9OefFhlLbAT5vllL35asCX7bRqWM3mC {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k3BTTmD8UDcrZq6Q1f6LC3U056czAuTg {  }
 }@media only screen and (max-width: 763px) { #DI01idXSbSgbpf4hPr9iwF5vTxAy3odI { width:20rem;height:0;top:14.4375rem;left:0.0625rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { width:19.375rem;height:35.125rem;top:13.9375rem;left:0.3125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #dd4CacyuG2g4wxlZNvuiXp6otb6fiygs { width:14.4375rem;height:2.6875rem;top:17rem;left:6.96875rem;font-size:0.875rem;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #RvXSgPwxfENxUml41Trp9Mb7vJITIb4N { display:block; }
 }@media only screen and (max-width: 763px) { #w0bULieGh7xEhvdKSkuF44WsvUiQ2Gb6 { top:9.4375rem;left:6.1875rem;width:7.375rem;height:0.125rem;z-index:15051;background-color:#e3001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I8BeUpZ4DNH6sbH2mEe6dpCrtFqcluTU { top:62.625rem;left:2.125rem;width:15.75rem;height:3rem;z-index:15052;font-family:toyotatype;background-color:#e3001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP8EoB8aS7FPUUm4sonGC89hCp7HRAGq { display:block; }
 }@media only screen and (max-width: 763px) { #embScdXFk3TfnhLXwF3AWvVky8dyCXS6 { width:11.625rem;height:1.0625rem;top:63.375rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6XHt04r6vKwKKNTUOVKys7Ndf5t7VmD { display:block; }
 }@media only screen and (max-width: 763px) { #bo42a9lBKme1JL5Iy1HyHT4zlIi96orB { width:13.5625rem;height:1.0625rem;top:65.6875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #efxK62wDyp2X7Frk1f9IIeRETXvRtegF { display:block; }
 }@media only screen and (max-width: 763px) { #qyINo3T7AuWfrvDAyD9IuZRbxuWibHTD { display:none; }#qyINo3T7AuWfrvDAyD9IuZRbxuWibHTD > .row .container { width:20rem;height:36.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V8F5lIZp07ntT5n941W6JyoSapJT5Amh { width:7.25rem;height:4.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #laOWd4zrFUwTaOuiMZrwVQUFIVb6i8Fl { width:9.8125rem;height:2.4375rem;top:9.1875rem;left:5.125rem;z-index:15003;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2giqbDhZPIhOC8xBNGMGxHpKAheMID8 { display:block; }
 }@media only screen and (max-width: 763px) { #XvaezCb7e7pXTFncU8LJBIAEinEUmrf8 { top:16.8125rem;left:0.625rem;width:18.75rem;height:19.5rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nL7WU4z97dUSqvJiR9uEnz9a0rT1lPNv { width:20rem;height:2.6rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #boyrulqiX6CHPT6v2qHc9EHWNiGV1HuX { width:20rem;height:0;top:24.16250038147rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NLwPopFrAHhTTzPZ8fRPisOdkrXqWlbA { width:20rem;height:3.0875rem;top:4.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TaQL5vKSkAicztxqMT0QbiJF6d3scm1E { width:14.375rem;height:2.6875rem;top:12.4375rem;left:2.8125rem;z-index:15003;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk0WVVLDNdAg5QsnX7x1x4DcG9dIRTTW { display:block; }
 }@media only screen and (max-width: 763px) { #vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { display:block; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Exz9fuAtSQXuhNv0vQrzzayMwX3GlbAl { width:16.6875rem;height:8.4rem;top:5.75rem;left:1.6875rem;font-size:0.75rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKuNzZwxaIIPm7tsqWFZdvBJm9SXFG8T { width:7.625rem;height:10.1875rem;top:17.5625rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlT9M9czDXloQRQQvaimHl3SvBXfwZTc { width:20rem;height:4.225rem;top:0.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyVgPbTtMc3sbDWT4kGU0IUJ0o1JvCaU { width:20rem;height:12.0791875rem;top:21.762500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeJKP5i8kcL2aMNdR5gfKVLOb0VhZdnO { width:12.375rem;height:3rem;top:18.375rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoNTJGNbEn6pPDBo1b5VKW1dnX3WvSbI { display:block; }
 }@media only screen and (max-width: 763px) { #Xx2uOZLT7ftnRo4hXNzpnRbsu43NUWhZ { width:12.5rem;height:3rem;top:14.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTNauzqNA2TyTNN1Zx080tnTVZwp680N { display:block; }
 }@media only screen and (max-width: 763px) { #McP2mU0HIcKEV06JNQer0KPJyS7872uT { display:block; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsPILLQGHcSNmwfTKupw3ctVOBO1oxSf { width:17.3125rem;height:3.9rem;top:8.7874984741213rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3TK1aLOGXyygc5K09ouome7VzDtbTc { width:20rem;height:1.05625rem;top:1.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a486Z988ctre7B8TTVHx7KCbO0nN04xL { width:20rem;height:4.225rem;top:3.8rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/302352a2-b6a0-4e0b-bc34-9bdd1aa5acb4/CHR_PreLaunch_Shot16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.adaptive-delivery-prevent-bg, #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.lazyload, #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.lazyloading { background-image: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { background-color: transparent; background-image: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container > .video-iframe-container { display: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row > .video-iframe-container { display: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .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); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { width:6.3125rem;height:1.3rem;top:0.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cKs1wrmfU4tVHdgdi8GR5WoiUQ0bIqm0 { width:13.5rem;height:2.925rem;top:2.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bQTz07AhNBIgd4X7XA5I7Kd5G1dR5f3C { width:5.125rem;height:0.25rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV { display:block; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAWVEXxyhAncz4829ibdCTW9620MQDNf { width:18.5rem;height:13.875rem;top:8.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVykUCpeuxD6Vizktw02EG8qIBpPaO0J { width:20rem;height:2.6rem;top:1.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Og9JEEOoFX2hFkxlDz2ciWJC3Feo15Wl { width:5.125rem;height:0.25rem;top:4.0375003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Q3532ycdJQXRz4FdNQDTuPMEudLz6G { width:20rem;height:2.925rem;top:4.6624984741211rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60c78b9d-d0d7-4a37-9d31-bf808db9c0c0/CHR_PreLaunch_Shot17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.adaptive-delivery-prevent-bg, #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.lazyload, #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.lazyloading { background-image: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { background-color: transparent; background-image: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container > .video-iframe-container { display: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row > .video-iframe-container { display: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .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); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2D486PGs4AfddfxciVR4oCNErQzTlSU { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cl7ixAQ9ou7K9bRVCs2Bft3nMtqTUoWx { width:5.125rem;height:0.25rem;top:2.9250030517578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u6aBpF3TLfCyNyrEoIE8CtK9JBZE6s { width:20rem;height:2.925rem;top:3.3624992370606rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { display:block; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig2xhrqQR3AW9CTuFBlVrpuoCzfUTD84 { width:20rem;height:20.7823125rem;top:6.7177085876462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiiTsSgVWsU0egXfO8AZTZW6PnhrSC2i { width:20rem;height:0;top:23.2823125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #asD4XcVBS34EoBwJf9ETv1fUcQpkJFlP { width:5.125rem;height:0.25rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzTZIHWbJc3cS8N2EV8iDcziRX64VLI { width:13.0625rem;height:0;top:26.944793701172rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VAeD3ynwBCL6KRfQ81KN1ssPCHSi3EN9 { width:18.375rem;height:2.925rem;top:3.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #SSLDBlMiEgPCMi7nFCifRKmAwKPTacdB { width:20rem;height:1.3rem;top:0.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e73b1ea-6002-4ddb-8761-378287e0467b/CHR_PreLaunch_Shot39.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.adaptive-delivery-prevent-bg, #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.lazyload, #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.lazyloading { background-image: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { background-color: transparent; background-image: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container > .video-iframe-container { display: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row > .video-iframe-container { display: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .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); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBS0rtn5wPOAe69a9MNbkeuTpWxbuJEB { width:19rem;height:1.95rem;top:2.8500003814698rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mF8WZXrkopBTiRQJqTUVsPdiy4h9prQT { width:5.125rem;height:0.25rem;top:2.3500003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecytpx6Ch0RuGarvTntv8IbGqBNtV60q { width:20rem;height:1.3rem;top:0.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD { display:block; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0kOcwSq8yAZBU92O4QGv6UEanSxERTv { width:0.625rem;height:0.625rem;top:1.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmuDID9IGTXrChriFJnpAghUeHEGh3C { width:0.625rem;height:0.625rem;top:1.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGoyGFet0uPnMCc0TQVWyDBJFxhsqMBD { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMJfNL0sXSK9UOfAOhQqTrpaPeKlO4AB { width:0.625rem;height:0.625rem;top:1.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIeDCXFZ02Z9hgccSIncqXt7FFF7poev { width:0.625rem;height:0.625rem;top:1.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX75oP76slfq1iEJudJukmAulLkZBqgr { display:block; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D36rQJPSkJuiBi0GENWR4kUtPgTGMmmU { width:17.3125rem;height:5.85rem;top:9.5rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3REtTC2T3QaehnZG0Vf7qOETzebJTA5 { width:14.75rem;height:1.05625rem;top:1.25rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SA72iwFmEbJ2T8vkgUqVKWZvO8bUJ2Mh { width:20rem;height:4.225rem;top:3.8rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLdc4TsKiiviwZW25237oGLgTkrKvPNe { display:block; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Qn8MkM18bFi8omrnlyFQnbimVwGJeG { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WmacHuTDCq543ukZCXKZy30MKgoU3onf { width:5.125rem;height:0.25rem;top:3.1125001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVPffgGmVezsHuerULsVnN4KDl82VaGz { width:20rem;height:4.875rem;top:3.7375001907349rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { display:block; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkG54U7qoLFo4b6dVp80KviFlz5sT9Vr { width:20rem;height:14.85rem;top:8.106249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfbLat6CpxUTc5FQb0G2lVoOzBl5CuQ0 { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qr9bomNsJVk5wTw1vSQKeOWnZZzGo1SE { width:5.125rem;height:0.25rem;top:2.9249992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCdh2AdnWGASQ0OhgRTTWIxVdnBgrkPB { width:20rem;height:0;top:3.8624992370606rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mKNswHKVosV2mv5MXorZC9R1P1WJ6qEd { width:20rem;height:3.9rem;top:3.3625001907349rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bafa6fb2-adad-4f02-a709-e96368e6d68a/CHR_PreLaunch_Shot26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.adaptive-delivery-prevent-bg, #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.lazyload, #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.lazyloading { background-image: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { background-color: transparent; background-image: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container > .video-iframe-container { display: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container { display: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .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); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLCoDd9mTw1hsshQBDphVG0OwOefuCsN { width:20rem;height:1.3rem;top:7rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbzofkkLot3LwwhMXf10mgBwJx3k4nTI { width:5.125rem;height:0.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3woaiqrNiBo3kW5VEOwCuOBzfnT2b21 { width:20rem;height:5.85rem;top:10.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { display:block; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENlJeGe0xILtcd80z2esx1TX4OLrGe3c { width:20rem;height:15.009375rem;top:7.71249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOENkd1ygRpcF4Ht05tK89pAJkshB4yd { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W3qiJUcCciTA9JJUPxlCKJOTI2GFhCf3 { width:5.125rem;height:0.25rem;top:2.8624992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xE0ZnpkxWGNltMSdEN9s5WIhDJKaPe { width:20rem;height:3.9rem;top:3.2999992370606rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50aa8e7c-3f59-4400-8d58-52befbfbcc20/CHR_PreLaunch_Shot08.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.adaptive-delivery-prevent-bg, #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.lazyload, #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.lazyloading { background-image: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { background-color: transparent; background-image: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container > .video-iframe-container { display: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container { display: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .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); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MenS6i93c2gU6viTUkZnd9ueHPIPM6DB { width:20rem;height:1.3rem;top:0.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJFJmestzGM9bT6Qbm6CGwddeMW4NAOg { width:5.125rem;height:0.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi6oSVuECAK9tH2FzmOAWxyi8k6HpBuH { width:20rem;height:4.875rem;top:2.8125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Di3HUAulVUDpbxTrLolZm8cnEUaOCCal { display:block; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1QEiVR9qvWUPg40FoLHgIxcTwT3lTip { width:0.625rem;height:0.625rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPpUcZZs8mMH4lLspAcHmRtIc0ZvwbxF { width:0.625rem;height:0.625rem;top:1.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chUiKtDOZn5eC17vtmAzhKIT3PL34p6M { width:0.625rem;height:0.625rem;top:1.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5JulrpuApGfLqFBQwncnSmCXeIHeVK8 { width:0.625rem;height:0.625rem;top:1.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlCMTLL2OlFgFh7hPVZ3Mv95xbzqdBSP { width:0.625rem;height:0.625rem;top:1.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk { display:block; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrLQ7r2sAkA4FkhkyodThAzJEQJcHplW { width:20rem;height:4.225rem;top:3.0999984741211rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4h6ad6RKAhG0w2J1qaSRUO3zLHABPbN { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZWnECtRL1dcCDMe4GOePPL6oRR5eSzA { width:20rem;height:5.85rem;top:7.9625015258787rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { display:block; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXxnpLTkuVTCwDVieFwR2E1osrJExOJU { width:3.3125rem;height:2.0625rem;top:1.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXC5cUdUN5JBXppgcLTTsZAb8AcIAi5 { width:15.0625rem;height:1.625rem;top:3.3125rem;left:2.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUr9nya5pppwEGa0tdbFtRWo5KJRPGh7 { width:20rem;height:3.9rem;top:5.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7teUwbVVUVsIRC34U3wllZwHZxUnqmO { width:7.75rem;height:1.625rem;top:27.6875rem;left:6.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXfB2Pa2aLHPxB4dW4NHfsbvZnov1m83 { width:2.9375rem;height:1.75rem;top:25.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzJ5vEwUOXFrDUtcg6fOeKEpVs63wkK6 { width:16.5625rem;height:4.875rem;top:29.8125rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECGy8KsLtMnsUuhb5bfT18JAb84M8SzJ { width:7.5625rem;height:1.1375rem;top:11.375rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLX5nPt7SEqTxMiink54OrllDsTtRIKx { width:9.1875rem;height:2.6rem;top:12.5625rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B63HGdouR3cWGZwEcFqT0RFKDlMEZoT2 { width:8.0625rem;height:2.275rem;top:16rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HswNeiT3lJJRPe6MxdcRKHR3Pus0H5TM { width:3.625rem;height:1.3rem;top:18.375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDiEvVzs6QT6iWeTzavzrZ8mtNW5q5A9 { width:3.625rem;height:1.3rem;top:12.625rem;left:12.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJlWM92zZUDzQCpCRraVL7tVuXIwEsTR { width:3.0625rem;height:1.1375rem;top:11.4375rem;left:12.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pibVCuL27RCpxGhsnI1muUsVy2bDiFoI { width:6.875rem;height:2.275rem;top:16rem;left:12.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5QzITDG9FX7QQmqdKlOVOSJutS1f4NP { width:6.125rem;height:1.3rem;top:18.25rem;left:12.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uqZbkJVXf2NNG2pTTaaZ1ZGGxl8rWfa4 { width:17.75rem;height:1.7875rem;top:21.3125rem;left:1.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrliztNSGh9f01eIgp1a7lk7eCHPC93A { display:flex;width:0.875rem;height:0.875rem;top:16.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #g4ybLp38RhvlGmwbrceZKLXnHhbQKCo6 { display:flex;width:0.875rem;height:0.875rem;top:21.375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #nTfgpRAmlN3QGyyubOsZEnzZOm0Z4k7u { display:flex;width:0.875rem;height:0.875rem;top:16rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #hZKieLxL0KUMluTnIg1XqqSsqbcJVy0o { width:12.5rem;height:0.1875rem;top:9.77499961853rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3BsakMIWw98qIgvdFKLLrExELJCSTU { width:7.5625rem;height:1.1375rem;top:37.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCkqeRwm8p6u5tOv265R2kkhRIDI63FA { width:8.0625rem;height:2.6rem;top:38.875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nzfmpqfs0r92IDJz9w0fsQHTlVOMw5d4 { width:12.5rem;height:0.1875rem;top:35.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csH06mr6c9aeJNfEAaa1NdADOSW2qMe1 { width:3.625rem;height:1.3rem;top:38.875rem;left:12.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8fAP8SMgzJxfenrd0TTvTTWZQI7qNH9 { width:2.75rem;height:1.1375rem;top:37.75rem;left:12.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNTuiIlWw2HlLqsT54nBCKX4QDdTQOiG { width:7.75rem;height:2.275rem;top:42.6875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Udxxnez1fM5Xm0vJOT6ywS8vf2HtS0Eg { width:6.125rem;height:1.3rem;top:45rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cME08gTROhsFkg7FKPDbZu1gEyg53dLV { display:flex;width:0.875rem;height:0.875rem;top:42.6875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #maKdEkTTr8rA6zdPIGh6tSuH7TPnmRLm { width:17.6875rem;height:1.7875rem;top:47.574999809265rem;left:1.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H22Ac1eTv9Tvr7R9sFABTXE0NvaHv8C1 { display:flex;width:0.875rem;height:0.875rem;top:47.700000762939rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { display:block; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxrX4iuAAeAK4Mq6z1tCnyPs7UkDGQIx { width:19.0625rem;height:5.2rem;top:0.75rem;left:0.46875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824899f-176d-4572-a63f-81376586c245/bg5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R.adaptive-delivery-prevent-bg, #P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R.lazyload, #P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R.lazyloading { background-image: none; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container { background-color: transparent; background-image: none; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container > .video-iframe-container { display: none; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row > .video-iframe-container { display: none; }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .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); }#P9XDLPTQFO6TBTbUh3JVRcZHaEqED63R > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soeMMMIn67T3Tm0KIWeKzOOzdhC9aaJ4 { width:19.375rem;height:38.75rem;top:57.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhbG5sVLghgVVac20u8xm9ikVwESfqB5 { width:12.5rem;height:1.1875rem;top:92.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUUTuP7C7vhJvRHqgDHvBOLBSrT6TRma { display:block; }
 }@media only screen and (max-width: 763px) { #xmT53E0RdnVD7sxJykGXhgM501LEaK7T { width:18.4375rem;height:2.7625rem;top:2.625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxK0ipwOwFldsPeGSi6kSDQ4o0EemoNw { width:20rem;height:14.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXWAK9gXJqi2dQxKcJloDKk5KPV8RH0Z { width:16.625rem;height:2.3125rem;top:12.5rem;left:1.6875rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VXfAM7SEz3DbuIo4kmFSPOqoQVXlUkxV { display:block; }
 }@media only screen and (max-width: 763px) { #T9eEQeX9wga09dSewhU0kOR4pfaRHlTb { width:2.375rem;height:2.375rem;top:6.9375rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKBnD72Sa6yc4GTLMEmf9Q8Zan33kvo6 { width:2.1875rem;height:2.1875rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0J2G8dM6S4fOCy1CJv1BCpIKbLPPaOy { width:2.4375rem;height:2.4375rem;top:9.4375rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1OM02TADMPuZIigZ0TqCJ1UAxCPAE32 { width:2.1875rem;height:2.1875rem;top:9.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiatrEIMEn7lG5zuslkyqqRRJQH1PU56 { width:20rem;height:14.9375rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1KtnvoEwXUiW5aKZCENTAhQbVlcaMBZ { width:6.4375rem;height:1.125rem;top:10rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3QZ998wFRsxWreZ6CBDTJXOMSXaG8HN { display:block; }
 }@media only screen and (max-width: 763px) { #MddtNvG4l4AshkZx6kO3urgbmB5HpL7V { width:10.5625rem;height:1.3125rem;top:7.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGQPAWLTyaS5mIEPlNPtt2hJ8EdNOAU0 { display:block; }
 }@media only screen and (max-width: 763px) { #URlDReQmLuVtr9k288llXLEhH9eLMrwu { width:20rem;height:10.8125rem;top:16rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #MMoq7Oh60IpfBQWtzOvzW60JNPcfR2Nv { width:13.5625rem;height:1.0625rem;top:94.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n520F7fqaJFZeg4x8NCsvfgBOUoMKLis { display:block; }
 }@media only screen and (max-width: 763px) { #c99ATdQzspJ3q72cBDI0cckStyedyTVJ { width:20rem;height:15.75rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLztrdoab7lC2LgSymbHrzi77Ooe8y2n { width:18.25rem;height:2.7625rem;top:29.875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3elgIzVTDdtlB66OINiT5fSMVdKszP0 { width:2.375rem;height:2.375rem;top:34.0625rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaeNdxmWWAUrGs9P1iXii0mgPQV0CDgy { width:2.1875rem;height:2.1875rem;top:34.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UszKVEbOkGBd8P4SO0TmhQTmalAGBeTM { width:16.0625rem;height:1.375rem;top:34.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQPAICdPqwLcsrnBctmdV8Pkp32Rtgor { display:block; }
 }@media only screen and (max-width: 763px) { #LRc6aGUwuMqCTNfTeekUUzRTV8u67T0p { width:2.4375rem;height:2.4375rem;top:36.6875rem;left:0.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKURMRXTVP4RkcgWTTlTigD8VyfSAgh0 { width:2.1875rem;height:2.1875rem;top:36.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKmp7yFvadC2aywVXsmzGCGleTeTOQi { width:7.3125rem;height:1.375rem;top:37.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ30BNpUdg9mw5GhveMd4b1EirwL2rhx { display:block; }
 }@media only screen and (max-width: 763px) { #TsGT4nnXl60yA1oZ1KGu0hwTEaKvWPvI { width:20rem;height:14.9375rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dg300QT0OMS9UED0x47E5ieoAvhXBoBT { width:14.25rem;height:2.3125rem;top:40.625rem;left:1.8125rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GcdWQEbDC6XedIZlCJMmNgs900iOhxiQ { display:block; }
 }@media only screen and (max-width: 763px) { #s8J1sM6rMTdT73IxW2TTHA3CNCBn7r5f { width:20rem;height:10.8125rem;top:44.3125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;width:0.8125rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-button { width:6.4375rem;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;height:2.1875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container:first-of-type{padding-top:0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container:last-of-type{padding-bottom:0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB  { width:17.5rem;height:auto;top:60.884376525879rem;left:0rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB {display:block;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB { width:17.5rem;height:auto;top:60.884376525879rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wPeipkfSpQ42eGhASJ7FTIZ1EOt2BVzA {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #VaZuyZpnT8e3oN7GTzvokcIcWnrU4Zmm { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #rNkUTDRNF5igPkrMF7GcAIaaU845PU0i {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #TcRkOlpIeC3MEpNJdWNPEdf0FnNsNgrt {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #LLXBGUEUd2S7d8mHhTtlCRNNUTV26lsW { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #R75NBZa3kWUUpvKWav9IteTuTZkEL1TD {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #uqcx8lJwKr7aMVQyQ8F3F63kJIcUFJsk {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #hAxqbaucb48LO4dWlT6FTd90y7V40cPi { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #lVPc8Ug6SxcWlJcDGQdfHxoqk1edGayX {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #zSi3LT0PexDF95QhTk6KLmGMspHTC4Tl {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Jy82Rg9mKhuJo2zTNS3oLM5ngSmnFP91 { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oUurS4TdbdVDLlwxLVQTZBn8UkPwJh3v {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wUZ5GdJuJQu8AncEZ4RrcM4FvK3RnLLa {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #ZPU8Bxd41xoV01yrQgDyC5aPi6F7kiym { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #bb0mRAFIlyeAlc0KTMn5NZ1pZEdFR0GX {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #iToGobcWWGVIr0JVlayHHdiX3KtHvv1a {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oLCOe5lZHOfNmfWoQWo2VcE1XIJ7IqDP {  }
 }@media only screen and (max-width: 763px) { #W0XE2Ji6pwCpec4qdxS1gpXTbFk7npCk { display:block; }
 }@media only screen and (max-width: 763px) { #RTuMJ9XW6J37TGD1Ceh3bgJAA0BErTRv { display:block; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Vlu5Hk5GWBgJXyTb4iqpeRq0D27tCuek {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #FnCclL6KNSTJrEZZ6cZo8mDbCyiRhtsQ {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #DaIkX9vT7Af69xKUAVmvXkoa0OCfGTnn {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #KJFEMHCLStlrA65riEgHHvXUTi5BTc7f {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #y6ODiv6h6ghJPs1cF2n5xFcRJeTnOGH1 {  }
 }@media only screen and (max-width: 763px) { #XhqARh4oTFT1cFJl0IqLDMHymuHZppO8 { width:16.9375rem;height:1.54375rem;top:59.0625rem;left:1.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { display:none; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row .container { width:20rem;height:8.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RdvsTVhUHwBVUhHyz4DpLz4iEl4nlJ5m { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #it2EwQlUuAqVpsGId7JVhREKBxUvIkEV { display:block; }
 }@media only screen and (max-width: 763px) { #zcIhxes6IEtknJeSzGgCVwrG76qTT1QI { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvDqz4te4lTQIBRacmn1XrUiIuwREZ05 { display:block; }
 }@media only screen and (max-width: 763px) { #cuuHrSMpPEbzo7KO3XVne1Dka5z7ZwtA { width:4.0625rem;height:2.625rem;top:5.625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { display:block; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pheF4VkfBCfl5pS0gzfHq6DZwvdn2wE7 { width:20rem;height:2.68125rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }