.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/VGI786Ad/LP_Firmowa_Toyota_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:auto;display:block; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T.adaptive-delivery-prevent-bg, #V1VIlM26uO4T7yAr0o364FbhO3egbN5T.lazyload, #V1VIlM26uO4T7yAr0o364FbhO3egbN5T.lazyloading { background-image: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { background-color: transparent; background-image: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .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); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { border-width: 0; border-radius: 0; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { font-size:14px;font-family:arial;height:710px;width:1200px;position:relative;display:block; }#MIaHyBq8bZ1FQUCfWAz1KSm4L605TkLH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:242px;display:none; }
#iEWfL3UlRNwoIBSsINLTMwaqKWuGO54U { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:212px;top:32px;left:494px;overflow:hidden;display:block; }
#EuxtlJOBaVZD45euIqcLmzn6AV1Ni9My { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:246px;width:683px;top:118px;left:258.5px;overflow:hidden;display:block; }
#FfWcMKKe6fbpsCGhe89eEDkdzwyh2t3F { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:198px;width:351px;top:522px;left:43px;overflow:hidden;display:block; }
#cA9O6SGK9qM7MX83kq5HT82M1dffEKWi { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:139px;width:250px;top:476.5px;left:27.5px;overflow:hidden;display:none; }
#McwrTzn0Bdovw9lukzILtrSXf6xH0xOm { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:461px;width:638px;top:364px;left:69px;overflow:hidden;display:block; }
#zyVTu6zdO8yqMGW70bEuBNITnQPnyfke { background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/JKIQQlNq/pobierz_voucher.png");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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:50px;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:382px;left:483px;display:block; }#zyVTu6zdO8yqMGW70bEuBNITnQPnyfke.adaptive-delivery-prevent-bg, #zyVTu6zdO8yqMGW70bEuBNITnQPnyfke.lazyload, #zyVTu6zdO8yqMGW70bEuBNITnQPnyfke.lazyloading { background-image: none; }
#qIBzTh5O3ApEoVpUhe2aKylJQyVXpnyq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Rn7cA0lgcVEqDUBRJHulghahMWUWp6Xz { position:relative;display:none; }#Rn7cA0lgcVEqDUBRJHulghahMWUWp6Xz { border-width: 0; border-radius: 0; }#Rn7cA0lgcVEqDUBRJHulghahMWUWp6Xz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:533px;width:1200px;position:relative;display:none; }#csUN4BWAQUZ32d0RQITcnuSwEqyMG6iZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#csUN4BWAQUZ32d0RQITcnuSwEqyMG6iZ > .row .container { border-width: 0; border-radius: 0; }#csUN4BWAQUZ32d0RQITcnuSwEqyMG6iZ > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#V0AdIqHmc9mV1V32qG7tEvUmiaytHLXw { color:#42484c;display:block;width:234px;position:absolute;font-family:toyota;font-size:14px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:95px;left:483px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qrt1eb8eNIn36zr5o0T3vqxCSpzgmkCR { color:#fdfdfd;display:block;width:319px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:57px;left:454px;height:23px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FcZhx9LqZ3VL5iKhyGumyms90UNyEE3K { color:#fdfdfd;display:block;width:115px;position:absolute;font-family:toyota;font-size:37px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:10px;left:542.5px;height:48px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JhqCTgPlOAmg2FhD30yaLiESsQtJnB1o { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:16px;top:42px;left:364.5px;overflow:hidden;display:block; }
#etfI0vxu8o5SUtOTbe7Ezm8XRgdEDTuz { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:16px;top:161px;left:439px;overflow:hidden;display:block; }
#ISnK8vsZ4yepsoA7OqsEtAUQgQFOPyMN { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:16px;top:161px;left:749px;overflow:hidden;display:block; }
#UEzQGLNInbmL7iMLvVM1aQc8SMD8PQiC { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:16px;top:42px;left:820px;overflow:hidden;display:block; }
#fTcDszpe6IsRRDNdx2zgN7BPw1rBoqQ5 { color:#42484c;display:block;width:183px;position:absolute;font-family:toyota;font-size:17px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:42px;left:130px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rI5vH9yO1h4w6xJSxKfDV7W9knXVKGwM { color:#42484c;display:block;width:183px;position:absolute;font-family:toyota;font-size:17px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:161px;left:198.5px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtsibJgaMh1JeGqfG2NHmXxtwvzWwZ9g { color:#42484c;display:block;width:183px;position:absolute;font-family:toyota;font-size:17px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:158px;left:820px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Diuebw8yyBZQmIIU5xwlVDwOCrZfgZbI { color:#42484c;display:block;width:183px;position:absolute;font-family:toyota;font-size:17px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:42px;left:876px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsUJEdPRqvGvh2SU0B3HLlWktgZPTyfw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:261px;width:524px;top:0px;left:338px;overflow:hidden;display:block; }
#bb1oiFHvTFZleQorLNerQmz3ZlVLyFn8 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:228px;width:470px;top:0px;left:365px;overflow:hidden;display:block; }
#E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Mq7CXAKh/WS_1920.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.adaptive-delivery-prevent-bg, #E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.lazyload, #E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.lazyloading { background-image: none; }#E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt > .row .container { border-width: 0; border-radius: 0; }#E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt > .row .container { font-size:14px;font-family:arial;height:687px;width:1200px;position:relative;display:none; }#UT2DM4uDUKVL2Wxi8X7gfEEwQMahoRrB { z-index:100001;top:459.9609375px;left:753.0078125px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #c6000f, #ff004c);background-image: -moz-linear-gradient(216deg, #c6000f, #ff004c);background-image: -ms-linear-gradient(216deg, #c6000f, #ff004c);background-image: -o-linear-gradient(216deg, #c6000f, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6000f', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6000f', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #c6000f, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:35px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:387.969px;height:70.9961px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PDtrvi4Z7kn3Q41vVEC3EtCM8VTQn399 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#bwTu1nOLqTpvF2Z9HyXADp9neIL8WXZH { color:#fafafa;display:block;width:505.977px;position:absolute;font-family:raleway;font-size:31px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:223.96484375px;left:694.00390625px;height:80px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAFcILKSUVULfTVtwKUDFx2QbFlfkkQ8 { color:#fafafa;display:block;width:1120px;position:absolute;font-family:raleway;font-size:39px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:82.91015625px;left:21.97265625px;height:100px;display:block; }
#fNPwbIdDHFaizHeTdiKMHoIrrmHiwWDW { z-index:100002;top:344.98046875px;left:753.0078125px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #c6000f, #ff004c);background-image: -moz-linear-gradient(216deg, #c6000f, #ff004c);background-image: -ms-linear-gradient(216deg, #c6000f, #ff004c);background-image: -o-linear-gradient(216deg, #c6000f, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6000f', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6000f', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #c6000f, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:35px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:387.969px;height:70.9961px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x8qZQ64BacGziL8DkBFSOuN47UCQcI7R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row .container { background-color: transparent; background-image: none; }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row .container > .video-iframe-container { display: none; }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row > .video-iframe-container { display: none; }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .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); }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row .container { border-width: 0; border-radius: 0; }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row .container { font-size:14px;font-family:arial;height:2px;width:1200px;position:relative;display:block; }#Uw57FLxCGZFgcLurqWcAuJKWTJ0VaaTP { position:relative;display:none; }#Uw57FLxCGZFgcLurqWcAuJKWTJ0VaaTP { border-width: 0; border-radius: 0; }#Uw57FLxCGZFgcLurqWcAuJKWTJ0VaaTP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4d4d4;background-image:url("https://images.assets-landingi.com/bgWBBXyi/lubin_logo_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV.adaptive-delivery-prevent-bg, #ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV.lazyload, #ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV.lazyloading { background-image: none; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row .container { background-color: transparent; background-image: none; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row .container > .video-iframe-container { display: none; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row > .video-iframe-container { display: none; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .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); }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row .container { border-width: 0; border-radius: 0; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row .container { font-size:14px;font-family:arial;height:254px;width:1200px;position:relative;display:block; }#wSTTBB0p67JP6lSSPH2c7GTwLaQJg6Ts { color:#3f4549;display:block;width:200px;position:absolute;font-family:toyotatype;font-size:25px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:55px;left:317px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAwVcyMOviro8Uuvyui2PLJTSqUswFKC { color:#000000;display:block;width:307.99630737305px;position:absolute;font-family:"display toyo";font-size:14px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:99px;left:263px;height:54.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9oPxXe4Qm3vRmQNWvcGBnsgLa4rkdg9 { color:#000000;display:block;width:968.98895263672px;position:absolute;font-family:toyota;font-size:12px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:216.3603515625px;left:115.4779510498px;height:0;text-align:center;text-align-last:center;display:none; }
#sE3EB3eOO8H4WJ4bBonKUvfzppFwuLiK { color:#000000;display:block;width:915.96875px;position:absolute;font-family:"display toyo";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:207.390625px;left:104.984375px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#aP76fXQgt7spiKmrZteTvgwkum8NevMK { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:168.984px;width:307.984px;top:19px;left:630px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V1VIlM26uO4T7yAr0o364FbhO3egbN5T { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T.adaptive-delivery-prevent-bg, #V1VIlM26uO4T7yAr0o364FbhO3egbN5T.lazyload, #V1VIlM26uO4T7yAr0o364FbhO3egbN5T.lazyloading { background-image: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { background-color: transparent; background-image: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .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); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { width:764px;height:854px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIaHyBq8bZ1FQUCfWAz1KSm4L605TkLH { width:242px;height:48px;display:none; }
 }@media only screen and (max-width: 763px) { #iEWfL3UlRNwoIBSsINLTMwaqKWuGO54U { width:211px;height:28px;top:37px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EuxtlJOBaVZD45euIqcLmzn6AV1Ni9My { width:683px;height:246px;top:118px;left:40.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FfWcMKKe6fbpsCGhe89eEDkdzwyh2t3F { width:351px;height:198px;top:522px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cA9O6SGK9qM7MX83kq5HT82M1dffEKWi { width:250px;height:139px;top:476px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #McwrTzn0Bdovw9lukzILtrSXf6xH0xOm { width:638px;height:461px;top:364px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zyVTu6zdO8yqMGW70bEuBNITnQPnyfke { width:256px;height:50px;top:382px;left:265px;display:none; }
 }@media only screen and (max-width: 763px) { #qIBzTh5O3ApEoVpUhe2aKylJQyVXpnyq { display:block; }
 }@media only screen and (max-width: 763px) { #Rn7cA0lgcVEqDUBRJHulghahMWUWp6Xz { display:none; }#Rn7cA0lgcVEqDUBRJHulghahMWUWp6Xz > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #csUN4BWAQUZ32d0RQITcnuSwEqyMG6iZ { display:none; }#csUN4BWAQUZ32d0RQITcnuSwEqyMG6iZ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0AdIqHmc9mV1V32qG7tEvUmiaytHLXw { width:128px;height:45px;top:151px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Qrt1eb8eNIn36zr5o0T3vqxCSpzgmkCR { width:595px;height:32px;top:211px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FcZhx9LqZ3VL5iKhyGumyms90UNyEE3K { width:595px;height:32px;top:211px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JhqCTgPlOAmg2FhD30yaLiESsQtJnB1o { width:16px;height:16px;top:42px;left:146.5px;display:block; }
 }@media only screen and (max-width: 763px) { #etfI0vxu8o5SUtOTbe7Ezm8XRgdEDTuz { width:16px;height:16px;top:161px;left:221px;display:block; }
 }@media only screen and (max-width: 763px) { #ISnK8vsZ4yepsoA7OqsEtAUQgQFOPyMN { width:16px;height:16px;top:161px;left:531px;display:block; }
 }@media only screen and (max-width: 763px) { #UEzQGLNInbmL7iMLvVM1aQc8SMD8PQiC { width:16px;height:16px;top:42px;left:602px;display:block; }
 }@media only screen and (max-width: 763px) { #fTcDszpe6IsRRDNdx2zgN7BPw1rBoqQ5 { width:128px;height:45px;top:151px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rI5vH9yO1h4w6xJSxKfDV7W9knXVKGwM { width:128px;height:45px;top:151px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GtsibJgaMh1JeGqfG2NHmXxtwvzWwZ9g { width:128px;height:45px;top:151px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Diuebw8yyBZQmIIU5xwlVDwOCrZfgZbI { width:128px;height:45px;top:151px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XsUJEdPRqvGvh2SU0B3HLlWktgZPTyfw { width:524px;height:261px;top:0px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #bb1oiFHvTFZleQorLNerQmz3ZlVLyFn8 { width:470px;height:228px;top:0px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Mq7CXAKh/WS_1920.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.adaptive-delivery-prevent-bg, #E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.lazyload, #E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.lazyloading { background-image: none; }#E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt > .row .container { width:764px;height:603px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UT2DM4uDUKVL2Wxi8X7gfEEwQMahoRrB { top:465.9609375px;left:461.015625px;width:302.988px;height:70px;font-size:28px;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #PDtrvi4Z7kn3Q41vVEC3EtCM8VTQn399 { display:block; }
 }@media only screen and (max-width: 763px) { #bwTu1nOLqTpvF2Z9HyXADp9neIL8WXZH { width:287px;height:116.25px;top:219.94140625px;left:473.984375px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #EAFcILKSUVULfTVtwKUDFx2QbFlfkkQ8 { width:763.965px;height:100px;top:84.94140625px;left:0px;font-size:39px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNPwbIdDHFaizHeTdiKMHoIrrmHiwWDW { top:366.91796875px;left:460.99609375px;width:303px;height:70px;font-weight:400;font-style:normal;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #x8qZQ64BacGziL8DkBFSOuN47UCQcI7R { display:block; }
 }@media only screen and (max-width: 763px) { #GL7RHdGrO95Ks0RdI40VwI9hll72o8bU { display:block; }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw57FLxCGZFgcLurqWcAuJKWTJ0VaaTP { display:none; }#Uw57FLxCGZFgcLurqWcAuJKWTJ0VaaTP > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV { display:block; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSTTBB0p67JP6lSSPH2c7GTwLaQJg6Ts { width:200px;height:32px;top:55px;left:99px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RAwVcyMOviro8Uuvyui2PLJTSqUswFKC { width:307px;height:54px;top:99px;left:45px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #S9oPxXe4Qm3vRmQNWvcGBnsgLa4rkdg9 { width:764px;height:61px;top:216px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #sE3EB3eOO8H4WJ4bBonKUvfzppFwuLiK { width:764px;height:20px;top:207px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #aP76fXQgt7spiKmrZteTvgwkum8NevMK { width:307px;height:168.44410099226px;top:19px;left:412px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V1VIlM26uO4T7yAr0o364FbhO3egbN5T { background-color:#fafafa;background-image:none;position:relative;z-index:auto;display:block; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { background-color: transparent; background-image: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .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); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { width:320px;height:299px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIaHyBq8bZ1FQUCfWAz1KSm4L605TkLH { top:410px;left:34px;width:252px;height:62px;z-index:100030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iEWfL3UlRNwoIBSsINLTMwaqKWuGO54U { width:212px;height:28px;top:20px;left:54px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EuxtlJOBaVZD45euIqcLmzn6AV1Ni9My { width:320px;height:112px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FfWcMKKe6fbpsCGhe89eEDkdzwyh2t3F { width:200px;height:113px;top:337px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cA9O6SGK9qM7MX83kq5HT82M1dffEKWi { width:250px;height:139px;top:310.265625px;left:61px;display:none; }
 }@media only screen and (max-width: 763px) { #McwrTzn0Bdovw9lukzILtrSXf6xH0xOm { width:320px;height:231.188px;top:521.796875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zyVTu6zdO8yqMGW70bEuBNITnQPnyfke { top:204px;left:40.5px;width:239px;height:47px;z-index:100041;background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/JKIQQlNq/pobierz_voucher.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zyVTu6zdO8yqMGW70bEuBNITnQPnyfke.adaptive-delivery-prevent-bg, #zyVTu6zdO8yqMGW70bEuBNITnQPnyfke.lazyload, #zyVTu6zdO8yqMGW70bEuBNITnQPnyfke.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qIBzTh5O3ApEoVpUhe2aKylJQyVXpnyq { display:block; }
 }@media only screen and (max-width: 763px) { #Rn7cA0lgcVEqDUBRJHulghahMWUWp6Xz { background-color:#1175e4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Rn7cA0lgcVEqDUBRJHulghahMWUWp6Xz > .row .container { border-width: 0; border-radius: 0; }#Rn7cA0lgcVEqDUBRJHulghahMWUWp6Xz > .row .container { width:320px;height:469px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #csUN4BWAQUZ32d0RQITcnuSwEqyMG6iZ { display:none; }#csUN4BWAQUZ32d0RQITcnuSwEqyMG6iZ > .row .container { width:320px;height:955px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0AdIqHmc9mV1V32qG7tEvUmiaytHLXw { width:234px;height:54px;top:92px;left:43px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Qrt1eb8eNIn36zr5o0T3vqxCSpzgmkCR { width:319px;height:23px;top:760px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FcZhx9LqZ3VL5iKhyGumyms90UNyEE3K { width:115px;height:48px;top:803px;left:102px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JhqCTgPlOAmg2FhD30yaLiESsQtJnB1o { width:16px;height:16px;top:20px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #etfI0vxu8o5SUtOTbe7Ezm8XRgdEDTuz { width:16px;height:16px;top:688px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #ISnK8vsZ4yepsoA7OqsEtAUQgQFOPyMN { width:16px;height:16px;top:724px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #UEzQGLNInbmL7iMLvVM1aQc8SMD8PQiC { width:16px;height:16px;top:56px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #fTcDszpe6IsRRDNdx2zgN7BPw1rBoqQ5 { width:183px;height:22px;top:166px;left:68px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rI5vH9yO1h4w6xJSxKfDV7W9knXVKGwM { width:183px;height:22px;top:208px;left:68px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GtsibJgaMh1JeGqfG2NHmXxtwvzWwZ9g { width:183px;height:22px;top:250px;left:68px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Diuebw8yyBZQmIIU5xwlVDwOCrZfgZbI { width:183px;height:22px;top:292px;left:68px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XsUJEdPRqvGvh2SU0B3HLlWktgZPTyfw { width:320px;height:159.3893129771px;top:334px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bb1oiFHvTFZleQorLNerQmz3ZlVLyFn8 { width:320px;height:155.23404255319px;top:513px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Mq7CXAKh/WS_1920.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.adaptive-delivery-prevent-bg, #E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.lazyload, #E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt.lazyloading { background-image: none; }#E0AGAfUiKBr80PXOkJPBLaWivTr3G6Wt > .row .container { width:320px;height:465px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UT2DM4uDUKVL2Wxi8X7gfEEwQMahoRrB { top:373px;left:8px;width:303.984px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #PDtrvi4Z7kn3Q41vVEC3EtCM8VTQn399 { display:block; }
 }@media only screen and (max-width: 763px) { #bwTu1nOLqTpvF2Z9HyXADp9neIL8WXZH { width:320px;height:52.5px;top:182px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EAFcILKSUVULfTVtwKUDFx2QbFlfkkQ8 { width:320px;height:86.25px;top:70px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fNPwbIdDHFaizHeTdiKMHoIrrmHiwWDW { top:266px;left:8px;width:303.984px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #x8qZQ64BacGziL8DkBFSOuN47UCQcI7R { display:block; }
 }@media only screen and (max-width: 763px) { #GL7RHdGrO95Ks0RdI40VwI9hll72o8bU { display:block; }#GL7RHdGrO95Ks0RdI40VwI9hll72o8bU > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uw57FLxCGZFgcLurqWcAuJKWTJ0VaaTP { display:none; }#Uw57FLxCGZFgcLurqWcAuJKWTJ0VaaTP > .row .container { width:320px;height:105px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV { display:block; }#ydhQsNcLPhOSTa4vv4S9u2nf559GsUmV > .row .container { width:320px;height:376px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSTTBB0p67JP6lSSPH2c7GTwLaQJg6Ts { width:200px;height:32px;top:200.2392578125px;left:59.999998092651px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAwVcyMOviro8Uuvyui2PLJTSqUswFKC { width:306.98529052734px;height:48px;top:242.1875px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9oPxXe4Qm3vRmQNWvcGBnsgLa4rkdg9 { width:320px;height:198.8235168457px;top:442.0224609375px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sE3EB3eOO8H4WJ4bBonKUvfzppFwuLiK { width:320px;height:30px;top:305.71875px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aP76fXQgt7spiKmrZteTvgwkum8NevMK { width:307px;height:168.4423218785px;top:13.56640625px;left:0px;display:block; }
 }