.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:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Lato;--paragraphs-font-family:Lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { background-color: transparent; background-image: none; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container > .video-iframe-container { display: none; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row > .video-iframe-container { display: none; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .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); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { border-width: 0; border-radius: 0; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#clv10oPvyVDUhvGgyPKTJoEdkmsUeSox { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.03125rem;left:7.5rem;height:0;font-style:normal;display:block; }
#IhQKCyTqaoANAccwzI7D6SAEp9hG7ZoU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nobel;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.46875rem;left:58.9375rem;display:block; }
#I1rvUVBCTo0c0akWCtNrm1DbxkTAS002 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZoXp8Z7RcVNiT7GsOTVxxUf9D5goyhbh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nobel nowy";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.46875rem;left:48.3125rem;display:block; }
#aWFdGPQsf5triVGDK0i3EfS7xJDGed6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgypTUIzJrk5oguXvraKaWv516MckAuo { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { background-color: transparent; background-image: none; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container > .video-iframe-container { display: none; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row > .video-iframe-container { display: none; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .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); }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { border-width: 0; border-radius: 0; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8fc997ab-feac-472c-8768-48c04a1cc39e/ToyotaNiedziela292.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#NbA5UoUtN8JQRLXMPzRhEe57LQa2NtvU { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-secondary-4),0.21) ;height:22.6875rem;width:15.1875rem;top:4.6875rem;left:24.4375rem;display:none; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-form-header { font-size:0.75rem; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-regular-label { height:auto;display:block;font-family:"nobel nowy";font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:14.0625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:.9;font-style:normal; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:14.0625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-text {padding-top: 0; padding-bottom: 0;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:14.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-4),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-select {padding-top: 0; padding-bottom: 0;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-checkbox { width:1rem;height:1rem;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; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#121213;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#fbfbfb;width:14.0625rem;height:4.375rem;font-family:"nobel nowy";overflow:hidden;box-shadow: none;font-style:normal; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"nobel nowy";font-size:0.875rem; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"nobel nowy";font-size:0.875rem; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"nobel nowy";font-size:0.875rem; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"nobel nowy";font-size:0.875rem; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .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:"nobel nowy";line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:12.8125rem;overflow:hidden;font-style:normal;float:none; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .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; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-container:first-of-type{padding-top:0;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-container:last-of-type{padding-bottom:0;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn  { background-color:rgba(1,1,12,0.91);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(251,251,251,0.5) ;font-size:0.75rem;left:2.685546875rem;top:7.373046875rem;z-index:15003;position:absolute; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.0625rem;display:block;vertical-align:top; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn {display:block;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn { background-color:rgba(1,1,12,0.91);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(251,251,251,0.5) ;font-size:0.75rem;left:2.685546875rem;top:7.373046875rem;z-index:15003;position:absolute; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #wgz071eZtvL06oiurCLULVUImTmfeopt { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #SepiwmTLeAT5F2pHUcd0yPqcfyAEE1tC { position:relative;display:block; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #wwQTA934Owr3q06kc4Tu7crRZkDPy83t { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #nZxSIIx25qeQxV61vbiTusGe2cV5SdVI { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #c9S3389MKvsyOQphWn8MAToPxve1c7g7 { position:relative;display:block; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #LXn4T1OVpwC8KkC6E4k3ugVIoKDeVSgU { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #Q2SdLbtVv21rf9vttmErnHwdzGtzKTT2 { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #vh5UNHb4deJX9My2y2TJy8EnudgmWMB7 { position:relative;display:block; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #HaCz5Qp3gpiTN9MMVhfTcFQ7fX30iOlV { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #il7BAe0oJ9cuNzg6KnQwn9JWEAxXzy7S { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #TNPTvcd0Wz2V4SGhpqQCits2iENhrLop { position:relative;display:block; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #v0Ur5mg9IFCM2pCz5xCJGFelhlm0tP2B { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #xqwUmoHK1FT9nyhmXffKvAuAa7pGNcVu { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #MAleUnxprBLhHCgXlfIq1rcZyFz5nbK6 { position:relative;display:block; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #BtK9wuCtTgmVc75yZgvuhnLvKOQRqc3m { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #I535bB1kFU08XfeGL9hT5D69e7mHBrzh { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #ss6gnnXfU67QRBmXC7uVZTKqG7lNltcN { position:relative;z-index:2; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #Ewvl64ZTp88PTuvgP70bNJVv4LrL51KK { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #x2k7hAvMeAuC6yFMynwT9HH7nJ7ohAyW { position:relative; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #m826bUOy4O7ofK8Gd9EEH0AxBOnAlPoI { position:relative; }
#Mf7wSuUT4QM1zbaIV1ldgtTPLfQAf6Go { color:rgba(var(--color-tertiary-0),1);display:block;width:7.37425rem;position:absolute;font-family:"nobel nowy";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:7.373046875rem;left:7.27783203125rem;height:1.57470625rem;font-style:normal;display:block; }
#c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection { position:relative;display:block; } #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection *:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="text"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="email"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="tel"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection textarea:focus-visible { outline: none; } #P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 { background-color: transparent; background-image: none; }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .row .container > .video-iframe-container { display: none; }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .row > .video-iframe-container { display: none; }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .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); }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 { border-width: 0; border-radius: 0; }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection *:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="text"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="email"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="tel"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection textarea:focus-visible { outline: none; } #rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row .container { background-color: transparent; background-image: none; }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row .container > .video-iframe-container { display: none; }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row > .video-iframe-container { display: none; }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .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); }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row .container { border-width: 0; border-radius: 0; }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#uf46816f2986ec18ffbea8eff140d15e.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection *:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="text"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="email"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="tel"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection textarea:focus-visible { outline: none; } #xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row .container { background-color: transparent; background-image: none; }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row .container > .video-iframe-container { display: none; }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row > .video-iframe-container { display: none; }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .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); }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row .container { border-width: 0; border-radius: 0; }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection *:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="text"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="email"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="tel"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection textarea:focus-visible { outline: none; } #f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row .container { background-color: transparent; background-image: none; }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row .container > .video-iframe-container { display: none; }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row > .video-iframe-container { display: none; }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .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); }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row .container { border-width: 0; border-radius: 0; }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#I689e519dd33e0b7c7aace486fce6872.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #I689e519dd33e0b7c7aace486fce6872.widget-smartsection *:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="text"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="email"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="tel"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection textarea:focus-visible { outline: none; } #ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row .container { background-color: transparent; background-image: none; }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row .container > .video-iframe-container { display: none; }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row > .video-iframe-container { display: none; }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .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); }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row .container { border-width: 0; border-radius: 0; }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection *:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="text"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="email"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="tel"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection textarea:focus-visible { outline: none; } #ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row .container { background-color: transparent; background-image: none; }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row .container > .video-iframe-container { display: none; }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row > .video-iframe-container { display: none; }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .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); }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row .container { border-width: 0; border-radius: 0; }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#wf455e7d68cdfd1627eee08630e191ef.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection *:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="text"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="email"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="tel"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection textarea:focus-visible { outline: none; } #LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row .container { background-color: transparent; background-image: none; }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row .container > .video-iframe-container { display: none; }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row > .video-iframe-container { display: none; }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .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); }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row .container { border-width: 0; border-radius: 0; }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF { position:relative;display:block; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF { background-color: transparent; background-image: none; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .row .container > .video-iframe-container { display: none; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .row > .video-iframe-container { display: none; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .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); }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF { border-width: 0; border-radius: 0; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vIQRfUISIqiawqGauo9v18zTC7MKzSc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:"nobel nowy";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:14.875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Qerl3UXlzdK5XO4aXEavIQff1Xihk2No { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nobel nowy";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:4.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.0625rem;left:25.78125rem;display:block; }
#yp4cSnHT54M1bidsDO8yAhNyqWErsBAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc { 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/97dc30e8-fdfc-4ad7-a42d-4fad3f091225/priuspluginhybridheader1_LargeLandscape1.webp");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; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc.adaptive-delivery-prevent-bg, #Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc.lazyload, #Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc.lazyloading { background-image: none; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row .container { background-color: transparent; background-image: none; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row .container > .video-iframe-container { display: none; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row > .video-iframe-container { display: none; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .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); }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row .container { border-width: 0; border-radius: 0; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn { position:relative;display:block; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn { background-color: transparent; background-image: none; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .row .container > .video-iframe-container { display: none; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .row > .video-iframe-container { display: none; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .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); }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn { border-width: 0; border-radius: 0; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BVoGzB6lX1mRFRbqM0WqKXzHyMZB7o62 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"nobel nowy";font-size:2.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:7.1494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/f9b15284-645e-4a21-a6d1-7e986da8150a/ToyotaNiedziela21.jpg");background-position:top left !important;background-repeat:repeat-x !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; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.adaptive-delivery-prevent-bg, #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.lazyload, #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.lazyloading { background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { border-width: 0; border-radius: 0; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-form-header { font-size:0.875rem; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:"nobel nowy";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:middle;text-align:right;text-align-last:right;font-style:normal; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:inline-block;*zoom:1;*display:inline;width:29.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:middle; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:29.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:middle; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:inline-block;*zoom:1;*display:inline;width:29.5625rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-secondary-4),1);font-family:"nobel nowy";font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:8.125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:8.125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:29.5625rem;height:3.75rem;font-family:"nobel nowy";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-4),0.25) ;font-style:normal; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"nobel nowy";font-size:0.875rem;font-weight:400;font-style:normal; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"nobel nowy";font-size:0.875rem;font-weight:400;font-style:normal; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"nobel nowy";font-size:0.875rem;font-weight:400;font-style:normal; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"nobel nowy";font-size:0.875rem;font-weight:400;font-style:normal; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .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);line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:28.375rem;overflow:hidden;font-style:normal;float:none; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .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; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-container:first-of-type{padding-top:0;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-container:last-of-type{padding-bottom:0;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4  { background-color:rgba(var(--color-tertiary-4),0.53);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.6875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);left:17.96875rem;top:4.6181640625rem;z-index:15007;font-size:0.875rem;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1) ;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5625rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 {display:block;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 { background-color:rgba(var(--color-tertiary-4),0.53);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.6875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);left:17.96875rem;top:4.6181640625rem;z-index:15007;font-size:0.875rem;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),1) ;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #yst4rENmUdslxdbwpUNfc04M5ypZuBZG { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #idgSJTvlUJqGuAnqdZvFGvVys2TLO0bC { position:relative;display:block; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #SgMskXnsyXbUyEgSd84XtrokTy6fVPDi { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #qPEO63AdTPPD5dsc5sRVyglAW5Jv74rb { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #o8g7FWcscwCNNKapppxaip7nw0moHa9J { position:relative;display:block; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #pc5E8Vwwud602TbFUfsLZ5pw5bqc9xVD { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #HtgVlF3sZHOwiDyylTvG4UXoRJo5T1yK { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #w7H7Mxqhxi1IILQEDy6FdFrbqsFDMO7H { position:relative;display:block; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #D19CugHH29JulavQVrU3J26APR76ndrD { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #H8sUFMgCMoyhUAoAaafbmw7C1HVEnhEM { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #yRJsM8RoBGmLXAIkyQRRKrsPMXcLoDaw { position:relative;display:block; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #REJiBx894CCRxcSpKGu64iv5kKKnUgHx { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #p7eU2BlhoSNWGQCPmeSMOEEvyHqNTZEt { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #dEwiOmNVg86MZFMkWtJPR3JKtVvZTouL { position:relative;display:block; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #wXPPaWp17LL6GmFiwgvt8qEr1E6FOig0 { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #LkT6cbCEa7NC01l6AmeZqT6eCiWXeHZ2 { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #ucDQ2BioGzXxKeN3BM7RobCoTHDTBoFf { position:relative;z-index:2; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #vQ0QZtGPbLynezKBcSkZ1bWJgHtaLqMU { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #TKO2LbAQCqWlvtTTFSbe3VKeNT7mxgJf { position:relative; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #Tenkw3WVdMU64xxwT2WFEyk56vVPNhs1 { position:relative; }
#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x { border-top:0.3125rem solid rgba(var(--color-secondary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { background-color: transparent; background-image: none; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container > .video-iframe-container { display: none; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row > .video-iframe-container { display: none; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .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); }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { border-width: 0; border-radius: 0; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#BhNbQUqHh2OhZNgAXTiGmRaFz0aemswh { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:7.125rem;left:31.875rem;display:block; }
#HvsNGVG12vQ1iA0WJuO0fONVqfgxdqoX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"nobel nowy";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:0.5625rem;left:50.8125rem;height:1.04858125rem;font-style:normal;display:block; }
#yZAesCGVRbF3NBVDWg18kT4Kc8haZqGC { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:7.125rem;left:9.25rem;display:block; }
#wg72nHHVNV4uLlMnoU1Bvaq2QF1X9PfQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.4560546875rem;left:50.8125rem; }
#UQ5NQcTP8oQIQR7tz8Ta2VPfQiLDsfNH { position:absolute;display:block;z-index:15015;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.375rem;width:7.0625rem;top:1.0498046875rem;left:10.6875rem;overflow:hidden;display:block; }
#p9gJBUxuIXrfeO4eXp2f2QUuPgDdda8z { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nobel nowy";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:2.4560546875rem;left:52.625rem;display:block; }
#aE25DKt9dcFe8evAUT9CaIUtHcOAbKsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKfquKuoFxpUIbrilp8yeTreMgdNDpEx { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nobel nowy";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:7.75rem;left:54.3125rem;display:block; }
#tBZ2rthkuBhy9DS9BxilE48MN0InuEyq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx { display:block; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clv10oPvyVDUhvGgyPKTJoEdkmsUeSox { width:47.75rem;height:;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhQKCyTqaoANAccwzI7D6SAEp9hG7ZoU { width:8.5625rem;height:3.125rem;top:0.4375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1rvUVBCTo0c0akWCtNrm1DbxkTAS002 { display:block; }
 }@media only screen and (max-width: 763px) { #ZoXp8Z7RcVNiT7GsOTVxxUf9D5goyhbh { width:11.3125rem;height:3.125rem;top:0.4375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWFdGPQsf5triVGDK0i3EfS7xJDGed6A { display:block; }
 }@media only screen and (max-width: 763px) { #HgypTUIzJrk5oguXvraKaWv516MckAuo { top:0rem;left:0rem;width:6.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l { display:block; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbA5UoUtN8JQRLXMPzRhEe57LQa2NtvU { width:15.1875rem;height:22.6875rem;top:5.3125rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-regular-label { display:block;width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-text {padding-top: 0; padding-bottom: 0;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-select {padding-top: 0; padding-bottom: 0;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-checkbox-label { width:12.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn  { width:14.0625rem;height:27.75rem;top:7.3125rem;left:0rem; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn {display:block;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn { width:14.0625rem;height:27.75rem;top:7.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #wgz071eZtvL06oiurCLULVUImTmfeopt {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #SepiwmTLeAT5F2pHUcd0yPqcfyAEE1tC { display:block; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #wwQTA934Owr3q06kc4Tu7crRZkDPy83t {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #nZxSIIx25qeQxV61vbiTusGe2cV5SdVI {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #c9S3389MKvsyOQphWn8MAToPxve1c7g7 {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #LXn4T1OVpwC8KkC6E4k3ugVIoKDeVSgU {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #Q2SdLbtVv21rf9vttmErnHwdzGtzKTT2 {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #vh5UNHb4deJX9My2y2TJy8EnudgmWMB7 { display:block; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #HaCz5Qp3gpiTN9MMVhfTcFQ7fX30iOlV {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #il7BAe0oJ9cuNzg6KnQwn9JWEAxXzy7S {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #TNPTvcd0Wz2V4SGhpqQCits2iENhrLop { display:block; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #v0Ur5mg9IFCM2pCz5xCJGFelhlm0tP2B {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #xqwUmoHK1FT9nyhmXffKvAuAa7pGNcVu {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #MAleUnxprBLhHCgXlfIq1rcZyFz5nbK6 {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #BtK9wuCtTgmVc75yZgvuhnLvKOQRqc3m {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #I535bB1kFU08XfeGL9hT5D69e7mHBrzh {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #ss6gnnXfU67QRBmXC7uVZTKqG7lNltcN {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #Ewvl64ZTp88PTuvgP70bNJVv4LrL51KK {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #x2k7hAvMeAuC6yFMynwT9HH7nJ7ohAyW {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #m826bUOy4O7ofK8Gd9EEH0AxBOnAlPoI {  }
 }@media only screen and (max-width: 763px) { #Mf7wSuUT4QM1zbaIV1ldgtTPLfQAf6Go { top:7.3125rem;left:0rem;width:7.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection { display:block; } #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection *:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="text"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="email"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="tel"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection textarea:focus-visible { outline: none; } #P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection { display:block; } #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection *:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="text"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="email"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="tel"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection textarea:focus-visible { outline: none; } #rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection { display:block; } #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection *:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="text"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="email"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="tel"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection textarea:focus-visible { outline: none; } #xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection { display:block; } #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection *:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="text"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="email"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="tel"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection textarea:focus-visible { outline: none; } #f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I689e519dd33e0b7c7aace486fce6872.widget-smartsection { display:block; } #I689e519dd33e0b7c7aace486fce6872.widget-smartsection *:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="text"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="email"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="tel"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection textarea:focus-visible { outline: none; } #ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection { display:block; } #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection *:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="text"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="email"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="tel"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection textarea:focus-visible { outline: none; } #ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection { display:block; } #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection *:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="text"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="email"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="tel"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection textarea:focus-visible { outline: none; } #LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF { display:block; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIQRfUISIqiawqGauo9v18zTC7MKzSc8 { top:2.6875rem;left:0.6875rem;width:47.0625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qerl3UXlzdK5XO4aXEavIQff1Xihk2No { width:25.25rem;height:4.8125rem;top:9.0625rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp4cSnHT54M1bidsDO8yAhNyqWErsBAK { display:block; }
 }@media only screen and (max-width: 763px) { #Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc { display:block; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4kukE04wcpmwUp7A8bKd09nTbngiTSn { display:block; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVoGzB6lX1mRFRbqM0WqKXzHyMZB7o62 { width:47.75rem;height:7.125rem;top:2.8125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-text { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-textarea { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-select { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-button { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-checkbox-label { width:28.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4  { width:37.6875rem;height:21.625rem;top:4.5625rem;left:4.34375rem; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .radio-container { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 {display:block;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 { width:37.6875rem;height:21.625rem;top:4.5625rem;left:4.34375rem; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #yst4rENmUdslxdbwpUNfc04M5ypZuBZG {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #idgSJTvlUJqGuAnqdZvFGvVys2TLO0bC { display:block; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #SgMskXnsyXbUyEgSd84XtrokTy6fVPDi {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #qPEO63AdTPPD5dsc5sRVyglAW5Jv74rb {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #o8g7FWcscwCNNKapppxaip7nw0moHa9J {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #pc5E8Vwwud602TbFUfsLZ5pw5bqc9xVD {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #HtgVlF3sZHOwiDyylTvG4UXoRJo5T1yK {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #w7H7Mxqhxi1IILQEDy6FdFrbqsFDMO7H { display:block; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #D19CugHH29JulavQVrU3J26APR76ndrD {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #H8sUFMgCMoyhUAoAaafbmw7C1HVEnhEM {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #yRJsM8RoBGmLXAIkyQRRKrsPMXcLoDaw { display:block; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #REJiBx894CCRxcSpKGu64iv5kKKnUgHx {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #p7eU2BlhoSNWGQCPmeSMOEEvyHqNTZEt {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #dEwiOmNVg86MZFMkWtJPR3JKtVvZTouL {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #wXPPaWp17LL6GmFiwgvt8qEr1E6FOig0 {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #LkT6cbCEa7NC01l6AmeZqT6eCiWXeHZ2 {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #ucDQ2BioGzXxKeN3BM7RobCoTHDTBoFf { z-index:2; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #vQ0QZtGPbLynezKBcSkZ1bWJgHtaLqMU {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #TKO2LbAQCqWlvtTTFSbe3VKeNT7mxgJf {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #Tenkw3WVdMU64xxwT2WFEyk56vVPNhs1 {  }
 }@media only screen and (max-width: 763px) { #K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x { display:block; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhNbQUqHh2OhZNgAXTiGmRaFz0aemswh { top:7.125rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvsNGVG12vQ1iA0WJuO0fONVqfgxdqoX { top:0.5625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZAesCGVRbF3NBVDWg18kT4Kc8haZqGC { top:7.125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg72nHHVNV4uLlMnoU1Bvaq2QF1X9PfQ { top:2.4375rem;left:37.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5NQcTP8oQIQR7tz8Ta2VPfQiLDsfNH { width:7.0625rem;height:4.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gJBUxuIXrfeO4eXp2f2QUuPgDdda8z { width:8.1875rem;height:1.5625rem;top:2.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE25DKt9dcFe8evAUT9CaIUtHcOAbKsL { display:block; }
 }@media only screen and (max-width: 763px) { #vKfquKuoFxpUIbrilp8yeTreMgdNDpEx { width:10.875rem;height:3.4375rem;top:7.75rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBZ2rthkuBhy9DS9BxilE48MN0InuEyq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clv10oPvyVDUhvGgyPKTJoEdkmsUeSox { width:20rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhQKCyTqaoANAccwzI7D6SAEp9hG7ZoU { width:5.3125rem;height:2.25rem;top:1.6875rem;left:5.125rem;font-family:lato;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1rvUVBCTo0c0akWCtNrm1DbxkTAS002 { display:block; }
 }@media only screen and (max-width: 763px) { #ZoXp8Z7RcVNiT7GsOTVxxUf9D5goyhbh { width:10.1875rem;height:2.25rem;top:1.6875rem;left:9.8125rem;font-family:lato;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWFdGPQsf5triVGDK0i3EfS7xJDGed6A { display:block; }
 }@media only screen and (max-width: 763px) { #HgypTUIzJrk5oguXvraKaWv516MckAuo { width:6.5rem;height:3.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l { display:block; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/65947510-959e-4991-806f-da6f3d54bb66/ToyotaNiedziela29.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbA5UoUtN8JQRLXMPzRhEe57LQa2NtvU { width:0.125rem;height:0.25rem;top:39.67385rem;left:9.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-regular-label { display:block;width:11.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-text { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-text {padding-top: 0; padding-bottom: 0;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-textarea { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-select { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-select {padding-top: 0; padding-bottom: 0;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-input-button { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .widget-checkbox-label { width:10.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn  { width:11.625rem;height:auto;top:5.4052734375rem;left:2.9375rem;z-index:15000;background-color:rgba(0,0,0,0.94);background-image:none; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn .radio-container { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn {display:block;}#IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn { width:11.625rem;height:auto;top:5.4052734375rem;left:2.9375rem;z-index:15000;background-color:rgba(0,0,0,0.94);background-image:none; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #wgz071eZtvL06oiurCLULVUImTmfeopt {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #SepiwmTLeAT5F2pHUcd0yPqcfyAEE1tC { display:block; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #wwQTA934Owr3q06kc4Tu7crRZkDPy83t {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #nZxSIIx25qeQxV61vbiTusGe2cV5SdVI {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #c9S3389MKvsyOQphWn8MAToPxve1c7g7 {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #LXn4T1OVpwC8KkC6E4k3ugVIoKDeVSgU {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #Q2SdLbtVv21rf9vttmErnHwdzGtzKTT2 {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #vh5UNHb4deJX9My2y2TJy8EnudgmWMB7 { display:block; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #HaCz5Qp3gpiTN9MMVhfTcFQ7fX30iOlV {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #il7BAe0oJ9cuNzg6KnQwn9JWEAxXzy7S {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #TNPTvcd0Wz2V4SGhpqQCits2iENhrLop { display:block; }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #v0Ur5mg9IFCM2pCz5xCJGFelhlm0tP2B {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #xqwUmoHK1FT9nyhmXffKvAuAa7pGNcVu {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #MAleUnxprBLhHCgXlfIq1rcZyFz5nbK6 {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #BtK9wuCtTgmVc75yZgvuhnLvKOQRqc3m {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #I535bB1kFU08XfeGL9hT5D69e7mHBrzh {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #ss6gnnXfU67QRBmXC7uVZTKqG7lNltcN {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #Ewvl64ZTp88PTuvgP70bNJVv4LrL51KK {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #x2k7hAvMeAuC6yFMynwT9HH7nJ7ohAyW {  }
 }@media only screen and (max-width: 763px) { #IEPvWVaCIhmxb1lBzPmMZuBPVZ2Za3sn #m826bUOy4O7ofK8Gd9EEH0AxBOnAlPoI {  }
 }@media only screen and (max-width: 763px) { #Mf7wSuUT4QM1zbaIV1ldgtTPLfQAf6Go { width:7.375rem;height:1.3999rem;top:5.4052734375rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection { display:block; } #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection *:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="text"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="email"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection input[type="tel"]:focus-visible, #c2acfddb6a6cd68240d8e3b01f7b90fd.widget-smartsection textarea:focus-visible { outline: none; } #P2JwRpM0El3QJtz7LBtUkzff8oz5NmT0 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection { display:block; } #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection *:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="text"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="email"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection input[type="tel"]:focus-visible, #Aed400e4ce93045cdb9952f6113e3c90.widget-smartsection textarea:focus-visible { outline: none; } #rnPivAeMSxevFIQ4Hm1HPIKXL1VhExB9 > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection { display:block; } #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection *:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="text"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="email"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection input[type="tel"]:focus-visible, #uf46816f2986ec18ffbea8eff140d15e.widget-smartsection textarea:focus-visible { outline: none; } #xmhJlmT5y5T7nzyR5P8REE4JmuWDFWDC > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection { display:block; } #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection *:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="text"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="email"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection input[type="tel"]:focus-visible, #oa5051d7f8d9be5f1b7c380c30a2e892.widget-smartsection textarea:focus-visible { outline: none; } #f7Rm9ShfJkekExchCq5PzkbT2R3yf94w > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I689e519dd33e0b7c7aace486fce6872.widget-smartsection { display:block; } #I689e519dd33e0b7c7aace486fce6872.widget-smartsection *:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="text"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="email"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection input[type="tel"]:focus-visible, #I689e519dd33e0b7c7aace486fce6872.widget-smartsection textarea:focus-visible { outline: none; } #ZbiD8JnCwb0AaInoAxsC0gfTEXdl4G2J > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection { display:block; } #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection *:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="text"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="email"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection input[type="tel"]:focus-visible, #Qfc9cbe0f875b2d36a8b5486252ff424.widget-smartsection textarea:focus-visible { outline: none; } #ZgTo6mda46ZoXbnaR9c9WygK48Auea7a > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection { display:block; } #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection *:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="text"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="email"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection input[type="tel"]:focus-visible, #wf455e7d68cdfd1627eee08630e191ef.widget-smartsection textarea:focus-visible { outline: none; } #LtTMf62XEd8pDJkas1dkRUGBBsMC1DCd > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF { display:block; }#wwLIvTpBIsJbf6pLQrpVvUVmLDK9zPIF > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIQRfUISIqiawqGauo9v18zTC7MKzSc8 { width:20rem;height:5.68603125rem;top:2.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qerl3UXlzdK5XO4aXEavIQff1Xihk2No { width:16.125rem;height:4rem;top:8.59375rem;left:1.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yp4cSnHT54M1bidsDO8yAhNyqWErsBAK { display:block; }
 }@media only screen and (max-width: 763px) { #Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc { display:block; }#Sc7E0ZOVd2KKhRerOc4n3WrAbgSrBpvc > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4kukE04wcpmwUp7A8bKd09nTbngiTSn { display:block; }#X4kukE04wcpmwUp7A8bKd09nTbngiTSn > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVoGzB6lX1mRFRbqM0WqKXzHyMZB7o62 { width:20rem;height:6.09375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/f9b15284-645e-4a21-a6d1-7e986da8150a/ToyotaNiedziela21.jpg");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.adaptive-delivery-prevent-bg, #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.lazyload, #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD.lazyloading { background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { border-width: 0; border-radius: 0; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-text { width:9.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-textarea { width:9.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-select { width:9.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-input-button { width:9.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .widget-checkbox-label { width:8.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4  { width:17.375rem;height:auto;top:2.5439453125rem;left:0rem; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 .radio-container { width:9.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 {display:block;}#vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 { width:17.375rem;height:auto;top:2.5439453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #yst4rENmUdslxdbwpUNfc04M5ypZuBZG {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #idgSJTvlUJqGuAnqdZvFGvVys2TLO0bC { display:block; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #SgMskXnsyXbUyEgSd84XtrokTy6fVPDi {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #qPEO63AdTPPD5dsc5sRVyglAW5Jv74rb {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #o8g7FWcscwCNNKapppxaip7nw0moHa9J {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #pc5E8Vwwud602TbFUfsLZ5pw5bqc9xVD {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #HtgVlF3sZHOwiDyylTvG4UXoRJo5T1yK {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #w7H7Mxqhxi1IILQEDy6FdFrbqsFDMO7H { display:block; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #D19CugHH29JulavQVrU3J26APR76ndrD {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #H8sUFMgCMoyhUAoAaafbmw7C1HVEnhEM {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #yRJsM8RoBGmLXAIkyQRRKrsPMXcLoDaw { display:block; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #REJiBx894CCRxcSpKGu64iv5kKKnUgHx {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #p7eU2BlhoSNWGQCPmeSMOEEvyHqNTZEt {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #dEwiOmNVg86MZFMkWtJPR3JKtVvZTouL {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #wXPPaWp17LL6GmFiwgvt8qEr1E6FOig0 {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #LkT6cbCEa7NC01l6AmeZqT6eCiWXeHZ2 {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #ucDQ2BioGzXxKeN3BM7RobCoTHDTBoFf { z-index:2; }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #vQ0QZtGPbLynezKBcSkZ1bWJgHtaLqMU {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #TKO2LbAQCqWlvtTTFSbe3VKeNT7mxgJf {  }
 }@media only screen and (max-width: 763px) { #vceFxI9Jet3hpaodw231WkH9kRtS0HQ4 #Tenkw3WVdMU64xxwT2WFEyk56vVPNhs1 {  }
 }@media only screen and (max-width: 763px) { #K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x { display:block; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhNbQUqHh2OhZNgAXTiGmRaFz0aemswh { width:18.75rem;height:0.0625rem;top:16.11230625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvsNGVG12vQ1iA0WJuO0fONVqfgxdqoX { width:10.375rem;height:1.04980625rem;top:6.875rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZAesCGVRbF3NBVDWg18kT4Kc8haZqGC { width:18.75rem;height:0.0625rem;top:14.79980625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg72nHHVNV4uLlMnoU1Bvaq2QF1X9PfQ { width:1.5625rem;height:1.5625rem;top:9.17480625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5NQcTP8oQIQR7tz8Ta2VPfQiLDsfNH { width:7.0625rem;height:4.375rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gJBUxuIXrfeO4eXp2f2QUuPgDdda8z { width:7.125rem;height:1.5625rem;top:11.98730625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE25DKt9dcFe8evAUT9CaIUtHcOAbKsL { display:block; }
 }@media only screen and (max-width: 763px) { #vKfquKuoFxpUIbrilp8yeTreMgdNDpEx { width:10.875rem;height:3.4375rem;top:17.42480625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBZ2rthkuBhy9DS9BxilE48MN0InuEyq { display:block; }
 }