.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,250,215;--color-secondary-1:255,239,136;--color-secondary-2:255,228,56;--color-secondary-3:255,242,0;--color-secondary-4:51,46,11;--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:"Display TOYO";--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:#5ce1e6;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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { background-color: transparent; background-image: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { border-width: 0; border-radius: 0; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ybWvu4uwFxDwF497JssTOMcE4P5Wb6E3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ff001a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.78125rem;left:45.5rem;display:block; }
#Fx5wZVDTET5loD8k1STzXGdyrBFGkHUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVmE32v9PJdfIloguqnCkqDTKzLpB42T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ff001a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:38.8125rem;display:block; }
#klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { position:absolute;display:block;z-index:15074;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.25rem;width:12.5625rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:9.9375rem;top:0rem;left:14.0625rem;overflow:hidden;display:block; }
#doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:53.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#JRwpztmUCTozlbev9UET918G1UIqSxoc { position:absolute;display:block;z-index:15076;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.3125rem;width:2.3125rem;top:1.5rem;left:62.8125rem;overflow:hidden;display:block; }
#I67rNtakxk18ETbfKdtgzIQdMw265Tsp { color:#282830;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:1.9375rem;left:66.1875rem;height:1.4433625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vz5p5nVRPTmN098IOT6fTh1ASO19MN6V { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:8.125rem;top:0.59375rem;left:23.75rem;overflow:hidden;display:block; }
#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e6bdc;background-image:url("https://images.assets-landingi.com/uc/8bc1e2bc-4152-4731-8813-a21d7fed8964/KopiaKopiaLANDINGELEMENTYGRAFICZNE7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.adaptive-delivery-prevent-bg, #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.lazyload, #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.lazyloading { background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { background-color: transparent; background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .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); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { border-width: 0; border-radius: 0; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-form-header {  }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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:19.375rem;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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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:19.375rem;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; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.adaptive-delivery-prevent-bg, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.lazyload, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.lazyloading { background-image: none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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:19.375rem;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; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.adaptive-delivery-prevent-bg, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.lazyload, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.lazyloading { background-image: none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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:19.375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#6328e8;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.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]:-moz-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]::-moz-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]:-ms-input-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]::-webkit-input-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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.5625rem;font-weight:400;color:#d5d5d5;vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.25rem;left:51.9375rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.25rem;left:51.9375rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zs2wHaguk0IDwOhEtfBwprxshKS5FnTz { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #TPCJzKbMTNMCEUUqwGqtm2Aty3FZqxM2 { position:relative;display:block; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #J6zr1BiD93FB0hBGTH4pEbCok9UCKZ3H { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 { position:relative;z-index:2; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 { position:relative; }
#BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { box-sizing:content-box;height:32.75rem;width:23.25rem;position:absolute;display:block;z-index:15010;background-color:#ff0022;background-image:none;top:4.15625rem;left:51.25rem;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;display:block; }
#tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { color:#ffffff;display:block;width:20.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:4.75rem;left:52.5625rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZTUsqWmJCSdVWSgOU9BZkx2T5qcMieT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5rem;display:none; }
#WRUsqzK2ZMzke0S8Iofmg17WuDTEmzIT { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:49.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;background-image:url("https://images.assets-landingi.com/uc/be07f627-b83a-4254-958b-e077d5aa833f/Zrzutekranu2026048o120751.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK.adaptive-delivery-prevent-bg, #ToWSDtpR17XrFl0gKctxV1XwveA0gbzK.lazyload, #ToWSDtpR17XrFl0gKctxV1XwveA0gbzK.lazyloading { background-image: none; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { background-color: transparent; background-image: none; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container > .video-iframe-container { display: none; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row > .video-iframe-container { display: none; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .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); }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { border-width: 0; border-radius: 0; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#kODRdC8qywsiAyuqAfSrZpKxdNA39e0b { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:75rem;top:20.9375rem;left:0rem;overflow:hidden;display:block; }
#oHrBaCC5VnKONMhl74Mr98eQyR3n8NND { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:61.1875rem;top:17.3125rem;left:8rem;overflow:hidden;display:block; }
#EFNnL81dLlVrQKbt8PxUmSSaytWsNsf0 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:41.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:1.21875rem;left:0rem;display:block; }
#SPPMZaVsc4oa0AqzqFkZ0tyMbB0yzSAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGZo8EUcAozXWNN5572eFK2rnxcum9VO { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top: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:16.125rem;width:75rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq { 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/be07f627-b83a-4254-958b-e077d5aa833f/Zrzutekranu2026048o120751.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq.adaptive-delivery-prevent-bg, #I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq.lazyload, #I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq.lazyloading { background-image: none; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row .container { background-color: transparent; background-image: none; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row .container > .video-iframe-container { display: none; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row > .video-iframe-container { display: none; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .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); }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row .container { border-width: 0; border-radius: 0; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#KBmub2CvXCiAF8ugInrXiHle2cbN8TKy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:39.0625rem;width:75rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#Gg2xgTi6MKbN0x17beKDSBf0Do5SKOrV { color:#ff0022;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.875rem;left:28.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#BM1uuJSOk78qzquRxQGJA9cfGShd3Gtr { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:40.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#NDwTX0Cu0n0xEiHZZzW6B2oTSbIFESD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn { 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/d27dbb5d-366a-415a-9bdc-de36f3a8e338/KopiaKopiaLANDINGELEMENTYGRAFICZNE10.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;display:block; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn.adaptive-delivery-prevent-bg, #zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn.lazyload, #zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn.lazyloading { background-image: none; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row .container { background-color: transparent; background-image: none; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row .container > .video-iframe-container { display: none; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row > .video-iframe-container { display: none; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .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); }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row .container { border-width: 0; border-radius: 0; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#Z3xfb0xRvyAmv3To1l5QH4KT5iCm8CFo { box-sizing:content-box;height:31rem;width:23.25rem;position:absolute;display:block;z-index:15013;background-color:#ff0022;background-image:none;top:5.4375rem;left:2.625rem;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;display:block; }
#Ey8LakbIrDNH0vmTGHxssA0rbyTt26VO { color:#ffffff;display:block;width:20.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:6.5625rem;left:3.9375rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-form-header {  }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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:19.375rem;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; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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:19.375rem;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; }#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-text.adaptive-delivery-prevent-bg, #RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-text.lazyload, #RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-text.lazyloading { background-image: none; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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:19.375rem;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; }#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-textarea.adaptive-delivery-prevent-bg, #RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-textarea.lazyload, #RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-textarea.lazyloading { background-image: none; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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:19.375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#6328e8;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.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 [class*="-text"]:-moz-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 [class*="-text"]::-moz-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 [class*="-text"]:-ms-input-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 [class*="-text"]::-webkit-input-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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.5625rem;font-weight:400;color:#d5d5d5;vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container:first-of-type{padding-top:0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container:last-of-type{padding-bottom:0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.625rem;left:3.3125rem; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .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; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 {display:block;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.625rem;left:3.3125rem; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #er3J907XA6upV0whEyqQaTVz1V0LJqm0 { position:relative;z-index:1; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #sWwlMgF4ZTnl6oQ4cAohmICe6XdHIuqw { position:relative;display:none; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #CIU33AiBsnhWT5TFxGfSc2HFMrFWfd6a { position:relative; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #TB0hhFSteTqFwTAFtobr0CfymlmHprJb { position:relative;z-index:1; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #JOaPhxur6ee8l4eRcrMtsO7wM8fJfDtq { position:relative;display:none; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #yCMssd3so2Bg5PS48IO4QJM8NbQo0GFh { position:relative; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #RZnxQ3eQrTpzTSIozbaN3XPyrL6H3y3n { position:relative;z-index:1; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #Q64TPMU5Xxyv6Lz2BrfqeEWLJzfh5qWm { position:relative;display:none; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #bbM7zCzBzB59vkxoOnB84FQVCD9gwT8S { position:relative; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #wTG93zzrl8Ovo3cAbe98AO2x9bPDKF1u { position:relative; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #xx0JZONnTBHA342EJv92qDTeFwdUUA9w { position:relative;display:block; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #pUsVSdV2TAwHI1kf2ZshdMFqIu5ZLvo2 { position:relative; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #itEeZx3bxSX00NOwuOiQCwWzPLbeZk6x { position:relative;z-index:1; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #r7bsB0acPcIwe87zeuXTzoAmmE3F6nHS { position:relative;z-index:2; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #ymADTC8mPHhFsXoUZ748LUkDmHqhrVoC { position:relative; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #bcEJRNKHetQyMUxusAR7UdPQw1Coc9qa { position:relative;z-index:1; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 #NqFPKpI5ZT2wMXTptkBzFe85gbwrmmJ2 { position:relative; }
#rTloemlTWHq2dPve7Ow4xrBeNxBm3h3q { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:0.6875rem;left:13.375rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBx0xnSneoZni8Sz3Hose4TLsuXUwUCX { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.25rem;left:29.6875rem;height:3.3994125rem;display:block; }#KBx0xnSneoZni8Sz3Hose4TLsuXUwUCX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KBx0xnSneoZni8Sz3Hose4TLsuXUwUCX li:before{  }
#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9c88f0b-90d6-4f25-8fc6-6e6fd92f24f1/Zrzutekranu2026048o173359.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;display:block; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT.adaptive-delivery-prevent-bg, #TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT.lazyload, #TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT.lazyloading { background-image: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { background-color: transparent; background-image: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container > .video-iframe-container { display: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container { display: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .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); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { border-width: 0; border-radius: 0; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:24.75rem;left:27.8125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.522521972656rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { color:rgba(var(--color-tertiary-4),1);display:block;width:51.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:35.875rem;left:12rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#333333;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.0625rem;left:27.8125rem;display:block; }
#PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { position:absolute;display:block;z-index:15010;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.625rem;width:19.0625rem;top:20.375rem;left:27.96875rem;overflow:hidden;display:block; }
#OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.9375rem;width:41.6875rem;top:1.625rem;left:16.6875rem;overflow:hidden;display:block; }
#LSDdg2dwg6KrHNNOCFkQRmW3y2If02nT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:60rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybWvu4uwFxDwF497JssTOMcE4P5Wb6E3 { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx5wZVDTET5loD8k1STzXGdyrBFGkHUp { display:block; }
 }@media only screen and (max-width: 763px) { #nVmE32v9PJdfIloguqnCkqDTKzLpB42T { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block; }
 }@media only screen and (max-width: 763px) { #rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { width:12.5625rem;height:2.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { width:9.9375rem;height:4.875rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { width:8.75rem;height:1.3125rem;top:2rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRwpztmUCTozlbev9UET918G1UIqSxoc { width:2.3125rem;height:2.3125rem;top:1.5rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67rNtakxk18ETbfKdtgzIQdMw265Tsp { top:1.9375rem;left:38.9375rem;width:8.8125rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vz5p5nVRPTmN098IOT6fTh1ASO19MN6V { width:8.125rem;height:4.125rem;top:0.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { display:block; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zs2wHaguk0IDwOhEtfBwprxshKS5FnTz {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #TPCJzKbMTNMCEUUqwGqtm2Aty3FZqxM2 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #J6zr1BiD93FB0hBGTH4pEbCok9UCKZ3H {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 {  }
 }@media only screen and (max-width: 763px) { #BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { width:23.25rem;height:32.75rem;top:4.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { top:4.75rem;left:27.125rem;width:20.625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTUsqWmJCSdVWSgOU9BZkx2T5qcMieT { width:5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRUsqzK2ZMzke0S8Iofmg17WuDTEmzIT { width:47.75rem;height:17.390801001252rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToWSDtpR17XrFl0gKctxV1XwveA0gbzK { display:block; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kODRdC8qywsiAyuqAfSrZpKxdNA39e0b { width:47.75rem;height:13.966875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHrBaCC5VnKONMhl74Mr98eQyR3n8NND { width:47.75rem;height:3.7556179775281rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFNnL81dLlVrQKbt8PxUmSSaytWsNsf0 { width:46.75rem;height:41.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPPMZaVsc4oa0AqzqFkZ0tyMbB0yzSAD { display:block; }
 }@media only screen and (max-width: 763px) { #AGZo8EUcAozXWNN5572eFK2rnxcum9VO { width:47.75rem;height:10.26625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq { display:block; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBmub2CvXCiAF8ugInrXiHle2cbN8TKy { width:47.75rem;height:24.869791666667rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2xgTi6MKbN0x17beKDSBf0Do5SKOrV { width:20rem;height:3.375rem;top:17.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM1uuJSOk78qzquRxQGJA9cfGShd3Gtr { width:46.75rem;height:40.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwTX0Cu0n0xEiHZZzW6B2oTSbIFESD1 { display:block; }
 }@media only screen and (max-width: 763px) { #zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn { display:block; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3xfb0xRvyAmv3To1l5QH4KT5iCm8CFo { width:23.25rem;height:31rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8LakbIrDNH0vmTGHxssA0rbyTt26VO { top:6.5625rem;left:0rem;width:20.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container:first-of-type{padding-top:0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container:last-of-type{padding-bottom:0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 {display:block;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #er3J907XA6upV0whEyqQaTVz1V0LJqm0 {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #sWwlMgF4ZTnl6oQ4cAohmICe6XdHIuqw { display:none; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #CIU33AiBsnhWT5TFxGfSc2HFMrFWfd6a {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #TB0hhFSteTqFwTAFtobr0CfymlmHprJb {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #JOaPhxur6ee8l4eRcrMtsO7wM8fJfDtq { display:none; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #yCMssd3so2Bg5PS48IO4QJM8NbQo0GFh {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #RZnxQ3eQrTpzTSIozbaN3XPyrL6H3y3n {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #Q64TPMU5Xxyv6Lz2BrfqeEWLJzfh5qWm { display:none; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #bbM7zCzBzB59vkxoOnB84FQVCD9gwT8S {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #wTG93zzrl8Ovo3cAbe98AO2x9bPDKF1u {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #xx0JZONnTBHA342EJv92qDTeFwdUUA9w {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #pUsVSdV2TAwHI1kf2ZshdMFqIu5ZLvo2 {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #itEeZx3bxSX00NOwuOiQCwWzPLbeZk6x {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #r7bsB0acPcIwe87zeuXTzoAmmE3F6nHS {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #ymADTC8mPHhFsXoUZ748LUkDmHqhrVoC {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #bcEJRNKHetQyMUxusAR7UdPQw1Coc9qa {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #NqFPKpI5ZT2wMXTptkBzFe85gbwrmmJ2 {  }
 }@media only screen and (max-width: 763px) { #rTloemlTWHq2dPve7Ow4xrBeNxBm3h3q { width:47.75rem;height:2.875rem;top:0.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBx0xnSneoZni8Sz3Hose4TLsuXUwUCX { width:42.75rem;height:3.375rem;top:4.25rem;left:5rem;font-size:0.8125rem;display:block; }#KBx0xnSneoZni8Sz3Hose4TLsuXUwUCX li:before{  }
 }@media only screen and (max-width: 763px) { #TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { display:block; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { width:19.375rem;height:3.875rem;top:24.75rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { width:47.75rem;height:3.8125rem;top:13.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { width:47.75rem;height:0.9375rem;top:35.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { width:19.375rem;height:3.75rem;top:30.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block; }
 }@media only screen and (max-width: 763px) { #cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { width:19.0625rem;height:3.625rem;top:20.375rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { width:41.6875rem;height:17.9375rem;top:1.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDdg2dwg6KrHNNOCFkQRmW3y2If02nT { width:47.75rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { position:relative;z-index:auto;display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybWvu4uwFxDwF497JssTOMcE4P5Wb6E3 { width:4.6875rem;height:2.1875rem;top:6.4375rem;left:5.3125rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Fx5wZVDTET5loD8k1STzXGdyrBFGkHUp { display:block; }
 }@media only screen and (max-width: 763px) { #nVmE32v9PJdfIloguqnCkqDTKzLpB42T { width:5rem;height:2.1875rem;top:4.25rem;left:12.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block; }
 }@media only screen and (max-width: 763px) { #rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { width:9.9375rem;height:1.5625rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { width:4.9375rem;height:2.4375rem;top:2.15625rem;left:10.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { width:7.4375rem;height:1.13720625rem;top:6.49951171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRwpztmUCTozlbev9UET918G1UIqSxoc { width:1.625rem;height:1.625rem;top:6.25537109375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67rNtakxk18ETbfKdtgzIQdMw265Tsp { width:8.8125rem;height:1.0996125rem;top:6.517578125rem;left:11.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#282830;display:block; }
 }@media only screen and (max-width: 763px) { #vz5p5nVRPTmN098IOT6fTh1ASO19MN6V { width:4.375rem;height:2.1875rem;top:2.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { background-color:#070919;background-image:url("https://images.assets-landingi.com/uc/be07f627-b83a-4254-958b-e077d5aa833f/Zrzutekranu2026048o120751.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.adaptive-delivery-prevent-bg, #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.lazyload, #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.lazyloading { background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { background-color: transparent; background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .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); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { width:15.9375rem;height:auto;top:20rem;left:0.78125rem;z-index:15029;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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { width:15.9375rem;height:auto;top:20rem;left:0.78125rem;z-index:15029;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) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zs2wHaguk0IDwOhEtfBwprxshKS5FnTz {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #TPCJzKbMTNMCEUUqwGqtm2Aty3FZqxM2 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #J6zr1BiD93FB0hBGTH4pEbCok9UCKZ3H {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 {  }
 }@media only screen and (max-width: 763px) { #BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { width:20rem;height:31.1875rem;top:16.375rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { width:17.9360625rem;height:2.4746125rem;top:17rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #oZTUsqWmJCSdVWSgOU9BZkx2T5qcMieT { top:0rem;left:0rem;width:20rem;height:16.375rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WRUsqzK2ZMzke0S8Iofmg17WuDTEmzIT { width:20rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToWSDtpR17XrFl0gKctxV1XwveA0gbzK { display:block; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kODRdC8qywsiAyuqAfSrZpKxdNA39e0b { width:20rem;height:5.85rem;top:6.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHrBaCC5VnKONMhl74Mr98eQyR3n8NND { width:18rem;height:1.3125rem;top:5.5498046875rem;left:1.5439453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFNnL81dLlVrQKbt8PxUmSSaytWsNsf0 { width:19rem;height:41.875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPPMZaVsc4oa0AqzqFkZ0tyMbB0yzSAD { display:block; }
 }@media only screen and (max-width: 763px) { #AGZo8EUcAozXWNN5572eFK2rnxcum9VO { width:20rem;height:4.3rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq { display:block; }#I5Thi0kdFotXKBI4iyZ8FF9zLOT8WMIq > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBmub2CvXCiAF8ugInrXiHle2cbN8TKy { width:20rem;height:10.416666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2xgTi6MKbN0x17beKDSBf0Do5SKOrV { width:20rem;height:1.29980625rem;top:4.55810546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM1uuJSOk78qzquRxQGJA9cfGShd3Gtr { width:19rem;height:40.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDwTX0Cu0n0xEiHZZzW6B2oTSbIFESD1 { display:block; }
 }@media only screen and (max-width: 763px) { #zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn { display:block; }#zxfooaCiHKvwdDP5ox2acsQ4nMkdTVrn > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3xfb0xRvyAmv3To1l5QH4KT5iCm8CFo { width:20rem;height:31rem;top:9.875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8LakbIrDNH0vmTGHxssA0rbyTt26VO { width:20rem;height:1.23730625rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-regular-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-text { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-textarea { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-select { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-input-button { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container:first-of-type{padding-top:0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .widget-container:last-of-type{padding-bottom:0;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7  { width:16.4375rem;height:auto;top:13.125rem;left:0.5625rem;z-index:15029;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; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 .radio-container { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RrykknGM4aAphUnAntoCTCbhGdg99oT7 {display:block;}#RrykknGM4aAphUnAntoCTCbhGdg99oT7 { width:16.4375rem;height:auto;top:13.125rem;left:0.5625rem;z-index:15029;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) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #er3J907XA6upV0whEyqQaTVz1V0LJqm0 {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #sWwlMgF4ZTnl6oQ4cAohmICe6XdHIuqw { display:none; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #CIU33AiBsnhWT5TFxGfSc2HFMrFWfd6a {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #TB0hhFSteTqFwTAFtobr0CfymlmHprJb {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #JOaPhxur6ee8l4eRcrMtsO7wM8fJfDtq { display:none; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #yCMssd3so2Bg5PS48IO4QJM8NbQo0GFh {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #RZnxQ3eQrTpzTSIozbaN3XPyrL6H3y3n {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #Q64TPMU5Xxyv6Lz2BrfqeEWLJzfh5qWm { display:none; }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #bbM7zCzBzB59vkxoOnB84FQVCD9gwT8S {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #wTG93zzrl8Ovo3cAbe98AO2x9bPDKF1u {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #xx0JZONnTBHA342EJv92qDTeFwdUUA9w {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #pUsVSdV2TAwHI1kf2ZshdMFqIu5ZLvo2 {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #itEeZx3bxSX00NOwuOiQCwWzPLbeZk6x {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #r7bsB0acPcIwe87zeuXTzoAmmE3F6nHS {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #ymADTC8mPHhFsXoUZ748LUkDmHqhrVoC {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #bcEJRNKHetQyMUxusAR7UdPQw1Coc9qa {  }
 }@media only screen and (max-width: 763px) { #RrykknGM4aAphUnAntoCTCbhGdg99oT7 #NqFPKpI5ZT2wMXTptkBzFe85gbwrmmJ2 {  }
 }@media only screen and (max-width: 763px) { #rTloemlTWHq2dPve7Ow4xrBeNxBm3h3q { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBx0xnSneoZni8Sz3Hose4TLsuXUwUCX { width:20rem;height:3.48095625rem;top:5.38671875rem;left:0rem;font-size:0.8125rem;display:block; }#KBx0xnSneoZni8Sz3Hose4TLsuXUwUCX li:before{  }
 }@media only screen and (max-width: 763px) { #TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { display:block; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { width:19.1855625rem;height:3.16845rem;top:13.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:toyotatype;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { width:20rem;height:12.426469802856rem;top:13.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { width:20rem;height:0.40625rem;top:19.9375rem;left:0rem;font-size:0.3125rem;text-align:center;text-align-last:center;font-family:toyotatype;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { width:8.625rem;height:1.8125rem;top:17.1875rem;left:5.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block; }
 }@media only screen and (max-width: 763px) { #cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { width:10.5rem;height:1.9375rem;top:10.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { width:20rem;height:8.75rem;top:15.949209619141rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSDdg2dwg6KrHNNOCFkQRmW3y2If02nT { top:1.4375rem;left:0rem;width:20rem;height:8.75rem;z-index:15018;overflow:hidden;display:block; }
 }