.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f2f2f2;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/635cc87d-fd6f-418b-bdd6-9421bfb7be08/Group29.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyloading { background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { background-color: transparent; background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .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); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { border-width: 0; border-radius: 0; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { position:absolute;display:block;z-index:14997;background-color:#ababab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;height:26.3745rem;width:27.5rem;top:3.3125rem;left:46.875rem;display:block; }
#TFWrRT4pqar2KP6EJfKiO7yIlyR4Fi47 { color:#3d3d3d;display:block;width:21.1865rem;position:absolute;font-family:toyotatype;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:50.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-form-header {  }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.9375rem;box-sizing:border-box;height:3.125rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text.adaptive-delivery-prevent-bg, #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text.lazyload, #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text.lazyloading { background-image: none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.9375rem;box-sizing:border-box;height:4.375rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea.adaptive-delivery-prevent-bg, #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea.lazyload, #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea.lazyloading { background-image: none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e1e4eb;border-left:0.0625rem solid #e1e4eb;border-right:0.0625rem solid #e1e4eb;border-bottom:0.0625rem solid #e1e4eb;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:22.9375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #414141, #666666);background-image: -moz-linear-gradient(360deg, #414141, #666666);background-image: -ms-linear-gradient(360deg, #414141, #666666);background-image: -o-linear-gradient(360deg, #414141, #666666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#666666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#666666' );";background-image: linear-gradient(360deg, #414141, #666666);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom: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.0625rem;font-weight:bold;color:#ffffff;width:22.9375rem;height:2.9375rem;font-family:toyotatype;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]::-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]:-ms-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]::-webkit-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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:toyotatype;font-size:0.5rem;font-weight:400;color:#000000;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:first-of-type{padding-top:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:last-of-type{padding-bottom:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:47.935936927796rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 {display:block;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:47.935936927796rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FG8zp6bFzEIAM750Q6VXGACZdFOqPM03 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ePrdiwrR1vTvPFHM4qlkfZCSXrVxZfK5 { position:relative;display:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ElgHo3fT9Wo2E7cfvScELPuUKkol2eZD { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FoE9Rf7LLDna29VqlCUPoss473wPGKV3 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #eLU6UioeJrt3KFxbMS7tAWDsN825sIVz { position:relative;display:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rByTOP1ubNxtKLkhofGKqnpzET98U2Nq { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #i66JQtzbCDPbSZfwKtbmZPr2NoU7r0b6 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #M2TzRJxiXc4VNzv2hw4MkTCq9EnwRVQE { position:relative;display:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #GWqT2nAlmXtZ8ErJtxZ8FtLNTA7pLx9x { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #TV6LFMzlqtZsXGTrTCwHFm9qnh2BF7i2 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rEdFTVewILBdBnzvGzTsgILcJiuOrLtU { position:relative;z-index:2; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #mzrw8VWmpFKm2Z2pqoX4dtx1Z5nOhqnb { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #UeTssGrvuSOokCq6LJysPUaW4Ae8Cmmk { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FJM77I44ZE4cFtH81EMZGD1MI0Zf3NN6 { position:relative; }
#QudIU65gNBbPzVkETTy45e3GoqVt2TEK { color:#f11111;display:block;width:44.75rem;position:absolute;font-family:toyotatype;font-size:2.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.454688072204rem;left:1.375rem;height:13.325rem;font-style:normal;display:block; }
#FlvXXtwmHCvP1eshHgfFoODzsp9Emgew { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3745625rem;width:65.874375rem;top:32.186415672303rem;left:4.5616321563721rem;overflow:hidden;display:block; }
#iNxbBW9Cao8lIUQTz3UOCwUPuzgTkPGt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.4375rem;top:2.21875rem;left:31.78125rem;overflow:hidden;display:block; }
#UmScKsmJ57UG8LzCuHFPbK0ic33NfooC { background-color:#dd1f33;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:26.29843711853rem;left:1.375rem;display:block; }
#OJJHZpXX48KpiS9zFdk5wAr0TZU3ZbWi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnH5cb9WPyFdlksbzwksflc2a8AWVzXD { position:absolute;display:block;z-index:15027;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.875rem;width:5.625rem;top:0rem;left:10.4677734375rem;overflow:hidden;display:block; }
#r97ITsnaUyF8Ag4No6O7zibT89CorGNb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e5357d2-7005-4d52-9f41-3a9994ef17c0/Untitled1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb.adaptive-delivery-prevent-bg, #r97ITsnaUyF8Ag4No6O7zibT89CorGNb.lazyload, #r97ITsnaUyF8Ag4No6O7zibT89CorGNb.lazyloading { background-image: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container { background-color: transparent; background-image: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container > .video-iframe-container { display: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row > .video-iframe-container { display: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .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); }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container { border-width: 0; border-radius: 0; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#QcGdT5CStk3bCqNbreSOg3rV9mkD08AP { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:toyotatype;font-size:1.8125rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:14.9375rem;left:0rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwiyLmyvhHu0gu75rykiLWdV2T2lS27R { background-color:#dd1f33;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29.062500476837rem;left:1.75rem;display:block; }
#w5g0woMFLk9xqcTvyc0SBUdISioikkdR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHN0dVPv2OsGvfSaDpPKLdT1CNy4z0VH { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:18.4375rem;left:1.75rem;height:5.2rem;font-style:normal;display:block; }
#yoqHq47e9V8uuUTMgNDVSAHqzW0fT2Kg { position:absolute;display:block;z-index:15027;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.875rem;width:5.625rem;top:0rem;left:55.15625rem;overflow:hidden;display:block; }
#AN8BEMwlAUXgvh4ZooCJsXNqb2iKp8v4 { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:toyotatype;font-size:3.875rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:4.625rem;left:1.75rem;height:8.525rem;font-style:normal;display:block; }
#nlNATXgJbN2QdweasQaGtAJKuFF0uHxJ { 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:32.625rem;width:54.25rem;top:18.1875rem;left:20.75rem;overflow:hidden;display:block; }
#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0cd4aea5-e954-47f9-9b99-5c373be8dd6d/white_geometric_background_2.jpg");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.adaptive-delivery-prevent-bg, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyload, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyloading { background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { background-color: transparent; background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .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); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { border-width: 0; border-radius: 0; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { font-size:0.875rem;font-family:arial;height:103.5rem;width:75rem;position:relative;display:block; }#UQHiWblkGkC2veZfQynJwBCTLaoovRDi { display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.750244140625rem;left:101.9765625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#SXS25aMoy5t5U3a6mzATdSavxaw0B7nM { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:toyotatype;font-size:3.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.3125rem;left:17.125rem;height:12.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWQTnimC07XVev0dTfZU3oq6ZDnLCikp { color:#000000;display:block;width:59.124375rem;position:absolute;font-family:toyotatype;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:8.8096742630006rem;left:7.9372844696044rem;height:4.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NrOcWrtXkn9QSPAQfQkNK9TKeFoFkUdO { 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:10.2484375rem;width:19.7491875rem;top:21.549999594688rem;left:4.9367179870606rem;overflow:hidden;display:block; }
#W2VamLL1BKf4RyZqrgIFZT3DMsuJvbUW { 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:9.8115rem;width:18.9355625rem;top:21.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#TEmGGftetgUgDo93WzUwSOXLFQI38vJI { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.9985rem;top:22rem;left:51.0625rem;overflow:hidden;display:block; }
#TKs81pKcXGKe13RZ81oM44lEmbrFdzKS { box-sizing:content-box;height:6.936875rem;width:17.249375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:18.125rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#dI8M3DyqLx1ZvTqOLfN4P6HFGr9whJ1h { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:19.592968344688rem;left:1.5609369277954rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eqSC2kf2lHLpmoJqugTUVNK3GbcXnsxN { box-sizing:content-box;height:6.9365rem;width:17.249rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:18.1240234375rem;left:26.3720703125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#OZC6gNDrxTmUwnP4x1zEyJEvOniC62WP { box-sizing:content-box;height:6.9365rem;width:17.249rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:18.1240234375rem;left:51.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#mJQ3xMMvoe0OShnOMmW4q4tSmoBP6PLF { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:19.592969894409rem;left:28.871094703674rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X9hhJPPUdEOr5txXfwTHx4oKEHv0qsvm { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:19.592968940735rem;left:53.485936164856rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qDITktFZggn4K8nnHG3kq7bUil1WriMG { position:absolute;display:block;z-index:15039;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:10.1875rem;width:19.5625rem;top:39.0625rem;left:5.3125rem;overflow:hidden;display:block; }
#FfGQ2PHxncPVTkkLhxCyIASKcIT9iStJ { box-sizing:content-box;height:6.936875rem;width:17.249375rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:35.6875rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#BwnU4TCW3TzpwEUdBs13cJxDpxit4Cip { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:37.155468940735rem;left:4.0296869277954rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aUGpDT65MGpUbAbPUp9K0dSsRLuCqpTi { box-sizing:content-box;height:6.9365rem;width:17.249rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:35.6865234375rem;left:26.3740234375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#fntwKdygpFbxytN4WwRN1Q1L4JQyBFff { position:absolute;display:block;z-index:15038;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.75rem;width:18.75rem;top:39.3125rem;left:28.125rem;overflow:hidden;display:block; }
#iqVTaSBqbrdcSATfSlUG5tQzFFFbLXMd { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:37.154687404632rem;left:27.933594703674rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZfVCdKr9a3z47pIFtrcRAfMMiu4JAGH { box-sizing:content-box;height:6.9365rem;width:17.249rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:35.6865234375rem;left:51.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#nU57PRG9uTZXNplhUzg0zVecFpXcPweg { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.5625rem;top:39.3125rem;left:51.0625rem;overflow:hidden;display:block; }
#GsS48BG5XetK5a1SuTNgaELG5LVrvUhi { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:37.154693603516rem;left:54.373436927796rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSvbEJD0BkEIqaUTvI23E1soM25bEv8E { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:2.24935rem;top:36.1875rem;left:17rem;overflow:hidden;display:block; }
#XI6SLziHBRGK0qBEDL7V5cZIO3DQ0Ztn { position:absolute;display:block;z-index:15052;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:10.1875rem;width:19.5625rem;top:56.125rem;left:5.3125rem;overflow:hidden;display:block; }
#mCC8L6zffxaWcXfuU66DRXgaJ5XIOFma { box-sizing:content-box;height:6.936875rem;width:17.249375rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:52.625rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#lbpazWnZk8GiuvowBAmSgaWQiinoEyoI { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:54.092189311981rem;left:4.3421869277954rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uET9eDcdN7OOqt0g8XTA9pTJup29TWPJ { box-sizing:content-box;height:6.9365rem;width:17.249rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:52.6240234375rem;left:26.2177734375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#AteFbTBeAwa2vN9TomnlxRaldKpPP4xb { position:absolute;display:block;z-index:15051;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.75rem;width:18.75rem;top:56.3125rem;left:28.125rem;overflow:hidden;display:block; }
#VnvwRpyCFpo1L50rBBRObH789TyEe92R { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:toyotatype;font-size:1.3125rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:54.77968788147rem;left:29.683594703674rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X6s9iUpwqbTy9wun9RcCfVxTDyBerpHz { box-sizing:content-box;height:6.9365rem;width:17.249rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:52.6240234375rem;left:50.4365234375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#L5xOpf66TpfTtCxDFQ4x2b2WyB8DvIWP { 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:9.6875rem;width:18.5625rem;top:56.5rem;left:51.0625rem;overflow:hidden;display:block; }
#OI7HMNagh3gmS3P96oEym8GwTcxh3a3G { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:54.092189311981rem;left:53.749218940735rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHnTWBTnsAGF44FwoNJMMpmJss1Vkn9Q { box-sizing:content-box;height:6.936875rem;width:17.249375rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:70.1875rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#oaiTHp6wBn66s2Pzp3OMz1dT41CataE7 { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:71.654689788819rem;left:4.9343748092651rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LqLZ2KRuf4zwG3gBgLH8TKWvvIdJlE8k { position:absolute;display:block;z-index:15061;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:10.125rem;width:19.375rem;top:73.625rem;left:5.3125rem;overflow:hidden;display:block; }
#JFp0h7rsAWTKqSaMSbFXzA03GuQUFV9c { box-sizing:content-box;height:6.936875rem;width:17.249375rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:70.1875rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#nL4PonaDENXd0qMRAlt9eu0z4cp3dsDf { 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:9.6875rem;width:18.625rem;top:74.780469894406rem;left:28.187500953674rem;overflow:hidden;display:block; }
#bQ5GywXZTQ0owRyqQGq9X4zJbfe1aQmn { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15045;line-height:1.6;letter-spacing:0;top:71.654689788819rem;left:26.464844703674rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDnTwgvMKBwdkiCwJE2U8UEmL4PwzO8s { box-sizing:content-box;height:6.936875rem;width:17.249375rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:70.3125rem;left:50.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#PN1N0DEHdmvxFUFVQ6no9WE42ebomQlt { position:absolute;display:block;z-index:15059;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.625rem;width:18.5rem;top:74.8125rem;left:51.3115234375rem;overflow:hidden;display:block; }
#B2lqGzMKIlsaOKeGWKXAitybv9ZdcpMa { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:toyotatype;font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:71.654687881469rem;left:52.547657966614rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rplCIIzquQ0HRXRyh7Q8kTFFuIUrDvaT { box-sizing:content-box;height:6.936875rem;width:17.249375rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:86.9375rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#rSgPh0EcGKz3CGVIHKTVXyQmD0m1T3BX { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:88.404689788819rem;left:4.2796869277954rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fhGlpq2GUdcanagtIFJslg7MvsPEmMpZ { position:absolute;display:block;z-index:15067;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:10.0625rem;width:19.375rem;top:90.374219894406rem;left:5.359375rem;overflow:hidden;display:block; }
#M0y4bLc8dfaPIvQr0zaqSH4o1CJCfwHi { box-sizing:content-box;height:6.9365rem;width:17.249rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -moz-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -ms-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-image: -o-linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#22222584' );";background-image: linear-gradient(140deg, #d0d0d0, rgba(34,34,37,0.52));background-size:auto !important;top:86.9375rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.75rem;display:block; }
#qFbT0ZUD0rz36ZtZTXJrEGgEEMaLWtWm { color:#ffffff;display:block;width:13.311625rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:88.625rem;left:28.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpZRhKQQcsq0mlMK2DR7zLI5F4ffgNla { position:absolute;display:block;z-index:15066;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.6875rem;width:18.5625rem;top:90.5625rem;left:29.40625rem;overflow:hidden;display:block; }
#H6WHyB8XsCUviRGe6QBG64lmELtaPdTL { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249025rem;width:2.249025rem;top:70.625rem;left:40.8125rem;overflow:hidden;display:block; }
#ZIqMaed0kkyE00TzTipptZvPpKpRHLf9 { position:absolute;display:block;z-index:15068;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:2rem;width:2rem;top:87.5625rem;left:17.125rem;overflow:hidden;display:block; }
#Kd0hPDyKug2pgOl7cGGf2OVivpZtxPDO { position:absolute;display:block;z-index:15069;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:2rem;width:2rem;top:87.5625rem;left:40.9375rem;overflow:hidden;display:block; }
#xvD2RlTs3xKQpuSF9puVhcri0zBTW4e9 { box-sizing:content-box;height:2.1875rem;width:8.8125rem;position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0046, #c6000f);background-image: -moz-linear-gradient(180deg, #ff0046, #c6000f);background-image: -ms-linear-gradient(180deg, #ff0046, #c6000f);background-image: -o-linear-gradient(180deg, #ff0046, #c6000f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );";background-image: linear-gradient(180deg, #ff0046, #c6000f);background-size:auto !important;top:16.9375rem;left:33.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TX7R1fbg2i59HVtlXkOonGK9Nftkzh7k { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:300;z-index:15071;line-height:1.6;letter-spacing:0;top:17.375rem;left:32.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fr2Bh5876TkivoZF9QDa5ruQcaJaQhD6 { box-sizing:content-box;height:2.1875rem;width:8.8125rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0046, #c6000f);background-image: -moz-linear-gradient(180deg, #ff0046, #c6000f);background-image: -ms-linear-gradient(180deg, #ff0046, #c6000f);background-image: -o-linear-gradient(180deg, #ff0046, #c6000f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );";background-image: linear-gradient(180deg, #ff0046, #c6000f);background-size:auto !important;top:35.1875rem;left:57.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gxtEQFiTBdEw3lCVZQ5lDpUyTyWXLtG0 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:35.6875rem;left:56.4970703125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7w1HrsM34SZpvHPcI5FVAartVrcHmTl { box-sizing:content-box;height:2.1875rem;width:8.8125rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0046, #c6000f);background-image: -moz-linear-gradient(180deg, #ff0046, #c6000f);background-image: -ms-linear-gradient(180deg, #ff0046, #c6000f);background-image: -o-linear-gradient(180deg, #ff0046, #c6000f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );";background-image: linear-gradient(180deg, #ff0046, #c6000f);background-size:auto !important;top:51.9375rem;left:33.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VVRB2VdNo4OyuUmAPvr50wpZzfsdNQVw { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:300;z-index:15075;line-height:1.6;letter-spacing:0;top:52.375rem;left:32.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URTA81LlVhR9uJnGoNRBoHtRchLh6Nfx { box-sizing:content-box;height:2.1875rem;width:8.8125rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0046, #c6000f);background-image: -moz-linear-gradient(180deg, #ff0046, #c6000f);background-image: -ms-linear-gradient(180deg, #ff0046, #c6000f);background-image: -o-linear-gradient(180deg, #ff0046, #c6000f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );";background-image: linear-gradient(180deg, #ff0046, #c6000f);background-size:auto !important;top:69.1875rem;left:57.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KcMaJDznASWdPDkdhrvmVNdmsMAaXqVm { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:300;z-index:15077;line-height:1.6;letter-spacing:0;top:69.625rem;left:56.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2Dk7WOzXq3gZGr0TyNrR71TyANuLKFG { box-sizing:content-box;height:2.1875rem;width:8.8125rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0046, #c6000f);background-image: -moz-linear-gradient(180deg, #ff0046, #c6000f);background-image: -ms-linear-gradient(180deg, #ff0046, #c6000f);background-image: -o-linear-gradient(180deg, #ff0046, #c6000f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );";background-image: linear-gradient(180deg, #ff0046, #c6000f);background-size:auto !important;top:16.9375rem;left:57.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#msrr2bfUgvCcsk6bkOAVI1gAEAQF6eTA { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:300;z-index:15079;line-height:1.6;letter-spacing:0;top:17.380859375rem;left:56.4970703125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGVCxz08LsDOdTo7JAmwTiZ9lmEc5FAO { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:300;z-index:15081;line-height:1.6;letter-spacing:0;top:35.0625rem;left:7.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zt6q5t5M1dbPSSR7sDNHE6oNqXiEKbbO { box-sizing:content-box;height:2.1875rem;width:8.8125rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0046, #c6000f);background-image: -moz-linear-gradient(180deg, #ff0046, #c6000f);background-image: -ms-linear-gradient(180deg, #ff0046, #c6000f);background-image: -o-linear-gradient(180deg, #ff0046, #c6000f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0046', endColorstr='#c6000f' );";background-image: linear-gradient(180deg, #ff0046, #c6000f);background-size:auto !important;top:34.625rem;left:8.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e1c34bcd-b5ee-49f7-af8b-8d584a0e9f6b/Group42a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.adaptive-delivery-prevent-bg, #tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.lazyload, #tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.lazyloading { background-image: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container { background-color: transparent; background-image: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container > .video-iframe-container { display: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row > .video-iframe-container { display: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .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); }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container { border-width: 0; border-radius: 0; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#z52zTnuSBBCNPFFaJ437Bn2sxnZQTDqi { display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.750244140625rem;left:101.9765625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#xRDZ3x8AK4PxmFUCZPDFBBMy2aLxFbbb { color:#000000;display:block;width:12.061625rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvQIRshB4rGPLkZ3GMAsDqZ2AoALBWAw { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.375rem;left:19.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yDBVuTZeMcqKLMC12phCqztiTo7VcrZm { color:#000000;display:block;width:15.625rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:9.375rem;left:38.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KzmoM1gs2iDNrdmx2EsITv38JNRT9ery { color:#000000;display:block;width:14.749375rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:9.375rem;left:56.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BSW2qTzQdC3Wp2hVpCIPeLfxT8s65sHl { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:24.8125rem;left:12.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFPWDkhZmT1VRqVCTKqm0TJT74uIS65y { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:24.8125rem;left:27.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Czs2I016XDXMnVmLkAlXuHgzDnekEZ3v { color:#000000;display:block;width:14.749375rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:25.625rem;left:47.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTdGE72HKhbpHdXqwaKuDrayrrLRemvE { color:#000000;display:block;width:12.061625rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P67zlm0cFZETC2FCEuZUaVIMlHQKulmp { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:13.1875rem;left:21.625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zoov9tkDOONSTE1nHN0pX8eTJdsNhofD { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:13.375rem;left:40.375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T20hbeu9UHTTOTpz9SRWSCOgooJT3BQJ { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:29.125rem;left:12.4375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyotMPIQ6AQ3w8ETzLLUue9CT89pomcd { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:13.375rem;left:58rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ox0ekumyav9gSvTSOrukClVFXZw4WTpc { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:29.125rem;left:30.4375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8Whl6TTErGsW2vVaHx9nLAtViPBKiZT { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:#ff0000;background-image:none;top:34.283855676651rem;left:-28.133681178093rem;display:block; }
#KMFTkG0lWeROwxQwXHKZgVh3IVC18hCc { 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:2.99913125rem;width:7.4370625rem;top:4.4375rem;left:9.375rem;overflow:hidden;display:block; }
#ImTqMatzuhHPvAQaGDy7WkXqCT9lpAFU { 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:4.93706875rem;width:9.749375rem;top:3.4667973518372rem;left:3.6241321563721rem;overflow:hidden;display:block; }
#Vkqi9JxHyHVubhGDKzZJDTSqwPEfVXwz { 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.624125rem;width:8.624125rem;top:0.8203125rem;left:23.310548782349rem;overflow:hidden;display:block; }
#VbJzNBKt2oIFiVyv46yzaZVXDeZMXKip { 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:11.936875rem;width:11.936875rem;top:0.098741054534912rem;left:40.405817031861rem;overflow:hidden;display:block; }
#Df8z9TTDGHgcpstuNI3rWVms4oOtwx9p { position:absolute;display:block;z-index:15035;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.5623125rem;width:8.5623125rem;top:0.87999105453494rem;left:59.780817031861rem;overflow:hidden;display:block; }
#xZRtXCCUvUsySv5RCzpeCEMqbx2Jb2IA { position:absolute;display:block;z-index:15036;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:10.811625rem;top:19.25rem;left:13.0625rem;overflow:hidden;display:block; }
#rop6qTEVJbTAJ0dGbnmrhth9NmOVPVU3 { position:absolute;display:block;z-index:15037;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.686625rem;width:7.686625rem;top:18.25rem;left:32.625rem;overflow:hidden;display:block; }
#LhHWWVqpqE1BsmcCNNO2kOCCARE84pzM { position:absolute;display:block;z-index:15038;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.75rem;width:8.75rem;top:17.75rem;left:50.375rem;overflow:hidden;display:block; }
#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), #333f4f);background-image: -moz-linear-gradient(top, rgba(0,0,0,0), #333f4f);background-image: -ms-linear-gradient(top, rgba(0,0,0,0), #333f4f);background-image: -o-linear-gradient(top, rgba(0,0,0,0), #333f4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#333f4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#333f4f' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), #333f4f);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container { background-color: transparent; background-image: none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container > .video-iframe-container { display: none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row > .video-iframe-container { display: none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .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); }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container { border-width: 0; border-radius: 0; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#XcB7yWfq8pZbQWkJcTTOKMGZUfGTNFQ7 { display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.750244140625rem;left:101.9765625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#LMTmawGzKq1AdzpyF4SZUTC16cX7Hdin { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:43.375rem;top:1.84375rem;left:1rem;overflow:hidden;display:block; }
#sh4WFShT3gBlTorUhSVyAo34nDIJd4Jr { color:#3d3d3d;display:block;width:21.1855625rem;position:absolute;font-family:toyotatype;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:49.40625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qq1l9btIdVJA4462MZBQaFOCbpJmEm9w { position:absolute;display:block;z-index:15000;background-color:#ababab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;height:27.75rem;width:27.5rem;top:8.625rem;left:46.2490234375rem;display:block; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-form-header {  }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.9375rem;box-sizing:border-box;height:3.125rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text.adaptive-delivery-prevent-bg, #tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text.lazyload, #tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text.lazyloading { background-image: none; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.9375rem;box-sizing:border-box;height:4.375rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-textarea.adaptive-delivery-prevent-bg, #tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-textarea.lazyload, #tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-textarea.lazyloading { background-image: none; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e1e4eb;border-left:0.0625rem solid #e1e4eb;border-right:0.0625rem solid #e1e4eb;border-bottom:0.0625rem solid #e1e4eb;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:22.9375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:#dd1f33;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.0625rem;font-weight:bold;color:#ffffff;width:22.9375rem;height:2.9375rem;font-family:toyotatype;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma [class*="-text"]::-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma [class*="-text"]:-ms-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma [class*="-text"]::-webkit-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .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:toyotatype;font-size:0.5rem;font-weight:400;color:#000000;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container:first-of-type{padding-top:0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container:last-of-type{padding-bottom:0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13rem;left:47.279686927796rem; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma {display:block;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13rem;left:47.279686927796rem; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #FzTbXerBIqwh6sqi1fOIHFmIKMrsn8t0 { position:relative;z-index:1; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #oOGK2RIypnxmIRDABPvt5k1P5BAfnha2 { position:relative;display:none; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #QSJyr07pVwSgPnxlESA8mcPvC9PB5FlN { position:relative; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #Inl3MXIBhzQmMLv4Q6sRXGJIWyg0KDa4 { position:relative;z-index:1; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #f1mJ87THzLA6RkXto9M7em9GTZwDpI35 { position:relative;display:none; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #CTU11oQpnk02gk21mNTTHdWl5mBt040u { position:relative; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #RbcxDRDgoRuJnCA7g3nAOItHd60V2Rql { position:relative;z-index:1; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #MvnTWCNT8sUGDolF04NB3gJAGh8bMPLc { position:relative;display:none; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #w9DJJoq1uTdkoM10paO9JklSTmwc4m3L { position:relative; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #iPyrAVdU0b3Eia5HnbQz8BLIsv9hWPLF { position:relative;z-index:1; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #oWZbgFGJ5oWT7CkuMSAgMN9chcqIRuMK { position:relative;z-index:2; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #irekviAxopZAsOS88E1ximPNI826zPqR { position:relative; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #g0wPO349OnhUP8B4W12Ww3Bn57fhlQ75 { position:relative;z-index:1; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma #s1IhecsmVUWudblIKBqM9ODZ6J2xQCWT { position:relative; }
#OyVEdsUibDpC0Q8MJ2dnekNwbfbViyI9 { color:#333f4f;display:block;width:28.875rem;position:absolute;font-family:toyotatype;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.84375rem;left:44.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#whnaAWVzfOQETqJfZMhpGDdbN8bEPKcB { position:absolute;display:block;z-index:15026;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.875rem;width:5.625rem;top:0rem;left:36.65625rem;overflow:hidden;display:block; }
#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333f4f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { background-color: transparent; background-image: none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container > .video-iframe-container { display: none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row > .video-iframe-container { display: none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .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); }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { border-width: 0; border-radius: 0; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { color:#ffffff;display:block;width:28.0595625rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9287109375rem;left:23.46875rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { color:#ffffff;display:block;width:57.2473125rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.310302734375rem;left:8.875732421875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:15.5615rem;top:2.998046875rem;left:1.80908203125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyloading { background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWrRT4pqar2KP6EJfKiO7yIlyR4Fi47 { width:15.0625rem;height:0;top:7.5625rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:first-of-type{padding-top:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:last-of-type{padding-bottom:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 {display:block;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FG8zp6bFzEIAM750Q6VXGACZdFOqPM03 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ePrdiwrR1vTvPFHM4qlkfZCSXrVxZfK5 { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ElgHo3fT9Wo2E7cfvScELPuUKkol2eZD {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FoE9Rf7LLDna29VqlCUPoss473wPGKV3 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #eLU6UioeJrt3KFxbMS7tAWDsN825sIVz { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rByTOP1ubNxtKLkhofGKqnpzET98U2Nq {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #i66JQtzbCDPbSZfwKtbmZPr2NoU7r0b6 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #M2TzRJxiXc4VNzv2hw4MkTCq9EnwRVQE { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #GWqT2nAlmXtZ8ErJtxZ8FtLNTA7pLx9x {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #TV6LFMzlqtZsXGTrTCwHFm9qnh2BF7i2 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rEdFTVewILBdBnzvGzTsgILcJiuOrLtU {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #mzrw8VWmpFKm2Z2pqoX4dtx1Z5nOhqnb {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #UeTssGrvuSOokCq6LJysPUaW4Ae8Cmmk {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FJM77I44ZE4cFtH81EMZGD1MI0Zf3NN6 {  }
 }@media only screen and (max-width: 763px) { #QudIU65gNBbPzVkETTy45e3GoqVt2TEK { width:44.75rem;height:13.3125rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlvXXtwmHCvP1eshHgfFoODzsp9Emgew { width:47.75rem;height:13.319069203693rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNxbBW9Cao8lIUQTz3UOCwUPuzgTkPGt { width:11.4375rem;height:2.5rem;top:2.1875rem;left:18.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmScKsmJ57UG8LzCuHFPbK0ic33NfooC { width:23.8125rem;height:3.4375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJJHZpXX48KpiS9zFdk5wAr0TZU3ZbWi { display:block; }
 }@media only screen and (max-width: 763px) { #mnH5cb9WPyFdlksbzwksflc2a8AWVzXD { width:5.625rem;height:8.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r97ITsnaUyF8Ag4No6O7zibT89CorGNb { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb.adaptive-delivery-prevent-bg, #r97ITsnaUyF8Ag4No6O7zibT89CorGNb.lazyload, #r97ITsnaUyF8Ag4No6O7zibT89CorGNb.lazyloading { background-image: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QcGdT5CStk3bCqNbreSOg3rV9mkD08AP { width:47.75rem;height:1.8125rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwiyLmyvhHu0gu75rykiLWdV2T2lS27R { width:23.8125rem;height:3.4375rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5g0woMFLk9xqcTvyc0SBUdISioikkdR { display:block; }
 }@media only screen and (max-width: 763px) { #NHN0dVPv2OsGvfSaDpPKLdT1CNy4z0VH { width:34.9375rem;height:5.1875rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoqHq47e9V8uuUTMgNDVSAHqzW0fT2Kg { width:5.625rem;height:8.875rem;top:0rem;left:41.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN8BEMwlAUXgvh4ZooCJsXNqb2iKp8v4 { width:45.25rem;height:8.5rem;top:4.625rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlNATXgJbN2QdweasQaGtAJKuFF0uHxJ { width:47.75rem;height:28.716013824885rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.adaptive-delivery-prevent-bg, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyload, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyloading { background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UQHiWblkGkC2veZfQynJwBCTLaoovRDi { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXS25aMoy5t5U3a6mzATdSavxaw0B7nM { width:43.125rem;height:12.625rem;top:2.3125rem;left:3.5rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWQTnimC07XVev0dTfZU3oq6ZDnLCikp { width:47.75rem;height:4.4375rem;top:8.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrOcWrtXkn9QSPAQfQkNK9TKeFoFkUdO { width:19.6875rem;height:10.216426031767rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VamLL1BKf4RyZqrgIFZT3DMsuJvbUW { width:18.875rem;height:9.7801194181581rem;top:21.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmGGftetgUgDo93WzUwSOXLFQI38vJI { width:18.9375rem;height:9.6566179445931rem;top:22rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKs81pKcXGKe13RZ81oM44lEmbrFdzKS { width:17.1875rem;height:6.875rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI8M3DyqLx1ZvTqOLfN4P6HFGr9whJ1h { width:19.125rem;height:4rem;top:19.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqSC2kf2lHLpmoJqugTUVNK3GbcXnsxN { width:17.1875rem;height:6.875rem;top:18.0625rem;left:12.7470703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZC6gNDrxTmUwnP4x1zEyJEvOniC62WP { width:17.1875rem;height:6.875rem;top:18.0625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJQ3xMMvoe0OShnOMmW4q4tSmoBP6PLF { width:12.25rem;height:4rem;top:19.5625rem;left:15.246094703674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hhJPPUdEOr5txXfwTHx4oKEHv0qsvm { width:14.875rem;height:6rem;top:19.5625rem;left:32.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDITktFZggn4K8nnHG3kq7bUil1WriMG { width:19.5625rem;height:10.1875rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfGQ2PHxncPVTkkLhxCyIASKcIT9iStJ { width:17.1875rem;height:6.875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwnU4TCW3TzpwEUdBs13cJxDpxit4Cip { width:14.1875rem;height:4rem;top:37.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUGpDT65MGpUbAbPUp9K0dSsRLuCqpTi { width:17.1875rem;height:6.875rem;top:35.625rem;left:12.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fntwKdygpFbxytN4WwRN1Q1L4JQyBFff { width:18.75rem;height:9.75rem;top:39.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqVTaSBqbrdcSATfSlUG5tQzFFFbLXMd { width:14.125rem;height:4rem;top:37.125rem;left:14.308594703674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZfVCdKr9a3z47pIFtrcRAfMMiu4JAGH { width:17.1875rem;height:6.875rem;top:35.625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU57PRG9uTZXNplhUzg0zVecFpXcPweg { width:18.5625rem;height:9.6875rem;top:39.3125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsS48BG5XetK5a1SuTNgaELG5LVrvUhi { width:12.875rem;height:6rem;top:37.125rem;left:34.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSvbEJD0BkEIqaUTvI23E1soM25bEv8E { width:2.1875rem;height:2.1875rem;top:36.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI6SLziHBRGK0qBEDL7V5cZIO3DQ0Ztn { width:19.5625rem;height:10.1875rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCC8L6zffxaWcXfuU66DRXgaJ5XIOFma { width:17.1875rem;height:6.875rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbpazWnZk8GiuvowBAmSgaWQiinoEyoI { width:13.5625rem;height:4rem;top:54.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uET9eDcdN7OOqt0g8XTA9pTJup29TWPJ { width:17.1875rem;height:6.875rem;top:52.5625rem;left:12.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AteFbTBeAwa2vN9TomnlxRaldKpPP4xb { width:18.75rem;height:9.75rem;top:56.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvwRpyCFpo1L50rBBRObH789TyEe92R { width:10.625rem;height:4.1875rem;top:54.75rem;left:16.058594703674rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6s9iUpwqbTy9wun9RcCfVxTDyBerpHz { width:17.1875rem;height:6.875rem;top:52.5625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5xOpf66TpfTtCxDFQ4x2b2WyB8DvIWP { width:18.5625rem;height:9.6875rem;top:56.5rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7HMNagh3gmS3P96oEym8GwTcxh3a3G { width:11.875rem;height:4rem;top:54.0625rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHnTWBTnsAGF44FwoNJMMpmJss1Vkn9Q { width:17.1875rem;height:6.875rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaiTHp6wBn66s2Pzp3OMz1dT41CataE7 { width:13.0625rem;height:4rem;top:71.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqLZ2KRuf4zwG3gBgLH8TKWvvIdJlE8k { width:19.375rem;height:10.125rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFp0h7rsAWTKqSaMSbFXzA03GuQUFV9c { width:17.1875rem;height:6.875rem;top:70.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL4PonaDENXd0qMRAlt9eu0z4cp3dsDf { width:18.625rem;height:9.6875rem;top:74.75rem;left:14.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ5GywXZTQ0owRyqQGq9X4zJbfe1aQmn { width:17.0625rem;height:4rem;top:71.625rem;left:12.839844703674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDnTwgvMKBwdkiCwJE2U8UEmL4PwzO8s { width:17.1875rem;height:6.875rem;top:70.3125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN1N0DEHdmvxFUFVQ6no9WE42ebomQlt { width:18.5rem;height:9.625rem;top:74.8125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2lqGzMKIlsaOKeGWKXAitybv9ZdcpMa { width:14.5625rem;height:6.25rem;top:71.625rem;left:33.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rplCIIzquQ0HRXRyh7Q8kTFFuIUrDvaT { width:17.1875rem;height:6.875rem;top:86.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSgPh0EcGKz3CGVIHKTVXyQmD0m1T3BX { width:13.6875rem;height:4rem;top:88.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhGlpq2GUdcanagtIFJslg7MvsPEmMpZ { width:19.375rem;height:10.0625rem;top:90.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0y4bLc8dfaPIvQr0zaqSH4o1CJCfwHi { width:17.1875rem;height:6.875rem;top:86.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbT0ZUD0rz36ZtZTXJrEGgEEMaLWtWm { width:13.25rem;height:4rem;top:88.625rem;left:14.687500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpZRhKQQcsq0mlMK2DR7zLI5F4ffgNla { width:18.5625rem;height:9.6875rem;top:90.5625rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WHyB8XsCUviRGe6QBG64lmELtaPdTL { width:2.1875rem;height:2.1875rem;top:70.625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIqMaed0kkyE00TzTipptZvPpKpRHLf9 { width:2rem;height:2rem;top:87.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd0hPDyKug2pgOl7cGGf2OVivpZtxPDO { width:2rem;height:2rem;top:87.5625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvD2RlTs3xKQpuSF9puVhcri0zBTW4e9 { width:8.8125rem;height:2.1875rem;top:16.9375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX7R1fbg2i59HVtlXkOonGK9Nftkzh7k { width:10.625rem;height:1.25rem;top:17.375rem;left:18.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2Bh5876TkivoZF9QDa5ruQcaJaQhD6 { width:8.8125rem;height:2.1875rem;top:35.1875rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxtEQFiTBdEw3lCVZQ5lDpUyTyWXLtG0 { width:10.625rem;height:1.25rem;top:35.6875rem;left:37.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7w1HrsM34SZpvHPcI5FVAartVrcHmTl { width:8.8125rem;height:2.1875rem;top:51.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVRB2VdNo4OyuUmAPvr50wpZzfsdNQVw { width:10.625rem;height:1.25rem;top:52.375rem;left:18.562500953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTA81LlVhR9uJnGoNRBoHtRchLh6Nfx { width:8.8125rem;height:2.1875rem;top:69.1875rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcMaJDznASWdPDkdhrvmVNdmsMAaXqVm { width:10.625rem;height:1.25rem;top:69.625rem;left:37.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Dk7WOzXq3gZGr0TyNrR71TyANuLKFG { width:8.8125rem;height:2.1875rem;top:16.9375rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msrr2bfUgvCcsk6bkOAVI1gAEAQF6eTA { width:10.625rem;height:1.25rem;top:17.375rem;left:37.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVCxz08LsDOdTo7JAmwTiZ9lmEc5FAO { width:10.625rem;height:1.25rem;top:35.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6q5t5M1dbPSSR7sDNHE6oNqXiEKbbO { width:8.8125rem;height:2.1875rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsqcdR0nDnIzywNeeuImA3KNHUddmB1l { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.adaptive-delivery-prevent-bg, #tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.lazyload, #tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.lazyloading { background-image: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z52zTnuSBBCNPFFaJ437Bn2sxnZQTDqi { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRDZ3x8AK4PxmFUCZPDFBBMy2aLxFbbb { width:12rem;height:3.1875rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQIRshB4rGPLkZ3GMAsDqZ2AoALBWAw { width:16.9375rem;height:3.1875rem;top:9.375rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDBVuTZeMcqKLMC12phCqztiTo7VcrZm { width:15.625rem;height:3.1875rem;top:9.375rem;left:24.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzmoM1gs2iDNrdmx2EsITv38JNRT9ery { width:14.6875rem;height:3.1875rem;top:9.375rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSW2qTzQdC3Wp2hVpCIPeLfxT8s65sHl { width:12.0625rem;height:3.25rem;top:24.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFPWDkhZmT1VRqVCTKqm0TJT74uIS65y { width:16.9375rem;height:3.25rem;top:24.8125rem;left:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czs2I016XDXMnVmLkAlXuHgzDnekEZ3v { width:14.6875rem;height:1.625rem;top:25.625rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTdGE72HKhbpHdXqwaKuDrayrrLRemvE { width:12rem;height:3.375rem;top:13.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P67zlm0cFZETC2FCEuZUaVIMlHQKulmp { width:12rem;height:1.125rem;top:13.1875rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoov9tkDOONSTE1nHN0pX8eTJdsNhofD { width:12rem;height:2.25rem;top:13.375rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T20hbeu9UHTTOTpz9SRWSCOgooJT3BQJ { width:12rem;height:1.125rem;top:29.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyotMPIQ6AQ3w8ETzLLUue9CT89pomcd { width:12rem;height:3.375rem;top:13.375rem;left:35.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox0ekumyav9gSvTSOrukClVFXZw4WTpc { width:12rem;height:2.25rem;top:29.125rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Whl6TTErGsW2vVaHx9nLAtViPBKiZT { width:47.75rem;height:0.1875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMFTkG0lWeROwxQwXHKZgVh3IVC18hCc { width:7.375rem;height:2.9741034136462rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImTqMatzuhHPvAQaGDy7WkXqCT9lpAFU { width:9.6875rem;height:4.9057353436117rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkqi9JxHyHVubhGDKzZJDTSqwPEfVXwz { width:8.5625rem;height:8.5625rem;top:0.8125rem;left:9.6855487823488rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbJzNBKt2oIFiVyv46yzaZVXDeZMXKip { width:11.875rem;height:11.875rem;top:0.0625rem;left:26.780817031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df8z9TTDGHgcpstuNI3rWVms4oOtwx9p { width:8.5rem;height:8.5rem;top:0.875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZRtXCCUvUsySv5RCzpeCEMqbx2Jb2IA { width:10.75rem;height:5.5930028210702rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rop6qTEVJbTAJ0dGbnmrhth9NmOVPVU3 { width:7.625rem;height:7.625rem;top:18.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhHWWVqpqE1BsmcCNNO2kOCCARE84pzM { width:8.75rem;height:8.75rem;top:17.75rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG.adaptive-delivery-prevent-bg, #U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG.lazyload, #U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG.lazyloading { background-image: none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcB7yWfq8pZbQWkJcTTOKMGZUfGTNFQ7 { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTmawGzKq1AdzpyF4SZUTC16cX7Hdin { width:43.375rem;height:38.125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh4WFShT3gBlTorUhSVyAo34nDIJd4Jr { width:15.0625rem;height:0;top:7.5625rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qq1l9btIdVJA4462MZBQaFOCbpJmEm9w { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container:first-of-type{padding-top:0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container:last-of-type{padding-bottom:0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma {display:block;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #FzTbXerBIqwh6sqi1fOIHFmIKMrsn8t0 {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #oOGK2RIypnxmIRDABPvt5k1P5BAfnha2 { display:none; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #QSJyr07pVwSgPnxlESA8mcPvC9PB5FlN {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #Inl3MXIBhzQmMLv4Q6sRXGJIWyg0KDa4 {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #f1mJ87THzLA6RkXto9M7em9GTZwDpI35 { display:none; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #CTU11oQpnk02gk21mNTTHdWl5mBt040u {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #RbcxDRDgoRuJnCA7g3nAOItHd60V2Rql {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #MvnTWCNT8sUGDolF04NB3gJAGh8bMPLc { display:none; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #w9DJJoq1uTdkoM10paO9JklSTmwc4m3L {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #iPyrAVdU0b3Eia5HnbQz8BLIsv9hWPLF {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #oWZbgFGJ5oWT7CkuMSAgMN9chcqIRuMK {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #irekviAxopZAsOS88E1ximPNI826zPqR {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #g0wPO349OnhUP8B4W12Ww3Bn57fhlQ75 {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #s1IhecsmVUWudblIKBqM9ODZ6J2xQCWT {  }
 }@media only screen and (max-width: 763px) { #OyVEdsUibDpC0Q8MJ2dnekNwbfbViyI9 { width:28.875rem;height:3.875rem;top:2.8125rem;left:18.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whnaAWVzfOQETqJfZMhpGDdbN8bEPKcB { width:5.625rem;height:8.875rem;top:0rem;left:23.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { display:none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:28rem;height:5.1875rem;top:1.875rem;left:9.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:47.75rem;height:1.25rem;top:9.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { width:15.5rem;height:3.0494256659062rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/e1c34bcd-b5ee-49f7-af8b-8d584a0e9f6b/Group42a.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyloading { background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { background-color: transparent; background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .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); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { border-width: 0; border-radius: 0; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { width:18.499540328979rem;height:21.061580657959rem;top:11.871552467346rem;left:0.64338231086731rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWrRT4pqar2KP6EJfKiO7yIlyR4Fi47 { width:15.25rem;height:2.25rem;top:15.8125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:first-of-type{padding-top:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:last-of-type{padding-bottom:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1  { width:17rem;height:auto;top:18.265625rem;left:0rem;z-index:15014;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;background-color:#bebebe;background-image:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 {display:block;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 { width:17rem;height:auto;top:18.265625rem;left:0rem;z-index:15014;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;background-color:#bebebe;background-image:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FG8zp6bFzEIAM750Q6VXGACZdFOqPM03 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ePrdiwrR1vTvPFHM4qlkfZCSXrVxZfK5 { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ElgHo3fT9Wo2E7cfvScELPuUKkol2eZD {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FoE9Rf7LLDna29VqlCUPoss473wPGKV3 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #eLU6UioeJrt3KFxbMS7tAWDsN825sIVz { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rByTOP1ubNxtKLkhofGKqnpzET98U2Nq {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #i66JQtzbCDPbSZfwKtbmZPr2NoU7r0b6 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #M2TzRJxiXc4VNzv2hw4MkTCq9EnwRVQE { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #GWqT2nAlmXtZ8ErJtxZ8FtLNTA7pLx9x {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #TV6LFMzlqtZsXGTrTCwHFm9qnh2BF7i2 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rEdFTVewILBdBnzvGzTsgILcJiuOrLtU {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #mzrw8VWmpFKm2Z2pqoX4dtx1Z5nOhqnb {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #UeTssGrvuSOokCq6LJysPUaW4Ae8Cmmk {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FJM77I44ZE4cFtH81EMZGD1MI0Zf3NN6 {  }
 }@media only screen and (max-width: 763px) { #QudIU65gNBbPzVkETTy45e3GoqVt2TEK { width:20rem;height:5.2rem;top:5.1585936546326rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlvXXtwmHCvP1eshHgfFoODzsp9Emgew { width:16.875rem;height:4.625rem;top:14.328125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNxbBW9Cao8lIUQTz3UOCwUPuzgTkPGt { width:8.9375rem;height:1.875rem;top:2.5rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmScKsmJ57UG8LzCuHFPbK0ic33NfooC { width:18.5rem;height:3.25rem;top:46.515625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJJHZpXX48KpiS9zFdk5wAr0TZU3ZbWi { display:block; }
 }@media only screen and (max-width: 763px) { #mnH5cb9WPyFdlksbzwksflc2a8AWVzXD { width:2.6875rem;height:4.3125rem;top:0rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r97ITsnaUyF8Ag4No6O7zibT89CorGNb { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/9e9cccc2-ce6c-4a76-95a5-1bd8cf0cceb9/Untitledsd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb.adaptive-delivery-prevent-bg, #r97ITsnaUyF8Ag4No6O7zibT89CorGNb.lazyload, #r97ITsnaUyF8Ag4No6O7zibT89CorGNb.lazyloading { background-image: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container { background-color: transparent; background-image: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container > .video-iframe-container { display: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row > .video-iframe-container { display: none; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .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); }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container { border-width: 0; border-radius: 0; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r97ITsnaUyF8Ag4No6O7zibT89CorGNb > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcGdT5CStk3bCqNbreSOg3rV9mkD08AP { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwiyLmyvhHu0gu75rykiLWdV2T2lS27R { width:17.125rem;height:3rem;top:36.4599609375rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5g0woMFLk9xqcTvyc0SBUdISioikkdR { display:block; }
 }@media only screen and (max-width: 763px) { #NHN0dVPv2OsGvfSaDpPKLdT1CNy4z0VH { width:18.125rem;height:7.9625rem;top:12.9091796875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoqHq47e9V8uuUTMgNDVSAHqzW0fT2Kg { width:5.625rem;height:8.875rem;top:39.9326171875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AN8BEMwlAUXgvh4ZooCJsXNqb2iKp8v4 { width:20rem;height:4.4rem;top:5.0617187023163rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlNATXgJbN2QdweasQaGtAJKuFF0uHxJ { width:20rem;height:12.027649769585rem;top:24.494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e1c34bcd-b5ee-49f7-af8b-8d584a0e9f6b/Group42a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.adaptive-delivery-prevent-bg, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyload, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyloading { background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { background-color: transparent; background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .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); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { border-width: 0; border-radius: 0; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { width:20rem;height:245rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHiWblkGkC2veZfQynJwBCTLaoovRDi { width:12.246125rem;height:0;top:12.061632156372rem;left:5.3222659230232rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXS25aMoy5t5U3a6mzATdSavxaw0B7nM { width:16.9375rem;height:10.4rem;top:1.7783203125rem;left:1.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWQTnimC07XVev0dTfZU3oq6ZDnLCikp { width:18.4375rem;height:9.1rem;top:8.5302734375rem;left:0.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrOcWrtXkn9QSPAQfQkNK9TKeFoFkUdO { width:19.6875rem;height:10.215625rem;top:25.08437538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VamLL1BKf4RyZqrgIFZT3DMsuJvbUW { width:18.875rem;height:9.778125rem;top:41.459376335144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmGGftetgUgDo93WzUwSOXLFQI38vJI { width:18.9375rem;height:9.65625rem;top:56.25rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKs81pKcXGKe13RZ81oM44lEmbrFdzKS { width:17.1875rem;height:6.875rem;top:21.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI8M3DyqLx1ZvTqOLfN4P6HFGr9whJ1h { width:10.625rem;height:6rem;top:21.5rem;left:4.6875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqSC2kf2lHLpmoJqugTUVNK3GbcXnsxN { width:17.1875rem;height:6.875rem;top:37.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZC6gNDrxTmUwnP4x1zEyJEvOniC62WP { width:17.1875rem;height:6.875rem;top:52.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJQ3xMMvoe0OShnOMmW4q4tSmoBP6PLF { width:12.3125rem;height:4rem;top:38.9375rem;left:3.8437500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hhJPPUdEOr5txXfwTHx4oKEHv0qsvm { width:12.375rem;height:8rem;top:53.375rem;left:3.9687500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDITktFZggn4K8nnHG3kq7bUil1WriMG { width:19.5625rem;height:10.1875rem;top:72.6875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfGQ2PHxncPVTkkLhxCyIASKcIT9iStJ { width:17.1875rem;height:6.875rem;top:68.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwnU4TCW3TzpwEUdBs13cJxDpxit4Cip { width:11.9375rem;height:4rem;top:70.25rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUGpDT65MGpUbAbPUp9K0dSsRLuCqpTi { width:17.1875rem;height:6.875rem;top:85rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fntwKdygpFbxytN4WwRN1Q1L4JQyBFff { width:18.75rem;height:9.75rem;top:89.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqVTaSBqbrdcSATfSlUG5tQzFFFbLXMd { width:12.125rem;height:4rem;top:86.5rem;left:5.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZfVCdKr9a3z47pIFtrcRAfMMiu4JAGH { width:17.1875rem;height:6.875rem;top:101.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU57PRG9uTZXNplhUzg0zVecFpXcPweg { width:18.5625rem;height:9.6875rem;top:105.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsS48BG5XetK5a1SuTNgaELG5LVrvUhi { width:12.3125rem;height:4rem;top:103.375rem;left:4.0000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSvbEJD0BkEIqaUTvI23E1soM25bEv8E { width:2.1875rem;height:2.1875rem;top:69.1123046875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI6SLziHBRGK0qBEDL7V5cZIO3DQ0Ztn { width:19.5625rem;height:10.1875rem;top:121.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCC8L6zffxaWcXfuU66DRXgaJ5XIOFma { width:17.1875rem;height:6.875rem;top:116.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbpazWnZk8GiuvowBAmSgaWQiinoEyoI { width:11.875rem;height:6rem;top:118.625rem;left:4.5625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uET9eDcdN7OOqt0g8XTA9pTJup29TWPJ { width:17.1875rem;height:6.875rem;top:133.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AteFbTBeAwa2vN9TomnlxRaldKpPP4xb { width:18.75rem;height:9.75rem;top:137.24999332428rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvwRpyCFpo1L50rBBRObH789TyEe92R { width:10.625rem;height:6.6rem;top:134.74922037124rem;left:4.8437500596046rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6s9iUpwqbTy9wun9RcCfVxTDyBerpHz { width:17.1875rem;height:6.875rem;top:149rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5xOpf66TpfTtCxDFQ4x2b2WyB8DvIWP { width:18.5625rem;height:9.6875rem;top:152.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7HMNagh3gmS3P96oEym8GwTcxh3a3G { width:11.875rem;height:4rem;top:150.5rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHnTWBTnsAGF44FwoNJMMpmJss1Vkn9Q { width:17.1875rem;height:6.875rem;top:163.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaiTHp6wBn66s2Pzp3OMz1dT41CataE7 { width:12.0625rem;height:4rem;top:165.25rem;left:4.4375000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqLZ2KRuf4zwG3gBgLH8TKWvvIdJlE8k { width:19.375rem;height:10.125rem;top:167.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFp0h7rsAWTKqSaMSbFXzA03GuQUFV9c { width:17.1875rem;height:6.875rem;top:178.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL4PonaDENXd0qMRAlt9eu0z4cp3dsDf { width:18.625rem;height:9.6875rem;top:183.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ5GywXZTQ0owRyqQGq9X4zJbfe1aQmn { width:13.25rem;height:4rem;top:180.4375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDnTwgvMKBwdkiCwJE2U8UEmL4PwzO8s { width:17.1875rem;height:6.875rem;top:195.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN1N0DEHdmvxFUFVQ6no9WE42ebomQlt { width:18.5rem;height:9.625rem;top:201.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2lqGzMKIlsaOKeGWKXAitybv9ZdcpMa { width:11.875rem;height:6rem;top:197.0625rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rplCIIzquQ0HRXRyh7Q8kTFFuIUrDvaT { width:17.1875rem;height:6.875rem;top:212.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSgPh0EcGKz3CGVIHKTVXyQmD0m1T3BX { width:11.625rem;height:4rem;top:214.3125rem;left:5.1875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhGlpq2GUdcanagtIFJslg7MvsPEmMpZ { width:19.375rem;height:10.0625rem;top:216.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0y4bLc8dfaPIvQr0zaqSH4o1CJCfwHi { width:17.1875rem;height:6.875rem;top:228.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbT0ZUD0rz36ZtZTXJrEGgEEMaLWtWm { width:13.25rem;height:4rem;top:229.875rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpZRhKQQcsq0mlMK2DR7zLI5F4ffgNla { width:18.5625rem;height:9.6875rem;top:231.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WHyB8XsCUviRGe6QBG64lmELtaPdTL { width:2.1875rem;height:2.1875rem;top:179.375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIqMaed0kkyE00TzTipptZvPpKpRHLf9 { width:2rem;height:2rem;top:213.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd0hPDyKug2pgOl7cGGf2OVivpZtxPDO { width:2rem;height:2rem;top:228.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvD2RlTs3xKQpuSF9puVhcri0zBTW4e9 { width:8.8125rem;height:2.1875rem;top:36.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX7R1fbg2i59HVtlXkOonGK9Nftkzh7k { width:10.625rem;height:1.3rem;top:36.75rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2Bh5876TkivoZF9QDa5ruQcaJaQhD6 { width:8.8125rem;height:2.1875rem;top:101.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxtEQFiTBdEw3lCVZQ5lDpUyTyWXLtG0 { width:10.625rem;height:1.3rem;top:101.9375rem;left:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7w1HrsM34SZpvHPcI5FVAartVrcHmTl { width:8.8125rem;height:2.1875rem;top:132.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVRB2VdNo4OyuUmAPvr50wpZzfsdNQVw { width:10.625rem;height:1.3rem;top:133.0625rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTA81LlVhR9uJnGoNRBoHtRchLh6Nfx { width:8.8125rem;height:2.1875rem;top:194.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcMaJDznASWdPDkdhrvmVNdmsMAaXqVm { width:10.625rem;height:1.3rem;top:195rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Dk7WOzXq3gZGr0TyNrR71TyANuLKFG { width:8.8125rem;height:2.1875rem;top:51.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msrr2bfUgvCcsk6bkOAVI1gAEAQF6eTA { width:10.625rem;height:1.3rem;top:51.625rem;left:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVCxz08LsDOdTo7JAmwTiZ9lmEc5FAO { width:10.625rem;height:1.3rem;top:68rem;left:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6q5t5M1dbPSSR7sDNHE6oNqXiEKbbO { width:8.8125rem;height:2.1875rem;top:67.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsqcdR0nDnIzywNeeuImA3KNHUddmB1l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4235a89a-c501-49e3-ab26-1fe45790b79e/Cloudyblueskycopy6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.adaptive-delivery-prevent-bg, #tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.lazyload, #tsqcdR0nDnIzywNeeuImA3KNHUddmB1l.lazyloading { background-image: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container { background-color: transparent; background-image: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container > .video-iframe-container { display: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row > .video-iframe-container { display: none; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .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); }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container { border-width: 0; border-radius: 0; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsqcdR0nDnIzywNeeuImA3KNHUddmB1l > .row .container { width:20rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z52zTnuSBBCNPFFaJ437Bn2sxnZQTDqi { width:12.246125rem;height:0;top:40.111328125rem;left:3.8759765625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRDZ3x8AK4PxmFUCZPDFBBMy2aLxFbbb { width:14.25rem;height:2.4375rem;top:8.25rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQIRshB4rGPLkZ3GMAsDqZ2AoALBWAw { width:16.9375rem;height:1.21875rem;top:20.84765625rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDBVuTZeMcqKLMC12phCqztiTo7VcrZm { width:15.625rem;height:2.4375rem;top:31.56640625rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzmoM1gs2iDNrdmx2EsITv38JNRT9ery { width:14.6875rem;height:1.21875rem;top:46.19140625rem;left:2.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSW2qTzQdC3Wp2hVpCIPeLfxT8s65sHl { width:12rem;height:2.4375rem;top:59.859375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFPWDkhZmT1VRqVCTKqm0TJT74uIS65y { width:16.9375rem;height:1.21875rem;top:72.2333984375rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czs2I016XDXMnVmLkAlXuHgzDnekEZ3v { width:14.6875rem;height:1.21875rem;top:85.2958984375rem;left:2.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTdGE72HKhbpHdXqwaKuDrayrrLRemvE { width:18.1875rem;height:2.275rem;top:11rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P67zlm0cFZETC2FCEuZUaVIMlHQKulmp { width:12rem;height:1.1375rem;top:22.2265625rem;left:4.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoov9tkDOONSTE1nHN0pX8eTJdsNhofD { width:12rem;height:2.275rem;top:34.67578125rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T20hbeu9UHTTOTpz9SRWSCOgooJT3BQJ { width:12rem;height:1.1375rem;top:62.8466796875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyotMPIQ6AQ3w8ETzLLUue9CT89pomcd { width:12rem;height:3.4125rem;top:47.94921875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox0ekumyav9gSvTSOrukClVFXZw4WTpc { width:12rem;height:2.275rem;top:74.2333984375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Whl6TTErGsW2vVaHx9nLAtViPBKiZT { width:20rem;height:0.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMFTkG0lWeROwxQwXHKZgVh3IVC18hCc { width:7.375rem;height:2.97363125rem;top:3.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImTqMatzuhHPvAQaGDy7WkXqCT9lpAFU { width:9.6875rem;height:4.905275rem;top:2.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkqi9JxHyHVubhGDKzZJDTSqwPEfVXwz { width:8.5625rem;height:8.5625rem;top:13.56640625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbJzNBKt2oIFiVyv46yzaZVXDeZMXKip { width:11.875rem;height:11.875rem;top:22.06640625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df8z9TTDGHgcpstuNI3rWVms4oOtwx9p { width:8.5rem;height:8.5rem;top:37.69140625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZRtXCCUvUsySv5RCzpeCEMqbx2Jb2IA { width:10.75rem;height:5.592775rem;top:54.3291015625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rop6qTEVJbTAJ0dGbnmrhth9NmOVPVU3 { width:7.625rem;height:7.625rem;top:64.6083984375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhHWWVqpqE1BsmcCNNO2kOCCARE84pzM { width:8.75rem;height:8.75rem;top:76.6083984375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4235a89a-c501-49e3-ab26-1fe45790b79e/Cloudyblueskycopy6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG.adaptive-delivery-prevent-bg, #U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG.lazyload, #U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG.lazyloading { background-image: none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container { background-color: transparent; background-image: none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container > .video-iframe-container { display: none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row > .video-iframe-container { display: none; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .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); }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container { border-width: 0; border-radius: 0; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5NtOTJ0PKHqPT8Ez8vNzdee8wRp5BWG > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcB7yWfq8pZbQWkJcTTOKMGZUfGTNFQ7 { width:12.246125rem;height:0;top:11.58095741272rem;left:4.9066842198372rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMTmawGzKq1AdzpyF4SZUTC16cX7Hdin { width:20rem;height:17.579125rem;top:37.1875rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #sh4WFShT3gBlTorUhSVyAo34nDIJd4Jr { width:20rem;height:auto;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qq1l9btIdVJA4462MZBQaFOCbpJmEm9w { width:20rem;height:27.75rem;top:8.625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container:first-of-type{padding-top:0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .widget-container:last-of-type{padding-bottom:0;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma  { width:17.5rem;height:auto;top:17.0625rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#bebebe;background-image:none; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tRcLxv04W1AqiwhqvDocQUFVqbBgadma {display:block;}#tRcLxv04W1AqiwhqvDocQUFVqbBgadma { width:17.5rem;height:auto;top:17.0625rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#bebebe;background-image:none; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #FzTbXerBIqwh6sqi1fOIHFmIKMrsn8t0 {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #oOGK2RIypnxmIRDABPvt5k1P5BAfnha2 { display:none; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #QSJyr07pVwSgPnxlESA8mcPvC9PB5FlN {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #Inl3MXIBhzQmMLv4Q6sRXGJIWyg0KDa4 {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #f1mJ87THzLA6RkXto9M7em9GTZwDpI35 { display:none; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #CTU11oQpnk02gk21mNTTHdWl5mBt040u {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #RbcxDRDgoRuJnCA7g3nAOItHd60V2Rql {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #MvnTWCNT8sUGDolF04NB3gJAGh8bMPLc { display:none; }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #w9DJJoq1uTdkoM10paO9JklSTmwc4m3L {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #iPyrAVdU0b3Eia5HnbQz8BLIsv9hWPLF {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #oWZbgFGJ5oWT7CkuMSAgMN9chcqIRuMK {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #irekviAxopZAsOS88E1ximPNI826zPqR {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #g0wPO349OnhUP8B4W12Ww3Bn57fhlQ75 {  }
 }@media only screen and (max-width: 763px) { #tRcLxv04W1AqiwhqvDocQUFVqbBgadma #s1IhecsmVUWudblIKBqM9ODZ6J2xQCWT {  }
 }@media only screen and (max-width: 763px) { #OyVEdsUibDpC0Q8MJ2dnekNwbfbViyI9 { width:20rem;height:5.60625rem;top:10.123046875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whnaAWVzfOQETqJfZMhpGDdbN8bEPKcB { width:5.625rem;height:8.875rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { display:block; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:19.1861875rem;height:4.225rem;top:5.048828125rem;left:0.40581601858139rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:20rem;height:1.95rem;top:10.27734375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { width:11.936875rem;height:2.24935rem;top:2.0247497558594rem;left:4.0310333371163rem;display:block; }
 }