.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;
  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-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;
  }
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#100f0f;background-image:none;position:relative;display:block; }
#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container { display: none; }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .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); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8319ac60-c9f2-40d2-82f6-3fc2273416bc/Wieckowskiego_10.jpg");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; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo.adaptive-delivery-prevent-bg, #r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo.lazyload, #r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo.lazyloading { background-image: none; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container { background-color: transparent; background-image: none; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container > .video-iframe-container { display: none; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row > .video-iframe-container { display: none; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .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); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container { border-width: 0; border-radius: 0; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container { font-size:14px;font-family:arial;height:409px;width:1200px;position:relative;display:block; }#HGgqtAb1Bvlvi5IKoh2TBLGROwg03gFZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:105px;width:105px;top:33.5px;left:557px;overflow:hidden;display:block; }
#M331lpMlqPTFUpBsO9gN5iPn0NKkpiBe { display:block;width:1062px;position:absolute;font-family:lato;font-size:58px;z-index:15010;line-height:1.3;top:213px;left:65px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:150.778px;text-align:center;text-align-last:center;text-shadow:0 2px 0 rgba(0,0,0,0);font-style:normal;display:block; }
#ZNXJfbqNJL76T85LTqKVqJLxOuOsiKGV { display:block;width:600px;position:absolute;font-family:"open sans";font-size:36px;z-index:15006;line-height:1.2;top:294px;left:9px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:0;text-align:left;text-align-last:left;text-shadow:0 2px 0 rgba(0,0,0,0.35);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OiWdCT8K8cMHe0UP6v7BuiTmS8kPp2K8 { display:block;width:1054px;position:absolute;font-family:lato;font-size:24px;z-index:15012;line-height:1.4;top:171.30555725098px;left:73px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#e3b934;font-weight:400;height:33.5995px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppcC3gH7v6twF2zaeGOQbWiTstrbm8ZZ { position:absolute;display:block;z-index:15012;background-color:#cdab3b;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;height:2px;width:600px;top:377px;left:309.5px;display:block; }
#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8319ac60-c9f2-40d2-82f6-3fc2273416bc/Wieckowskiego_10.jpg");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; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2.adaptive-delivery-prevent-bg, #xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2.lazyload, #xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2.lazyloading { background-image: none; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container { background-color: transparent; background-image: none; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container > .video-iframe-container { display: none; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row > .video-iframe-container { display: none; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .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); }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container { border-width: 0; border-radius: 0; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container { font-size:14px;font-family:arial;height:807px;width:1200px;position:relative;display:block; }#a7g8nrkgJb3ruZ6JprZC1nn8BU9stF8t { display:block;width:934px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:113.9861164093px;left:133px;height:400px;color:#ffffff;font-style:normal;display:block; }#a7g8nrkgJb3ruZ6JprZC1nn8BU9stF8t li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#a7g8nrkgJb3ruZ6JprZC1nn8BU9stF8t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7b368f8-9ed2-4c91-a6f9-bc198a7e03e9/punktor.png); }
#rEZSDflnWaRDAbfsxLy76oBNvxg19UTy { display:block;width:656px;position:absolute;font-family:lato;font-size:35px;z-index:15011;line-height:1.2;top:43.874977111816px;left:272px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#e3b934;font-weight:700;height:42px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PoIdu8A4JRcLDHvwMN9CQqmTdri5Gh9a { display:block;width:567px;position:absolute;font-family:lato;font-size:29px;z-index:15014;line-height:1.4;top:569.88892173767px;left:316.5px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:400;height:40.5972px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ug8pKnxwyryCWJykQcR4SMfmGUmm27x7 { background-color:#e3b934;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: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:lato;font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:492px;height:100px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:630.98611450195px;left:354px;display:block; }
#u29g3nRRaN0InMufZN28mzXKyC1lrLol { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8319ac60-c9f2-40d2-82f6-3fc2273416bc/Wieckowskiego_10.jpg");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; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv.adaptive-delivery-prevent-bg, #n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv.lazyload, #n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv.lazyloading { background-image: none; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container { background-color: transparent; background-image: none; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container > .video-iframe-container { display: none; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row > .video-iframe-container { display: none; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .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); }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container { border-width: 0; border-radius: 0; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container { font-size:14px;font-family:arial;height:485px;width:1200px;position:relative;display:block; }#g1bTswFOINOMgSlmZBwZffAmENW083bi { position:absolute;display:block;z-index:15008;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: 1px 1px 15px rgba(0,0,0,0.5) ;height:240px;width:360px;top:182px;left:813px;overflow:hidden;display:block; }
#BAlGkTyzkuIg2KlJrWTHkTk8h5TninWO { position:absolute;display:block;z-index:15007;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: 1px 1px 15px rgba(0,0,0,0.5) ;height:240px;width:362px;top:182px;left:422px;overflow:hidden;display:block; }
#aTNxUT95o3a9VLIRMKrlfwDRb3KPk8bW { position:absolute;display:block;z-index:15009;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: 1px 1px 15px rgba(0,0,0,0.5) ;height:239px;width:359px;top:183px;left:27px;overflow:hidden;display:block; }
#J3Oo9LZaZuZv02HcRohg7tqQU6sTHXaH { display:block;width:940px;position:absolute;font-family:lato;font-size:38px;z-index:15010;line-height:1.1;top:84.999877929688px;left:130px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:41.794px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cfnBmzphQVHGSXOoEB4Qr3P61NrV25uE { position:absolute;display:block;z-index:15011;background-color:#cdab3b;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;height:1px;width:150px;top:62.999877929688px;left:525px;display:block; }
#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8319ac60-c9f2-40d2-82f6-3fc2273416bc/Wieckowskiego_10.jpg");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; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA.adaptive-delivery-prevent-bg, #y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA.lazyload, #y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA.lazyloading { background-image: none; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container { background-color: transparent; background-image: none; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container > .video-iframe-container { display: none; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row > .video-iframe-container { display: none; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .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); }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container { border-width: 0; border-radius: 0; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container { font-size:14px;font-family:arial;height:1201px;width:1200px;position:relative;display:block; }#XFs17vN0gmsB1VvLe4XNupdG6rXxQFa9 { color:#1d1d1d;display:block;width:890px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:761.98611450195px;left:146px;height:96px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uo2TdTbycEd5VQ0IZ56nAhOef24Cw92R { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 5px 5px 16px #cdcec4 ;height:719px;width:1031px;top:192px;left:85px;display:block; }
#XorS4eTf2ZaTebnwZwgP58EsJpuTQxMg { color:#000000;display:block;width:605px;position:absolute;font-family:lato;font-size:33px;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:265px;left:146px;height:52.7917px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vACndXuQ9ipyVtPkuDspPuLa53EGGiCk { color:#000000;display:block;width:626px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:348px;left:146px;height:384px;text-align:left;text-align-last:left;display:block; }
#S0qNQs1RpfqBQygWu8bE2WkVamNi0D78 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e0484f0-144a-4b43-930b-9730ce254360/277821518_350117507139131_6962747286880016163_n.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:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;height:234px;width:229px;top:265px;left:819px;display:block; }#S0qNQs1RpfqBQygWu8bE2WkVamNi0D78.adaptive-delivery-prevent-bg, #S0qNQs1RpfqBQygWu8bE2WkVamNi0D78.lazyload, #S0qNQs1RpfqBQygWu8bE2WkVamNi0D78.lazyloading { background-image: none; }
#X297eRxyTtTiITQPUl6bGHfze7za4Ais { display:block;width:940px;position:absolute;font-family:lato;font-size:38px;z-index:15003;line-height:1.1;top:91px;left:130px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#fbfbfb;font-weight:700;height:41.794px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQwyZDVF0OUrOzu3xTqDNmstEaU5W4eA { position:absolute;display:block;z-index:15004;background-color:#cdab3b;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;height:1px;width:150px;top:69px;left:525px;display:block; }
#kBGGol08lQtDQCalIQwZ0p10kPNJTuV4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3b934, #c99111);background-image: -moz-linear-gradient(180deg, #e3b934, #c99111);background-image: -ms-linear-gradient(180deg, #e3b934, #c99111);background-image: -o-linear-gradient(180deg, #e3b934, #c99111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3b934', endColorstr='#c99111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3b934', endColorstr='#c99111' );";background-image: linear-gradient(180deg, #e3b934, #c99111);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:#f6f6f6;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:492px;height:100px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:965.13882446289px;left:354px;display:block; }
#DMR1KADBTrqgp172Bcb3F9n4kWPKyTJQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8319ac60-c9f2-40d2-82f6-3fc2273416bc/Wieckowskiego_10.jpg");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; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR.adaptive-delivery-prevent-bg, #nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR.lazyload, #nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR.lazyloading { background-image: none; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container { background-color: transparent; background-image: none; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container > .video-iframe-container { display: none; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row > .video-iframe-container { display: none; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .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); }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container { border-width: 0; border-radius: 0; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container { font-size:14px;font-family:arial;height:189px;width:1200px;position:relative;display:block; }#huZoS5pWT6bPJ18BHT2pO8Bk5TX2b62y { display:block;width:447px;position:absolute;font-family:lato;font-size:14px;z-index:15003;line-height:1.2;top:154.38888549805px;left:376.5px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#d1d1d1;font-weight:lighter;height:16.7917px;text-align:left;text-align-last:left;display:block; }
#wsz33I8LCvMxJeLh4PW3dlVRTJfLZTXx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:105px;width:105px;top:26.638885498047px;left:547.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo { display:block; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGgqtAb1Bvlvi5IKoh2TBLGROwg03gFZ { top:33px;left:339px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #M331lpMlqPTFUpBsO9gN5iPn0NKkpiBe { z-index:15001;width:235px;height:52px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNXJfbqNJL76T85LTqKVqJLxOuOsiKGV { z-index:15004;width:443px;height:55px;top:126px;left:0px;color:#ffffff;font-family:signika;font-weight:700;text-align:left;text-align-last:left;font-size:55px;line-height:1;text-shadow:0 2px 0 rgba(0,0,0,0.46);background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OiWdCT8K8cMHe0UP6v7BuiTmS8kPp2K8 { z-index:15001;width:235px;height:52px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ppcC3gH7v6twF2zaeGOQbWiTstrbm8ZZ { top:377px;left:91.5px;width:600px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 { display:block; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7g8nrkgJb3ruZ6JprZC1nn8BU9stF8t { width:420px;height:180px;top:184px;left:0px;display:block; }#a7g8nrkgJb3ruZ6JprZC1nn8BU9stF8t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7b368f8-9ed2-4c91-a6f9-bc198a7e03e9/punktor.png); }
 }@media only screen and (max-width: 763px) { #rEZSDflnWaRDAbfsxLy76oBNvxg19UTy { z-index:15001;top:50px;left:0px;width:764px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #PoIdu8A4JRcLDHvwMN9CQqmTdri5Gh9a { z-index:15001;width:235px;height:52px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ug8pKnxwyryCWJykQcR4SMfmGUmm27x7 { width:492px;height:100px;top:630px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #u29g3nRRaN0InMufZN28mzXKyC1lrLol { display:block; }
 }@media only screen and (max-width: 763px) { #n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv { display:block; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1bTswFOINOMgSlmZBwZffAmENW083bi { top:182px;left:404px;width:360px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #BAlGkTyzkuIg2KlJrWTHkTk8h5TninWO { top:182px;left:204px;width:362px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #aTNxUT95o3a9VLIRMKrlfwDRb3KPk8bW { top:183px;left:0px;width:359px;height:239px;display:block; }
 }@media only screen and (max-width: 763px) { #J3Oo9LZaZuZv02HcRohg7tqQU6sTHXaH { z-index:15001;top:50px;left:0px;width:764px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #cfnBmzphQVHGSXOoEB4Qr3P61NrV25uE { top:62px;left:307px;width:150px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA { display:block; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFs17vN0gmsB1VvLe4XNupdG6rXxQFa9 { top:761px;left:0px;width:764px;height:96px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uo2TdTbycEd5VQ0IZ56nAhOef24Cw92R { top:192px;left:0px;width:764px;height:719px;display:block; }
 }@media only screen and (max-width: 763px) { #XorS4eTf2ZaTebnwZwgP58EsJpuTQxMg { top:265px;left:0px;width:605px;height:52px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #vACndXuQ9ipyVtPkuDspPuLa53EGGiCk { top:348px;left:0px;width:626px;height:384px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S0qNQs1RpfqBQygWu8bE2WkVamNi0D78 { top:265px;left:535px;width:229px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #X297eRxyTtTiITQPUl6bGHfze7za4Ais { z-index:15001;top:50px;left:0px;width:764px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #RQwyZDVF0OUrOzu3xTqDNmstEaU5W4eA { top:69px;left:307px;width:150px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #kBGGol08lQtDQCalIQwZ0p10kPNJTuV4 { width:492px;height:100px;top:965px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #DMR1KADBTrqgp172Bcb3F9n4kWPKyTJQ { display:block; }
 }@media only screen and (max-width: 763px) { #nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR { display:block; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huZoS5pWT6bPJ18BHT2pO8Bk5TX2b62y { z-index:15001;top:35px;left:0px;line-height:1.2;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wsz33I8LCvMxJeLh4PW3dlVRTJfLZTXx { top:26px;left:329.5px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d26476a-09a8-4075-9b9b-62f123bf86b7/Wickowskiego_10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo.adaptive-delivery-prevent-bg, #r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo.lazyload, #r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo.lazyloading { background-image: none; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container { background-color: transparent; background-image: none; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container > .video-iframe-container { display: none; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row > .video-iframe-container { display: none; }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .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); }#r02kzDWPAmQCJrn9Erkf62SlX6Zwmqqo > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGgqtAb1Bvlvi5IKoh2TBLGROwg03gFZ { width:68px;height:68px;top:6px;left:119.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #M331lpMlqPTFUpBsO9gN5iPn0NKkpiBe { z-index:15001;width:320px;height:105.292px;top:122.50024414062px;left:0px;font-size:27px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNXJfbqNJL76T85LTqKVqJLxOuOsiKGV { z-index:15001;width:320px;height:0;top:133.5px;left:0px;font-size:30px;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;color:#c69e3f;display:block; }
 }@media only screen and (max-width: 763px) { #OiWdCT8K8cMHe0UP6v7BuiTmS8kPp2K8 { z-index:15001;width:320px;height:19.5px;top:94px;left:0px;font-size:15px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppcC3gH7v6twF2zaeGOQbWiTstrbm8ZZ { width:50px;height:2px;top:242.79167175293px;left:128.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d26476a-09a8-4075-9b9b-62f123bf86b7/Wickowskiego_10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2.adaptive-delivery-prevent-bg, #xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2.lazyload, #xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2.lazyloading { background-image: none; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container { background-color: transparent; background-image: none; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container > .video-iframe-container { display: none; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row > .video-iframe-container { display: none; }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .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); }#xNkJDOGpDPVZlKdpl8KIuSnrSrqPS8s2 > .row .container { width:320px;height:1136px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7g8nrkgJb3ruZ6JprZC1nn8BU9stF8t { width:320px;height:826px;top:99px;left:0px;font-size:20px;line-height:1.4;display:block; }#a7g8nrkgJb3ruZ6JprZC1nn8BU9stF8t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7b368f8-9ed2-4c91-a6f9-bc198a7e03e9/punktor.png); }
 }@media only screen and (max-width: 763px) { #rEZSDflnWaRDAbfsxLy76oBNvxg19UTy { z-index:15001;top:28.000061035156px;left:0px;width:320px;height:60px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PoIdu8A4JRcLDHvwMN9CQqmTdri5Gh9a { z-index:15001;width:272px;height:52px;top:951px;left:24.000000953674px;font-size:20px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ug8pKnxwyryCWJykQcR4SMfmGUmm27x7 { width:304px;height:68px;top:1026.138885498px;left:7.9861116409302px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #u29g3nRRaN0InMufZN28mzXKyC1lrLol { display:block; }
 }@media only screen and (max-width: 763px) { #n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d26476a-09a8-4075-9b9b-62f123bf86b7/Wickowskiego_10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv.adaptive-delivery-prevent-bg, #n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv.lazyload, #n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv.lazyloading { background-image: none; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container { background-color: transparent; background-image: none; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container > .video-iframe-container { display: none; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row > .video-iframe-container { display: none; }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .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); }#n9D1Q3ckmJsnT42SCcG9XbDCTyz8b9kv > .row .container { width:320px;height:802px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1bTswFOINOMgSlmZBwZffAmENW083bi { width:320px;height:213.33333333333px;top:559.181px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BAlGkTyzkuIg2KlJrWTHkTk8h5TninWO { width:320px;height:212.1546961326px;top:327.028px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aTNxUT95o3a9VLIRMKrlfwDRb3KPk8bW { width:320px;height:213.03621169916px;top:94px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J3Oo9LZaZuZv02HcRohg7tqQU6sTHXaH { z-index:15001;top:41px;left:0px;width:320px;height:33px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cfnBmzphQVHGSXOoEB4Qr3P61NrV25uE { width:150px;height:1px;top:20px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d26476a-09a8-4075-9b9b-62f123bf86b7/Wickowskiego_10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA.adaptive-delivery-prevent-bg, #y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA.lazyload, #y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA.lazyloading { background-image: none; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container { background-color: transparent; background-image: none; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container > .video-iframe-container { display: none; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,11,0.82); }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row > .video-iframe-container { display: none; }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .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); }#y7yEVLO6ZnFpDTFqx3bzEig4nE4WpzQA > .row .container { width:320px;height:1360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFs17vN0gmsB1VvLe4XNupdG6rXxQFa9 { width:287px;height:230.375px;top:925.00008010864px;left:16.48611164093px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uo2TdTbycEd5VQ0IZ56nAhOef24Cw92R { width:320px;height:1089px;top:117px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XorS4eTf2ZaTebnwZwgP58EsJpuTQxMg { width:283px;height:36.3889px;top:357px;left:18px;font-size:26px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vACndXuQ9ipyVtPkuDspPuLa53EGGiCk { width:289px;height:486.3464px;top:415.99998855591px;left:15.48611164093px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S0qNQs1RpfqBQygWu8bE2WkVamNi0D78 { width:196px;height:200px;top:138px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #X297eRxyTtTiITQPUl6bGHfze7za4Ais { z-index:15001;top:45px;left:0px;width:320px;height:37.7917px;text-align:center;text-align-last:center;font-size:27px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RQwyZDVF0OUrOzu3xTqDNmstEaU5W4eA { width:150px;height:1px;top:32px;left:84.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #kBGGol08lQtDQCalIQwZ0p10kPNJTuV4 { width:320px;height:76px;top:1246.2637786865px;left:0px;z-index:15016;font-size:20px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #DMR1KADBTrqgp172Bcb3F9n4kWPKyTJQ { display:block; }
 }@media only screen and (max-width: 763px) { #nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d26476a-09a8-4075-9b9b-62f123bf86b7/Wickowskiego_10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR.adaptive-delivery-prevent-bg, #nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR.lazyload, #nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR.lazyloading { background-image: none; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container { background-color: transparent; background-image: none; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2a2a2a; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container > .video-iframe-container { display: none; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2a2a2a; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row > .video-iframe-container { display: none; }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .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); }#nK7a8VGuOxSCLP15sKz9CZK4vWDTGwwR > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huZoS5pWT6bPJ18BHT2pO8Bk5TX2b62y { z-index:15001;width:320px;height:33.5833px;top:145px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wsz33I8LCvMxJeLh4PW3dlVRTJfLZTXx { width:105px;height:105px;top:20px;left:107px;display:block; }
 }