.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { background-color: transparent; background-image: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .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); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { border-width: 0; border-radius: 0; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { 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:3.375rem;width:8.125rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.8125rem;left:43.132293701172rem; }
#Het46wLSIuEFnQqXTyXn3KW60XcEnngu { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.03125rem;left:45.5625rem;height:1.5rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9f3ca021-de2b-4a8b-9cad-389e1c2a19b0/TLOLANDINGI.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; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { border-width: 0; border-radius: 0; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;position:relative;display:block; }#L7S1T5P7ifKkBXN0UPpXzz8d7JvvC4ET { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"toyota type";font-size:4.3125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.3125rem;left:0.1875rem;height:8.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cse3CQTA4t80PlcezkEiKGQfxF7TShOX { background-color:#ff0022;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.21875rem;left:0rem;display:block; }
#x8THe1K8fHi9E2BrKftDbD8h1dTWMAcp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLpD2KBGHnTWQD2pt2Gwx3LQ9bIlDVM0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"toyota type";font-size:1.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:10.7rem;font-style:normal;display:block; }#aLpD2KBGHnTWQD2pt2Gwx3LQ9bIlDVM0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aLpD2KBGHnTWQD2pt2Gwx3LQ9bIlDVM0 li:before{  }
#cQByQKFLJg01EpXIbadguAe10T3FV89A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row .container { background-color: transparent; background-image: none; }#cQByQKFLJg01EpXIbadguAe10T3FV89A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row .container > .video-iframe-container { display: none; }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row > .video-iframe-container { display: none; }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .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); }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row .container { border-width: 0; border-radius: 0; }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-form-header {  }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:46.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:46.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-text {padding-top: 0; padding-bottom: 0;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .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:#ffffff;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:46.5625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-select {padding-top: 0; padding-bottom: 0;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-checkbox { width:1rem;height:1rem;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; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-button { 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:#ff0022;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:46.5625rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .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 type";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:45.3125rem;overflow:hidden;font-style:normal;float:none; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-container:first-of-type{padding-top:0;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-container:last-of-type{padding-bottom:0;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF  { background-color:#040809;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:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.46875rem;top:5.9375rem;z-index:15000;position:absolute; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:46.5625rem;display:block;vertical-align:top; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF {display:block;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF { background-color:#040809;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:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.46875rem;top:5.9375rem;z-index:15000;position:absolute; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #cUgE3m5KBZ3IPTcI4rnaDHNBmAGC2q5T { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #IZ1NsZxS40bmD8IfES9hzDzHUvXSs0Un { position:relative;display:none; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #XWnqcCD75kZtoEXoH7I3VObnS3Fi9ROZ { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #OcKEEf4z4dU3H9WOmeMlS0ms5lwtfQUT { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #k1ReGicRLirLFO8yZVHbtn8GQPTpVMza { position:relative;display:block; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #O3BHE48SoRAWA6eMz6d43Tc4sD7PRTAo { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #Po7QWkUQcuJEOGxZJhOJz8ZXwaqa5Fdb { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #o6QgTupTHhiiOCyygM2wTeQm0Kwqzxik { position:relative;display:none; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #m3gq2iXkNGNFTmt0mChc6iX0blZn2m32 { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #SqFnTJ227nHZGtPW06oDxF2knGksamHq { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #fZa2Nm7IKA8VEvSJeF3R65Zo5NfZb4dq { position:relative;display:none; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #fUSn68lUrcFByuUXDqpqvECoTCeVIG83 { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #edLw0cTVJqQgAlDti8nJvR0rCzT6DnLy { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #GFu1v8MuRyF35kTZS3R7XqIOTREtPxDB { position:relative;display:none; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #LWMAbAWK5FuI9TIVTQWZ1EbqWwH6DMeQ { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #GwZ2HGdJkAqiTTidQz49ITr1XwD15ST0 { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #K8B2s2COwNtrNbWWk51VJXTPJy86wBCt { position:relative;z-index:2; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #G5E3Wk2hxoD19HUvBzgkZRqVahcoZdmX { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #MQVXSITxP04uUFFE0vochq5zT6MNardn { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #HmTJJvUz7yzcEvxLe2oTGqJuwLkbDoR6 { position:relative;z-index:2; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #FtAsJBASuW2L3R1cBs9CVO1GbQFEoEhG { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #w4B5By7omXKlQFLTWGR680Du4LiErZOA { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #ImMwhtF3XT3PvQKvLZT8byhgpsJ0x5X5 { position:relative;z-index:2; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #QdRpAiu2PH0KxTiVbS2Sr6y75aLDXP1O { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #vh3u06K276J4PGVHnvZOxAPyr9FriTzT { position:relative; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #LcndUzzAdqpvZ5RO4EJJrC1aOMc3ATJx { position:relative; }
#nSNXfPMuIhhL5qVPXX7SbiIoDWckfsBt { color:#ffffff;display:block;width:59.9364375rem;position:absolute;font-family:"toyota type";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:40.28750038147rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBAOsy88GPHnodB6TQCIJLXx5XzDTbkS { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.2874994277954rem;left:7.65625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row .container { background-color: transparent; background-image: none; }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row .container > .video-iframe-container { display: none; }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row > .video-iframe-container { display: none; }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .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); }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row .container { border-width: 0; border-radius: 0; }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#VTBttqpHT4iSmg1gfrSVnOMqDnNRWyS3 { position:absolute;display:block;z-index:15000;background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#Is33Ix7S8ECqIbtwntxKnqsZSJQRpGl0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"toyota type";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DJ8TqUXgryloFEVe5v0dTJkzu3xtplUd { color:#000000;display:block;width:59.9364375rem;position:absolute;font-family:"toyota type";font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:6.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dc9MVMVfUGBbCkqMInNEnA2U80PBWRmI { color:#000000;display:block;width:60rem;position:absolute;font-family:"toyota type";font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.90625rem;left:0rem;height:4.30625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG { position:relative;display:block; }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG { background-color: transparent; background-image: none; }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .row .container > .video-iframe-container { display: none; }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .row > .video-iframe-container { display: none; }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .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); }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG { border-width: 0; border-radius: 0; }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .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; }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tls7m27m1hgSARGvI6hssRny6D0BnHTq { color:#000000;display:block;width:20rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.3125rem;left:20rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QFhhlBDfrzDhZuTOtgD0mZWa5HirCaUy { position:absolute;display:block;z-index:15050;background-color:#bca3dd;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.1875rem;width:13.6875rem;top:16.5rem;left:22.875rem;display:block; }
#QlndrBa8P7Ho3uAnoEsvxMgyWPOCDi23 { z-index:15038;top:23.4375rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PAmtxZ3GTZFf5WMfzhPDTgsGJKnZd6V4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yH5SzbR8AaFFJZ6OexTlcu8grhH9bfFr { color:#ff0022;display:block;width:18.75rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.878125190735rem;left:20.625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxPSMUwT7rB3e5Q3tt8zlrsMeiDfEgGV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.9375rem;left:25.0625rem; }
#rm10w2hOlBPeXic9txyA768GQlJ2mnni { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.3125rem;left:25.625rem;display:block; }
#y7m2UgBNuzLZIFTdSuB3ytN36VJ5x6w7 { z-index:15047;top:23.4375rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HoQHbaATIdde8mHl9uepOOMmSuIHfPGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OP09cnOFTClaaa7x3BANWTxD6hG22saZ { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:20.1875rem;left:42.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B3U8zQAvWO3WrE1p0SyRBLxHZeDQyyCy { color:#ff0022;display:block;width:14.625rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.878124237061rem;left:42.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtuCdAC4xFWsSWb7z8uZ6geaCZUSwTO0 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:13.1875rem;top:4.875rem;left:2.25rem;overflow:hidden;display:block; }
#h6vWvbd4ZTf2wcDTPF2UXT1OCHWQcZcZ { color:#000000;display:block;width:20rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KoQHy70ZwKOBJfEyBtyEkTOxiU1o66PB { position:absolute;display:block;z-index:15059;background-color:#bca3dd;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.1875rem;width:13.6875rem;top:16.25rem;left:42.875rem;display:block; }
#Z29p2r83o5L0QKUwRNcEqoAtBTpymCsJ { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.4135437011719rem;left:45.8125rem;display:block; }
#Q0RDkyVeD7fDd6fODKdCtuHFT8oakc2X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.25rem;left:45.0625rem; }
#CI06I8gyQCCBhWlsPmS7QwH3aqOHoNAM { z-index:15055;top:23.125rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EtQkxgPTqdsCqpalG7kXHVNVEUatO3r3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUNJS6qs4iCfia3APDyQz69wW7ev6MNl { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:20.1875rem;left:2.53125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#plIzrvUDkBx3hATpRaeohygZvAcNGmEA { color:#ff0022;display:block;width:17.4375rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:17.878125190735rem;left:1.28125rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRg0nUNt3V4h62OwrxefTfhZmkSyvfoV { position:absolute;display:block;z-index:15067;background-color:#bca3dd;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.1875rem;width:13.6875rem;top:16.9375rem;left:2.875rem;display:block; }
#sCaNsRkzd4BWNLg3IMetvwnF6pPe9y7b { color:#000000;display:block;width:20rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:12.75rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onIgTIaoDSwdDyPkwwvzOv0ZHqRp1gJn { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.6875rem;left:5.8125rem;display:block; }
#q8VEupL0KJnFpn7VhAh5AeuL55RdKur1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.625rem;left:5rem; }
#zWCcZTgt0RC7s8zOulFE6qKWhoUinKPd { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.75rem;top:4.6875rem;left:23.625rem;overflow:hidden;display:block; }
#xTIIukPDtw0Xm4vLs8kovEsBso3SlOEC { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:14.875rem;top:3.8125rem;left:42.5625rem;overflow:hidden;display:block; }
#xVC1GNlvnlHOAR4G64K8QSgsP1b2Gr2T { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:32.4375rem;left:22.53125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTE3CiLx7O7W4FpCGSIM56I9hPDPFJcQ { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:32.4375rem;left:42.53125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u16lcPF9PHriKXVzsTv2I7Gy3r4kPgvO { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:27.9375rem;left:7.078125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e5ZceiXtR0lzZmHxxATZSFNBdysv60cc { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:28.246875762939rem;left:27.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PdtX4OTqCHX2AONull1bgddBQ1G75cPd { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:28.446876525879rem;left:47.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DHduh3lrpDGINdFFHuLwRWLipU1y9iVs { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:0.875rem;left:88.34375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NEoWWXG3dr6kuEognWc5mAF59VnzZuVS { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:#ff0022;background-image:none;top:0.875rem;left:12.1875rem;display:block; }
#r2axw0FbdfSPlhdVC989GVsLd5cFaHw4 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RtQ770QMySmQC5y3XKaeGdSpVNt2MNKl { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7SdLhXsw2r1XKpFcLG5mG8TuQoZfPUG { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:5.3125rem;left:12.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gWeVyLyohm2XelA0HscrJbqNbA1zohec { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15115;background-color:#ff0022;background-image:none;top:0.875rem;left:32.1875rem;display:block; }
#rs4DvIWli8hgBO16T8aSipyHiy1sLgIu { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szgy5V67rC5AJUzGdRWlm7BewJHT0gxv { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:2.375rem;left:32.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zB4SO6H3kzPem3Bf9gFLEaH86rQpkksM { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15118;background-color:#ff0022;background-image:none;top:0.75rem;left:52.1875rem;display:block; }
#mn6BvPpwtzlTtpd72GMBWnHqVKc79ZJS { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:3.25rem;left:52.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEanuIoAtcFiGMToZk5MMqqip6lOF487 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tr7Wh9u8VOKPmzzylVfEalF0VTB6Jrzg { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:5.40625rem;left:32.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rm5mATEIlPgsCclmI1u0KS6K0dTVNAV1 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.75rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:5.40625rem;left:52.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o { position:relative;display:block; }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o { background-color: transparent; background-image: none; }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .row .container > .video-iframe-container { display: none; }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .row > .video-iframe-container { display: none; }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .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); }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o { border-width: 0; border-radius: 0; }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .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; }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FdxOL5iHw9wP5tNd4BmZuT37F0VuHQ56 { color:#000000;display:block;width:20rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.3125rem;left:20rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sL4cvIiOF8ZzVzCDBHvnBy7HtkRTfQ2y { position:absolute;display:block;z-index:15050;background-color:#bca3dd;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.1875rem;width:13.6875rem;top:16.5rem;left:22.875rem;display:block; }
#tOhDQcw9T1JIAsTEPdtSvEiax86kyyps { z-index:15038;top:23.4375rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ezI8t6I08CmQs9vwyXggy9GXQh9e053L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDDbBoX0OKT69rdMaTX8MlUWifSRZHUc { color:#ff0022;display:block;width:18.75rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.878125190735rem;left:20.625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#baUVLbCv4lBP36z9aP7MT8hOzRPDLOao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.9375rem;left:25.0625rem; }
#DnhqSUXK8Q60Gek1qASegIx8k43bD3yk { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.3125rem;left:25.625rem;display:block; }
#DbE5OEJNsbuvFVHu1ChlegAl2tlROmes { z-index:15047;top:23.4375rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WtrDTwGtdVy1tv5KmoX0AncGAxnTQ32w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8oLWCSkPOpPORA4ILN7itNnKFVlEGcp { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:20.1875rem;left:42.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X6mWUcxMJB7D9r9fQJU3iNUzvliIVzu4 { color:#ff0022;display:block;width:14.625rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.878124237061rem;left:42.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdATonkl5NSXTWmRvT4qT3R4LT9NHqRC { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:13.1875rem;top:4.375rem;left:1.5rem;overflow:hidden;display:block; }
#XhXJ2Kw7Axwf6WEZoIpStqVQhShd3SCz { color:#000000;display:block;width:20rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NIOIXLa1fr7NG6hns4efIR187tXchVyH { position:absolute;display:block;z-index:15059;background-color:#bca3dd;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.1875rem;width:13.6875rem;top:16.25rem;left:42.875rem;display:block; }
#A7lLCu9Z5IegTXQE7gfOxkROMbuPXbM4 { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.4135437011719rem;left:45.8125rem;display:block; }
#MoClm7O3b4yDTe0WhkDuOFM0XcPasJtr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.25rem;left:45.0625rem; }
#E6m8koZmwmmV11vTzP5Z7Bzsvd92a52l { z-index:15055;top:23.125rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E1x0cp1fxHALVCTn03VHmZM8EhLkmiQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptpM9UGXI0u2lrShQngWHa3MGPunDr0M { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:20.4375rem;left:2.53125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ukn9L0VWyBpese6cgkNV14E2riONDGwr { color:#ff0022;display:block;width:17.4375rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:17.878125190735rem;left:1.28125rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2WOU40TtX4rDafgpTqD0kEogtWV1Mv3 { position:absolute;display:block;z-index:15067;background-color:#bca3dd;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.1875rem;width:13.6875rem;top:16.9375rem;left:2.875rem;display:block; }
#AP8TiFK7C0NiWIMfbOwiqrF6vkhvho0a { color:#000000;display:block;width:20rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:12.825000762939rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qB7mbxpRFODQ3ceP0qEIzuce2SbEFavR { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.6875rem;left:5.8125rem;display:block; }
#F3np9nVWL310bElPlvuI5Av647OVuQOS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.625rem;left:5rem; }
#GVZ2OAnviTyDnz2oupApdh3ZmzpmI712 { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:32.4375rem;left:2.53125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K8440yyHOTlJanDDdii1GquQs52cD1mL { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:32.4375rem;left:22.53125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EWLvQT6dXG1MWTQ4i6la8iG05FeLyaam { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:32.4375rem;left:42.53125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d3nSWmmMlbLFDeh53WXX48AQJc1rqMw0 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:27.9375rem;left:7.078125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGWRE5lcU5MDiDVpJn8TbntyeSNVg6yo { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:28.246875762939rem;left:27.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dNm5w7Lg8kBdZdFpRkrL6188XE3MTJ1f { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:28.446876525879rem;left:47.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwZlIlaPq5BHsgeaglzTgzUi5GmWvEa0 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:0.875rem;left:88.34375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yZARCiG8iCNwJJSeKpiuG2c2eNdUOZy4 { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:#ff0022;background-image:none;top:0.875rem;left:12.1875rem;display:block; }
#E6TCsa7l8ODhgTvJSBhTWN8aflqsCZ2i { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOFRugf0AfoB8gTW01VdTa0So0yT2hBb { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.75rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwzJui0JEquMWHwtacpT3nqZ0ZxORqDp { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15115;background-color:#ff0022;background-image:none;top:0.875rem;left:32.1875rem;display:block; }
#fycuVmi91BiuMTocyFzxDlN8QgiflDZw { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z2MTsIuxVsczpVHWLTrgimBLbqZnzPz3 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:2.375rem;left:32.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCdsCRLn5TDnRLUtZ6TQMMx0NcCsAsMl { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"toyota type";font-size:0.6875rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:5.5rem;left:32.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STXNF3hK8LWrA9I7OtTJJDtKxTMTidoB { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.625rem;top:5rem;left:43.6875rem;overflow:hidden;display:block; }
#SRudv6p4xIKXRx5stD5ZqasDUyFk3TTo { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:13.1875rem;top:4.6875rem;left:21.375rem;overflow:hidden;display:block; }
#gBAhRTFcDrWhGulNBkCmoXXmdt5TCA2P { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:45.4375rem;left:13.9375rem;display:none; }
#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row .container { background-color: transparent; background-image: none; }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row .container > .video-iframe-container { display: none; }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row > .video-iframe-container { display: none; }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .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); }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row .container { border-width: 0; border-radius: 0; }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#pC96wKQNirKvlzQQHivHyWUIasveA5SR { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"toyota type";font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.65625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#iyLPSVyhX9klwqTVz1A6c8Ve4kzKrpJf { color:#ffffff;display:block;width:25.8114375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.9385414123538rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFMH1I9RO5RTIrW0nxzlmJi9rKSTw4ww { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.081249237061rem;left:15.875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ONcaQDrQANIFWJtXlTi479JFQG4lxQio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.46249961853rem;left:13.0625rem; }
#zdJLKZwzX8nZ1i8ZGITnmeTxbnhyrKuu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.325000762939rem;left:13.0625rem; }
#RJbowg2AgdNFJtz5EJ7aIMHHxophghSB { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.63437461853rem;left:15.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CV8zkfbXpSUawaxUCs7lwgPsxmq86VFp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.125rem;left:32.6875rem; }
#Qq0zqObWpiiBVNnfnbZfpnMb08Nh78r1 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3y5VTNbohetnFF0uyf0koucQwe4wGL7 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.6875rem;height:5.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K97QLhuQqAE938CXd1GPsTD3IwLO7dE8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.125rem;left:32.6875rem; }
#Popv0535PWIHZbcnAOPXGk8AlCfSe5WO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M0AscU8zIdLEsryaoV5FC0DWA13t8rbt { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"toyota type";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:32.6875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP { position:relative;display:block; }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP { background-color: transparent; background-image: none; }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .row .container > .video-iframe-container { display: none; }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .row > .video-iframe-container { display: none; }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .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); }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP { border-width: 0; border-radius: 0; }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .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; }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vacnCMAc6frtoOLPp8Qok9dtZRWlid4u { color:#2a2a2a;display:block;width:29.25rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9343757629394rem;left:13.000001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qcDlEAvh3yzvaaBMEiwDKnNRgEIUZn5V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.5rem;left:52.21875rem; }
#qcDlEAvh3yzvaaBMEiwDKnNRgEIUZn5V > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#rfJHRFLCtNdiSN9cI2BNSRK927rCqgMd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.5rem;left:55.65625rem; }
#rfJHRFLCtNdiSN9cI2BNSRK927rCqgMd > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#DCRa3hlWvyBOzcb8EiWnRtqCNFm7QEST { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.6875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;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; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .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); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { top:0.5625rem;left:0rem;width:8.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { top:2.8125rem;left:37.007293701172rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { top:3rem;left:33.3125rem;width:14.4375rem;height:1.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7S1T5P7ifKkBXN0UPpXzz8d7JvvC4ET { top:1.3125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cse3CQTA4t80PlcezkEiKGQfxF7TShOX { width:17.5rem;height:3.4375rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8THe1K8fHi9E2BrKftDbD8h1dTWMAcp { display:block; }
 }@media only screen and (max-width: 763px) { #aLpD2KBGHnTWQD2pt2Gwx3LQ9bIlDVM0 { top:9.1875rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:0.9375rem;display:block; }#aLpD2KBGHnTWQD2pt2Gwx3LQ9bIlDVM0 li:before{  }
 }@media only screen and (max-width: 763px) { #cQByQKFLJg01EpXIbadguAe10T3FV89A { display:block; }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-text {padding-top: 0; padding-bottom: 0;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-select {padding-top: 0; padding-bottom: 0;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF  { width:45.25rem;height:auto;top:5.9375rem;left:0rem; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF {display:block;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF { width:45.25rem;height:auto;top:5.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #cUgE3m5KBZ3IPTcI4rnaDHNBmAGC2q5T {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #IZ1NsZxS40bmD8IfES9hzDzHUvXSs0Un { display:none; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #XWnqcCD75kZtoEXoH7I3VObnS3Fi9ROZ {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #OcKEEf4z4dU3H9WOmeMlS0ms5lwtfQUT {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #k1ReGicRLirLFO8yZVHbtn8GQPTpVMza {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #O3BHE48SoRAWA6eMz6d43Tc4sD7PRTAo {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #Po7QWkUQcuJEOGxZJhOJz8ZXwaqa5Fdb {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #o6QgTupTHhiiOCyygM2wTeQm0Kwqzxik { display:none; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #m3gq2iXkNGNFTmt0mChc6iX0blZn2m32 {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #SqFnTJ227nHZGtPW06oDxF2knGksamHq {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #fZa2Nm7IKA8VEvSJeF3R65Zo5NfZb4dq { display:none; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #fUSn68lUrcFByuUXDqpqvECoTCeVIG83 {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #edLw0cTVJqQgAlDti8nJvR0rCzT6DnLy {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #GFu1v8MuRyF35kTZS3R7XqIOTREtPxDB { display:none; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #LWMAbAWK5FuI9TIVTQWZ1EbqWwH6DMeQ {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #GwZ2HGdJkAqiTTidQz49ITr1XwD15ST0 {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #K8B2s2COwNtrNbWWk51VJXTPJy86wBCt { z-index:2; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #G5E3Wk2hxoD19HUvBzgkZRqVahcoZdmX {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #MQVXSITxP04uUFFE0vochq5zT6MNardn {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #HmTJJvUz7yzcEvxLe2oTGqJuwLkbDoR6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #FtAsJBASuW2L3R1cBs9CVO1GbQFEoEhG {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #w4B5By7omXKlQFLTWGR680Du4LiErZOA {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #ImMwhtF3XT3PvQKvLZT8byhgpsJ0x5X5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #QdRpAiu2PH0KxTiVbS2Sr6y75aLDXP1O {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #vh3u06K276J4PGVHnvZOxAPyr9FriTzT {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #LcndUzzAdqpvZ5RO4EJJrC1aOMc3ATJx {  }
 }@media only screen and (max-width: 763px) { #nSNXfPMuIhhL5qVPXX7SbiIoDWckfsBt { top:40.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBAOsy88GPHnodB6TQCIJLXx5XzDTbkS { top:3.25rem;left:1.53125rem;width:44.6875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC { display:block; }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTBttqpHT4iSmg1gfrSVnOMqDnNRWyS3 { top:0rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is33Ix7S8ECqIbtwntxKnqsZSJQRpGl0 { top:4.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ8TqUXgryloFEVe5v0dTJkzu3xtplUd { top:13.3125rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc9MVMVfUGBbCkqMInNEnA2U80PBWRmI { top:6.875rem;left:0rem;width:47.75rem;height:0;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG { display:block; }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tls7m27m1hgSARGvI6hssRny6D0BnHTq { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFhhlBDfrzDhZuTOtgD0mZWa5HirCaUy { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlndrBa8P7Ho3uAnoEsvxMgyWPOCDi23 { top:23.4375rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAmtxZ3GTZFf5WMfzhPDTgsGJKnZd6V4 { display:block; }
 }@media only screen and (max-width: 763px) { #yH5SzbR8AaFFJZ6OexTlcu8grhH9bfFr { top:17.875rem;left:13rem;width:18.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPSMUwT7rB3e5Q3tt8zlrsMeiDfEgGV { top:27.9375rem;left:18.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm10w2hOlBPeXic9txyA768GQlJ2mnni { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7m2UgBNuzLZIFTdSuB3ytN36VJ5x6w7 { top:23.4375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoQHbaATIdde8mHl9uepOOMmSuIHfPGG { display:block; }
 }@media only screen and (max-width: 763px) { #OP09cnOFTClaaa7x3BANWTxD6hG22saZ { top:20.1875rem;left:32.25rem;width:14.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3U8zQAvWO3WrE1p0SyRBLxHZeDQyyCy { top:17.875rem;left:32.375rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtuCdAC4xFWsSWb7z8uZ6geaCZUSwTO0 { top:4.875rem;left:0.1875rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6vWvbd4ZTf2wcDTPF2UXT1OCHWQcZcZ { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoQHy70ZwKOBJfEyBtyEkTOxiU1o66PB { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z29p2r83o5L0QKUwRNcEqoAtBTpymCsJ { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0RDkyVeD7fDd6fODKdCtuHFT8oakc2X { top:28.25rem;left:34.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI06I8gyQCCBhWlsPmS7QwH3aqOHoNAM { top:23.125rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtQkxgPTqdsCqpalG7kXHVNVEUatO3r3 { display:block; }
 }@media only screen and (max-width: 763px) { #oUNJS6qs4iCfia3APDyQz69wW7ev6MNl { top:20.1875rem;left:0.46875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plIzrvUDkBx3hATpRaeohygZvAcNGmEA { top:17.875rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRg0nUNt3V4h62OwrxefTfhZmkSyvfoV { top:16.9375rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCaNsRkzd4BWNLg3IMetvwnF6pPe9y7b { top:12.75rem;left:0rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onIgTIaoDSwdDyPkwwvzOv0ZHqRp1gJn { top:1.6875rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8VEupL0KJnFpn7VhAh5AeuL55RdKur1 { top:27.625rem;left:2.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWCcZTgt0RC7s8zOulFE6qKWhoUinKPd { top:4.6875rem;left:17.4375rem;width:12.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTIIukPDtw0Xm4vLs8kovEsBso3SlOEC { top:3.8125rem;left:32.25rem;width:14.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVC1GNlvnlHOAR4G64K8QSgsP1b2Gr2T { top:32.4375rem;left:16.34375rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTE3CiLx7O7W4FpCGSIM56I9hPDPFJcQ { top:32.4375rem;left:32.21875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u16lcPF9PHriKXVzsTv2I7Gy3r4kPgvO { top:27.9375rem;left:5.015625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZceiXtR0lzZmHxxATZSFNBdysv60cc { top:28.1875rem;left:20.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdtX4OTqCHX2AONull1bgddBQ1G75cPd { top:28.4375rem;left:36.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHduh3lrpDGINdFFHuLwRWLipU1y9iVs { top:1.5rem;left:39rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEoWWXG3dr6kuEognWc5mAF59VnzZuVS { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2axw0FbdfSPlhdVC989GVsLd5cFaHw4 { top:3.375rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtQ770QMySmQC5y3XKaeGdSpVNt2MNKl { top:2.375rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7SdLhXsw2r1XKpFcLG5mG8TuQoZfPUG { top:5.3125rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWeVyLyohm2XelA0HscrJbqNbA1zohec { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs4DvIWli8hgBO16T8aSipyHiy1sLgIu { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szgy5V67rC5AJUzGdRWlm7BewJHT0gxv { top:2.375rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB4SO6H3kzPem3Bf9gFLEaH86rQpkksM { top:0.75rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn6BvPpwtzlTtpd72GMBWnHqVKc79ZJS { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEanuIoAtcFiGMToZk5MMqqip6lOF487 { top:2.25rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7Wh9u8VOKPmzzylVfEalF0VTB6Jrzg { top:5.375rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm5mATEIlPgsCclmI1u0KS6K0dTVNAV1 { top:5.375rem;left:41.5rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o { display:block; }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdxOL5iHw9wP5tNd4BmZuT37F0VuHQ56 { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL4cvIiOF8ZzVzCDBHvnBy7HtkRTfQ2y { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOhDQcw9T1JIAsTEPdtSvEiax86kyyps { top:23.4375rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezI8t6I08CmQs9vwyXggy9GXQh9e053L { display:block; }
 }@media only screen and (max-width: 763px) { #mDDbBoX0OKT69rdMaTX8MlUWifSRZHUc { top:17.875rem;left:13rem;width:18.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baUVLbCv4lBP36z9aP7MT8hOzRPDLOao { top:27.9375rem;left:18.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnhqSUXK8Q60Gek1qASegIx8k43bD3yk { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbE5OEJNsbuvFVHu1ChlegAl2tlROmes { top:23.4375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtrDTwGtdVy1tv5KmoX0AncGAxnTQ32w { display:block; }
 }@media only screen and (max-width: 763px) { #A8oLWCSkPOpPORA4ILN7itNnKFVlEGcp { top:20.1875rem;left:32.25rem;width:14.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6mWUcxMJB7D9r9fQJU3iNUzvliIVzu4 { top:17.875rem;left:32.375rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdATonkl5NSXTWmRvT4qT3R4LT9NHqRC { top:4.375rem;left:0rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhXJ2Kw7Axwf6WEZoIpStqVQhShd3SCz { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIOIXLa1fr7NG6hns4efIR187tXchVyH { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7lLCu9Z5IegTXQE7gfOxkROMbuPXbM4 { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoClm7O3b4yDTe0WhkDuOFM0XcPasJtr { top:28.25rem;left:34.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6m8koZmwmmV11vTzP5Z7Bzsvd92a52l { top:23.125rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1x0cp1fxHALVCTn03VHmZM8EhLkmiQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #ptpM9UGXI0u2lrShQngWHa3MGPunDr0M { top:20.4375rem;left:0.46875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukn9L0VWyBpese6cgkNV14E2riONDGwr { top:17.875rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2WOU40TtX4rDafgpTqD0kEogtWV1Mv3 { top:16.9375rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP8TiFK7C0NiWIMfbOwiqrF6vkhvho0a { top:12.8125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB7mbxpRFODQ3ceP0qEIzuce2SbEFavR { top:1.6875rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3np9nVWL310bElPlvuI5Av647OVuQOS { top:27.625rem;left:2.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVZ2OAnviTyDnz2oupApdh3ZmzpmI712 { top:32.4375rem;left:0.46875rem;width:14.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8440yyHOTlJanDDdii1GquQs52cD1mL { top:32.4375rem;left:16.34375rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWLvQT6dXG1MWTQ4i6la8iG05FeLyaam { top:32.4375rem;left:32.21875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3nSWmmMlbLFDeh53WXX48AQJc1rqMw0 { top:27.9375rem;left:5.015625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGWRE5lcU5MDiDVpJn8TbntyeSNVg6yo { top:28.1875rem;left:20.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNm5w7Lg8kBdZdFpRkrL6188XE3MTJ1f { top:28.4375rem;left:36.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwZlIlaPq5BHsgeaglzTgzUi5GmWvEa0 { top:1.5rem;left:39rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZARCiG8iCNwJJSeKpiuG2c2eNdUOZy4 { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6TCsa7l8ODhgTvJSBhTWN8aflqsCZ2i { top:3.375rem;left:9.75rem;width:6.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOFRugf0AfoB8gTW01VdTa0So0yT2hBb { top:2.375rem;left:9.75rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzJui0JEquMWHwtacpT3nqZ0ZxORqDp { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fycuVmi91BiuMTocyFzxDlN8QgiflDZw { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2MTsIuxVsczpVHWLTrgimBLbqZnzPz3 { top:2.375rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCdsCRLn5TDnRLUtZ6TQMMx0NcCsAsMl { top:5.5rem;left:25.625rem;width:6.125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXNF3hK8LWrA9I7OtTJJDtKxTMTidoB { top:5rem;left:33.375rem;width:12.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRudv6p4xIKXRx5stD5ZqasDUyFk3TTo { top:4.6875rem;left:15.875rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBAhRTFcDrWhGulNBkCmoXXmdt5TCA2P { top:45.4375rem;left:3.375rem;width:12.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT { display:block; }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC96wKQNirKvlzQQHivHyWUIasveA5SR { top:3.25rem;left:0rem;width:26.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyLPSVyhX9klwqTVz1A6c8Ve4kzKrpJf { top:10.125rem;left:0.8135414123535rem;width:25.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFMH1I9RO5RTIrW0nxzlmJi9rKSTw4ww { top:13.0625rem;left:9.75rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONcaQDrQANIFWJtXlTi479JFQG4lxQio { top:13.4375rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdJLKZwzX8nZ1i8ZGITnmeTxbnhyrKuu { top:17.3125rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbowg2AgdNFJtz5EJ7aIMHHxophghSB { top:17.625rem;left:9.75rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV8zkfbXpSUawaxUCs7lwgPsxmq86VFp { top:8.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq0zqObWpiiBVNnfnbZfpnMb08Nh78r1 { top:8.125rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3y5VTNbohetnFF0uyf0koucQwe4wGL7 { top:9.875rem;left:26.5625rem;width:17.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K97QLhuQqAE938CXd1GPsTD3IwLO7dE8 { top:14.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Popv0535PWIHZbcnAOPXGk8AlCfSe5WO { top:14.5625rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0AscU8zIdLEsryaoV5FC0DWA13t8rbt { top:16.0625rem;left:26.5625rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP { display:block; }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vacnCMAc6frtoOLPp8Qok9dtZRWlid4u { top:2.875rem;left:6.875rem;width:29.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcDlEAvh3yzvaaBMEiwDKnNRgEIUZn5V { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#qcDlEAvh3yzvaaBMEiwDKnNRgEIUZn5V > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rfJHRFLCtNdiSN9cI2BNSRK927rCqgMd { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#rfJHRFLCtNdiSN9cI2BNSRK927rCqgMd > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DCRa3hlWvyBOzcb8EiWnRtqCNFm7QEST { top:2.5rem;left:0rem;width:11.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { width:7.375rem;height:2.875rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { display:flex;top:1.625rem;left:10.625rem;width:1.125rem;height:1.125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { width:7.8125rem;height:0.9625rem;top:2.0500001907349rem;left:11.6875rem;font-size:0.6875rem;line-height:1.4;z-index:15003;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { background-color:#282830;background-image:url("https://images.assets-landingi.com/uc/0b6273bc-07ee-4701-b846-ac46ebce22da/miesiacsamochodowdostawczychtoyotatoyotacentrumwroclawmobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7S1T5P7ifKkBXN0UPpXzz8d7JvvC4ET { width:20rem;height:6.825rem;top:1.8812503814698rem;left:0rem;font-size:1.625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cse3CQTA4t80PlcezkEiKGQfxF7TShOX { width:11.25rem;height:2.5rem;top:11.456250190735rem;left:4.375rem;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8THe1K8fHi9E2BrKftDbD8h1dTWMAcp { display:block; }
 }@media only screen and (max-width: 763px) { #aLpD2KBGHnTWQD2pt2Gwx3LQ9bIlDVM0 { width:20rem;height:7.9375rem;top:21.581249237061rem;left:0rem;font-size:0.9375rem;color:#ffffff;font-weight:300;font-style:normal;font-family:"toyota type";display:block; }#aLpD2KBGHnTWQD2pt2Gwx3LQ9bIlDVM0 li:before{  }
 }@media only screen and (max-width: 763px) { #cQByQKFLJg01EpXIbadguAe10T3FV89A { display:block; }#cQByQKFLJg01EpXIbadguAe10T3FV89A > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-text {padding-top: 0; padding-bottom: 0;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-select {padding-top: 0; padding-bottom: 0;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF  { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF {display:block;}#cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #cUgE3m5KBZ3IPTcI4rnaDHNBmAGC2q5T {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #IZ1NsZxS40bmD8IfES9hzDzHUvXSs0Un { display:none; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #XWnqcCD75kZtoEXoH7I3VObnS3Fi9ROZ {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #OcKEEf4z4dU3H9WOmeMlS0ms5lwtfQUT {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #k1ReGicRLirLFO8yZVHbtn8GQPTpVMza {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #O3BHE48SoRAWA6eMz6d43Tc4sD7PRTAo {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #Po7QWkUQcuJEOGxZJhOJz8ZXwaqa5Fdb {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #o6QgTupTHhiiOCyygM2wTeQm0Kwqzxik { display:none; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #m3gq2iXkNGNFTmt0mChc6iX0blZn2m32 {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #SqFnTJ227nHZGtPW06oDxF2knGksamHq {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #fZa2Nm7IKA8VEvSJeF3R65Zo5NfZb4dq { display:none; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #fUSn68lUrcFByuUXDqpqvECoTCeVIG83 {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #edLw0cTVJqQgAlDti8nJvR0rCzT6DnLy {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #GFu1v8MuRyF35kTZS3R7XqIOTREtPxDB { display:none; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #LWMAbAWK5FuI9TIVTQWZ1EbqWwH6DMeQ {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #GwZ2HGdJkAqiTTidQz49ITr1XwD15ST0 {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #K8B2s2COwNtrNbWWk51VJXTPJy86wBCt { z-index:2; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #G5E3Wk2hxoD19HUvBzgkZRqVahcoZdmX {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #MQVXSITxP04uUFFE0vochq5zT6MNardn {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #HmTJJvUz7yzcEvxLe2oTGqJuwLkbDoR6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #FtAsJBASuW2L3R1cBs9CVO1GbQFEoEhG {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #w4B5By7omXKlQFLTWGR680Du4LiErZOA {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #ImMwhtF3XT3PvQKvLZT8byhgpsJ0x5X5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #QdRpAiu2PH0KxTiVbS2Sr6y75aLDXP1O {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #vh3u06K276J4PGVHnvZOxAPyr9FriTzT {  }
 }@media only screen and (max-width: 763px) { #cw98NX4ABgXXX5fhRJEMTo3Sz4NyW2OF #LcndUzzAdqpvZ5RO4EJJrC1aOMc3ATJx {  }
 }@media only screen and (max-width: 763px) { #nSNXfPMuIhhL5qVPXX7SbiIoDWckfsBt { width:20rem;height:3.9rem;top:63.600000381469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBAOsy88GPHnodB6TQCIJLXx5XzDTbkS { width:20rem;height:3.325rem;top:4.6625003814697rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC { display:block; }#bt5WwMbRzuly2kHkoZx1wIzJxAeXwxaC > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTBttqpHT4iSmg1gfrSVnOMqDnNRWyS3 { width:20rem;height:1.875rem;top:11.99951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Is33Ix7S8ECqIbtwntxKnqsZSJQRpGl0 { width:20rem;height:1.625rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ8TqUXgryloFEVe5v0dTJkzu3xtplUd { width:15.9375rem;height:14.3rem;top:10.998958587646rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc9MVMVfUGBbCkqMInNEnA2U80PBWRmI { width:20rem;height:2.6rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG { display:block; }#WAfnFuzvyyPFAqtFbyrQ9ibBxTA1xSZG > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tls7m27m1hgSARGvI6hssRny6D0BnHTq { width:17.6875rem;height:3.7375rem;top:17.25rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFhhlBDfrzDhZuTOtgD0mZWa5HirCaUy { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlndrBa8P7Ho3uAnoEsvxMgyWPOCDi23 { top:26.875rem;left:2.40625rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAmtxZ3GTZFf5WMfzhPDTgsGJKnZd6V4 { display:block; }
 }@media only screen and (max-width: 763px) { #yH5SzbR8AaFFJZ6OexTlcu8grhH9bfFr { width:14.625rem;height:1.86875rem;top:21.925002098084rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPSMUwT7rB3e5Q3tt8zlrsMeiDfEgGV { display:flex;width:2rem;height:2rem;top:31.4375rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #rm10w2hOlBPeXic9txyA768GQlJ2mnni { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7m2UgBNuzLZIFTdSuB3ytN36VJ5x6w7 { top:61.0625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoQHbaATIdde8mHl9uepOOMmSuIHfPGG { display:block; }
 }@media only screen and (max-width: 763px) { #OP09cnOFTClaaa7x3BANWTxD6hG22saZ { width:14.9375rem;height:0;top:58.9375rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B3U8zQAvWO3WrE1p0SyRBLxHZeDQyyCy { width:14.625rem;height:1.86875rem;top:56.5625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtuCdAC4xFWsSWb7z8uZ6geaCZUSwTO0 { width:13.1875rem;height:7.6875rem;top:76.875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6vWvbd4ZTf2wcDTPF2UXT1OCHWQcZcZ { width:20rem;height:3.7375rem;top:52.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoQHy70ZwKOBJfEyBtyEkTOxiU1o66PB { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z29p2r83o5L0QKUwRNcEqoAtBTpymCsJ { width:11rem;height:10.6875rem;top:41.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0RDkyVeD7fDd6fODKdCtuHFT8oakc2X { display:flex;width:2rem;height:2rem;top:101.6875rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #CI06I8gyQCCBhWlsPmS7QwH3aqOHoNAM { top:97.1875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtQkxgPTqdsCqpalG7kXHVNVEUatO3r3 { display:block; }
 }@media only screen and (max-width: 763px) { #oUNJS6qs4iCfia3APDyQz69wW7ev6MNl { width:14.9375rem;height:2.275rem;top:94.287500381469rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #plIzrvUDkBx3hATpRaeohygZvAcNGmEA { width:14.625rem;height:3.7375rem;top:90.12500190735rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRg0nUNt3V4h62OwrxefTfhZmkSyvfoV { width:13.6875rem;height:0.1875rem;top:16.9375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCaNsRkzd4BWNLg3IMetvwnF6pPe9y7b { width:20rem;height:3.7375rem;top:85.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onIgTIaoDSwdDyPkwwvzOv0ZHqRp1gJn { width:11rem;height:10.6875rem;top:73.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8VEupL0KJnFpn7VhAh5AeuL55RdKur1 { display:flex;width:2rem;height:2rem;top:65.4375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #zWCcZTgt0RC7s8zOulFE6qKWhoUinKPd { width:13.3125rem;height:7.75rem;top:9.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTIIukPDtw0Xm4vLs8kovEsBso3SlOEC { width:13.1875rem;height:7.6875rem;top:44.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVC1GNlvnlHOAR4G64K8QSgsP1b2Gr2T { width:14.9375rem;height:1.1375rem;top:25.0625rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTE3CiLx7O7W4FpCGSIM56I9hPDPFJcQ { width:14.9375rem;height:1.1375rem;top:58.937498092651rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u16lcPF9PHriKXVzsTv2I7Gy3r4kPgvO { width:8.75rem;height:1.3rem;top:102.0625rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZceiXtR0lzZmHxxATZSFNBdysv60cc { width:8.75rem;height:1.3rem;top:65.8125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PdtX4OTqCHX2AONull1bgddBQ1G75cPd { width:8.75rem;height:1.3rem;top:31.8125rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHduh3lrpDGINdFFHuLwRWLipU1y9iVs { width:8.75rem;height:0;top:106.27501220703rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NEoWWXG3dr6kuEognWc5mAF59VnzZuVS { width:7.25rem;height:7.25rem;top:4.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2axw0FbdfSPlhdVC989GVsLd5cFaHw4 { width:6.125rem;height:2.03125rem;top:74.21875190735rem;left:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtQ770QMySmQC5y3XKaeGdSpVNt2MNKl { width:6.125rem;height:1.21875rem;top:73.3125rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7SdLhXsw2r1XKpFcLG5mG8TuQoZfPUG { width:6.125rem;height:1.21875rem;top:76.25000190735rem;left:11.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWeVyLyohm2XelA0HscrJbqNbA1zohec { width:7.25rem;height:7.25rem;top:40.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs4DvIWli8hgBO16T8aSipyHiy1sLgIu { width:6.125rem;height:2.03125rem;top:43.25rem;left:11.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szgy5V67rC5AJUzGdRWlm7BewJHT0gxv { width:6.125rem;height:1.21875rem;top:42.25rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB4SO6H3kzPem3Bf9gFLEaH86rQpkksM { width:7.25rem;height:7.25rem;top:71.6875rem;left:10.4375rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #mn6BvPpwtzlTtpd72GMBWnHqVKc79ZJS { width:6.125rem;height:2.03125rem;top:7.5312519073488rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEanuIoAtcFiGMToZk5MMqqip6lOF487 { width:6.125rem;height:1.21875rem;top:6.375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7Wh9u8VOKPmzzylVfEalF0VTB6Jrzg { width:6.125rem;height:1.21875rem;top:45.3125rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm5mATEIlPgsCclmI1u0KS6K0dTVNAV1 { width:6.125rem;height:0.975rem;top:9.6375007629394rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o { display:block; }#wHUk6D7SzvO0vFscLJrkLSNZpFeHRB2o > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdxOL5iHw9wP5tNd4BmZuT37F0VuHQ56 { width:17.6875rem;height:3.7375rem;top:57.5rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL4cvIiOF8ZzVzCDBHvnBy7HtkRTfQ2y { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOhDQcw9T1JIAsTEPdtSvEiax86kyyps { top:65.6875rem;left:2.4375rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezI8t6I08CmQs9vwyXggy9GXQh9e053L { display:block; }
 }@media only screen and (max-width: 763px) { #mDDbBoX0OKT69rdMaTX8MlUWifSRZHUc { width:14.625rem;height:1.86875rem;top:61.25rem;left:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baUVLbCv4lBP36z9aP7MT8hOzRPDLOao { display:flex;width:2rem;height:2rem;top:69.9375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #DnhqSUXK8Q60Gek1qASegIx8k43bD3yk { width:10.1875rem;height:14.125rem;top:43.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbE5OEJNsbuvFVHu1ChlegAl2tlROmes { top:100.0625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtrDTwGtdVy1tv5KmoX0AncGAxnTQ32w { display:block; }
 }@media only screen and (max-width: 763px) { #A8oLWCSkPOpPORA4ILN7itNnKFVlEGcp { width:14.9375rem;height:0;top:98rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X6mWUcxMJB7D9r9fQJU3iNUzvliIVzu4 { width:14.625rem;height:1.86875rem;top:95.625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdATonkl5NSXTWmRvT4qT3R4LT9NHqRC { width:13.1875rem;height:7.6875rem;top:9rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhXJ2Kw7Axwf6WEZoIpStqVQhShd3SCz { width:20rem;height:3.7375rem;top:91.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIOIXLa1fr7NG6hns4efIR187tXchVyH { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7lLCu9Z5IegTXQE7gfOxkROMbuPXbM4 { width:11rem;height:10.6875rem;top:80.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoClm7O3b4yDTe0WhkDuOFM0XcPasJtr { display:flex;width:2rem;height:2rem;top:34.1875rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #E6m8koZmwmmV11vTzP5Z7Bzsvd92a52l { top:29.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1x0cp1fxHALVCTn03VHmZM8EhLkmiQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #ptpM9UGXI0u2lrShQngWHa3MGPunDr0M { width:14.9375rem;height:2.275rem;top:24.6875rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ukn9L0VWyBpese6cgkNV14E2riONDGwr { width:19.875rem;height:1.86875rem;top:22.262498855591rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2WOU40TtX4rDafgpTqD0kEogtWV1Mv3 { width:13.6875rem;height:0.1875rem;top:16.9375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AP8TiFK7C0NiWIMfbOwiqrF6vkhvho0a { width:20rem;height:3.7375rem;top:17.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB7mbxpRFODQ3ceP0qEIzuce2SbEFavR { width:11rem;height:10.6875rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3np9nVWL310bElPlvuI5Av647OVuQOS { display:flex;width:2rem;height:2rem;top:104.4375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #GVZ2OAnviTyDnz2oupApdh3ZmzpmI712 { width:14.9375rem;height:1.1375rem;top:98rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K8440yyHOTlJanDDdii1GquQs52cD1mL { width:14.9375rem;height:1.1375rem;top:63.6875rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EWLvQT6dXG1MWTQ4i6la8iG05FeLyaam { width:14.9375rem;height:1.1375rem;top:27.562498092651rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3nSWmmMlbLFDeh53WXX48AQJc1rqMw0 { width:8.75rem;height:1.3rem;top:34.5625rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGWRE5lcU5MDiDVpJn8TbntyeSNVg6yo { width:8.75rem;height:1.3rem;top:104.8125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dNm5w7Lg8kBdZdFpRkrL6188XE3MTJ1f { width:8.75rem;height:1.3rem;top:70.3125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gwZlIlaPq5BHsgeaglzTgzUi5GmWvEa0 { width:8.75rem;height:0;top:106.58750152588rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yZARCiG8iCNwJJSeKpiuG2c2eNdUOZy4 { width:7.25rem;height:7.25rem;top:4.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6TCsa7l8ODhgTvJSBhTWN8aflqsCZ2i { width:6.125rem;height:2.03125rem;top:6.5625rem;left:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOFRugf0AfoB8gTW01VdTa0So0yT2hBb { width:6.125rem;height:1.21875rem;top:5.5625rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzJui0JEquMWHwtacpT3nqZ0ZxORqDp { width:7.25rem;height:7.25rem;top:43.9375rem;left:10.5rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #fycuVmi91BiuMTocyFzxDlN8QgiflDZw { width:6.125rem;height:2.03125rem;top:46.375rem;left:11.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2MTsIuxVsczpVHWLTrgimBLbqZnzPz3 { width:6.125rem;height:1.21875rem;top:107.8125rem;left:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCdsCRLn5TDnRLUtZ6TQMMx0NcCsAsMl { width:6.125rem;height:1.95rem;top:48.5rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXNF3hK8LWrA9I7OtTJJDtKxTMTidoB { width:12.625rem;height:7.375rem;top:83.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRudv6p4xIKXRx5stD5ZqasDUyFk3TTo { width:13.1875rem;height:7.6875rem;top:49.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBAhRTFcDrWhGulNBkCmoXXmdt5TCA2P { top:45.5rem;left:11.375rem;width:5.625rem;height:1.21875rem;z-index:15121;color:#ffffff;font-family:"toyota type";text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT { display:block; }#J3dWKgglT4BVusnd0NaPtkTqN9Wyk6DT > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC96wKQNirKvlzQQHivHyWUIasveA5SR { width:20rem;height:2.6rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyLPSVyhX9klwqTVz1A6c8Ve4kzKrpJf { width:20rem;height:1.625rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFMH1I9RO5RTIrW0nxzlmJi9rKSTw4ww { width:14.6875rem;height:2.7625rem;top:11.875rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONcaQDrQANIFWJtXlTi479JFQG4lxQio { display:flex;width:2rem;height:2rem;top:12.25rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #zdJLKZwzX8nZ1i8ZGITnmeTxbnhyrKuu { display:flex;width:2rem;height:2rem;top:15.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #RJbowg2AgdNFJtz5EJ7aIMHHxophghSB { width:14.5rem;height:1.38125rem;top:15.5rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV8zkfbXpSUawaxUCs7lwgPsxmq86VFp { display:flex;width:2rem;height:2rem;top:18.125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Qq0zqObWpiiBVNnfnbZfpnMb08Nh78r1 { width:14.4375rem;height:2.7625rem;top:18.125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3y5VTNbohetnFF0uyf0koucQwe4wGL7 { width:17.4375rem;height:5.525rem;top:20.375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K97QLhuQqAE938CXd1GPsTD3IwLO7dE8 { display:flex;width:2rem;height:2rem;top:23.9375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Popv0535PWIHZbcnAOPXGk8AlCfSe5WO { width:14.25rem;height:2.7625rem;top:24.5rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0AscU8zIdLEsryaoV5FC0DWA13t8rbt { width:17.5rem;height:2.7625rem;top:26.125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP { display:block; }#Erl9LSQ2pqqlS84Pss0xdoJkqC2KfMtP > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vacnCMAc6frtoOLPp8Qok9dtZRWlid4u { width:17.0625rem;height:2.6rem;top:9.0750007629394rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcDlEAvh3yzvaaBMEiwDKnNRgEIUZn5V { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:7.3125rem; }
#qcDlEAvh3yzvaaBMEiwDKnNRgEIUZn5V > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rfJHRFLCtNdiSN9cI2BNSRK927rCqgMd { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:10.6875rem; }
#rfJHRFLCtNdiSN9cI2BNSRK927rCqgMd > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DCRa3hlWvyBOzcb8EiWnRtqCNFm7QEST { width:14.125rem;height:3.625rem;top:1.2000007629394rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }