.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:227,231,234;--color-primary-1:172,183,191;--color-primary-2:116,135,148;--color-primary-3:67,154,174;--color-primary-4:60,110,128;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Toyota Display";--paragraphs-font-family:"toyota"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#1a1813;background-image:url("https://images.assets-landingi.com/uc/6eabc13b-99e8-43a4-ad22-007501a24e4b/2023toyotaprofessionalcombocgi02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:75rem;height:49.6875rem;font-size:0.875rem;font-family:"toyota text";position:relative;display:block; }#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-form-header {  }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-regular-label { height:auto;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:bold;color:#19232e;width:15.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:15.9375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-secondary-4),1);font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:15.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:0.8125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:15.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:transparent;background-image: -webkit-linear-gradient(top, #00a0f0, #006499);background-image: -moz-linear-gradient(top, #00a0f0, #006499);background-image: -ms-linear-gradient(top, #00a0f0, #006499);background-image: -o-linear-gradient(top, #00a0f0, #006499);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0f0', endColorstr='#006499' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0f0', endColorstr='#006499' );";background-image: linear-gradient(to bottom, #00a0f0, #006499);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:15.9375rem;height:3.4375rem;font-family:"toyota type";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),1); }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:14.6875rem;overflow:hidden;font-style:normal;line-height:1; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-container:first-of-type{padding-top:0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-container:last-of-type{padding-bottom:0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:56.500000953674rem;top:8.25rem;z-index:15004;position:absolute;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.9375rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 {display:block;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:56.500000953674rem;top:8.25rem;z-index:15004;position:absolute;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #vNHOqdPiIlkTcWZTrPGk7HRHkkyoxG5P { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #uhnXFt7KoQUrrm9CiXs9PlKrhV8GJqgq { position:relative;display:block; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #CUaFTSS2VISWcqOo068OTbIeFV61kgX2 { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #eJmG6zwDhssznERShcW7pQ2GKxqo5ksT { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #d7PcTm326f0REukKxR09l9rC42LXczeW { position:relative;display:block; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #F9O1BPJhhtgACt2F1I7OgJK7UndyEC7K { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #hmwhiXZWyKluvxLFXXw0HM2k2MBnUMG1 { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #mXi3X5eJEcVECwrlIbvBTon4AVJSSuH0 { position:relative;display:block; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #G52TIAs2VrJ52FQgeFeTwywsdwX5ki8E { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #QucZXB6Ak7r6t1e5JrBrZJ4Z9tENshHU { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #qT7lEO6uorc5xtPZC77WTgqSiVdkTc6R { position:relative;display:block; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #SwnpWTg4c1uxhrSH2qi9fsFNwcNbM3i3 { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #Tk6MTriyCkmrkFJLxKLxT694hI6FZ3uT { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #e4JN6yunLCDqt6I0I7euKLn8NTa2d91i { position:relative;display:block; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #iyLGgnXUTSzLdRN5v4dNilPi7RrleDJf { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KteEm3H4oCPzbTX5N9NwoVTJAHwFSQKp { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KxkV7rLUAIivh9x5Iy9CzazqciyIb5dP { position:relative;z-index:2; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #PUJWloOKaSJpF3lTelBCGnBFRvTn5MX6 { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #udF4vvAf7ZKKZHwE08NmZse0Mh3P3PFW { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #XgB2M5s9DNsQ5waJdESrX16gUBRBdaEq { position:relative; }
#NE0wH5B0NQqDurW6D1BNf8DaQECl7vAa { position:absolute;display:block;z-index:15042;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.6875rem;width:14.625rem;top:0rem;left:41.000000953674rem;overflow:hidden;display:block; }
#HREG6UcG0lrbWqZFkCPm7CmkUyLz0StS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:18.5625rem;top:0.1875rem;left:56.4375rem;display:block; }
#gSaMRDm3M9diphuw60xwamlofX2VAb6F { color:rgba(var(--color-tertiary-0),1);display:block;width:69.875rem;position:absolute;font-family:"toyota type";font-size:4rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:39.375rem;left:0rem;height:8.80075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mOhTP1SKnKKpypfdDhuJoivVUgcvoHaS { position:absolute;display:block;z-index:15043;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:18.375rem;top:0.1875rem;left:56.59375rem;overflow:hidden;display:block; }
#JuheICnifDOGaeXsZHFAu568HoyFE7Ne { position:relative;display:block; }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne { background-color: transparent; background-image: none; }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .row .container > .video-iframe-container { display: none; }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .row > .video-iframe-container { display: none; }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .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); }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne { border-width: 0; border-radius: 0; }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .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; }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:115.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UqiiWw49vtQcreEvxgizU8kzHpofJv1Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:44.3125rem;left:56.75rem; }
#noK5okFDogNuWiAvft5Bw25fLAaHovwV { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #eb0a1e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:36.625rem;left:57.9375rem;display:block; }
#J9xZhcek2lyfEcTTKfc5iMnMLyvksG6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfToZDXThTI7n7iGZhTH5mFmpeh7Nn8d { z-index:15001;top:42.9375rem;left:22.5rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(178deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(178deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(178deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(178deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:6.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z7lwLTavP4DIGwk1cbCaPTXx2PlKMrm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7qfhdFcqTKB0xcPEAdWZaU6p3mwsZoA { position:absolute;display:block;z-index:15028;background-color:#2e2e2e;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:5.25rem;width:17.625rem;top:32.5rem;left:54.125rem;display:block; }
#DCaJk7vZTTGTtt0BvBL2tz3zCWx2dSwT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:17.125rem;top:26.305208206177rem;left:54.312500953674rem;overflow:hidden;display:block; }
#GpX5uFsLKCV4ZMbLX7d9kZ9SAHcxyRbb { position:absolute;display:block;z-index:15022;background-color:#2e2e2e;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:5.25rem;width:17.625rem;top:32.5rem;left:29.25rem;display:block; }
#uLQ89hUGxCGcuBeEOT0z0PgQwpci1PWZ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:16.125rem;top:27.5rem;left:30rem;overflow:hidden;display:block; }
#kqh2TxWDlGXJToW5M80JCfI9nwfOKJB3 { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #eb0a1e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36.625rem;left:33.0625rem;display:block; }
#h2Qx7Ls4yWdF5QhDI4NuTngJnZEwkUb6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V475uAp1dLFGTtvnXldMd0VcE9bU3URP { position:absolute;display:block;z-index:15023;background-color:#2e2e2e;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:5.25rem;width:17.625rem;top:32.4375rem;left:4.3125rem;display:block; }
#HIBQxF45wyU6FrwpkuydKte8UhTpsEwI { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.75rem;left:56.6875rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#gCyckAUHuk8w5OU3lmow8W8cZv51HpFA { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.75rem;left:31.8125rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#m20LtwJdlPO59Oc5lMHObnBCBaVKkNvf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:22.4375rem;left:56.625rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Siyhlr4IcmFaaM3UpkdacPWJVRAIw6S1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.8125rem;left:31.8125rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GQXz8JITL1tDJDeIxDzPhlnNUSthasOm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:20.875rem;left:35.9375rem;height:1.29931875rem;display:block; }
#o7qFsGGUEVDUFtX4iT3iT2XGynu4evXU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:"toyota type";font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:17.4375rem;left:28.8125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yF1XEazgykrunrcE43u8oOJhzzIWfFbN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"toyota type";font-size:2.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.5rem;left:53.875rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adMiTEJSU6ZKSQEUJ6JTPFBdopNyDqwR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:"toyota type";font-size:2.625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.0625rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBwKXQnPTvgPMxvK6xFpLd9K9HTI0Caq { position:absolute;display:block;z-index:15054;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:11rem;width:16.5rem;top:26.6875rem;left:4.125rem;overflow:hidden;display:block; }
#W745b38x4lfq7y5W04ocI3Veh8n9zb5r { position:absolute;display:block;z-index:15079;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.875rem;width:16.375rem;top:11.875rem;left:54.75rem;overflow:hidden;display:block; }
#rwetFOIaBZdKMb0NMxKi0HDqdevhsl9U { position:absolute;display:block;z-index:15078;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.875rem;width:16.375rem;top:11.875rem;left:29.875rem;overflow:hidden;display:block; }
#WPaTZQvQFt4537E3KuiIR1H8TMQbaXwB { position:absolute;display:block;z-index:15079;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.875rem;width:16.375rem;top:11.875rem;left:4.1875rem;overflow:hidden;display:block; }
#IofmzDeQm6Xza9O90LLd6q1WT0Lk8zyX { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:24.875rem;left:6.125rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#DyOufUyFSoaEZKdyOTF4QakaxOcqrUnv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:22.9375rem;left:6.125rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n8wsuq0qKVZE7PLECfRaXEU8gikLpyZp { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #eb0a1e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:36.5625rem;left:7.375rem;display:block; }
#EZ0sxTyAnFOoMy8afMl1yOqbU4xecCBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqD8qx5kM6rMgD5hRVSHWOXEqSTkGxLp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:43.4375rem;left:13.625rem; }
#stzzfUIMCHsV9IbiqwoRFpwUTbvoSBgu { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:"toyota type";font-size:2.125rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:1.375rem;left:13.125rem;height:6.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyzgzNEUIb1hnbA2kE6qLWhe1Sk1O9K6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:20.875rem;left:60.906250953674rem;height:1.29931875rem;display:block; }
#artDKowVwhw1IiCau2hf7x0hfkm84KIs { position:absolute;display:block;z-index:15087;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:59.4375rem;width:59.4375rem;top:51.375rem;left:8.3437509536744rem;overflow:hidden;display:block; }
#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { position:relative;display:block; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { background-color: transparent; background-image: none; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container > .video-iframe-container { display: none; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row > .video-iframe-container { display: none; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .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); }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { border-width: 0; border-radius: 0; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .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; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mm9clf4sZ4gOLHaCnRLoLVTvGvZUgiKV { color:rgba(var(--color-tertiary-4),1);display:block;width:53.625rem;position:absolute;font-family:"toyota type";font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:0.6240234375rem;left:12.7177734375rem;height:2.51806875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2iphyaweGwyA3SRZpUf1WP67rvbUOia { position:absolute;display:block;z-index:15031;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.875rem;width:7.875rem;top:4.625rem;left:3rem;overflow:hidden;display:block; }
#Nq6dJGWyfBCyFtdTR6QU569iETx7WJbr { color:#1c6860;display:block;width:12.9375rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:13.5rem;left:61.375rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MibIemwwO8TWEczVGMl8TnIiBdxexySz { color:#1c6860;display:block;width:11.9375rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.25rem;left:45.9375rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBGMiWK1y5iI2H8U3RanfP3SGtmxGsx5 { color:#1c6860;display:block;width:15.625rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.8125rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Umxe25wacpwlt3DV2ObBTAlMnOEkbe1M { color:#1c6860;display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.5625rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKhkTpky1Cw5aJ2Q8zehcKkVyBFyw1uK { position:absolute;display:block;z-index:15032;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.875rem;width:7.875rem;top:4.625rem;left:17.6875rem;overflow:hidden;display:block; }
#a9nGQdzxveTO3rzKyU9bpgZeXOvVn9MF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:4.625rem;left:48.25rem;overflow:hidden;display:block; }
#FdiozE1n28HzDGmg7oN0aUVtkiEUGFkH { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:19.0625rem;left:2.28125rem;display:block; }
#q1uBUCPfDlAXqSmmERXSx3UGOIICdG7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3JVZCcAAiZkoM0I3OJJhwzCLiGMy8mq { position:absolute;display:block;z-index:15033;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.875rem;width:7.875rem;top:4.625rem;left:32.8125rem;overflow:hidden;display:block; }
#aOADRB43Cng3JK6lis1xZiNpDE9R4iPC { color:#1c6860;display:block;width:10.125rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5rem;left:32.0625rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0r0DCXoTSES7lAXL8ymz88fdUGQzVvT { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:19.0625rem;left:16.96875rem;display:block; }
#dDIe9BXvl7SZitEcr8uI4T1DQ769XQtJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVO2xUL3zF1uvtgcGpeEcJaQTQKEFB9v { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:19.0625rem;left:32.46875rem;display:block; }
#Xmr2T0Qzm6dNvaLZXhNRl0UtSJ6alQkw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IXv1ehiX2T0uQTTzQaOdXFvxpo9DeCc8 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:19.0625rem;left:47.25rem;display:block; }
#anHECO4b9vUtEk3mwo8pzJDCsNZaXySW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1bB1cJXbxT9xe7gfGaGUmQHWA3nac5n { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:19.0625rem;left:63.1875rem;display:block; }
#qxiRpWMkTINeTJH0dI7qudIMLOm4pKvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E5rg6sv3DT1ZKha1azki5VRPZfL2J9d6 { position:absolute;display:block;z-index:15031;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.3125rem;width:7.3125rem;top:4.90625rem;left:64.1875rem;overflow:hidden;display:block; }
#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a { position:relative;display:block; }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a { background-color: transparent; background-image: none; }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .row .container > .video-iframe-container { display: none; }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .row > .video-iframe-container { display: none; }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .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); }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a { border-width: 0; border-radius: 0; }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .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; }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z6wlHPNOwVnwU5zgpk5s1hE8oLIQwXUO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:1rem;left:3.375rem;overflow:hidden;display:block; }
#SNLCaGcbOMglzXs7kQ1PVF9m5BnIBJTe { color:#1c6860;display:block;width:22.5rem;position:absolute;font-family:"toyota type";font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1rem;left:18.1875rem;height:10.07225rem;display:block; }
#l81Ky6Cpb1hwgZ1RqITqBmsRQOx87bur { position:absolute;display:block;z-index:15028;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.3125rem;width:7.3125rem;top:19.125rem;left:3.375rem;overflow:hidden;display:block; }
#GRc2W6raLPvuBQCCL2pEoVtw5iH064sL { position:absolute;display:block;z-index:15029;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.3125rem;width:7.3125rem;top:19.125rem;left:19.5rem;overflow:hidden;display:block; }
#ChEdsb5Wi8DiN04LeWFDVlTKldRw4Mwy { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.9375rem;width:41.0625rem;top:9.875rem;left:31.3125rem;overflow:hidden;display:block; }
#ow9bKNcBghWt4WUOpBfcyZRqDJVdlzEf { position:absolute;display:block;z-index:15031;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.3125rem;width:7.3125rem;top:18.0625rem;left:33.3125rem;overflow:hidden;display:block; }
#PGVf3q2NVJrD2nLJafccN1Ooqm3iP4lh { color:#1c6860;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:13.0625rem;left:33.3125rem;height:1.94970625rem;font-style:normal;display:block; }
#cFI62NRfBpNoiiH4JtgtMR5QJ1ykE9Dm { position:absolute;display:block;z-index:15032;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.3125rem;width:7.3125rem;top:26.5rem;left:33.3125rem;overflow:hidden;display:block; }
#ox0RQ8kLnWCEzEqGOaZOzfEQpvOwUTxy { color:#076a80;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:27.4375rem;left:2rem;height:1.54394375rem;font-style:normal;display:block; }
#y7giws9UdanQiHhomES0MtFAUIXaxxvx { color:#076a80;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:27.4375rem;left:16.875rem;height:1.54296875rem;font-style:normal;display:block; }
#VOWZI2Ubessk57GUapgy861zTWnUkC1H { color:#076a80;display:block;width:12.4995rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:20.5rem;left:40.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCpXSCcabTARryXUJPDJLzRiUAkHRb5n { color:#076a80;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:27.4375rem;left:40.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2s4PnvI2bUh0Zss0IxOmWMmMyQfaHR6 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:31.3125rem;left:3.375rem;overflow:hidden;display:block; }
#ft1B1gEdSzhyUkrTua9goAJwTwlfom3f { position:absolute;display:block;z-index:15031;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.3125rem;width:7.3125rem;top:31.3125rem;left:19.5rem;overflow:hidden;display:block; }
#IzD8qUJPyeaJe6eisVn1XSA4F3nIJUhF { position:absolute;display:block;z-index:15031;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.3125rem;width:7.3125rem;top:9.875rem;left:53.125rem;overflow:hidden;display:block; }
#PxpyaWniKmDgg7StWhC5lIGX7l4emU3P { position:absolute;display:block;z-index:15032;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.3125rem;width:7.3125rem;top:18.0625rem;left:53.125rem;overflow:hidden;display:block; }
#WPXyqJZHRTmpnJ5rknKCf2wZP0vlmV82 { position:absolute;display:block;z-index:15033;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.3125rem;width:7.3125rem;top:26.4375rem;left:53.125rem;overflow:hidden;display:block; }
#SoqfK61ELZfWCy5NH0ZLNgtT4LrhBeav { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:35.625rem;left:53.125rem;overflow:hidden;display:block; }
#p8KgLAmWabkNdLK4G3GxO7HKhM56lnI0 { position:absolute;display:block;z-index:15034;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.3125rem;width:7.3125rem;top:35.625rem;left:33.3125rem;overflow:hidden;display:block; }
#Zt561mN9anAFIg4ixH5PsmUrZ9stSORi { color:#076a80;display:block;width:12.4995rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:37.46875rem;left:40.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xm2c0XQOBuVHFP0LvLquiWCPfMaIwqLk { color:#076a80;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:40.625rem;left:18.8125rem;height:1.54296875rem;font-style:normal;display:block; }
#XETrCtlN41TF719HvQUymXWTsidc3KWT { color:#076a80;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:40.875rem;left:0.75rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4SKv3CcRdoo3U16CXFOB1KfcI2FOJ1L { color:#076a80;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:12.4375rem;left:59.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pb4Kb0ifFzNn599IqfuX6eQrkiaBBAfM { color:#076a80;display:block;width:12.4995rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5rem;left:59.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rq79qfGBdRMOaBvIRUpwsKQXba7EJB1t { color:#076a80;display:block;width:12.4995rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:28.125rem;left:59.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q646HsuERVOr8DT4GH0sV1tN1w16Q63N { color:#076a80;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:36.5625rem;left:59.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpEhOFVPDawwG0h8Jo6ozHCZh5ABe22N { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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:15043;text-align:center;text-align-last:center;top:48.75rem;left:27.3125rem;display:block; }
#MVekbDTaFXdazdhwsOSRa9dd0d1sSghk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wAFhGCz787U2eusVwmr60zoiacdf2SUe { color:rgba(var(--color-primary-2),1);display:block;width:60.75rem;position:absolute;font-family:"toyota type";font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:53.349998474121rem;left:7.125rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN { position:relative;display:block; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN { background-color: transparent; background-image: none; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container > .video-iframe-container { display: none; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row > .video-iframe-container { display: none; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .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); }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN { border-width: 0; border-radius: 0; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .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; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bxQTKeeTwwfgVNNkZ1BM4S4Kkh9z3Rze { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:"toyota type";font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.06201171875rem;left:30.3427734375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMdsF6cWJT2ITqaDdiJDesGc43R1tWGu { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.1875rem;top:6.78125rem;left:2.8427734375rem;overflow:hidden;display:block; }
#amP0zg1bUFa0LnVWrPtbhGFzehINTU3A { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.0625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZHyUAk2CgwJ2OdxTEn38wcGrBH7EDe9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.8125rem;left:61.75rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRWA9fbiqyeTJ6MCfsBozf2FJoFXhO0B { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:13.500000953674rem;left:15.906250953674rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsQ4fXp42n6MTimBOgmODnyzEo6leogu { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.56201171875rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cp4ow3TwiXdsuATwS27pugu4y2BDGUFJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:11.4375rem;top:4.78125rem;left:15.906250953674rem;overflow:hidden;display:block; }
#sTcxyVuIS73tMUirnU4JmChqyhA1ZrVw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:12.1875rem;top:4.875rem;left:61.625rem;overflow:hidden;display:block; }
#dmUbrvtDsk92GOOd57dRODR9LJrz017l { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:23.437500953674rem;left:2.2812509536743rem;display:block; }
#UkGadIHltnX3aRGLvSWZ1SRAR83AgG6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arEKyfP9qMKDeycrlD0GJemIXgO7B9aL { position:absolute;display:block;z-index:15033;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.1875rem;width:12.25rem;top:4.8125rem;left:46.5rem;overflow:hidden;display:block; }
#S0T3TJhInsDGub9cOgdq2OHcn7AqtKkI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.8125rem;left:47.5625rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKWoNk1bI7TkenIfGDeqZWnegtqivc0t { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:23.437500953674rem;left:16.968750953674rem;display:block; }
#ON8bKSpIluDGJxgHWbBFuSHZ0sibKGpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Twg3BTPsFe8xLuiHThoaqOps8bkBT2Da { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:23.4375rem;left:48rem;display:block; }
#HiHZbth9A9eVmbLSnHfDGNTdou5I1NdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4Q6k9XKkoABf2u3rKcA1a0aTDtZCxVI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:23.4375rem;left:63.0625rem;display:block; }
#Uim7EWnckRmLb43wROoZrwxTI7tb6BQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfUJmNJZT1HkEATpwb2DVZLdeAQmQ3LI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:23.437500953674rem;left:32.843750953674rem;display:block; }
#Q80UUcSX3SheKdOEkLZDkmbUXzhQP4H3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bawt44IiseDG88ShzifQkbJzG4UPFRVO { position:absolute;display:block;z-index:15031;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:11.4375rem;top:4.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { position:relative;display:block; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { background-color: transparent; background-image: none; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container > .video-iframe-container { display: none; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row > .video-iframe-container { display: none; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .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); }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { border-width: 0; border-radius: 0; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .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; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:77rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uwIecfPinnUUSwyA4GylKkx6tA8st62B { color:#2e2e2e;display:block;width:17.5rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:67.1875rem;left:39.9375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#EuxdGEl5bVfWDL2y0IeFpiZQoQm33PWs { color:#2e2e2e;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:65.5625rem;left:42.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VyRIwldHkMKP0Ay1y7e59uxw9AvnzcJf { color:#2e2e2e;display:block;width:18.75rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:67.25rem;left:15.75rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#Gkx2qOoTqeBRT7cMrL5idJaWOP2T2QWT { color:#2e2e2e;display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:65.625rem;left:18.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IGOrPRtZM0esyq7NBtMULpgOo1CUM85W { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031620;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:29.8125rem;left:28.75rem;display:block; }
#HxkPel572eLpWI2AmlihICJtFIeyPsmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cn8l5HyrMgaK3frHhPX3OckI6f3g5ZtG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#076a80;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:26.875rem;left:32.75rem;display:block; }
#pnUI5DWRvXMaMsTHz637lyEFHHNbgsv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5uZmGvhc0RdPtclpC7Iskw5odBkSgAG { 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:3rem;width:3rem;top:26.875rem;left:29.75rem;overflow:hidden;display:block; }
#iFOsoykS3VNR6sn3R0Ezet5CCEp60iuI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:22.5rem;left:31.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D1wBJbwkp6mflBTwE5mil9N4XrtUkGF2 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.1875rem;width:8.0625rem;top:10rem;left:33.5rem;overflow:hidden;display:block; }
#z0TXcCE9FiAvT1PTfLn21ywnZAIKSDhw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.187rem;position:absolute;font-family:"toyota type";font-size:1.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:2.0625rem;left:33.40625rem;height:2.35546875rem;font-style:normal;display:block; }
#Sz7Fi2k5OVzQxvSKG4UouHTRDS9gAniE { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.25rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:59rem;left:29rem;display:block; }
#Sthp87pltCiINhy8gxefwZssT5bZgeuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lm8CKfr6Or7AlKUVWQvhgFpdBPCSaJBh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:51.49951171875rem;left:31.43701171875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VU8uU1ppWt9sszIZrenXTXzu2l6SGMaT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#076a80;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:56.0625rem;left:32.75rem;display:block; }
#XEEcvpnylqUiqgbux0NuOkLCUExWTtD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfI0LCJd9fCgebXC7uX1dKXzGdCMbpvL { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.4375rem;width:8.25rem;top:38.4375rem;left:33.625rem;overflow:hidden;display:block; }
#RFpnFcN8NMsUEVp4LbLLq7badr67k2EC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:23.93701171875rem;left:28.99951171875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exMAFW3BqegUBomueuwSSaMHFGXrL8aU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:53.3125rem;left:29.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tF4G85sXri7HVXQPEFc1dioERqdX7Xqt { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:56.0625rem;left:29.8125rem;overflow:hidden;display:block; }
#wV7DIgb6BztWH8IE4oAe7NKBG2rHylJT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:6rem;left:33.1875rem;height:2.03125rem;font-style:normal;display:block; }
#iLFr6bDXw8tCFlqnusSw8tWrzdEcXXxs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:"toyota type";font-size:1.5625rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:34.81201171875rem;left:32.56201171875rem;height:2.03125rem;font-style:normal;display:block; }
#U2LzFyhlqPRrATqyscNsTC8wLITQOdEk { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.8125rem;width:14.25rem;top:71rem;left:30.4375rem;overflow:hidden;display:block; }
#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { position:relative;display:block; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { background-color: transparent; background-image: none; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container > .video-iframe-container { display: none; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row > .video-iframe-container { display: none; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .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); }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { border-width: 0; border-radius: 0; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .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; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WDFXcm0aUooW1F7ZDaCvkccg9lm3opMw { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:"toyota type";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:4.375rem;left:41.0625rem;height:1.29980625rem;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; }
#bxGVTpvC2yRXhRmLNxUvToUGHwQdvCIp { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:"toyota type";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.375rem;left:15.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#O7Rr2b3oAFS4PDizuILdN4AteFVDJbKg { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:2rem;left:28.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FeckhTLyH0TkKuRi4f6rvswMTgN5JbeU { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:2rem;left:48.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvrQhiQVCGC5edqxkT6ItTMa2C8wTnFF { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:2rem;left:7.5rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-regular-label { display:block; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-checkbox-label { width:13.5625rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0  { width:14.8125rem;height:auto; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 {display:block;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 { width:14.8125rem;height:auto; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #vNHOqdPiIlkTcWZTrPGk7HRHkkyoxG5P {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #uhnXFt7KoQUrrm9CiXs9PlKrhV8GJqgq { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #CUaFTSS2VISWcqOo068OTbIeFV61kgX2 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #eJmG6zwDhssznERShcW7pQ2GKxqo5ksT {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #d7PcTm326f0REukKxR09l9rC42LXczeW { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #F9O1BPJhhtgACt2F1I7OgJK7UndyEC7K {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #hmwhiXZWyKluvxLFXXw0HM2k2MBnUMG1 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #mXi3X5eJEcVECwrlIbvBTon4AVJSSuH0 { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #G52TIAs2VrJ52FQgeFeTwywsdwX5ki8E {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #QucZXB6Ak7r6t1e5JrBrZJ4Z9tENshHU {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #qT7lEO6uorc5xtPZC77WTgqSiVdkTc6R { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #SwnpWTg4c1uxhrSH2qi9fsFNwcNbM3i3 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #Tk6MTriyCkmrkFJLxKLxT694hI6FZ3uT {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #e4JN6yunLCDqt6I0I7euKLn8NTa2d91i { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #iyLGgnXUTSzLdRN5v4dNilPi7RrleDJf {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KteEm3H4oCPzbTX5N9NwoVTJAHwFSQKp {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KxkV7rLUAIivh9x5Iy9CzazqciyIb5dP { z-index:2; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #PUJWloOKaSJpF3lTelBCGnBFRvTn5MX6 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #udF4vvAf7ZKKZHwE08NmZse0Mh3P3PFW {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #XgB2M5s9DNsQ5waJdESrX16gUBRBdaEq {  }
 }@media only screen and (max-width: 763px) { #NE0wH5B0NQqDurW6D1BNf8DaQECl7vAa { top:0rem;left:27.375000953674rem;width:14.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HREG6UcG0lrbWqZFkCPm7CmkUyLz0StS { top:0.1875rem;left:24.1875rem;width:18.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSaMRDm3M9diphuw60xwamlofX2VAb6F { top:39.375rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOhTP1SKnKKpypfdDhuJoivVUgcvoHaS { top:0.1875rem;left:29.375rem;width:18.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuheICnifDOGaeXsZHFAu568HoyFE7Ne { display:block; }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqiiWw49vtQcreEvxgizU8kzHpofJv1Z { top:44.3125rem;left:36.3125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noK5okFDogNuWiAvft5Bw25fLAaHovwV { width:10rem;height:3.125rem;top:36.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9xZhcek2lyfEcTTKfc5iMnMLyvksG6b { display:block; }
 }@media only screen and (max-width: 763px) { #mfToZDXThTI7n7iGZhTH5mFmpeh7Nn8d { top:42.9375rem;left:0rem;width:32rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7lwLTavP4DIGwk1cbCaPTXx2PlKMrm0 { display:block; }
 }@media only screen and (max-width: 763px) { #K7qfhdFcqTKB0xcPEAdWZaU6p3mwsZoA { top:32.5rem;left:30.125rem;width:17.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaJk7vZTTGTtt0BvBL2tz3zCWx2dSwT { top:26.25rem;left:30.5rem;width:17.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpX5uFsLKCV4ZMbLX7d9kZ9SAHcxyRbb { top:32.5rem;left:6.25rem;width:17.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLQ89hUGxCGcuBeEOT0z0PgQwpci1PWZ { top:27.5rem;left:7.75rem;width:16.125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqh2TxWDlGXJToW5M80JCfI9nwfOKJB3 { width:10rem;height:3.125rem;top:36.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Qx7Ls4yWdF5QhDI4NuTngJnZEwkUb6 { display:block; }
 }@media only screen and (max-width: 763px) { #V475uAp1dLFGTtvnXldMd0VcE9bU3URP { top:32.4375rem;left:0rem;width:17.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBQxF45wyU6FrwpkuydKte8UhTpsEwI { top:24.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCyckAUHuk8w5OU3lmow8W8cZv51HpFA { top:24.75rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20LtwJdlPO59Oc5lMHObnBCBaVKkNvf { top:22.4375rem;left:35.25rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Siyhlr4IcmFaaM3UpkdacPWJVRAIw6S1 { top:22.8125rem;left:11.375rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQXz8JITL1tDJDeIxDzPhlnNUSthasOm { top:20.875rem;left:19.5625rem;width:4.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qFsGGUEVDUFtX4iT3iT2XGynu4evXU { top:17.4375rem;left:5.375rem;width:18.5rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF1XEazgykrunrcE43u8oOJhzzIWfFbN { top:17.5rem;left:29.625rem;width:18.125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adMiTEJSU6ZKSQEUJ6JTPFBdopNyDqwR { top:17.4375rem;left:0rem;width:16.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBwKXQnPTvgPMxvK6xFpLd9K9HTI0Caq { top:26.6875rem;left:0rem;width:16.5rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #W745b38x4lfq7y5W04ocI3Veh8n9zb5r { top:11.875rem;left:31.375rem;width:16.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwetFOIaBZdKMb0NMxKi0HDqdevhsl9U { top:11.875rem;left:7.5rem;width:16.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPaTZQvQFt4537E3KuiIR1H8TMQbaXwB { top:11.875rem;left:0rem;width:16.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IofmzDeQm6Xza9O90LLd6q1WT0Lk8zyX { top:24.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyOufUyFSoaEZKdyOTF4QakaxOcqrUnv { top:22.9375rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8wsuq0qKVZE7PLECfRaXEU8gikLpyZp { width:10rem;height:3.125rem;top:36.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ0sxTyAnFOoMy8afMl1yOqbU4xecCBW { display:block; }
 }@media only screen and (max-width: 763px) { #TqD8qx5kM6rMgD5hRVSHWOXEqSTkGxLp { top:43.4375rem;left:6.8125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stzzfUIMCHsV9IbiqwoRFpwUTbvoSBgu { top:1.375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyzgzNEUIb1hnbA2kE6qLWhe1Sk1O9K6 { top:20.875rem;left:40.468750953674rem;width:4.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #artDKowVwhw1IiCau2hf7x0hfkm84KIs { top:51.375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { display:block; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm9clf4sZ4gOLHaCnRLoLVTvGvZUgiKV { top:0.5625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2iphyaweGwyA3SRZpUf1WP67rvbUOia { top:4.625rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6dJGWyfBCyFtdTR6QU569iETx7WJbr { top:13.5rem;left:34.8125rem;width:12.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MibIemwwO8TWEczVGMl8TnIiBdxexySz { top:13.25rem;left:32.3125rem;width:11.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGMiWK1y5iI2H8U3RanfP3SGtmxGsx5 { top:13.5rem;left:0.1875rem;width:15.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umxe25wacpwlt3DV2ObBTAlMnOEkbe1M { top:13.5rem;left:0rem;width:8.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKhkTpky1Cw5aJ2Q8zehcKkVyBFyw1uK { top:4.625rem;left:4.0625rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nGQdzxveTO3rzKyU9bpgZeXOvVn9MF { top:4.625rem;left:34.625rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdiozE1n28HzDGmg7oN0aUVtkiEUGFkH { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uBUCPfDlAXqSmmERXSx3UGOIICdG7N { display:block; }
 }@media only screen and (max-width: 763px) { #C3JVZCcAAiZkoM0I3OJJhwzCLiGMy8mq { top:4.625rem;left:19.1875rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOADRB43Cng3JK6lis1xZiNpDE9R4iPC { top:13.5rem;left:18.4375rem;width:10.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0r0DCXoTSES7lAXL8ymz88fdUGQzVvT { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDIe9BXvl7SZitEcr8uI4T1DQ769XQtJ { display:block; }
 }@media only screen and (max-width: 763px) { #kVO2xUL3zF1uvtgcGpeEcJaQTQKEFB9v { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:18.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmr2T0Qzm6dNvaLZXhNRl0UtSJ6alQkw { display:block; }
 }@media only screen and (max-width: 763px) { #IXv1ehiX2T0uQTTzQaOdXFvxpo9DeCc8 { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anHECO4b9vUtEk3mwo8pzJDCsNZaXySW { display:block; }
 }@media only screen and (max-width: 763px) { #O1bB1cJXbxT9xe7gfGaGUmQHWA3nac5n { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxiRpWMkTINeTJH0dI7qudIMLOm4pKvc { display:block; }
 }@media only screen and (max-width: 763px) { #E5rg6sv3DT1ZKha1azki5VRPZfL2J9d6 { top:4.875rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a { display:block; }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6wlHPNOwVnwU5zgpk5s1hE8oLIQwXUO { top:1rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNLCaGcbOMglzXs7kQ1PVF9m5BnIBJTe { top:1rem;left:4.5625rem;width:22.5rem;height:10.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l81Ky6Cpb1hwgZ1RqITqBmsRQOx87bur { top:19.125rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRc2W6raLPvuBQCCL2pEoVtw5iH064sL { top:19.125rem;left:5.875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChEdsb5Wi8DiN04LeWFDVlTKldRw4Mwy { top:9.875rem;left:6.6875rem;width:41.0625rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow9bKNcBghWt4WUOpBfcyZRqDJVdlzEf { top:18.0625rem;left:19.6875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGVf3q2NVJrD2nLJafccN1Ooqm3iP4lh { top:13.0625rem;left:19.6875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFI62NRfBpNoiiH4JtgtMR5QJ1ykE9Dm { top:26.5rem;left:19.6875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox0RQ8kLnWCEzEqGOaZOzfEQpvOwUTxy { top:27.4375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7giws9UdanQiHhomES0MtFAUIXaxxvx { top:27.4375rem;left:3.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWZI2Ubessk57GUapgy861zTWnUkC1H { top:20.5rem;left:27.0625rem;width:12.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCpXSCcabTARryXUJPDJLzRiUAkHRb5n { top:27.375rem;left:26.99951171875rem;width:12.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2s4PnvI2bUh0Zss0IxOmWMmMyQfaHR6 { top:31.3125rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft1B1gEdSzhyUkrTua9goAJwTwlfom3f { top:31.3125rem;left:5.875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzD8qUJPyeaJe6eisVn1XSA4F3nIJUhF { top:9.875rem;left:39.5rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxpyaWniKmDgg7StWhC5lIGX7l4emU3P { top:18.0625rem;left:39.5rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPXyqJZHRTmpnJ5rknKCf2wZP0vlmV82 { top:26.4375rem;left:39.5rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoqfK61ELZfWCy5NH0ZLNgtT4LrhBeav { top:35.625rem;left:39.5rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8KgLAmWabkNdLK4G3GxO7HKhM56lnI0 { top:35.625rem;left:19.6875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt561mN9anAFIg4ixH5PsmUrZ9stSORi { top:37.4375rem;left:27.0625rem;width:12.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm2c0XQOBuVHFP0LvLquiWCPfMaIwqLk { top:40.625rem;left:5.1875rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XETrCtlN41TF719HvQUymXWTsidc3KWT { top:40.875rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4SKv3CcRdoo3U16CXFOB1KfcI2FOJ1L { top:12.4375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb4Kb0ifFzNn599IqfuX6eQrkiaBBAfM { top:20.5rem;left:35.25rem;width:12.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq79qfGBdRMOaBvIRUpwsKQXba7EJB1t { top:28.125rem;left:35.25rem;width:12.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q646HsuERVOr8DT4GH0sV1tN1w16Q63N { top:36.5625rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEhOFVPDawwG0h8Jo6ozHCZh5ABe22N { width:17.5rem;height:3.4375rem;top:48.75rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVekbDTaFXdazdhwsOSRa9dd0d1sSghk { display:block; }
 }@media only screen and (max-width: 763px) { #wAFhGCz787U2eusVwmr60zoiacdf2SUe { top:53.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIm99hxpmiDLWggM0K7FblSL3GyxUAoN { display:block; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxQTKeeTwwfgVNNkZ1BM4S4Kkh9z3Rze { top:1rem;left:16.7177734375rem;width:17.1875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMdsF6cWJT2ITqaDdiJDesGc43R1tWGu { top:6.75rem;left:0rem;width:9.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amP0zg1bUFa0LnVWrPtbhGFzehINTU3A { top:13.375rem;left:17.4375rem;width:12.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZHyUAk2CgwJ2OdxTEn38wcGrBH7EDe9 { top:13.8125rem;left:35.8125rem;width:11.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWA9fbiqyeTJ6MCfsBozf2FJoFXhO0B { top:13.5rem;left:2.2812509536743rem;width:11.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQ4fXp42n6MTimBOgmODnyzEo6leogu { top:13.5rem;left:0rem;width:9.75rem;height:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp4ow3TwiXdsuATwS27pugu4y2BDGUFJ { top:4.75rem;left:2.2812509536743rem;width:11.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTcxyVuIS73tMUirnU4JmChqyhA1ZrVw { top:4.875rem;left:35.5625rem;width:12.1875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmUbrvtDsk92GOOd57dRODR9LJrz017l { width:9.3125rem;height:3.4375rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGadIHltnX3aRGLvSWZ1SRAR83AgG6N { display:block; }
 }@media only screen and (max-width: 763px) { #arEKyfP9qMKDeycrlD0GJemIXgO7B9aL { top:4.8125rem;left:32.875rem;width:12.25rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0T3TJhInsDGub9cOgdq2OHcn7AqtKkI { top:13.8125rem;left:33.9375rem;width:10.125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKWoNk1bI7TkenIfGDeqZWnegtqivc0t { width:9.3125rem;height:3.4375rem;top:23.4375rem;left:3.3437509536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8bKSpIluDGJxgHWbBFuSHZ0sibKGpS { display:block; }
 }@media only screen and (max-width: 763px) { #Twg3BTPsFe8xLuiHThoaqOps8bkBT2Da { width:9.3125rem;height:3.4375rem;top:23.4375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiHZbth9A9eVmbLSnHfDGNTdou5I1NdA { display:block; }
 }@media only screen and (max-width: 763px) { #n4Q6k9XKkoABf2u3rKcA1a0aTDtZCxVI { width:9.3125rem;height:3.4375rem;top:23.4375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uim7EWnckRmLb43wROoZrwxTI7tb6BQM { display:block; }
 }@media only screen and (max-width: 763px) { #TfUJmNJZT1HkEATpwb2DVZLdeAQmQ3LI { width:9.3125rem;height:3.4375rem;top:23.4375rem;left:19.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q80UUcSX3SheKdOEkLZDkmbUXzhQP4H3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bawt44IiseDG88ShzifQkbJzG4UPFRVO { top:4.5625rem;left:18.0625rem;width:11.4375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { display:block; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwIecfPinnUUSwyA4GylKkx6tA8st62B { top:67.1875rem;left:26.312500953674rem;width:17.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuxdGEl5bVfWDL2y0IeFpiZQoQm33PWs { top:65.5625rem;left:28.8125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyRIwldHkMKP0Ay1y7e59uxw9AvnzcJf { top:67.25rem;left:2.125rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkx2qOoTqeBRT7cMrL5idJaWOP2T2QWT { top:65.625rem;left:5.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOrPRtZM0esyq7NBtMULpgOo1CUM85W { width:17.5rem;height:2.25rem;top:29.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxkPel572eLpWI2AmlihICJtFIeyPsmT { display:block; }
 }@media only screen and (max-width: 763px) { #cn8l5HyrMgaK3frHhPX3OckI6f3g5ZtG { width:12.5rem;height:3rem;top:26.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnUI5DWRvXMaMsTHz637lyEFHHNbgsv9 { display:block; }
 }@media only screen and (max-width: 763px) { #Q5uZmGvhc0RdPtclpC7Iskw5odBkSgAG { top:26.875rem;left:16.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFOsoykS3VNR6sn3R0Ezet5CCEp60iuI { top:22.5rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1wBJbwkp6mflBTwE5mil9N4XrtUkGF2 { top:10rem;left:19.875rem;width:8.0625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0TXcCE9FiAvT1PTfLn21ywnZAIKSDhw { top:2.0625rem;left:19.78125rem;width:8.125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz7Fi2k5OVzQxvSKG4UouHTRDS9gAniE { width:17.5rem;height:2.25rem;top:59rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sthp87pltCiINhy8gxefwZssT5bZgeuq { display:block; }
 }@media only screen and (max-width: 763px) { #Lm8CKfr6Or7AlKUVWQvhgFpdBPCSaJBh { top:51.4375rem;left:17.81201171875rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU8uU1ppWt9sszIZrenXTXzu2l6SGMaT { width:12.5rem;height:3rem;top:56.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEEcvpnylqUiqgbux0NuOkLCUExWTtD3 { display:block; }
 }@media only screen and (max-width: 763px) { #dfI0LCJd9fCgebXC7uX1dKXzGdCMbpvL { top:38.4375rem;left:20rem;width:8.25rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFpnFcN8NMsUEVp4LbLLq7badr67k2EC { top:23.875rem;left:15.37451171875rem;width:17.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exMAFW3BqegUBomueuwSSaMHFGXrL8aU { top:53.3125rem;left:15.5625rem;width:16.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4G85sXri7HVXQPEFc1dioERqdX7Xqt { top:56.0625rem;left:16.1875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV7DIgb6BztWH8IE4oAe7NKBG2rHylJT { top:6rem;left:19.5625rem;width:8.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLFr6bDXw8tCFlqnusSw8tWrzdEcXXxs { top:34.75rem;left:18.93701171875rem;width:11.5rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2LzFyhlqPRrATqyscNsTC8wLITQOdEk { top:71rem;left:16.8125rem;width:14.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { display:block; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDFXcm0aUooW1F7ZDaCvkccg9lm3opMw { top:4.375rem;left:27.4375rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGVTpvC2yRXhRmLNxUvToUGHwQdvCIp { top:4.375rem;left:1.5625rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Rr2b3oAFS4PDizuILdN4AteFVDJbKg { top:2rem;left:14.5rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeckhTLyH0TkKuRi4f6rvswMTgN5JbeU { top:2rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvrQhiQVCGC5edqxkT6ItTMa2C8wTnFF { top:2rem;left:0rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#076a80;background-image:url("https://images.assets-landingi.com/uc/cedb99ba-7e31-4fae-bbb2-eff40631ba42/toyota_nowakowski_dostawcze_slidertop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #3fb1e7, #205f7d);background-image: -moz-linear-gradient(top, #3fb1e7, #205f7d);background-image: -ms-linear-gradient(top, #3fb1e7, #205f7d);background-image: -o-linear-gradient(top, #3fb1e7, #205f7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb1e7', endColorstr='#205f7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb1e7', endColorstr='#205f7d' );";background-image: linear-gradient(to bottom, #3fb1e7, #205f7d);background-size:initial !important; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0  { width:17.5rem;height:auto;top:60.3125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 {display:block;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 { width:17.5rem;height:auto;top:60.3125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #vNHOqdPiIlkTcWZTrPGk7HRHkkyoxG5P {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #uhnXFt7KoQUrrm9CiXs9PlKrhV8GJqgq { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #CUaFTSS2VISWcqOo068OTbIeFV61kgX2 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #eJmG6zwDhssznERShcW7pQ2GKxqo5ksT {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #d7PcTm326f0REukKxR09l9rC42LXczeW { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #F9O1BPJhhtgACt2F1I7OgJK7UndyEC7K {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #hmwhiXZWyKluvxLFXXw0HM2k2MBnUMG1 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #mXi3X5eJEcVECwrlIbvBTon4AVJSSuH0 { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #G52TIAs2VrJ52FQgeFeTwywsdwX5ki8E {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #QucZXB6Ak7r6t1e5JrBrZJ4Z9tENshHU {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #qT7lEO6uorc5xtPZC77WTgqSiVdkTc6R { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #SwnpWTg4c1uxhrSH2qi9fsFNwcNbM3i3 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #Tk6MTriyCkmrkFJLxKLxT694hI6FZ3uT {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #e4JN6yunLCDqt6I0I7euKLn8NTa2d91i { display:block; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #iyLGgnXUTSzLdRN5v4dNilPi7RrleDJf {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KteEm3H4oCPzbTX5N9NwoVTJAHwFSQKp {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KxkV7rLUAIivh9x5Iy9CzazqciyIb5dP { z-index:2; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #PUJWloOKaSJpF3lTelBCGnBFRvTn5MX6 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #udF4vvAf7ZKKZHwE08NmZse0Mh3P3PFW {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #XgB2M5s9DNsQ5waJdESrX16gUBRBdaEq {  }
 }@media only screen and (max-width: 763px) { #NE0wH5B0NQqDurW6D1BNf8DaQECl7vAa { width:12.875rem;height:7.5rem;top:8.362500190735rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HREG6UcG0lrbWqZFkCPm7CmkUyLz0StS { width:16.0625rem;height:6.3125rem;top:2.1748046875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSaMRDm3M9diphuw60xwamlofX2VAb6F { width:20rem;height:7.19825rem;top:47.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mOhTP1SKnKKpypfdDhuJoivVUgcvoHaS { width:18.375rem;height:7.375rem;top:1.0498046875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuheICnifDOGaeXsZHFAu568HoyFE7Ne { display:block; }#JuheICnifDOGaeXsZHFAu568HoyFE7Ne > .row .container { width:20rem;height:151.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqiiWw49vtQcreEvxgizU8kzHpofJv1Z { width:4.0625rem;height:4.0625rem;top:111.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noK5okFDogNuWiAvft5Bw25fLAaHovwV { width:10rem;height:3.125rem;top:103.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9xZhcek2lyfEcTTKfc5iMnMLyvksG6b { display:block; }
 }@media only screen and (max-width: 763px) { #mfToZDXThTI7n7iGZhTH5mFmpeh7Nn8d { top:116.625rem;left:0.5rem;width:19rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7lwLTavP4DIGwk1cbCaPTXx2PlKMrm0 { display:block; }
 }@media only screen and (max-width: 763px) { #K7qfhdFcqTKB0xcPEAdWZaU6p3mwsZoA { width:17.625rem;height:5.25rem;top:99.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaJk7vZTTGTtt0BvBL2tz3zCWx2dSwT { width:15.8125rem;height:10.4375rem;top:93.180206298825rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpX5uFsLKCV4ZMbLX7d9kZ9SAHcxyRbb { width:17.625rem;height:5.25rem;top:72.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLQ89hUGxCGcuBeEOT0z0PgQwpci1PWZ { width:16.125rem;height:9.1875rem;top:67.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqh2TxWDlGXJToW5M80JCfI9nwfOKJB3 { width:10rem;height:3.125rem;top:77rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Qx7Ls4yWdF5QhDI4NuTngJnZEwkUb6 { display:block; }
 }@media only screen and (max-width: 763px) { #V475uAp1dLFGTtvnXldMd0VcE9bU3URP { width:17.625rem;height:5.25rem;top:40.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBQxF45wyU6FrwpkuydKte8UhTpsEwI { width:12.5rem;height:1.3rem;top:31.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCyckAUHuk8w5OU3lmow8W8cZv51HpFA { width:12.5rem;height:1.3rem;top:92.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20LtwJdlPO59Oc5lMHObnBCBaVKkNvf { width:12.5rem;height:2.03125rem;top:90.5rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Siyhlr4IcmFaaM3UpkdacPWJVRAIw6S1 { width:12.5rem;height:2.03125rem;top:61.8125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQXz8JITL1tDJDeIxDzPhlnNUSthasOm { width:4.3125rem;height:1.36230625rem;top:58.662501335144rem;left:7.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qFsGGUEVDUFtX4iT3iT2XGynu4evXU { width:18.5rem;height:2.6rem;top:56.0625rem;left:0.75rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yF1XEazgykrunrcE43u8oOJhzzIWfFbN { width:18.125rem;height:2.6rem;top:85.875rem;left:0.9375rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #adMiTEJSU6ZKSQEUJ6JTPFBdopNyDqwR { width:16.6875rem;height:2.6rem;top:27.0625rem;left:1.6875rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SBwKXQnPTvgPMxvK6xFpLd9K9HTI0Caq { width:16.5rem;height:11rem;top:34.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W745b38x4lfq7y5W04ocI3Veh8n9zb5r { width:16.375rem;height:3.875rem;top:81.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwetFOIaBZdKMb0NMxKi0HDqdevhsl9U { width:16.375rem;height:3.875rem;top:51.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPaTZQvQFt4537E3KuiIR1H8TMQbaXwB { width:16.375rem;height:3.875rem;top:22.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IofmzDeQm6Xza9O90LLd6q1WT0Lk8zyX { width:12.5rem;height:1.3rem;top:63.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyOufUyFSoaEZKdyOTF4QakaxOcqrUnv { width:12.5rem;height:2.03125rem;top:29.6875rem;left:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8wsuq0qKVZE7PLECfRaXEU8gikLpyZp { width:10rem;height:3.125rem;top:44.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ0sxTyAnFOoMy8afMl1yOqbU4xecCBW { display:block; }
 }@media only screen and (max-width: 763px) { #TqD8qx5kM6rMgD5hRVSHWOXEqSTkGxLp { width:5.75rem;height:5.75rem;top:109.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stzzfUIMCHsV9IbiqwoRFpwUTbvoSBgu { width:20rem;height:19.19525rem;top:2rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KyzgzNEUIb1hnbA2kE6qLWhe1Sk1O9K6 { width:4.0625rem;height:1.36230625rem;top:88.475002288819rem;left:7.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #artDKowVwhw1IiCau2hf7x0hfkm84KIs { width:20rem;height:20rem;top:128.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { display:block; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm9clf4sZ4gOLHaCnRLoLVTvGvZUgiKV { width:20rem;height:7.55625rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #a2iphyaweGwyA3SRZpUf1WP67rvbUOia { width:7.875rem;height:7.875rem;top:10.05625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6dJGWyfBCyFtdTR6QU569iETx7WJbr { width:12.9375rem;height:3.4121125rem;top:94.75rem;left:3.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MibIemwwO8TWEczVGMl8TnIiBdxexySz { width:11.9375rem;height:3.4121125rem;top:81.5rem;left:4.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBGMiWK1y5iI2H8U3RanfP3SGtmxGsx5 { width:15.625rem;height:3.4121125rem;top:38.75rem;left:2.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Umxe25wacpwlt3DV2ObBTAlMnOEkbe1M { width:8.75rem;height:3.4125rem;top:18.6875rem;left:5.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKhkTpky1Cw5aJ2Q8zehcKkVyBFyw1uK { width:7.875rem;height:7.875rem;top:29.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nGQdzxveTO3rzKyU9bpgZeXOvVn9MF { width:7.3125rem;height:7.3125rem;top:67.5rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdiozE1n28HzDGmg7oN0aUVtkiEUGFkH { width:9.3125rem;height:3.4375rem;top:22.9375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uBUCPfDlAXqSmmERXSx3UGOIICdG7N { display:block; }
 }@media only screen and (max-width: 763px) { #C3JVZCcAAiZkoM0I3OJJhwzCLiGMy8mq { width:7.875rem;height:7.875rem;top:49.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOADRB43Cng3JK6lis1xZiNpDE9R4iPC { width:10.125rem;height:3.4121125rem;top:58.9375rem;left:4.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0r0DCXoTSES7lAXL8ymz88fdUGQzVvT { width:9.3125rem;height:3.4375rem;top:41.6875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDIe9BXvl7SZitEcr8uI4T1DQ769XQtJ { display:block; }
 }@media only screen and (max-width: 763px) { #kVO2xUL3zF1uvtgcGpeEcJaQTQKEFB9v { width:9.3125rem;height:3.4375rem;top:61.75rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmr2T0Qzm6dNvaLZXhNRl0UtSJ6alQkw { display:block; }
 }@media only screen and (max-width: 763px) { #IXv1ehiX2T0uQTTzQaOdXFvxpo9DeCc8 { width:9.3125rem;height:3.4375rem;top:76.5rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anHECO4b9vUtEk3mwo8pzJDCsNZaXySW { display:block; }
 }@media only screen and (max-width: 763px) { #O1bB1cJXbxT9xe7gfGaGUmQHWA3nac5n { width:9.3125rem;height:3.4375rem;top:97.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxiRpWMkTINeTJH0dI7qudIMLOm4pKvc { display:block; }
 }@media only screen and (max-width: 763px) { #E5rg6sv3DT1ZKha1azki5VRPZfL2J9d6 { width:7.3125rem;height:7.3125rem;top:86.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a { display:block; }#DZpE2TRVPUH0qnerKZkNXGXooSq0RJ4a > .row .container { width:20rem;height:193.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6wlHPNOwVnwU5zgpk5s1hE8oLIQwXUO { width:13.125rem;height:13.125rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNLCaGcbOMglzXs7kQ1PVF9m5BnIBJTe { width:20rem;height:12.59275rem;top:15.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l81Ky6Cpb1hwgZ1RqITqBmsRQOx87bur { width:7.3125rem;height:7.3125rem;top:148.6875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRc2W6raLPvuBQCCL2pEoVtw5iH064sL { width:7.3125rem;height:7.3125rem;top:123.4375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChEdsb5Wi8DiN04LeWFDVlTKldRw4Mwy { width:20rem;height:17.016742770168rem;top:26.325000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow9bKNcBghWt4WUOpBfcyZRqDJVdlzEf { width:7.3125rem;height:7.3125rem;top:39.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGVf3q2NVJrD2nLJafccN1Ooqm3iP4lh { width:12.5rem;height:1.95rem;top:119.3125rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFI62NRfBpNoiiH4JtgtMR5QJ1ykE9Dm { width:7.3125rem;height:7.3125rem;top:103.5rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox0RQ8kLnWCEzEqGOaZOzfEQpvOwUTxy { width:10.6875rem;height:3.0859375rem;top:156.83124923706rem;left:4.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7giws9UdanQiHhomES0MtFAUIXaxxvx { width:12.5rem;height:1.54375rem;top:131.9375rem;left:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWZI2Ubessk57GUapgy861zTWnUkC1H { width:12.5rem;height:2.4375rem;top:47.625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCpXSCcabTARryXUJPDJLzRiUAkHRb5n { width:12.5rem;height:3.65625rem;top:71.5625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2s4PnvI2bUh0Zss0IxOmWMmMyQfaHR6 { width:7.3125rem;height:7.3125rem;top:135.5625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft1B1gEdSzhyUkrTua9goAJwTwlfom3f { width:7.3125rem;height:7.3125rem;top:160rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzD8qUJPyeaJe6eisVn1XSA4F3nIJUhF { width:7.3125rem;height:7.3125rem;top:26.95rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxpyaWniKmDgg7StWhC5lIGX7l4emU3P { width:7.3125rem;height:7.3125rem;top:51.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPXyqJZHRTmpnJ5rknKCf2wZP0vlmV82 { width:7.3125rem;height:7.3125rem;top:77.1875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoqfK61ELZfWCy5NH0ZLNgtT4LrhBeav { width:7.3125rem;height:7.3125rem;top:90.8125rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8KgLAmWabkNdLK4G3GxO7HKhM56lnI0 { width:7.3125rem;height:7.3125rem;top:63.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt561mN9anAFIg4ixH5PsmUrZ9stSORi { width:12.5rem;height:1.21875rem;top:112.859375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm2c0XQOBuVHFP0LvLquiWCPfMaIwqLk { width:7.8125rem;height:3.0859375rem;top:170.51874923706rem;left:6.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XETrCtlN41TF719HvQUymXWTsidc3KWT { width:12.5rem;height:4.62890625rem;top:144.12109375rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4SKv3CcRdoo3U16CXFOB1KfcI2FOJ1L { width:12.5rem;height:2.4375rem;top:35.5125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb4Kb0ifFzNn599IqfuX6eQrkiaBBAfM { width:12.5rem;height:2.4375rem;top:59.875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq79qfGBdRMOaBvIRUpwsKQXba7EJB1t { width:12.5rem;height:2.4375rem;top:85.4375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q646HsuERVOr8DT4GH0sV1tN1w16Q63N { width:12.5rem;height:3.65625rem;top:99.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEhOFVPDawwG0h8Jo6ozHCZh5ABe22N { width:17.5rem;height:3.4375rem;top:176.29166793823rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVekbDTaFXdazdhwsOSRa9dd0d1sSghk { display:block; }
 }@media only screen and (max-width: 763px) { #wAFhGCz787U2eusVwmr60zoiacdf2SUe { width:20rem;height:5.84765625rem;top:187.0416875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hIm99hxpmiDLWggM0K7FblSL3GyxUAoN { display:block; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container { width:20rem;height:111.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxQTKeeTwwfgVNNkZ1BM4S4Kkh9z3Rze { width:20rem;height:2.51875rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EMdsF6cWJT2ITqaDdiJDesGc43R1tWGu { width:9rem;height:5.5625rem;top:5.5556640625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amP0zg1bUFa0LnVWrPtbhGFzehINTU3A { width:12.9375rem;height:3.4125rem;top:54.9375rem;left:3.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZHyUAk2CgwJ2OdxTEn38wcGrBH7EDe9 { width:11.9375rem;height:3.4125rem;top:98.9375rem;left:4.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRWA9fbiqyeTJ6MCfsBozf2FJoFXhO0B { width:15.625rem;height:3.4125rem;top:34.9375rem;left:2.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsQ4fXp42n6MTimBOgmODnyzEo6leogu { width:8.75rem;height:6.825rem;top:11.056251525879rem;left:5.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cp4ow3TwiXdsuATwS27pugu4y2BDGUFJ { width:12.0625rem;height:8rem;top:26.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTcxyVuIS73tMUirnU4JmChqyhA1ZrVw { width:15.0625rem;height:9.875rem;top:88.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmUbrvtDsk92GOOd57dRODR9LJrz017l { width:9.3125rem;height:3.4375rem;top:18.999999046326rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGadIHltnX3aRGLvSWZ1SRAR83AgG6N { display:block; }
 }@media only screen and (max-width: 763px) { #arEKyfP9qMKDeycrlD0GJemIXgO7B9aL { width:15.375rem;height:10.125rem;top:64.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0T3TJhInsDGub9cOgdq2OHcn7AqtKkI { width:10.125rem;height:6.82425rem;top:75.5625rem;left:4.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKWoNk1bI7TkenIfGDeqZWnegtqivc0t { width:9.3125rem;height:3.4375rem;top:39.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8bKSpIluDGJxgHWbBFuSHZ0sibKGpS { display:block; }
 }@media only screen and (max-width: 763px) { #Twg3BTPsFe8xLuiHThoaqOps8bkBT2Da { width:9.3125rem;height:3.4375rem;top:83rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiHZbth9A9eVmbLSnHfDGNTdou5I1NdA { display:block; }
 }@media only screen and (max-width: 763px) { #n4Q6k9XKkoABf2u3rKcA1a0aTDtZCxVI { width:9.3125rem;height:3.4375rem;top:103.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uim7EWnckRmLb43wROoZrwxTI7tb6BQM { display:block; }
 }@media only screen and (max-width: 763px) { #TfUJmNJZT1HkEATpwb2DVZLdeAQmQ3LI { width:9.3125rem;height:3.4375rem;top:59.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q80UUcSX3SheKdOEkLZDkmbUXzhQP4H3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bawt44IiseDG88ShzifQkbJzG4UPFRVO { width:11.25rem;height:7.5625rem;top:46.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { display:block; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwIecfPinnUUSwyA4GylKkx6tA8st62B { width:17.5rem;height:1.6875rem;top:73.6875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuxdGEl5bVfWDL2y0IeFpiZQoQm33PWs { width:12.5rem;height:1.625rem;top:71.125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VyRIwldHkMKP0Ay1y7e59uxw9AvnzcJf { width:18.75rem;height:1.6875rem;top:67.875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gkx2qOoTqeBRT7cMrL5idJaWOP2T2QWT { width:12.5rem;height:1.625rem;top:65.4375rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IGOrPRtZM0esyq7NBtMULpgOo1CUM85W { width:17.5rem;height:2.25rem;top:30.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxkPel572eLpWI2AmlihICJtFIeyPsmT { display:block; }
 }@media only screen and (max-width: 763px) { #cn8l5HyrMgaK3frHhPX3OckI6f3g5ZtG { width:12.5rem;height:3rem;top:27.5rem;left:5.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnUI5DWRvXMaMsTHz637lyEFHHNbgsv9 { display:block; }
 }@media only screen and (max-width: 763px) { #Q5uZmGvhc0RdPtclpC7Iskw5odBkSgAG { width:3rem;height:3rem;top:27.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFOsoykS3VNR6sn3R0Ezet5CCEp60iuI { width:12.5rem;height:1.4619125rem;top:23.6875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1wBJbwkp6mflBTwE5mil9N4XrtUkGF2 { width:8.3125rem;height:12.5rem;top:10.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0TXcCE9FiAvT1PTfLn21ywnZAIKSDhw { width:8.75rem;height:2.35625rem;top:1.0625rem;left:5.625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sz7Fi2k5OVzQxvSKG4UouHTRDS9gAniE { width:17.5rem;height:2.25rem;top:61.9375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sthp87pltCiINhy8gxefwZssT5bZgeuq { display:block; }
 }@media only screen and (max-width: 763px) { #Lm8CKfr6Or7AlKUVWQvhgFpdBPCSaJBh { width:12.5rem;height:2.923825rem;top:53.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU8uU1ppWt9sszIZrenXTXzu2l6SGMaT { width:12.5rem;height:3rem;top:59rem;left:5.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEEcvpnylqUiqgbux0NuOkLCUExWTtD3 { display:block; }
 }@media only screen and (max-width: 763px) { #dfI0LCJd9fCgebXC7uX1dKXzGdCMbpvL { width:8.25rem;height:12.4375rem;top:40rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFpnFcN8NMsUEVp4LbLLq7badr67k2EC { width:16.9375rem;height:2.923825rem;top:25.125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exMAFW3BqegUBomueuwSSaMHFGXrL8aU { width:16.9375rem;height:2.923825rem;top:56.0478515625rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4G85sXri7HVXQPEFc1dioERqdX7Xqt { width:3rem;height:3rem;top:59rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV7DIgb6BztWH8IE4oAe7NKBG2rHylJT { width:11.3125rem;height:2.03125rem;top:5.8864593505859rem;left:4.34375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLFr6bDXw8tCFlqnusSw8tWrzdEcXXxs { width:12.75rem;height:2.03125rem;top:35.5625rem;left:3.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2LzFyhlqPRrATqyscNsTC8wLITQOdEk { width:14.25rem;height:5.8125rem;top:77.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { display:block; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDFXcm0aUooW1F7ZDaCvkccg9lm3opMw { width:18.75rem;height:1.3rem;top:11.8875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxGVTpvC2yRXhRmLNxUvToUGHwQdvCIp { width:18.75rem;height:1.3rem;top:9.3375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7Rr2b3oAFS4PDizuILdN4AteFVDJbKg { width:18.75rem;height:1.4625rem;top:3.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeckhTLyH0TkKuRi4f6rvswMTgN5JbeU { width:18.75rem;height:1.4625rem;top:6.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvrQhiQVCGC5edqxkT6ItTMa2C8wTnFF { width:18.75rem;height:1.4625rem;top:1.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }