.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:252,221,220;--color-primary-1:244,140,140;--color-primary-2:233,25,24;--color-primary-3:117,13,12;--color-primary-4:35,4,4;--color-secondary-0:224,226,229;--color-secondary-1:153,159,167;--color-secondary-2:51,63,79;--color-secondary-3:26,32,40;--color-secondary-4:8,9,12;--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/db707123-e484-4147-9338-d98f85862151/Group3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyloading { background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { background-color: transparent; background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { border-width: 0; border-radius: 0; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.1875rem;width:26.749125rem;top:8.9366321563719rem;left:47.497835159302rem;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;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:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.559374809265rem;left:48.154686927796rem; }
#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:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.559374809265rem;left:48.154686927796rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FG8zp6bFzEIAM750Q6VXGACZdFOqPM03 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ePrdiwrR1vTvPFHM4qlkfZCSXrVxZfK5 { position:relative;display:block; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ElgHo3fT9Wo2E7cfvScELPuUKkol2eZD { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FoE9Rf7LLDna29VqlCUPoss473wPGKV3 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #eLU6UioeJrt3KFxbMS7tAWDsN825sIVz { position:relative;display:block; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rByTOP1ubNxtKLkhofGKqnpzET98U2Nq { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #i66JQtzbCDPbSZfwKtbmZPr2NoU7r0b6 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #M2TzRJxiXc4VNzv2hw4MkTCq9EnwRVQE { position:relative;display:block; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #GWqT2nAlmXtZ8ErJtxZ8FtLNTA7pLx9x { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #Tnd2U1FucPnQblgtQ9uH7NGmJyylLZgw { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #EVL4CLaBqvDzUBqIiymbsCQSdCkS6dND { position:relative;z-index:2; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #Nkul1khRSNrAR5KATs7Jasv8ydQ82LV9 { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #UeTssGrvuSOokCq6LJysPUaW4Ae8Cmmk { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FJM77I44ZE4cFtH81EMZGD1MI0Zf3NN6 { position:relative; }
#cHIpSgT3CIE8FxiQ4aUX8F3plAIrg1ti { 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.18685rem;width:16.311875rem;top:2.0930991172791rem;left:4.8773899078369rem;overflow:hidden;display:block; }
#aLfR4trTMB2BJwh02gBiA71pux2c6ttF { position:absolute;display:block;z-index:15025;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.6875rem;width:14.5rem;top:2.0930991172791rem;left:53.248704910278rem;overflow:hidden;display:block; }
#khTrCqAAayO01TbdtaQQwiZtwPaTORVT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:51.125rem;top:30.998915672302rem;left:0rem;overflow:hidden;display:block; }
#KalsJfZbHu8ogyDg6QEghgIkkFqMor77 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:12.99783039093rem;left:6.1859836578369rem;height:10.48125rem;font-style:normal;display:block; }
#OMMT5KCKXE84p5pL3tq16U3gzmK2aD7a { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:24.249132156372rem;left:6.1848964691162rem;height:2.84375rem;font-style:normal;display:block; }
#HPv45ZkJ9unr3ZU2CP2Ihdmg8kSU6O75 { box-sizing:content-box;height:9.125rem;width:0.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.800998687744rem;left:4.8773899078369rem;display:block; }
#K9VE6kNaA8ziAc8QK4assMGGNVpvKF2a { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:10.139974594116rem;left:47.530382156372rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P02lT5TiLmtMLLrVmrthZv5EkEP66FeF { box-sizing:content-box;height:0.124783125rem;width:20.499125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.254123687744rem;left:50.37327003479rem;display:block; }
#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.adaptive-delivery-prevent-bg, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyload, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyloading { background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { background-color: transparent; background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { border-width: 0; border-radius: 0; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#DZTZHh48ayQKQM2T3JoUHG01r2wdNiNd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:51.5625rem;top:17.125rem;left:1.15625rem;overflow:hidden;display:block; }
#JGBS52kEloUs8uN7MiZ1xFZaX5XIzAym { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9986991882325rem;left:29.372831344604rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#My484huMxC650ZMHKmXRzNCZRXyq3yfd { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.174263000488rem;left:29.371747970581rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R5nIcS7aCTc1EOtGpETBuhElp3izfpS7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#x7bZJOHIRUnwlEAaCJUOyrDHtyqENFT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xfu2sGQM07Kw2CoW1wKJgmzbBXM1p6gZ { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#wffqgmhOgqH6kt4bmOHATv3lE4CHq3FE { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125869360046rem;left:-41.460069656372rem;display:block; }
#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe.adaptive-delivery-prevent-bg, #svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe.lazyload, #svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe.lazyloading { background-image: none; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container { background-color: transparent; background-image: none; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container > .video-iframe-container { display: none; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row > .video-iframe-container { display: none; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .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); }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container { border-width: 0; border-radius: 0; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#dSBwmCNIiLqkTZvky9cu9aJ5ozsD6W3z { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:53.3125rem;top:18.125rem;left:0rem;overflow:hidden;display:block; }
#TvpWel3dipyxQCKQ8zA2FgbrOZrnGxXn { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9986991882325rem;left:29.372831344604rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BbkfSn4DXVgHpWnduxirl9ovlqt1oVNb { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.173583984375rem;left:19.308837890625rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JSslJlAT4mQdx41icb8fTFK9rUx1MuvA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#WzTQdh6PtFnbQmulZIAToZ9SDseUz8rT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8GtIJHbZyL5IVbfi3rpDZvkPBt9TGCn { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#iWfJ3lm9Tg6M46KiPyb36Jf5VGP540Kv { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#okanPV7b2Xdnk7smykXII8JtwnyreQrp { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP.adaptive-delivery-prevent-bg, #VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP.lazyload, #VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP.lazyloading { background-image: none; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP > .row .container { border-width: 0; border-radius: 0; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:none; }#z93qDpC8EM6HcJ2mimdi8suEVKJSDG43 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.998046875rem;left:29.3720703125rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PX2qheTwJ7FNTWA9u39z9a6yRSaNn1v5 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.173583984375rem;left:19.308837890625rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OXGe4BXF3kHZXHOXhnw6QKZ83zGmvFuS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#NkqWliv5tCMsTlA5twSlaWe4zKoMmGch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypiArIZiJrUePE9vISmoPkrOhxmh6pph { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#XO3ZHCeLOV2kdRdDMdDXo0GuP9AorpJe { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.4599609375rem;display:block; }
#VKI5WJDsBrq8LqRdl4F9R06vBFNgvC2f { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#s3R7xiZLfNVH6plMBJu0SN3T54MJ3C1x { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:56.3125rem;top:21.4375rem;left:0rem;overflow:hidden;display:block; }
#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K.adaptive-delivery-prevent-bg, #QC2kWXCyW8fQDioXv9UGZaeDHS178a7K.lazyload, #QC2kWXCyW8fQDioXv9UGZaeDHS178a7K.lazyloading { background-image: none; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container { background-color: transparent; background-image: none; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container > .video-iframe-container { display: none; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row > .video-iframe-container { display: none; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .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); }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container { border-width: 0; border-radius: 0; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#ITCKRQk1SGRthnGbDaq7ieUFl9IBmyzP { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9986991882325rem;left:29.372831344604rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zhIHiPMOnh0VXGLWCu3mROybWbGkZqHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.173583984375rem;left:19.308837890625rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fzphwlQCg0FKFaqhB6TIEiwlH6bsA7bO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#Tm2ue8GZpTTRXlknzHOtGQVvQxkdq72e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEgcXBupKkRcFHrulcBGmCAZLAKdqfx4 { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#ntyUbV1Bvmc1XtzicUXMg0sS0PpwSe2y { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#L9VLxPksbm1Or99kgXy5UVqNgvDMrgOS { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#oyGxvPHvnLgLpXkkSLhGa0kDtF9Hyz0I { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:52.437rem;top:18.5625rem;left:0rem;overflow:hidden;display:block; }
#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa.adaptive-delivery-prevent-bg, #UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa.lazyload, #UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa.lazyloading { background-image: none; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa > .row .container { border-width: 0; border-radius: 0; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:none; }#oqSFLC0dIKT9TxcATV0GiQzdRAOdqhnE { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9986991882325rem;left:29.372831344604rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UXo9kvbnC54SVzth7qPvENHAvFxlX6Oi { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.173583984375rem;left:19.308837890625rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O4T8SpUGQBOx4BAn3DXtgyFUMvyALtcD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#RmB0c6v8ke63P3TewiPVFhaOHQG5QXpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vD6L5Lhoh0fkq3o1x56kb211drvqc71F { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#TE8bWiERgasw1dous1XD8vA7VDAvmOWA { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#v7gJwhvvTiKqkHLldfyFVV0W9pbBEwhZ { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#lCfbxGaKoctEtSl3ZJrRt3KUFCJmxIP6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:42.625rem;top:20.1875rem;left:0.5625rem;overflow:hidden;display:block; }
#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah.adaptive-delivery-prevent-bg, #HxWSSoaWddy9DVHttoEuvbGOF7lBuxah.lazyload, #HxWSSoaWddy9DVHttoEuvbGOF7lBuxah.lazyloading { background-image: none; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah > .row .container { border-width: 0; border-radius: 0; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:none; }#n2nkTvr4B9kTZp1VLKeix39MgIqL7K1b { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:46.5rem;top:19.75rem;left:0rem;overflow:hidden;display:block; }
#xHehSrrl2i9vu3pkeEqHlKhDasZ5RfPa { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9986991882325rem;left:29.372831344604rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oKy5xDb7TR5QUaQVpXcASS1fFSVpGLnF { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.173583984375rem;left:19.308837890625rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DzUEgv7dFHvd6HQdFlDLeOBKqhTFTbLE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#WauEMvZfsxdy2NsOVLkBJFazSImKEVho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0GP1TTnd89VrZUqQnmOwnqoJ3qKTEqF { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#xUuWRGSyOpsoRTxiLSrb89guQf3tZCby { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#RQvVK9ng1Wb3uR9Jo6SO0vo5bTKTyCSn { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA.adaptive-delivery-prevent-bg, #Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA.lazyload, #Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA.lazyloading { background-image: none; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA > .row .container { border-width: 0; border-radius: 0; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:none; }#gNsxXdZLJwdGCIvlVcmrlBKEneJySwFL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:59.5625rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#lykqwABJtaEymVFixrBENoey7QHrPmAR { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9986991882325rem;left:29.372831344604rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xf8WhrUp7quRTKrca1dCUVK8D6W4tKlA { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.173583984375rem;left:19.308837890625rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ukf7kK8BgZr7WKJkkw0Ck6knwxPi7s6C { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#vA1K5ugn0ksSFt4BFWfMrLyI0N9O1BvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GScrtKpXNkABd89uiGrzWvDDa8CyvBRW { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#JCi7DwlKnzT8IGDawBewL6wvpUxphVqy { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#NOap2Dz7g0G5dThda345swD6zRSPnAcU { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F.adaptive-delivery-prevent-bg, #PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F.lazyload, #PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F.lazyloading { background-image: none; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F > .row .container { border-width: 0; border-radius: 0; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:none; }#rkrEM8GWHdPNUXIoSPM6f3rqIlIGeSM9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:58.5625rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#VdKk7OsTDSK6TXlJt7Tbh7eungD8lVS2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9986991882325rem;left:29.372831344604rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fqtHFg8up0HOQT7UwiJp407TAdrrl6zl { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.173583984375rem;left:19.308837890625rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d40U332orT8yKr0LKCp8dWcdwa2xso36 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#qen9lOtfGeL61oczBdtWsvkWQHIbf6pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kS8ZciDK22TsOrU4hgwyWAWIt5N2lzAk { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#PkgDuU5Bimwr6kd4cft3bgp11BXEBkEN { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#ML3NyAwQDUr2pIGC4TyHEr59Tb18QlHK { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8.adaptive-delivery-prevent-bg, #rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8.lazyload, #rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8.lazyloading { background-image: none; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container { background-color: transparent; background-image: none; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container > .video-iframe-container { display: none; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row > .video-iframe-container { display: none; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .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); }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container { border-width: 0; border-radius: 0; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#nayyBOLU7xIcIZmhoFSB50n1Hymn4Do7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:53.4375rem;top:17.5rem;left:0rem;overflow:hidden;display:block; }
#q2wiNxfdhrmTwpn4zcRme2xNWHJf4Zkg { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9986991882325rem;left:29.372831344604rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ak7tK7aag5f3xtTpgIceUa1H9wLkzvC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.173583984375rem;left:19.308837890625rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#larr2Z7qXpXH7D7U0DHcalXy9XVg2iQ0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#IlkZMm0WB6TyOTy0HhAdAZoOh6TZ8JaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KnMRVvw2JwuMJasmxi4ITGt2m0OJuTkT { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:block; }
#mZ9fp14ZDkwHmIiTTTl2R7oFreGTRKxA { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#zpAg7STkeN0TmJxdspd9VEIh61norg2X { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR.adaptive-delivery-prevent-bg, #PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR.lazyload, #PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR.lazyloading { background-image: none; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container { background-color: transparent; background-image: none; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container > .video-iframe-container { display: none; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row > .video-iframe-container { display: none; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .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); }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container { border-width: 0; border-radius: 0; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#XL3e6z8q52HQsS8QpTpcStgT275nCevH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:61.125rem;top:21.625001907349rem;left:0rem;overflow:hidden;display:block; }
#hmPsUKDT0fzGhmmtZTASyDdGfZ3rQ7TP { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:3.875rem;left:30.0625rem;height:4.3875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UIVnzKaqowUqyk90BCsW6rBJX5MTF92K { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.375rem;left:6.9375rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hr5L1uffnmmvfURqszsea5qSSfnwQbfq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.124347686767rem;left:48.251955032349rem;display:block; }
#NeWW86QZTH1StpXfZyTePNF8A3JSkCy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZUSBATckwJ39XgBCzkhgdJDBSxOAEKl { box-sizing:content-box;height:10.9375rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.1616764068604rem;left:67.789720535281rem;display:block; }
#xXgkfkVyBvTixh1GF7NNtAKdUOATwaKW { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#HzXO2BFzcGegZptuHEXcA7a4TBsZgupP { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:8.4375rem;left:30.0625rem;height:4.3875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ga3KZTfvew0kG3tfCTRzXnVTTmTNcHmv { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae2709f7-de37-4f56-8d51-850454aa84af/Group5.png");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; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x.adaptive-delivery-prevent-bg, #JLCmn522mVTQGc7DtTU1pC5bALmKzk0x.lazyload, #JLCmn522mVTQGc7DtTU1pC5bALmKzk0x.lazyloading { background-image: none; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container { background-color: transparent; background-image: none; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container > .video-iframe-container { display: none; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row > .video-iframe-container { display: none; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .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); }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container { border-width: 0; border-radius: 0; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#ysmbQrzmIEuFAtQOMWJJFQsKTaKcGMPt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0623125rem;width:53.4375rem;top:19.062500953674rem;left:0rem;overflow:hidden;display:block; }
#ftGsE0rHcps8LGRlA2A9rVx7Wu0VqaX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:6.9375rem;left:32.0625rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZCfgdxg0kVkpwXBe08fZHIkaT9nbJCxt { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:14.125rem;left:22rem;height:2.51875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OTsE9Iqw6Hs76b87NRoO9x9Lx1l0hIpu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.0625rem;left:50.9375rem;display:block; }
#IIyATDB9MSwood5TmSWIoiVyUPc3iEWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfmqhqEV1xu8nbcX9reoiNbT9SN3q9Du { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.6875rem;left:70.1875rem;display:block; }
#hN2IwUEpGWkReFwx42E7X8xxpnNRw6V8 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.125rem;left:-41.460069656372rem;display:block; }
#eh7pTwIApBrLPKO6d8n6atrLfhuaGh2l { box-sizing:content-box;height:7.5rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.7565116882325rem;left:67.4783039093rem;display:none; }
#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0320a413-4c8a-475f-98d4-77a3da1a5c00/Group7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.adaptive-delivery-prevent-bg, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyload, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyloading { background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { background-color: transparent; background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container > .video-iframe-container { display: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container { display: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .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); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { border-width: 0; border-radius: 0; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx::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; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-form-header {  }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-text.adaptive-delivery-prevent-bg, #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-text.lazyload, #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-text.lazyloading { background-image: none; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-textarea.adaptive-delivery-prevent-bg, #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-textarea.lazyload, #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-textarea.lazyloading { background-image: none; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c [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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c [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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c [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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c [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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container:first-of-type{padding-top:0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container:last-of-type{padding-bottom:0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c  { 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:15028;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.6875rem;left:24.812500953674rem; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c {display:block;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c { 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:15028;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.6875rem;left:24.812500953674rem; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #yZmspQ1efsSEtoGkbQKMdDitI3WGXNJx { position:relative;z-index:1; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #OPB7SaLLMcHWxW7gK4Q5l1ZnRH6nWCTS { position:relative;display:block; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #XFXTS88rlLp5t4R7Ja1l7eyReiKmgBWP { position:relative; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #zRz2yL2BKauQGnTLQvEHVESrZQzx70sk { position:relative;z-index:1; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #r1QTzVzDz8Ws2wP9DNBRSgc5A8TG7sIE { position:relative;display:block; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qshieK2vcfrPfbN35ihIRls8IJrXagER { position:relative; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #tVU1WHbM2aMvXynMhnOkvZtvJhM6VwZp { position:relative;z-index:1; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #flI0nSz7omsubN3iS65TbwkJ75Z0huAc { position:relative;display:block; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #QZIo2acHJxgPhFGC5WzvHL7TlOzMTk8z { position:relative; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qG5ySbvV88niSuC3pBESd49rMEPa3LXT { position:relative; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #xMJCkM3M8CyhIWO97tKs8AsfxNfKe0IW { position:relative;z-index:2; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #vmP5WQ33Aql9iybfAft6GtbRNJTuOPc0 { position:relative; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qqVgEd0Qix84PVnFGOPPr5FEhxkZce7a { position:relative;z-index:1; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #nqMWQLu8W84VyXTXTo6bmafK1LDlf5LO { position:relative; }
#Lmm7y7Sazg9WSsesImlkZLRvKBJFRMTs { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.1875rem;width:26.75rem;top:15.75rem;left:24.125rem;display:block; }
#cmra6I1DliTzIZJXaxZdzsLyTc0vulT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:16.5rem;left:24.1875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPgb2o5ZttcLqhxTczbX2KlJrKJgPNhU { box-sizing:content-box;height:0.124783125rem;width:20.499125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.375rem;left:27rem;display:block; }
#FSafBROd4M7DVBEUR7eR9QypZZ8yeLOT { color:rgba(var(--color-tertiary-4),1);display:block;width:70.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:0.70746946334838rem;left:2.1560344696045rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w19FeUDhrtWWVEnZTGsuUbFzE7yA4GWP { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4370625rem;width:15.686875rem;top:6.845703125rem;left:29.656034469604rem;overflow:hidden;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:12.75rem;width:75rem;position:relative;display:block; }#dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0603125rem;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:1.932373046875rem;left:23.46923828125rem;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.2471875rem;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:10.247398376465rem;left:8.8747844696044rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:15.5615rem;top:2.998046875rem;left:1.80908203125rem;overflow:hidden;display:block; }
#K7c5cOLoEeoo4fIL6n57AxOaIG2m5bR9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:14.0625rem;top:3.1857604980469rem;left:58.228082656861rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyloading { background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #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 #Tnd2U1FucPnQblgtQ9uH7NGmJyylLZgw {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #EVL4CLaBqvDzUBqIiymbsCQSdCkS6dND {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #Nkul1khRSNrAR5KATs7Jasv8ydQ82LV9 {  }
 }@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) { #cHIpSgT3CIE8FxiQ4aUX8F3plAIrg1ti { width:16.25rem;height:3.1747614851144rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfR4trTMB2BJwh02gBiA71pux2c6ttF { width:14.5rem;height:2.6875rem;top:2.0625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khTrCqAAayO01TbdtaQQwiZtwPaTORVT { width:47.75rem;height:17.453850855746rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KalsJfZbHu8ogyDg6QEghgIkkFqMor77 { width:36.4375rem;height:10.4375rem;top:12.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMMT5KCKXE84p5pL3tq16U3gzmK2aD7a { width:36.4375rem;height:2.8125rem;top:24.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPv45ZkJ9unr3ZU2CP2Ihdmg8kSU6O75 { width:0.3125rem;height:9.125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VE6kNaA8ziAc8QK4assMGGNVpvKF2a { width:26.625rem;height:2.875rem;top:10.125rem;left:21.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P02lT5TiLmtMLLrVmrthZv5EkEP66FeF { width:20.4375rem;height:0.0625rem;top:13.25rem;left:27.3125rem;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) { #DZTZHh48ayQKQM2T3JoUHG01r2wdNiNd { width:47.75rem;height:25.119393939394rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGBS52kEloUs8uN7MiZ1xFZaX5XIzAym { width:36.4375rem;height:6.4375rem;top:6.9375rem;left:11.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #My484huMxC650ZMHKmXRzNCZRXyq3yfd { width:36.4375rem;height:2.5rem;top:14.125rem;left:11.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5nIcS7aCTc1EOtGpETBuhElp3izfpS7 { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7bZJOHIRUnwlEAaCJUOyrDHtyqENFT4 { display:block; }
 }@media only screen and (max-width: 763px) { #Xfu2sGQM07Kw2CoW1wKJgmzbBXM1p6gZ { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wffqgmhOgqH6kt4bmOHATv3lE4CHq3FE { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe { 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; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe.adaptive-delivery-prevent-bg, #svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe.lazyload, #svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe.lazyloading { background-image: none; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dSBwmCNIiLqkTZvky9cu9aJ5ozsD6W3z { width:47.75rem;height:23.847010550996rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvpWel3dipyxQCKQ8zA2FgbrOZrnGxXn { width:36.4375rem;height:6.5rem;top:6.9375rem;left:11.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbkfSn4DXVgHpWnduxirl9ovlqt1oVNb { width:46.4375rem;height:2.5rem;top:14.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSslJlAT4mQdx41icb8fTFK9rUx1MuvA { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTQdh6PtFnbQmulZIAToZ9SDseUz8rT { display:block; }
 }@media only screen and (max-width: 763px) { #m8GtIJHbZyL5IVbfi3rpDZvkPBt9TGCn { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWfJ3lm9Tg6M46KiPyb36Jf5VGP540Kv { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okanPV7b2Xdnk7smykXII8JtwnyreQrp { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP { 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; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP.adaptive-delivery-prevent-bg, #VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP.lazyload, #VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP.lazyloading { background-image: none; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z93qDpC8EM6HcJ2mimdi8suEVKJSDG43 { width:36.5rem;height:6.5rem;top:6.9375rem;left:11.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX2qheTwJ7FNTWA9u39z9a6yRSaNn1v5 { width:46.4375rem;height:2.5rem;top:14.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXGe4BXF3kHZXHOXhnw6QKZ83zGmvFuS { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqWliv5tCMsTlA5twSlaWe4zKoMmGch { display:block; }
 }@media only screen and (max-width: 763px) { #ypiArIZiJrUePE9vISmoPkrOhxmh6pph { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO3ZHCeLOV2kdRdDMdDXo0GuP9AorpJe { width:47.75rem;height:0.125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKI5WJDsBrq8LqRdl4F9R06vBFNgvC2f { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3R7xiZLfNVH6plMBJu0SN3T54MJ3C1x { width:47.75rem;height:19.714761376249rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2kWXCyW8fQDioXv9UGZaeDHS178a7K { 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; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K.adaptive-delivery-prevent-bg, #QC2kWXCyW8fQDioXv9UGZaeDHS178a7K.lazyload, #QC2kWXCyW8fQDioXv9UGZaeDHS178a7K.lazyloading { background-image: none; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITCKRQk1SGRthnGbDaq7ieUFl9IBmyzP { width:36.4375rem;height:6.5rem;top:6.9375rem;left:11.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhIHiPMOnh0VXGLWCu3mROybWbGkZqHQ { width:46.4375rem;height:2.5rem;top:14.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzphwlQCg0FKFaqhB6TIEiwlH6bsA7bO { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2ue8GZpTTRXlknzHOtGQVvQxkdq72e { display:block; }
 }@media only screen and (max-width: 763px) { #oEgcXBupKkRcFHrulcBGmCAZLAKdqfx4 { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntyUbV1Bvmc1XtzicUXMg0sS0PpwSe2y { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9VLxPksbm1Or99kgXy5UVqNgvDMrgOS { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyGxvPHvnLgLpXkkSLhGa0kDtF9Hyz0I { width:47.75rem;height:23.903684421306rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa { 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; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa.adaptive-delivery-prevent-bg, #UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa.lazyload, #UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa.lazyloading { background-image: none; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqSFLC0dIKT9TxcATV0GiQzdRAOdqhnE { width:36.4375rem;height:6.5rem;top:6.9375rem;left:11.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXo9kvbnC54SVzth7qPvENHAvFxlX6Oi { width:46.4375rem;height:2.5rem;top:14.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4T8SpUGQBOx4BAn3DXtgyFUMvyALtcD { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmB0c6v8ke63P3TewiPVFhaOHQG5QXpQ { display:block; }
 }@media only screen and (max-width: 763px) { #vD6L5Lhoh0fkq3o1x56kb211drvqc71F { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8bWiERgasw1dous1XD8vA7VDAvmOWA { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7gJwhvvTiKqkHLldfyFVV0W9pbBEwhZ { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCfbxGaKoctEtSl3ZJrRt3KUFCJmxIP6 { width:42.625rem;height:24.625rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWSSoaWddy9DVHttoEuvbGOF7lBuxah { 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; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah.adaptive-delivery-prevent-bg, #HxWSSoaWddy9DVHttoEuvbGOF7lBuxah.lazyload, #HxWSSoaWddy9DVHttoEuvbGOF7lBuxah.lazyloading { background-image: none; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n2nkTvr4B9kTZp1VLKeix39MgIqL7K1b { width:46.5rem;height:25rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHehSrrl2i9vu3pkeEqHlKhDasZ5RfPa { width:36.4375rem;height:6.5rem;top:6.9375rem;left:11.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKy5xDb7TR5QUaQVpXcASS1fFSVpGLnF { width:46.4375rem;height:2.5rem;top:14.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzUEgv7dFHvd6HQdFlDLeOBKqhTFTbLE { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WauEMvZfsxdy2NsOVLkBJFazSImKEVho { display:block; }
 }@media only screen and (max-width: 763px) { #h0GP1TTnd89VrZUqQnmOwnqoJ3qKTEqF { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUuWRGSyOpsoRTxiLSrb89guQf3tZCby { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvVK9ng1Wb3uR9Jo6SO0vo5bTKTyCSn { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA { 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; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA.adaptive-delivery-prevent-bg, #Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA.lazyload, #Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA.lazyloading { background-image: none; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gNsxXdZLJwdGCIvlVcmrlBKEneJySwFL { width:47.75rem;height:27.156873032529rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lykqwABJtaEymVFixrBENoey7QHrPmAR { width:36.4375rem;height:6.5rem;top:6.9375rem;left:11.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf8WhrUp7quRTKrca1dCUVK8D6W4tKlA { width:46.4375rem;height:2.5rem;top:14.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukf7kK8BgZr7WKJkkw0Ck6knwxPi7s6C { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA1K5ugn0ksSFt4BFWfMrLyI0N9O1BvC { display:block; }
 }@media only screen and (max-width: 763px) { #GScrtKpXNkABd89uiGrzWvDDa8CyvBRW { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCi7DwlKnzT8IGDawBewL6wvpUxphVqy { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOap2Dz7g0G5dThda345swD6zRSPnAcU { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F { 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; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F.adaptive-delivery-prevent-bg, #PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F.lazyload, #PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F.lazyloading { background-image: none; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rkrEM8GWHdPNUXIoSPM6f3rqIlIGeSM9 { width:47.75rem;height:27.365795090715rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdKk7OsTDSK6TXlJt7Tbh7eungD8lVS2 { width:36.4375rem;height:6.5rem;top:6.9375rem;left:11.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqtHFg8up0HOQT7UwiJp407TAdrrl6zl { width:46.4375rem;height:2.5rem;top:14.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d40U332orT8yKr0LKCp8dWcdwa2xso36 { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qen9lOtfGeL61oczBdtWsvkWQHIbf6pf { display:block; }
 }@media only screen and (max-width: 763px) { #kS8ZciDK22TsOrU4hgwyWAWIt5N2lzAk { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkgDuU5Bimwr6kd4cft3bgp11BXEBkEN { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3NyAwQDUr2pIGC4TyHEr59Tb18QlHK { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 { 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; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8.adaptive-delivery-prevent-bg, #rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8.lazyload, #rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8.lazyloading { background-image: none; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nayyBOLU7xIcIZmhoFSB50n1Hymn4Do7 { width:47.75rem;height:27.197953216374rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2wiNxfdhrmTwpn4zcRme2xNWHJf4Zkg { width:36.4375rem;height:6.5rem;top:6.9375rem;left:11.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak7tK7aag5f3xtTpgIceUa1H9wLkzvC0 { width:46.4375rem;height:2.5rem;top:14.125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #larr2Z7qXpXH7D7U0DHcalXy9XVg2iQ0 { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlkZMm0WB6TyOTy0HhAdAZoOh6TZ8JaU { display:block; }
 }@media only screen and (max-width: 763px) { #KnMRVvw2JwuMJasmxi4ITGt2m0OJuTkT { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ9fp14ZDkwHmIiTTTl2R7oFreGTRKxA { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpAg7STkeN0TmJxdspd9VEIh61norg2X { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR { 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; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR.adaptive-delivery-prevent-bg, #PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR.lazyload, #PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR.lazyloading { background-image: none; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XL3e6z8q52HQsS8QpTpcStgT275nCevH { width:47.75rem;height:18.113752556237rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmPsUKDT0fzGhmmtZTASyDdGfZ3rQ7TP { width:36.4375rem;height:4.375rem;top:3.875rem;left:11.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIVnzKaqowUqyk90BCsW6rBJX5MTF92K { width:47.75rem;height:1.9375rem;top:14.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr5L1uffnmmvfURqszsea5qSSfnwQbfq { width:17.625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWW86QZTH1StpXfZyTePNF8A3JSkCy3 { display:block; }
 }@media only screen and (max-width: 763px) { #nZUSBATckwJ39XgBCzkhgdJDBSxOAEKl { width:0.3125rem;height:10.9375rem;top:5.125rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXgkfkVyBvTixh1GF7NNtAKdUOATwaKW { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXO2BFzcGegZptuHEXcA7a4TBsZgupP { width:36.4375rem;height:4.375rem;top:8.4375rem;left:11.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3KZTfvew0kG3tfCTRzXnVTTmTNcHmv { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLCmn522mVTQGc7DtTU1pC5bALmKzk0x { 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; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x.adaptive-delivery-prevent-bg, #JLCmn522mVTQGc7DtTU1pC5bALmKzk0x.lazyload, #JLCmn522mVTQGc7DtTU1pC5bALmKzk0x.lazyloading { background-image: none; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ysmbQrzmIEuFAtQOMWJJFQsKTaKcGMPt { width:47.75rem;height:18.820592690058rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftGsE0rHcps8LGRlA2A9rVx7Wu0VqaX6 { width:36.375rem;height:6.4375rem;top:6.9375rem;left:11.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCfgdxg0kVkpwXBe08fZHIkaT9nbJCxt { width:46.375rem;height:2.5rem;top:14.125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsE9Iqw6Hs76b87NRoO9x9Lx1l0hIpu { width:17.5625rem;height:3.4375rem;top:19.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIyATDB9MSwood5TmSWIoiVyUPc3iEWc { display:block; }
 }@media only screen and (max-width: 763px) { #TfmqhqEV1xu8nbcX9reoiNbT9SN3q9Du { width:0.3125rem;height:7.5rem;top:8.6875rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN2IwUEpGWkReFwx42E7X8xxpnNRw6V8 { width:47.75rem;height:0.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7pTwIApBrLPKO6d8n6atrLfhuaGh2l { width:0.3125rem;height:7.5rem;top:8.75rem;left:47.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx { 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; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.adaptive-delivery-prevent-bg, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyload, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyloading { background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container:first-of-type{padding-top:0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container:last-of-type{padding-bottom:0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c {display:block;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #yZmspQ1efsSEtoGkbQKMdDitI3WGXNJx {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #OPB7SaLLMcHWxW7gK4Q5l1ZnRH6nWCTS { display:none; }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #XFXTS88rlLp5t4R7Ja1l7eyReiKmgBWP {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #zRz2yL2BKauQGnTLQvEHVESrZQzx70sk {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #r1QTzVzDz8Ws2wP9DNBRSgc5A8TG7sIE { display:none; }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qshieK2vcfrPfbN35ihIRls8IJrXagER {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #tVU1WHbM2aMvXynMhnOkvZtvJhM6VwZp {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #flI0nSz7omsubN3iS65TbwkJ75Z0huAc { display:none; }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #QZIo2acHJxgPhFGC5WzvHL7TlOzMTk8z {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qG5ySbvV88niSuC3pBESd49rMEPa3LXT {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #xMJCkM3M8CyhIWO97tKs8AsfxNfKe0IW {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #vmP5WQ33Aql9iybfAft6GtbRNJTuOPc0 {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qqVgEd0Qix84PVnFGOPPr5FEhxkZce7a {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #nqMWQLu8W84VyXTXTo6bmafK1LDlf5LO {  }
 }@media only screen and (max-width: 763px) { #Lmm7y7Sazg9WSsesImlkZLRvKBJFRMTs { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmra6I1DliTzIZJXaxZdzsLyTc0vulT8 { width:26.625rem;height:2.875rem;top:16.5rem;left:10.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPgb2o5ZttcLqhxTczbX2KlJrKJgPNhU { width:20.4375rem;height:0.0625rem;top:20.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSafBROd4M7DVBEUR7eR9QypZZ8yeLOT { width:47.75rem;height:5.25rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w19FeUDhrtWWVEnZTGsuUbFzE7yA4GWP { width:15.625rem;height:7.4077278975258rem;top:6.8125rem;left:16.031034469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { display:none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:28rem;height:5.1875rem;top:1.875rem;left:9.84423828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:47.75rem;height:1.25rem;top:10.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { width:15.5rem;height:3.0494256659062rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7c5cOLoEeoo4fIL6n57AxOaIG2m5bR9 { width:14.0625rem;height:2.625rem;top:3.125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { position:relative;z-index:auto;display:block; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { 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 { border-width: 0; border-radius: 0; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container > .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:49.6875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/bf2da151-82e7-43a6-9c7a-7ef8f4a94f4a/tlom.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { width:18.4980625rem;height:21.0605625rem;top:24.1474609375rem;left:0.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-regular-label { width:16.9375rem;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:16.9375rem;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:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select { width:16.9375rem;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:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.75rem;overflow:hidden; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-checkbox-label { width:15.875rem;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.9375rem;height:auto;top:28.40234375rem;left:0.28125rem;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:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 {display:block;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 { width:16.9375rem;height:auto;top:28.40234375rem;left:0.28125rem;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 #Tnd2U1FucPnQblgtQ9uH7NGmJyylLZgw {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #EVL4CLaBqvDzUBqIiymbsCQSdCkS6dND {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #Nkul1khRSNrAR5KATs7Jasv8ydQ82LV9 {  }
 }@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) { #cHIpSgT3CIE8FxiQ4aUX8F3plAIrg1ti { width:7.1245625rem;height:1.31185rem;top:1.374783039093rem;left:6.436632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfR4trTMB2BJwh02gBiA71pux2c6ttF { width:7.4375rem;height:1.375rem;top:4.0614151954651rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #khTrCqAAayO01TbdtaQQwiZtwPaTORVT { width:20rem;height:7.308625rem;top:16.337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KalsJfZbHu8ogyDg6QEghgIkkFqMor77 { width:16.5625rem;height:4.63183125rem;top:8.6767578125rem;left:2.7783203125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OMMT5KCKXE84p5pL3tq16U3gzmK2aD7a { width:14.561625rem;height:1.21875rem;top:13.7509765625rem;left:2.7177734375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPv45ZkJ9unr3ZU2CP2Ihdmg8kSU6O75 { width:0.125rem;height:3.75rem;top:9.1162109375rem;left:1.8505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VE6kNaA8ziAc8QK4assMGGNVpvKF2a { width:20rem;height:1.95rem;top:25.00390625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P02lT5TiLmtMLLrVmrthZv5EkEP66FeF { width:9.375rem;height:0.0615234375rem;top:27.83984375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { background-color:#ffffff;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; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { background-color: transparent; background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { border-width: 0; border-radius: 0; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZTZHh48ayQKQM2T3JoUHG01r2wdNiNd { width:18.75rem;height:9.8118125rem;top:10.998756408691rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGBS52kEloUs8uN7MiZ1xFZaX5XIzAym { width:16.0625rem;height:2.6rem;top:2.6180744171142rem;left:3.3096588850021rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #My484huMxC650ZMHKmXRzNCZRXyq3yfd { width:20rem;height:0.975rem;top:5.162109375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5nIcS7aCTc1EOtGpETBuhElp3izfpS7 { width:10.5619375rem;height:1.9992875rem;top:7.2798290252688rem;left:2.1031605005264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7bZJOHIRUnwlEAaCJUOyrDHtyqENFT4 { display:block; }
 }@media only screen and (max-width: 763px) { #Xfu2sGQM07Kw2CoW1wKJgmzbBXM1p6gZ { width:0.1873225rem;height:2.6242875rem;top:3.5680046081543rem;left:2.1040481328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #wffqgmhOgqH6kt4bmOHATv3lE4CHq3FE { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe { background-color:#ffffff;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; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container { background-color: transparent; background-image: none; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container > .video-iframe-container { display: none; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row > .video-iframe-container { display: none; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .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); }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container { border-width: 0; border-radius: 0; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svNM7VnKf8D3CfHF7KP1RTEei6n2MSMe > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSBwmCNIiLqkTZvky9cu9aJ5ozsD6W3z { width:19.3125rem;height:9.5625rem;top:10.7724609375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvpWel3dipyxQCKQ8zA2FgbrOZrnGxXn { width:13.75rem;height:2.6rem;top:2.3739356994629rem;left:3.1249998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbkfSn4DXVgHpWnduxirl9ovlqt1oVNb { width:15.2494375rem;height:0.975rem;top:4.9724788665771rem;left:3.1249998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSslJlAT4mQdx41icb8fTFK9rUx1MuvA { width:10.5619375rem;height:1.9992875rem;top:7.10671043396rem;left:1.8004261255264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTQdh6PtFnbQmulZIAToZ9SDseUz8rT { display:block; }
 }@media only screen and (max-width: 763px) { #m8GtIJHbZyL5IVbfi3rpDZvkPBt9TGCn { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWfJ3lm9Tg6M46KiPyb36Jf5VGP540Kv { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okanPV7b2Xdnk7smykXII8JtwnyreQrp { width:0.1873225rem;height:2.6234rem;top:3.1871452331543rem;left:1.8004261255264rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP { background-color:#ffffff;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:none; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP > .row .container { border-width: 0; border-radius: 0; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFo03iFnPX1mhQrXfveTM2fgAvl8tBvP > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z93qDpC8EM6HcJ2mimdi8suEVKJSDG43 { width:13.75rem;height:2.6rem;top:2.3739356994629rem;left:3.1249998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PX2qheTwJ7FNTWA9u39z9a6yRSaNn1v5 { width:15.2494375rem;height:0.975rem;top:4.9724788665771rem;left:3.1249998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXGe4BXF3kHZXHOXhnw6QKZ83zGmvFuS { width:10.5619375rem;height:1.9992875rem;top:7.10671043396rem;left:1.8004261255264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqWliv5tCMsTlA5twSlaWe4zKoMmGch { display:block; }
 }@media only screen and (max-width: 763px) { #ypiArIZiJrUePE9vISmoPkrOhxmh6pph { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XO3ZHCeLOV2kdRdDMdDXo0GuP9AorpJe { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKI5WJDsBrq8LqRdl4F9R06vBFNgvC2f { width:0.1873225rem;height:2.6234rem;top:3.1871452331543rem;left:1.8004261255264rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #s3R7xiZLfNVH6plMBJu0SN3T54MJ3C1x { width:19.9995rem;height:8.30125rem;top:10.9482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2kWXCyW8fQDioXv9UGZaeDHS178a7K { background-color:#ffffff;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; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container { background-color: transparent; background-image: none; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container > .video-iframe-container { display: none; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row > .video-iframe-container { display: none; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .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); }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container { border-width: 0; border-radius: 0; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QC2kWXCyW8fQDioXv9UGZaeDHS178a7K > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITCKRQk1SGRthnGbDaq7ieUFl9IBmyzP { width:13.75rem;height:2.6rem;top:2.3739356994629rem;left:3.1249998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhIHiPMOnh0VXGLWCu3mROybWbGkZqHQ { width:15.2494375rem;height:0.975rem;top:4.9724788665771rem;left:3.1249998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzphwlQCg0FKFaqhB6TIEiwlH6bsA7bO { width:10.5619375rem;height:1.9992875rem;top:7.10671043396rem;left:1.8004261255264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2ue8GZpTTRXlknzHOtGQVvQxkdq72e { display:block; }
 }@media only screen and (max-width: 763px) { #oEgcXBupKkRcFHrulcBGmCAZLAKdqfx4 { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntyUbV1Bvmc1XtzicUXMg0sS0PpwSe2y { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9VLxPksbm1Or99kgXy5UVqNgvDMrgOS { width:0.1873225rem;height:2.6234rem;top:3.1871452331543rem;left:1.8004261255264rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #oyGxvPHvnLgLpXkkSLhGa0kDtF9Hyz0I { width:20rem;height:10.049875311721rem;top:10.3554703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa { background-color:#ffffff;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:none; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa > .row .container { border-width: 0; border-radius: 0; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UouqT5vDWOTitIu02Ia7Atg4Hvm9M3Wa > .row .container { width:20rem;height:23.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqSFLC0dIKT9TxcATV0GiQzdRAOdqhnE { width:13.75rem;height:2.6rem;top:2.3739356994629rem;left:3.1249998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UXo9kvbnC54SVzth7qPvENHAvFxlX6Oi { width:15.2494375rem;height:0.975rem;top:4.9724788665771rem;left:3.1249998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4T8SpUGQBOx4BAn3DXtgyFUMvyALtcD { width:10.5619375rem;height:1.9992875rem;top:7.10671043396rem;left:1.8004261255264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmB0c6v8ke63P3TewiPVFhaOHQG5QXpQ { display:block; }
 }@media only screen and (max-width: 763px) { #vD6L5Lhoh0fkq3o1x56kb211drvqc71F { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE8bWiERgasw1dous1XD8vA7VDAvmOWA { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7gJwhvvTiKqkHLldfyFVV0W9pbBEwhZ { width:0.1873225rem;height:2.6234rem;top:3.1871452331543rem;left:1.8004261255264rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #lCfbxGaKoctEtSl3ZJrRt3KUFCJmxIP6 { width:16.6875rem;height:9.5625rem;top:10.72998046875rem;left:1.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWSSoaWddy9DVHttoEuvbGOF7lBuxah { background-color:#ffffff;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:none; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah > .row .container { border-width: 0; border-radius: 0; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxWSSoaWddy9DVHttoEuvbGOF7lBuxah > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n2nkTvr4B9kTZp1VLKeix39MgIqL7K1b { width:17.562rem;height:9.4365rem;top:10.7724609375rem;left:1.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHehSrrl2i9vu3pkeEqHlKhDasZ5RfPa { width:13.75rem;height:2.6rem;top:2.3739356994629rem;left:3.1249998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oKy5xDb7TR5QUaQVpXcASS1fFSVpGLnF { width:15.2494375rem;height:0.975rem;top:4.9724788665771rem;left:3.1249998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzUEgv7dFHvd6HQdFlDLeOBKqhTFTbLE { width:10.5619375rem;height:1.9992875rem;top:7.10671043396rem;left:1.8004261255264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WauEMvZfsxdy2NsOVLkBJFazSImKEVho { display:block; }
 }@media only screen and (max-width: 763px) { #h0GP1TTnd89VrZUqQnmOwnqoJ3qKTEqF { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUuWRGSyOpsoRTxiLSrb89guQf3tZCby { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvVK9ng1Wb3uR9Jo6SO0vo5bTKTyCSn { width:0.1873225rem;height:2.6234rem;top:3.1871452331543rem;left:1.8004261255264rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA { background-color:#ffffff;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:none; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA > .row .container { border-width: 0; border-radius: 0; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ief5UQvSSsaCpc8wc6V0nU3UKTxX8aTA > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gNsxXdZLJwdGCIvlVcmrlBKEneJySwFL { width:19.5rem;height:11.125rem;top:10.7724609375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lykqwABJtaEymVFixrBENoey7QHrPmAR { width:13.75rem;height:2.6rem;top:2.3739356994629rem;left:3.1249998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xf8WhrUp7quRTKrca1dCUVK8D6W4tKlA { width:15.2494375rem;height:0.975rem;top:4.9724788665771rem;left:3.1249998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ukf7kK8BgZr7WKJkkw0Ck6knwxPi7s6C { width:10.5619375rem;height:1.9992875rem;top:7.10671043396rem;left:1.8004261255264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA1K5ugn0ksSFt4BFWfMrLyI0N9O1BvC { display:block; }
 }@media only screen and (max-width: 763px) { #GScrtKpXNkABd89uiGrzWvDDa8CyvBRW { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCi7DwlKnzT8IGDawBewL6wvpUxphVqy { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOap2Dz7g0G5dThda345swD6zRSPnAcU { width:0.1873225rem;height:2.6234rem;top:3.1871452331543rem;left:1.8004261255264rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F { background-color:#ffffff;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:none; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F > .row .container { border-width: 0; border-radius: 0; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAWGihTsX3XxSfiBiQlztGcEAQiLXQ5F > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rkrEM8GWHdPNUXIoSPM6f3rqIlIGeSM9 { width:17.9375rem;height:10.25rem;top:10.773260116577rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdKk7OsTDSK6TXlJt7Tbh7eungD8lVS2 { width:13.75rem;height:2.6rem;top:2.3739356994629rem;left:3.1249998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fqtHFg8up0HOQT7UwiJp407TAdrrl6zl { width:15.2494375rem;height:0.975rem;top:4.9724788665771rem;left:3.1249998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d40U332orT8yKr0LKCp8dWcdwa2xso36 { width:10.5619375rem;height:1.9992875rem;top:7.10671043396rem;left:1.8004261255264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qen9lOtfGeL61oczBdtWsvkWQHIbf6pf { display:block; }
 }@media only screen and (max-width: 763px) { #kS8ZciDK22TsOrU4hgwyWAWIt5N2lzAk { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkgDuU5Bimwr6kd4cft3bgp11BXEBkEN { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3NyAwQDUr2pIGC4TyHEr59Tb18QlHK { width:0.1873225rem;height:2.6234rem;top:3.1871452331543rem;left:1.8004261255264rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 { background-color:#ffffff;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; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container { background-color: transparent; background-image: none; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container > .video-iframe-container { display: none; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row > .video-iframe-container { display: none; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .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); }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container { border-width: 0; border-radius: 0; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLOuM8OF7tzG8ThKB855RIt3KnLdQEU8 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nayyBOLU7xIcIZmhoFSB50n1Hymn4Do7 { width:17.875rem;height:10.1875rem;top:10.773260116577rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2wiNxfdhrmTwpn4zcRme2xNWHJf4Zkg { width:13.75rem;height:2.6rem;top:2.3739356994629rem;left:3.1249998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ak7tK7aag5f3xtTpgIceUa1H9wLkzvC0 { width:15.2494375rem;height:0.975rem;top:4.9724788665771rem;left:3.1249998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #larr2Z7qXpXH7D7U0DHcalXy9XVg2iQ0 { width:10.5619375rem;height:1.9992875rem;top:7.10671043396rem;left:1.8004261255264rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlkZMm0WB6TyOTy0HhAdAZoOh6TZ8JaU { display:block; }
 }@media only screen and (max-width: 763px) { #KnMRVvw2JwuMJasmxi4ITGt2m0OJuTkT { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZ9fp14ZDkwHmIiTTTl2R7oFreGTRKxA { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpAg7STkeN0TmJxdspd9VEIh61norg2X { width:0.1873225rem;height:2.6234rem;top:3.1871452331543rem;left:1.8004261255264rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR { background-color:#ffffff;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; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container { background-color: transparent; background-image: none; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container > .video-iframe-container { display: none; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row > .video-iframe-container { display: none; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .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); }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container { border-width: 0; border-radius: 0; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbSfnWAxnpm9pB9r3MwXGFvoZl8yLHnR > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XL3e6z8q52HQsS8QpTpcStgT275nCevH { width:18.812125rem;height:7.0623125rem;top:15.666723251342rem;left:0.59303975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmPsUKDT0fzGhmmtZTASyDdGfZ3rQ7TP { width:9.6875rem;height:2.1125rem;top:3.3735790252686rem;left:3.2421873807907rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UIVnzKaqowUqyk90BCsW6rBJX5MTF92K { width:12.9998125rem;height:1.625rem;top:8.6328125rem;left:3.4987567663193rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hr5L1uffnmmvfURqszsea5qSSfnwQbfq { width:10.5625rem;height:2rem;top:11.752485275269rem;left:2.8036221265793rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWW86QZTH1StpXfZyTePNF8A3JSkCy3 { display:block; }
 }@media only screen and (max-width: 763px) { #nZUSBATckwJ39XgBCzkhgdJDBSxOAEKl { width:0.3125rem;height:10.9375rem;top:17.35634375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXgkfkVyBvTixh1GF7NNtAKdUOATwaKW { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXO2BFzcGegZptuHEXcA7a4TBsZgupP { width:15.625rem;height:2.1125rem;top:5.9721240997314rem;left:3.2421873807907rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ga3KZTfvew0kG3tfCTRzXnVTTmTNcHmv { width:0.1873225rem;height:5.625rem;top:4.2134232521057rem;left:1.9247158765793rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #JLCmn522mVTQGc7DtTU1pC5bALmKzk0x { background-color:#ffffff;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; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container { background-color: transparent; background-image: none; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container > .video-iframe-container { display: none; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row > .video-iframe-container { display: none; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .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); }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container { border-width: 0; border-radius: 0; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLCmn522mVTQGc7DtTU1pC5bALmKzk0x > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysmbQrzmIEuFAtQOMWJJFQsKTaKcGMPt { width:17.249625rem;height:6.7498125rem;top:11.714309692382rem;left:1.3742896318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftGsE0rHcps8LGRlA2A9rVx7Wu0VqaX6 { width:13.6869375rem;height:2.6rem;top:3.1791553497314rem;left:3.1560722589493rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCfgdxg0kVkpwXBe08fZHIkaT9nbJCxt { width:15.687125rem;height:0.975rem;top:5.7208805084229rem;left:3.1551846265793rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTsE9Iqw6Hs76b87NRoO9x9Lx1l0hIpu { width:10.5625rem;height:2rem;top:8.2830238342288rem;left:3.1551846265793rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIyATDB9MSwood5TmSWIoiVyUPc3iEWc { display:block; }
 }@media only screen and (max-width: 763px) { #TfmqhqEV1xu8nbcX9reoiNbT9SN3q9Du { width:0.3125rem;height:7.5rem;top:15.21549375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hN2IwUEpGWkReFwx42E7X8xxpnNRw6V8 { width:20rem;height:0.0618489375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7pTwIApBrLPKO6d8n6atrLfhuaGh2l { width:0.1873225rem;height:2.6225125rem;top:3.8441047668457rem;left:1.8625708818436rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/0320a413-4c8a-475f-98d4-77a3da1a5c00/Group7.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.adaptive-delivery-prevent-bg, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyload, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyloading { background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { background-color: transparent; background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container > .video-iframe-container { display: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container { display: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .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); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { border-width: 0; border-radius: 0; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.75rem;overflow:hidden; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container:first-of-type{padding-top:0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .widget-container:last-of-type{padding-bottom:0;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c  { width:17.5rem;height:auto;top:10.936612129211rem;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; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c {display:block;}#FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c { width:17.5rem;height:auto;top:10.936612129211rem;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) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #yZmspQ1efsSEtoGkbQKMdDitI3WGXNJx {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #OPB7SaLLMcHWxW7gK4Q5l1ZnRH6nWCTS { display:none; }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #XFXTS88rlLp5t4R7Ja1l7eyReiKmgBWP {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #zRz2yL2BKauQGnTLQvEHVESrZQzx70sk {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #r1QTzVzDz8Ws2wP9DNBRSgc5A8TG7sIE { display:none; }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qshieK2vcfrPfbN35ihIRls8IJrXagER {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #tVU1WHbM2aMvXynMhnOkvZtvJhM6VwZp {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #flI0nSz7omsubN3iS65TbwkJ75Z0huAc { display:none; }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #QZIo2acHJxgPhFGC5WzvHL7TlOzMTk8z {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qG5ySbvV88niSuC3pBESd49rMEPa3LXT {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #xMJCkM3M8CyhIWO97tKs8AsfxNfKe0IW {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #vmP5WQ33Aql9iybfAft6GtbRNJTuOPc0 {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #qqVgEd0Qix84PVnFGOPPr5FEhxkZce7a {  }
 }@media only screen and (max-width: 763px) { #FAViMz2wnpg4aH6UDlyP0NHXtPPTxs0c #nqMWQLu8W84VyXTXTo6bmafK1LDlf5LO {  }
 }@media only screen and (max-width: 763px) { #Lmm7y7Sazg9WSsesImlkZLRvKBJFRMTs { width:20rem;height:32.1875rem;top:15.75rem;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) { #cmra6I1DliTzIZJXaxZdzsLyTc0vulT8 { width:20rem;height:1.95rem;top:7.8488988876344rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPgb2o5ZttcLqhxTczbX2KlJrKJgPNhU { width:9.375rem;height:0.062144875rem;top:10.311612129211rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSafBROd4M7DVBEUR7eR9QypZZ8yeLOT { width:20rem;height:1.54394375rem;top:5.17578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w19FeUDhrtWWVEnZTGsuUbFzE7yA4GWP { width:8.6248125rem;height:4.0625rem;top:0.84872150421144rem;left:5.6862567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { display:block; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:19.185875rem;height:3.9rem;top:5.3107242584229rem;left:0.405717253685rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:20rem;height:1.625rem;top:14.14605rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { width:11.93625rem;height:2.24875625rem;top:1.6867904663086rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7c5cOLoEeoo4fIL6n57AxOaIG2m5bR9 { width:11.1875rem;height:2.0625rem;top:10.658735275269rem;left:4.0624998807907rem;display:block; }
 }