.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:239,244,248;--color-primary-1:200,220,232;--color-primary-2:145,184,209;--color-primary-3:73,92,105;--color-primary-4:22,28,31;--color-secondary-0:221,222,223;--color-secondary-1:142,146,148;--color-secondary-2:28,36,41;--color-secondary-3:14,18,21;--color-secondary-4:4,5,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"ToyotaType";--paragraphs-font-family:"ToyotaType"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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/cfad94ee-9561-4f6b-b481-e1a6c589e6ee/___01.gif");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:44.4375rem;width:75rem;position:relative;display:block; }#SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),0.99);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.375rem;width:27.5rem;top:1.193359375rem;left:46.90625rem;display:block; }
#TFWrRT4pqar2KP6EJfKiO7yIlyR4Fi47 { color:#3d3d3d;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.880859375rem;left:48.96875rem;height:2.4375rem;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:rgba(var(--color-tertiary-4),1);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d0031f, #ff0022);background-image: -moz-linear-gradient(360deg, #d0031f, #ff0022);background-image: -ms-linear-gradient(360deg, #d0031f, #ff0022);background-image: -o-linear-gradient(360deg, #d0031f, #ff0022);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0031f', endColorstr='#ff0022' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0031f', endColorstr='#ff0022' );";background-image: linear-gradient(360deg, #d0031f, #ff0022);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:0.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.9375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:0.5rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);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:3.6929688453674rem;left:47.937501907349rem; }
#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:rgba(var(--color-tertiary-4),1);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:3.6929688453674rem;left:47.937501907349rem; }
#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; }
#fSyyKOxqe5EzogO70fMbUJ4FzT3JQ2nJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:16.3125rem;top:1.068359375rem;left:2.03125rem;overflow:hidden;display:block; }
#nA2251MfUlZMhU6gDGsVxmGJp6iLGzUP { color:#383838;display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:8.25rem;left:2.0625rem;height:13.5rem;font-style:normal;display:block; }
#gt3ZSlC0stfMHhFvdOcRKw3JImcpekHW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:5.375rem;top:9.25rem;left:18.375rem;overflow:hidden;display:block; }
#x3ZDkW6V2pyE9prk7NA0FQkhlZzeXTfW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:75rem;top:28.130859375rem;left:-4.25rem;overflow:hidden;display:block; }
#QfT8dER0OK9P2Sg6L897ZXB0GU4lWyi2 { 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:6.5rem;width:10.3125rem;top:23.193359375rem;left:37.6875rem;overflow:hidden;display:block; }
#DcItctaZlWPxW6MzN18axe4eoD40g9Oe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.4375rem;top:19.625rem;left:32.78125rem;overflow:hidden;display:block; }
#c1UHZTkbZlkLP5CDM53SWVAQXkidqtJ2 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.0625rem;top:21.75rem;left:20.389727011494rem;overflow:hidden;display:block; }
#qSWfReLe4D5pTRoE4FexN9kXBVoBXVy2 { 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:4rem;width:4.5rem;top:25.568359375rem;left:28.15625rem;overflow:hidden;display:block; }
#JM6snw4OTQCRPdP0izz8IGIzst7dnCWK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:1rem;top:26.75rem;left:24.96875rem;overflow:hidden;display:block; }
#UTMIWBpFWVw6VRQ8NCy5ICRbv1A8ddR6 { 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:3.8125rem;width:8.6875rem;top:20.3125rem;left:6.71875rem;overflow:hidden;display:block; }
#hA70U3PLxivploPNIaTHsfOiiTaJnS1C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:3.125rem;top:21.75rem;left:2.78125rem;overflow:hidden;display:block; }
#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6f5b54a-ac98-49d2-954b-a64ffc5525a3/___03.gif");background-position:top 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:none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.adaptive-delivery-prevent-bg, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyload, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyloading { background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { border-width: 0; border-radius: 0; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ::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; }#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:39.25rem;width:75rem;position:relative;display:none; }#xRQGB4nO2NdGaIDHCTBFqUkJuBz8RO0N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.25rem;width:75rem;top:1.9073486328125E-6rem;left:0.3125rem;overflow:hidden;display:none; }
#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6f5b54a-ac98-49d2-954b-a64ffc5525a3/___03.gif");background-position:top 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; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.adaptive-delivery-prevent-bg, #Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.lazyload, #Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.lazyloading { background-image: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container { background-color: transparent; background-image: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container > .video-iframe-container { display: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row > .video-iframe-container { display: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .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); }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container { border-width: 0; border-radius: 0; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW::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; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#ESpsvqSJwfDBTAmfON2tm25hcJx4sk0T { color:#383838;display:block;width:69.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:6.91796875rem;left:2.71875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXuUTkySUOEgOUSJqapBu7V9kNX0dqCi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:2.3125rem;top:18.311719894409rem;left:7.6734380722044rem;overflow:hidden;display:block; }
#vmJthy2TispRX7T2QLzTyDoP4Xn7E0F6 { color:#383838;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:17.749218940735rem;left:11.112499237061rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulc4F71DfqmdLTmnqEBF7rMrMrCAncwB { color:#383838;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:24.05624961853rem;left:11.110938072204rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7xPkGhTi9q7RhHfwFZiUpzUDxQhh98X { color:#383838;display:block;width:18.9984375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:17.749218940735rem;left:50.050782203674rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkWrVFOxXv5ntX5ARn7T73Z2E4WpJImk { color:#383838;display:block;width:18.996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:37.861721038818rem;left:35.463280677796rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D6knQekXmAEH93rRTqvLRxxMkbs6Doed { 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:4.125rem;width:2.3125rem;top:18.311718940735rem;left:46.724217414856rem;overflow:hidden;display:block; }
#EgOZlcOkyNZ7BvsZEm5r3CA6qDnlrTW9 { color:#383838;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:24.056250572204rem;left:50.050782203674rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPovuvwMpJmMR2qv247Rs329Aq116XVe { color:#383838;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:31.660938262939rem;left:35.463280677796rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvGP5T0kH0aF7MREOt3TwMilO3Anbi8s { 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:4.125rem;width:2.3125rem;top:32.224220275879rem;left:32.171093940735rem;overflow:hidden;display:block; }
#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eaa60fe0-1643-4071-9cff-335a66f1b819/___02.gif");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; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.adaptive-delivery-prevent-bg, #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.lazyload, #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.lazyloading { background-image: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { background-color: transparent; background-image: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container > .video-iframe-container { display: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container { display: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .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); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { border-width: 0; border-radius: 0; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M::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; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#OJyfoOyHX5gGi7iI8vdq5hBxxeASKVVL { color:#383838;display:block;width:69.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3.624267578125rem;left:2.718505859375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fef9uOwFdMhBLOWg6lCp4Oo60rgf0HXr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3.8125rem;top:7.811279296875rem;left:29.0625rem;overflow:hidden;display:block; }
#CltSlXrkEECupzcVO6eyon9goSIV4UxT { 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:22.9375rem;width:38.9375rem;top:16.6875rem;left:0rem;overflow:hidden;display:block; }
#cW4n2XR9mE8pBEnTepzUW1FdSpkDZ9ai { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:11.75rem;left:64.15625rem;overflow:hidden;display:block; }
#ZN3UWIncFVLDZTNCTzOVub3N5IZZdLnB { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:11.75rem;left:38.9375rem;overflow:hidden;display:block; }
#ctCAlBcIDJGSqsCxePzt7XE9oyV8KnLG { 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:9.1875rem;width:9.1875rem;top:11.75rem;left:52.21875rem;overflow:hidden;display:block; }
#zCTRNJhGpXEEBFVPe5ML9VT1nqwwfotV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:25.9375rem;left:45.3125rem;overflow:hidden;display:block; }
#qHwMbdimvhwmV2ZuotXxwo5U9lzNCpbG { 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:9.1875rem;width:9.1875rem;top:25.9375rem;left:59.1875rem;overflow:hidden;display:block; }
#EyacE2k5a1DJVp3GGVAEQyWIMhT9MSg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.875rem;left:37.28125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#Z4rhp7rQtwTUuznI4ZChtLuoL4W3ZmLE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.875rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#yanPMb6TFeTpamy7nOXDM1AVTDnZzgqE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:21.875rem;left:62.5rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#cdDxiukIF3o3OGTTQM9l8LsiZhhV23LW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:36.0390625rem;left:43.65625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#lVoOE3UBXGgJDP439psE5c2qSnSBGSV9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:36.0390625rem;left:57.53125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a391bd4-7cfc-49ea-a72b-fe99fa53ca33/___04.gif");background-position:bottom 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; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.adaptive-delivery-prevent-bg, #ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.lazyload, #ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.lazyloading { background-image: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container { background-color: transparent; background-image: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container > .video-iframe-container { display: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row > .video-iframe-container { display: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .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); }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container { border-width: 0; border-radius: 0; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8::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; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:block; }#xTRS9vqQasKwVSpD2Ktp78yRuvo3q9AL { color:#383838;display:block;width:69.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3.746337890625rem;left:2.718505859375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RUH0SfsGWUQJJWkd3QbdyqdA3teDz1vp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:61.375rem;top:10.903124809265rem;left:5.15625rem;overflow:hidden;display:block; }
#l4p4qKCHQEHmcXfSsLIzZsLLUqDVbTgF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:42.02499961853rem;left:16.53125rem;display:block; }
#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef2043fa-4505-4d07-85cc-cf7107f7080f/___05.gif");background-position:bottom 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; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.adaptive-delivery-prevent-bg, #vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.lazyload, #vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.lazyloading { background-image: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container { background-color: transparent; background-image: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container > .video-iframe-container { display: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row > .video-iframe-container { display: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .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); }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container { border-width: 0; border-radius: 0; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm::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; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#t6HvOVfe3fyTlI88zd12LuhrDSwsVM36 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),0.99);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.3741875rem;width:27.5rem;top:14.838278293609rem;left:22.768751144409rem;display:block; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-form-header {  }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);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; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-text.adaptive-delivery-prevent-bg, #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-text.lazyload, #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-text.lazyloading { background-image: none; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-text {padding-top: 0; padding-bottom: 0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-textarea.adaptive-delivery-prevent-bg, #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-textarea.lazyload, #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-textarea.lazyloading { background-image: none; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-select {padding-top: 0; padding-bottom: 0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d0031f, #ff0022);background-image: -moz-linear-gradient(360deg, #d0031f, #ff0022);background-image: -ms-linear-gradient(360deg, #d0031f, #ff0022);background-image: -o-linear-gradient(360deg, #d0031f, #ff0022);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0031f', endColorstr='#ff0022' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0031f', endColorstr='#ff0022' );";background-image: linear-gradient(360deg, #d0031f, #ff0022);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:0.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.9375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF [class*="-text"]::-moz-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF [class*="-text"]:-ms-input-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF [class*="-text"]::-webkit-input-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container:first-of-type{padding-top:0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container:last-of-type{padding-bottom:0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF  { 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:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.3671875rem;left:23.800001144409rem; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF {display:block;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF { 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:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.3671875rem;left:23.800001144409rem; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #ESqsQpTKmZpvTTs8Nfy9Hrh7fnGhB113 { position:relative;z-index:1; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #OT9Syh4chqnIum68s3fWnZEKuOaTSFxA { position:relative;display:none; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #Hy2uATUVOg2BTzh61MrdNom4mgaX3THg { position:relative; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #tWvURrRSke0F9KSyzZfHbu2LeChuuK5m { position:relative;z-index:1; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #Wu1Ky0USBJVvOOyT1xEdIkZvWMStIXFQ { position:relative;display:none; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #pefPgzhh80FP8cJTGILeaHb5ASK3Ni1U { position:relative; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #QgIMfTXRwGTaqD9gTFaDXbc7ycl3kGFT { position:relative;z-index:1; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #SkgyLaUoOrDFmNiiw4vzErW5Ot248T3n { position:relative;display:none; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #ZyntQgDTD9fI2sKmSCTz5F03W8P0KLav { position:relative; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #MqxTOIbTTq3M4IZmPKpdwa5Wnoc89WqO { position:relative;z-index:1; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #o6pdBT81GoPRtAlDBUvQDTnzswNLcfE0 { position:relative;z-index:2; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #WUIvIRTLwChmJIhCOZvTcKSoxgmJc5lT { position:relative; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #nTb1CfNrzTVLkCSVTr8E6Ft8npRoU8OI { position:relative;z-index:1; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #lUooHifewTkFkgfU7Puywm6dRTWqm3dQ { position:relative; }
#eRXWTNOeVV8hTfXuG4EkyISGUViNu4kF { color:#383838;display:block;width:69.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.244873046875rem;left:2.718505859375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsJmkJUQroiO1TaFPn6QeA3Cu0bcbiDK { color:#383838;display:block;width:32.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:10.94482421875rem;left:21.43798828125rem;height:1.3501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:16.1875rem;width:75rem;position:relative;display:block; }#EEQZqdW2tTKXBCng5r2yJuH5NEPvkHeS { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:23.718750476837rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0888671875rem;left:23.468017578125rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { color:rgba(var(--color-tertiary-0),1);display:block;width:57.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.87353515625rem;left:8.875732421875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #fSyyKOxqe5EzogO70fMbUJ4FzT3JQ2nJ { width:16.3125rem;height:3.1875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA2251MfUlZMhU6gDGsVxmGJp6iLGzUP { width:36.0625rem;height:13.5rem;top:8.25rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3ZSlC0stfMHhFvdOcRKw3JImcpekHW { width:5.375rem;height:3.0625rem;top:9.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3ZDkW6V2pyE9prk7NA0FQkhlZzeXTfW { width:47.75rem;height:11.340625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfT8dER0OK9P2Sg6L897ZXB0GU4lWyi2 { width:10.3125rem;height:6.5rem;top:23.1875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcItctaZlWPxW6MzN18axe4eoD40g9Oe { width:9.4375rem;height:2.9375rem;top:19.625rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1UHZTkbZlkLP5CDM53SWVAQXkidqtJ2 { width:9.0625rem;height:4.4375rem;top:21.75rem;left:6.7647270114944rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWfReLe4D5pTRoE4FexN9kXBVoBXVy2 { width:4.5rem;height:4rem;top:25.5625rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM6snw4OTQCRPdP0izz8IGIzst7dnCWK { width:1rem;height:3.6875rem;top:26.75rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMIWBpFWVw6VRQ8NCy5ICRbv1A8ddR6 { width:8.6875rem;height:3.8125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA70U3PLxivploPNIaTHsfOiiTaJnS1C { width:3.125rem;height:8.375rem;top:21.75rem;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) { #xRQGB4nO2NdGaIDHCTBFqUkJuBz8RO0N { width:47.75rem;height:28.1725rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW { 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; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.adaptive-delivery-prevent-bg, #Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.lazyload, #Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.lazyloading { background-image: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ESpsvqSJwfDBTAmfON2tm25hcJx4sk0T { width:47.75rem;height:6.75rem;top:6.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXuUTkySUOEgOUSJqapBu7V9kNX0dqCi { width:2.3125rem;height:4.125rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmJthy2TispRX7T2QLzTyDoP4Xn7E0F6 { width:13.5625rem;height:5.25rem;top:17.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulc4F71DfqmdLTmnqEBF7rMrMrCAncwB { width:17.625rem;height:2.6875rem;top:24rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7xPkGhTi9q7RhHfwFZiUpzUDxQhh98X { width:18.9375rem;height:5.25rem;top:17.6875rem;left:28.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkWrVFOxXv5ntX5ARn7T73Z2E4WpJImk { width:18.9375rem;height:2.6875rem;top:37.8125rem;left:21.838280677796rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6knQekXmAEH93rRTqvLRxxMkbs6Doed { width:2.3125rem;height:4.125rem;top:18.25rem;left:33.099217414856rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgOZlcOkyNZ7BvsZEm5r3CA6qDnlrTW9 { width:20rem;height:2.6875rem;top:24rem;left:27.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPovuvwMpJmMR2qv247Rs329Aq116XVe { width:21.1875rem;height:5.25rem;top:31.625rem;left:21.838280677796rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvGP5T0kH0aF7MREOt3TwMilO3Anbi8s { width:2.3125rem;height:4.125rem;top:32.1875rem;left:18.546093940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M { 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; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.adaptive-delivery-prevent-bg, #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.lazyload, #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.lazyloading { background-image: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OJyfoOyHX5gGi7iI8vdq5hBxxeASKVVL { width:47.75rem;height:6.6875rem;top:3.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fef9uOwFdMhBLOWg6lCp4Oo60rgf0HXr { width:3.8125rem;height:2.125rem;top:7.75rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltSlXrkEECupzcVO6eyon9goSIV4UxT { width:38.9375rem;height:22.9375rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW4n2XR9mE8pBEnTepzUW1FdSpkDZ9ai { width:9.1875rem;height:9.1875rem;top:11.75rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN3UWIncFVLDZTNCTzOVub3N5IZZdLnB { width:9.1875rem;height:9.1875rem;top:11.75rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctCAlBcIDJGSqsCxePzt7XE9oyV8KnLG { width:9.1875rem;height:9.1875rem;top:11.75rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTRNJhGpXEEBFVPe5ML9VT1nqwwfotV { width:9.1875rem;height:9.1875rem;top:25.9375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHwMbdimvhwmV2ZuotXxwo5U9lzNCpbG { width:9.1875rem;height:9.1875rem;top:25.9375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyacE2k5a1DJVp3GGVAEQyWIMhT9MSg1 { width:12.5rem;height:3.375rem;top:21.875rem;left:23.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rhp7rQtwTUuznI4ZChtLuoL4W3ZmLE { width:12.5rem;height:2.25rem;top:21.875rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yanPMb6TFeTpamy7nOXDM1AVTDnZzgqE { width:12.5rem;height:2.25rem;top:21.875rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdDxiukIF3o3OGTTQM9l8LsiZhhV23LW { width:12.5rem;height:2.25rem;top:36rem;left:30.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVoOE3UBXGgJDP439psE5c2qSnSBGSV9 { width:12.5rem;height:2.25rem;top:36rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 { 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; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.adaptive-delivery-prevent-bg, #ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.lazyload, #ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.lazyloading { background-image: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xTRS9vqQasKwVSpD2Ktp78yRuvo3q9AL { width:47.75rem;height:3.3125rem;top:3.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUH0SfsGWUQJJWkd3QbdyqdA3teDz1vp { width:47.75rem;height:20.957484725051rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4p4qKCHQEHmcXfSsLIzZsLLUqDVbTgF { width:40rem;height:22.5rem;top:42rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm { 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; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.adaptive-delivery-prevent-bg, #vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.lazyload, #vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.lazyloading { background-image: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t6HvOVfe3fyTlI88zd12LuhrDSwsVM36 { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-text {padding-top: 0; padding-bottom: 0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-select {padding-top: 0; padding-bottom: 0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container:first-of-type{padding-top:0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container:last-of-type{padding-bottom:0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF {display:block;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #ESqsQpTKmZpvTTs8Nfy9Hrh7fnGhB113 {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #OT9Syh4chqnIum68s3fWnZEKuOaTSFxA { display:none; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #Hy2uATUVOg2BTzh61MrdNom4mgaX3THg {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #tWvURrRSke0F9KSyzZfHbu2LeChuuK5m {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #Wu1Ky0USBJVvOOyT1xEdIkZvWMStIXFQ { display:none; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #pefPgzhh80FP8cJTGILeaHb5ASK3Ni1U {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #QgIMfTXRwGTaqD9gTFaDXbc7ycl3kGFT {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #SkgyLaUoOrDFmNiiw4vzErW5Ot248T3n { display:none; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #ZyntQgDTD9fI2sKmSCTz5F03W8P0KLav {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #MqxTOIbTTq3M4IZmPKpdwa5Wnoc89WqO {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #o6pdBT81GoPRtAlDBUvQDTnzswNLcfE0 {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #WUIvIRTLwChmJIhCOZvTcKSoxgmJc5lT {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #nTb1CfNrzTVLkCSVTr8E6Ft8npRoU8OI {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #lUooHifewTkFkgfU7Puywm6dRTWqm3dQ {  }
 }@media only screen and (max-width: 763px) { #eRXWTNOeVV8hTfXuG4EkyISGUViNu4kF { width:47.75rem;height:6.6875rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsJmkJUQroiO1TaFPn6QeA3Cu0bcbiDK { width:32.0625rem;height:1.3125rem;top:10.9375rem;left:7.81298828125rem;font-size:0.75rem;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) { #EEQZqdW2tTKXBCng5r2yJuH5NEPvkHeS { width:27.5625rem;height:2rem;top:3.0625rem;left:10.093750476837rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:28rem;height:5.1875rem;top:6.0625rem;left:9.8429698944094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:47.75rem;height:1.25rem;top:12.8125rem;left:0rem;font-size:0.75rem;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:none;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 > .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:46.5625rem;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:none; }
 }@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:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.6875rem;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:16.99775rem;height:auto;top:23.13169670105rem;left:0.25000005960464rem;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:#ffffff;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:16.99775rem;height:auto;top:23.13169670105rem;left:0.25000005960464rem;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:#ffffff;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) { #fSyyKOxqe5EzogO70fMbUJ4FzT3JQ2nJ { width:10.68725rem;height:1.9995125rem;top:1.981201171875rem;left:4.65576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA2251MfUlZMhU6gDGsVxmGJp6iLGzUP { width:18.75rem;height:7.2rem;top:6.4692826271056rem;left:0.62411218881607rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gt3ZSlC0stfMHhFvdOcRKw3JImcpekHW { width:2.687325rem;height:1.3742875rem;top:7.1866121292112rem;left:9.4682174324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3ZDkW6V2pyE9prk7NA0FQkhlZzeXTfW { width:20rem;height:4.6875rem;top:18.44460105896rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfT8dER0OK9P2Sg6L897ZXB0GU4lWyi2 { width:2.9989375rem;height:1.875rem;top:15.917079925537rem;left:13.104580461979rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcItctaZlWPxW6MzN18axe4eoD40g9Oe { width:4.75rem;height:1.4375rem;top:14.515068054199rem;left:12.155134856701rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1UHZTkbZlkLP5CDM53SWVAQXkidqtJ2 { width:4.81138125rem;height:2.24944375rem;top:13.667410850525rem;left:6.0362727046013rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWfReLe4D5pTRoE4FexN9kXBVoBXVy2 { width:2.125rem;height:1.875rem;top:16.861328125rem;left:8.6868492364881rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM6snw4OTQCRPdP0izz8IGIzst7dnCWK { width:0.625rem;height:2.3125rem;top:16.167411804199rem;left:6.9977681040762rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMIWBpFWVw6VRQ8NCy5ICRbv1A8ddR6 { width:4.4992875rem;height:1.93714375rem;top:14.340375900269rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA70U3PLxivploPNIaTHsfOiiTaJnS1C { width:0.99964375rem;height:2.8125rem;top:16.391157150269rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/b6f5b54a-ac98-49d2-954b-a64ffc5525a3/___03.gif");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:none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.adaptive-delivery-prevent-bg, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyload, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyloading { background-image: none; }#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:0.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRQGB4nO2NdGaIDHCTBFqUkJuBz8RO0N { width:19.75rem;height:11.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/b6f5b54a-ac98-49d2-954b-a64ffc5525a3/___03.gif");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; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.adaptive-delivery-prevent-bg, #Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.lazyload, #Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW.lazyloading { background-image: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container { background-color: transparent; background-image: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container > .video-iframe-container { display: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row > .video-iframe-container { display: none; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .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); }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container { border-width: 0; border-radius: 0; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kk7QcpyhbBaNwGG1bW7voky3tZ3gDuGW > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESpsvqSJwfDBTAmfON2tm25hcJx4sk0T { width:20rem;height:2.1rem;top:1.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXuUTkySUOEgOUSJqapBu7V9kNX0dqCi { width:1.6875rem;height:3.1875rem;top:5.6218757629394rem;left:3.5812502503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmJthy2TispRX7T2QLzTyDoP4Xn7E0F6 { width:7.8125rem;height:2.7rem;top:5.8656253814697rem;left:6.6437502503394rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ulc4F71DfqmdLTmnqEBF7rMrMrCAncwB { width:9.625rem;height:1.8rem;top:9.457812309265rem;left:5.2687502503395rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7xPkGhTi9q7RhHfwFZiUpzUDxQhh98X { width:9rem;height:2.7rem;top:15.743751049042rem;left:6.6437502503394rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkWrVFOxXv5ntX5ARn7T73Z2E4WpJImk { width:8.1875rem;height:1.8rem;top:19.537499427796rem;left:5.9062500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6knQekXmAEH93rRTqvLRxxMkbs6Doed { width:1.625rem;height:3.375rem;top:15.743750572204rem;left:3.6125002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgOZlcOkyNZ7BvsZEm5r3CA6qDnlrTW9 { width:13.9375rem;height:1.8rem;top:29.874219894409rem;left:3.5812502503395rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPovuvwMpJmMR2qv247Rs329Aq116XVe { width:6.125rem;height:2.7rem;top:26.117969512939rem;left:6.9375000596044rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvGP5T0kH0aF7MREOt3TwMilO3Anbi8s { width:1.75rem;height:3.3125rem;top:25.811719417572rem;left:3.5500002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M { background-color:#fafafa;background-image:none;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; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { background-color: transparent; background-image: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container > .video-iframe-container { display: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container { display: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .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); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { border-width: 0; border-radius: 0; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJyfoOyHX5gGi7iI8vdq5hBxxeASKVVL { width:19.125rem;height:5.625rem;top:1.3655128479004rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fef9uOwFdMhBLOWg6lCp4Oo60rgf0HXr { width:2.125rem;height:1.125rem;top:5.9006690979004rem;left:15.187501609326rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltSlXrkEECupzcVO6eyon9goSIV4UxT { width:20rem;height:11.78125rem;top:8.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW4n2XR9mE8pBEnTepzUW1FdSpkDZ9ai { width:6.25rem;height:6.25rem;top:45.156251907349rem;left:6.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN3UWIncFVLDZTNCTzOVub3N5IZZdLnB { width:6.25rem;height:6.25rem;top:21.898996829987rem;left:6.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctCAlBcIDJGSqsCxePzt7XE9oyV8KnLG { width:6.25rem;height:6.25rem;top:33.523998260498rem;left:6.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTRNJhGpXEEBFVPe5ML9VT1nqwwfotV { width:6.25rem;height:6.25rem;top:56.108818054199rem;left:6.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHwMbdimvhwmV2ZuotXxwo5U9lzNCpbG { width:6.25rem;height:6.25rem;top:67.6093788147rem;left:6.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyacE2k5a1DJVp3GGVAEQyWIMhT9MSg1 { width:12.5rem;height:3.4125rem;top:28.898997306824rem;left:3.7500001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rhp7rQtwTUuznI4ZChtLuoL4W3ZmLE { width:12.5rem;height:2.275rem;top:40.810829162597rem;left:3.7500001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yanPMb6TFeTpamy7nOXDM1AVTDnZzgqE { width:12.5rem;height:2.275rem;top:52.397323608399rem;left:3.7500001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdDxiukIF3o3OGTTQM9l8LsiZhhV23LW { width:12.5rem;height:2.275rem;top:63.421882152556rem;left:3.7500001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVoOE3UBXGgJDP439psE5c2qSnSBGSV9 { width:12.5rem;height:2.275rem;top:75.2583694458rem;left:3.7500001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/7a391bd4-7cfc-49ea-a72b-fe99fa53ca33/___04.gif");background-position:top 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; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.adaptive-delivery-prevent-bg, #ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.lazyload, #ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8.lazyloading { background-image: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container { background-color: transparent; background-image: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container > .video-iframe-container { display: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row > .video-iframe-container { display: none; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .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); }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container { border-width: 0; border-radius: 0; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClOrwMIV2cmyiUuE3TnAICuPImwO3tg8 > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTRS9vqQasKwVSpD2Ktp78yRuvo3q9AL { width:20rem;height:3.45rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RUH0SfsGWUQJJWkd3QbdyqdA3teDz1vp { width:17.125rem;height:7.5625rem;top:7.231249809265rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4p4qKCHQEHmcXfSsLIzZsLLUqDVbTgF { height:11.25rem;width:20rem;top:15.980469226837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/eaa60fe0-1643-4071-9cff-335a66f1b819/___02.gif");background-position:bottom 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; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.adaptive-delivery-prevent-bg, #vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.lazyload, #vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm.lazyloading { background-image: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container { background-color: transparent; background-image: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container > .video-iframe-container { display: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row > .video-iframe-container { display: none; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .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); }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container { border-width: 0; border-radius: 0; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRvHq2XP0q7dk0JoTqoElOEgsWfyVMTm > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6HvOVfe3fyTlI88zd12LuhrDSwsVM36 { width:20rem;height:26.3125rem;top:14.8125rem;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) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-text {padding-top: 0; padding-bottom: 0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .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; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-select {padding-top: 0; padding-bottom: 0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container:first-of-type{padding-top:0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .widget-container:last-of-type{padding-bottom:0;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF  { width:17.5rem;height:auto;top:9.4289066325875rem;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:#ffffff;background-image:none; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF {display:block;}#SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF { width:17.5rem;height:auto;top:9.4289066325875rem;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:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #ESqsQpTKmZpvTTs8Nfy9Hrh7fnGhB113 {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #OT9Syh4chqnIum68s3fWnZEKuOaTSFxA { display:none; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #Hy2uATUVOg2BTzh61MrdNom4mgaX3THg {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #tWvURrRSke0F9KSyzZfHbu2LeChuuK5m {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #Wu1Ky0USBJVvOOyT1xEdIkZvWMStIXFQ { display:none; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #pefPgzhh80FP8cJTGILeaHb5ASK3Ni1U {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #QgIMfTXRwGTaqD9gTFaDXbc7ycl3kGFT {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #SkgyLaUoOrDFmNiiw4vzErW5Ot248T3n { display:none; }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #ZyntQgDTD9fI2sKmSCTz5F03W8P0KLav {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #MqxTOIbTTq3M4IZmPKpdwa5Wnoc89WqO {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #o6pdBT81GoPRtAlDBUvQDTnzswNLcfE0 {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #WUIvIRTLwChmJIhCOZvTcKSoxgmJc5lT {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #nTb1CfNrzTVLkCSVTr8E6Ft8npRoU8OI {  }
 }@media only screen and (max-width: 763px) { #SdPtaapLqMbUzTVf1GmOrXqpfPSKzPEF #lUooHifewTkFkgfU7Puywm6dRTWqm3dQ {  }
 }@media only screen and (max-width: 763px) { #eRXWTNOeVV8hTfXuG4EkyISGUViNu4kF { width:20rem;height:5.175rem;top:1.5624918937683rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsJmkJUQroiO1TaFPn6QeA3Cu0bcbiDK { width:20rem;height:0.9rem;top:7.7193899154662rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { display:block; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEQZqdW2tTKXBCng5r2yJuH5NEPvkHeS { width:17.125rem;height:1.05625rem;top:2.375rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:19.1875rem;height:4.225rem;top:4.61230625rem;left:0.375rem;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; }
 }