.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container { display: none; }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .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); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/bG2jK0py/Ptaki_Cele.jpg");background-position: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;display:block; }
#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.adaptive-delivery-prevent-bg { background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { background-color: transparent; background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .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); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { border-width: 0; border-radius: 0; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:960px;height:753px;font-size:14px;font-family:arial;position:relative;display:block; }#aNuEM99hqws9khHmZwRWTIic3sdSTrZa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:246px;width:750px;top:397.80000305176px;left:101px;overflow:hidden;display:block; }
#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { position:relative;display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { background-color: transparent; background-image: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container > .video-iframe-container { display: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row > .video-iframe-container { display: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .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); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { border-width: 0; border-radius: 0; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .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:444px;width:960px;position:relative;display:block; }#CwQn5Ah5GEZKcplaVuBTimrE2v9ax9GT { color:#000000;display:block;width:871px;position:absolute;font-family:raleway;font-size:38px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:19.000015258789px;left:42px;height:48.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { color:#000000;display:block;width:891px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:95.000045776367px;left:34.5px;height:57.6px;font-style:normal;display:block; }
#OCvp8CTyH8Ee5qqI2vIVGtyMUS7BnxWI { color:#000000;display:block;width:891px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:177.00004577637px;left:34.5px;height:221.6px;font-style:normal;display:block; }#OCvp8CTyH8Ee5qqI2vIVGtyMUS7BnxWI li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#OCvp8CTyH8Ee5qqI2vIVGtyMUS7BnxWI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
#KauH1uvxoWF6S0gmXoJXzyv6N24capJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(175,203,34,0.3);background-image:none;position:relative;display:block; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { background-color: transparent; background-image: none; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container > .video-iframe-container { display: none; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row > .video-iframe-container { display: none; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .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); }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { border-width: 0; border-radius: 0; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#IQsmxQp8WPtFbncU6aWoUCJosRCmCtI8 { color:#000000;display:block;width:544px;position:absolute;font-family:raleway;font-size:38px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:39.099990844727px;left:208px;height:48.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(175,203,34,0.3);background-image:none;position:relative;display:block; }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row .container { background-color: transparent; background-image: none; }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row .container > .video-iframe-container { display: none; }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row > .video-iframe-container { display: none; }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .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); }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row .container { border-width: 0; border-radius: 0; }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row .container { font-size:14px;font-family:arial;height:323px;width:960px;position:relative;display:block; }#qHhQCbaOh0cKOaUdTBgFD3IQUtEev8tF { color:#000000;display:block;width:891px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:40.975051879883px;left:12.5px;height:86.4px;font-style:normal;display:block; }
#rp7Q2RbuEtopl2VnJISOGlZD1vERcbFE { color:#000000;display:block;width:353px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:173.63754272461px;left:12.5px;height:97.4px;font-style:normal;display:block; }#rp7Q2RbuEtopl2VnJISOGlZD1vERcbFE li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rp7Q2RbuEtopl2VnJISOGlZD1vERcbFE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
#NlAQ7GSQHpGxUSufzqQ5yZNDFgKLaATi { color:#000000;display:block;width:353px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:173.63754272461px;left:535.50003051758px;height:97.4px;font-style:normal;display:block; }#NlAQ7GSQHpGxUSufzqQ5yZNDFgKLaATi li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#NlAQ7GSQHpGxUSufzqQ5yZNDFgKLaATi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
#Uz3lJkh4elch1RkFeuLScninmanQXGSk { position:relative;display:block; }#Uz3lJkh4elch1RkFeuLScninmanQXGSk { background-color: transparent; background-image: none; }#Uz3lJkh4elch1RkFeuLScninmanQXGSk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uz3lJkh4elch1RkFeuLScninmanQXGSk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uz3lJkh4elch1RkFeuLScninmanQXGSk > .row .container > .video-iframe-container { display: none; }#Uz3lJkh4elch1RkFeuLScninmanQXGSk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uz3lJkh4elch1RkFeuLScninmanQXGSk > .row > .video-iframe-container { display: none; }#Uz3lJkh4elch1RkFeuLScninmanQXGSk > .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); }#Uz3lJkh4elch1RkFeuLScninmanQXGSk { border-width: 0; border-radius: 0; }#Uz3lJkh4elch1RkFeuLScninmanQXGSk > .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:139px;width:960px;position:relative;display:block; }#wukKbNsRqET6tQQRkb5aKEWrTMsnwxhq { color:#000000;display:block;width:922px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:87.987457275391px;left:19px;height:28.8px;font-style:normal;display:block; }
#yFNOpb5LgnOmDMsmO78x6TbDhKkyHWkF { color:#000000;display:block;width:905px;position:absolute;font-family:raleway;font-size:38px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:21.100006103516px;left:0px;height:48.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w { position:relative;display:block; }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w { background-color: transparent; background-image: none; }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w > .row .container > .video-iframe-container { display: none; }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w > .row > .video-iframe-container { display: none; }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w > .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); }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w { border-width: 0; border-radius: 0; }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w > .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:224px;width:960px;position:relative;display:block; }#lUf7MgHTBeBdspifv4vSTKJgHJp2HlDp { color:#000000;display:block;width:280px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:135.60000610352px;left:20px;height:28.8px;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;text-align:center;text-align-last:center;display:block; }
#da8TCN2K7AAH0kWOvz19sxyeS3pE7Qmb { color:#000000;display:block;width:280px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:135.60000610352px;left:340.00003051758px;height:28.8px;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;text-align:center;text-align-last:center;display:block; }
#V1BxbPT5Nu6vWSioN8pwpDoqw1uL9h7r { color:#000000;display:block;width:280px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:135.60000610352px;left:660.00003051758px;height:28.8px;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;text-align:center;text-align-last:center;display:block; }
#g8hhra7pJK7SZr5sLp8pgMbZTqzzpoyQ { box-sizing:content-box;color:#afcb22;font-size:71px;font-weight:400;line-height:1;height:102px;width:102px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:8.375px;left:109px;display:block; }
#oaSrR2OBm8gUllif0O4NX8zVSKNCqWL6 { color:#000000;display:block;width:30px;position:absolute;font-family:"le mores serif webfont";font-size:35px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:36.962493896484px;left:145px;height:44.8px;text-align:center;text-align-last:center;display:block; }
#lOSCC7EPu49zZBQM1de3ImTCzZdquFiA { box-sizing:content-box;color:#afcb22;font-size:71px;font-weight:400;line-height:1;height:102px;width:102px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:8.375px;left:429.00003051758px;display:block; }
#t1sOQ8udguVAxgKpuEQFTiITJPsMFEHF { box-sizing:content-box;color:#afcb22;font-size:71px;font-weight:400;line-height:1;height:102px;width:102px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:8.375px;left:748.98751831055px;display:block; }
#AudScbNVZiHpyrAmh0oP0TXapeFSWyDg { color:#000000;display:block;width:30px;position:absolute;font-family:"le mores serif webfont";font-size:35px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:36.962493896484px;left:465.00003051758px;height:44.8px;text-align:center;text-align-last:center;display:block; }
#KTZmSPGHs18yDxFPXFGDCtrrKnn6RuLh { color:#000000;display:block;width:30px;position:absolute;font-family:"le mores serif webfont";font-size:35px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:36.962493896484px;left:784.98751831055px;height:44.8px;text-align:center;text-align-last:center;display:block; }
#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(175,203,34,0.3);background-image:none;position:relative;display:block; }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row .container { background-color: transparent; background-image: none; }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row .container > .video-iframe-container { display: none; }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row > .video-iframe-container { display: none; }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .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); }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row .container { border-width: 0; border-radius: 0; }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row .container { font-size:14px;font-family:arial;height:385px;width:960px;position:relative;display:block; }#tX5FqBKOoO1AU0kSXX77pFFt0VISspSd { color:#000000;display:block;width:922px;position:absolute;font-family:raleway;font-size:38px;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:25.987503051758px;left:19px;height:121.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZvVNiNgWCycTiGbhLkLrJtltX8cXZEb { color:#000000;display:block;width:922px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:106.98750305176px;left:19px;height:115.2px;font-style:normal;display:block; }
#lyywn08JdZTFfASViP54cFJRwXFxaTTP { color:#000000;display:block;width:922px;position:absolute;font-family:raleway;font-size:18px;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:241.00001525879px;left:19px;height:97.4px;font-style:normal;display:block; }#lyywn08JdZTFfASViP54cFJRwXFxaTTP li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#lyywn08JdZTFfASViP54cFJRwXFxaTTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o { position:relative;display:block; }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o { background-color: transparent; background-image: none; }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o > .row .container > .video-iframe-container { display: none; }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o > .row > .video-iframe-container { display: none; }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o > .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); }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o { border-width: 0; border-radius: 0; }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o > .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:480px;width:960px;position:relative;display:block; }#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-form-header {  }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:556px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:556px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:556px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:556px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#afcb22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#ffffff;width:556px;height:55px;font-family:raleway;overflow:hidden;font-style:normal; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:533px;overflow:hidden;font-style:normal; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-container:first-of-type{padding-top:0;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-container:last-of-type{padding-bottom:0;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:556px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:160.36254882812px;left:190.5px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:556px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB {display:block;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:556px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:160.36254882812px;left:190.5px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #ez2BK7ZvxG17oscRRNxpnEqFQ93o5wSI { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #cSUgSazPKMgTxAOMxhb1qyI8tLFIv84g { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #W6uEk0g4uLzEK4aiitdTWZERDgdREwK2 { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #dJSOplbuG11db3dLnxJF8RUkDCOgTG9t { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #cTtVzCMrDbXl3RPDvrND4eCn4iDa5QsP { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #X9vvBJT0IiPvb2RraAQhxwfHBB5uQQzT { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #MqrvwP8WQzknehR0omMTCnWBXNlOwXFP { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #vgsc1D0lJPKMx6bDKfri9XSJc03bKLJk { position:relative;z-index:2; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #GvQiZG2dLdhHnGlSuwTH9u9oyRHo5BZq { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #VstAqQ1qSwUVT1R0upUuKuUSmKJD2OeC { position:relative; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #kT6eAhU5QfNKkOmz9mPVgyo564TUP59x { position:relative; }
#U0COT3P6mnc5MlkfpDNz0t1caipVM3h1 { color:#000000;display:block;width:814px;position:absolute;font-family:raleway;font-size:38px;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:60.9375px;left:73px;height:60.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row .container { background-color: transparent; background-image: none; }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row .container > .video-iframe-container { display: none; }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row > .video-iframe-container { display: none; }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .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); }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row .container { border-width: 0; border-radius: 0; }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row .container { font-size:14px;font-family:arial;height:74px;width:960px;position:relative;display:block; }#P9oNFbhSTGsicDfxzTn2Gy5qTrHSE6T8 { color:#322c60;display:block;width:595px;position:absolute;font-family:averta;font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:27.787475585938px;left:0px;height:17.6px;display:block; }
#O4umStnn4EdooNKpGHAgDnlN9H7OiBnh { background-color:transparent;background-image:none;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:averta;font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:142px;height:26px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:24px;left:818px;display:block; }
#xokPD5UUlKu6cOVEa6wPxnLyMr834W3I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { display:block; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:764px;height:1029px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNuEM99hqws9khHmZwRWTIic3sdSTrZa { width:750px;height:246px;top:397px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { width:764px;height:418px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwQn5Ah5GEZKcplaVuBTimrE2v9ax9GT { width:764px;height:48px;top:19px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OCvp8CTyH8Ee5qqI2vIVGtyMUS7BnxWI { width:583px;height:224px;top:163px;left:0px;display:block; }#OCvp8CTyH8Ee5qqI2vIVGtyMUS7BnxWI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
 }@media only screen and (max-width: 763px) { #KauH1uvxoWF6S0gmXoJXzyv6N24capJA { display:block; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQsmxQp8WPtFbncU6aWoUCJosRCmCtI8 { width:544px;height:48px;top:39px;left:110px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg { display:block; }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHhQCbaOh0cKOaUdTBgFD3IQUtEev8tF { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rp7Q2RbuEtopl2VnJISOGlZD1vERcbFE { width:583px;height:224px;top:163px;left:0px;display:block; }#rp7Q2RbuEtopl2VnJISOGlZD1vERcbFE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
 }@media only screen and (max-width: 763px) { #NlAQ7GSQHpGxUSufzqQ5yZNDFgKLaATi { width:583px;height:224px;top:163px;left:0px;display:block; }#NlAQ7GSQHpGxUSufzqQ5yZNDFgKLaATi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
 }@media only screen and (max-width: 763px) { #Uz3lJkh4elch1RkFeuLScninmanQXGSk { display:block; }#Uz3lJkh4elch1RkFeuLScninmanQXGSk > .row .container { width:764px;height:418px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wukKbNsRqET6tQQRkb5aKEWrTMsnwxhq { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yFNOpb5LgnOmDMsmO78x6TbDhKkyHWkF { width:764px;height:48px;top:21px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w { display:block; }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUf7MgHTBeBdspifv4vSTKJgHJp2HlDp { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #da8TCN2K7AAH0kWOvz19sxyeS3pE7Qmb { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V1BxbPT5Nu6vWSioN8pwpDoqw1uL9h7r { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g8hhra7pJK7SZr5sLp8pgMbZTqzzpoyQ { width:102px;height:102px;top:8px;left:76px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #oaSrR2OBm8gUllif0O4NX8zVSKNCqWL6 { width:30px;height:44px;top:36px;left:112px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lOSCC7EPu49zZBQM1de3ImTCzZdquFiA { width:102px;height:102px;top:8px;left:330.00003051758px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #t1sOQ8udguVAxgKpuEQFTiITJPsMFEHF { width:102px;height:102px;top:8px;left:583.98751831055px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #AudScbNVZiHpyrAmh0oP0TXapeFSWyDg { width:30px;height:44px;top:36px;left:366.00003051758px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #KTZmSPGHs18yDxFPXFGDCtrrKnn6RuLh { width:30px;height:44px;top:36px;left:619.98751831055px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB { display:block; }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX5FqBKOoO1AU0kSXX77pFFt0VISspSd { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kZvVNiNgWCycTiGbhLkLrJtltX8cXZEb { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lyywn08JdZTFfASViP54cFJRwXFxaTTP { width:583px;height:224px;top:163px;left:0px;display:block; }#lyywn08JdZTFfASViP54cFJRwXFxaTTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
 }@media only screen and (max-width: 763px) { #Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o { display:block; }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-regular-label { width:556px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-text { width:556px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-textarea { width:556px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-select { width:556px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-button { width:556px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-checkbox-label { width:534px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB  { width:556px;height:auto;top:160px;left:92.5px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .radio-container { width:556px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB {display:block;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB { width:556px;height:auto;top:160px;left:92.5px; }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #ez2BK7ZvxG17oscRRNxpnEqFQ93o5wSI {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #cSUgSazPKMgTxAOMxhb1qyI8tLFIv84g {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #W6uEk0g4uLzEK4aiitdTWZERDgdREwK2 {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #dJSOplbuG11db3dLnxJF8RUkDCOgTG9t {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #cTtVzCMrDbXl3RPDvrND4eCn4iDa5QsP {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #X9vvBJT0IiPvb2RraAQhxwfHBB5uQQzT {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #MqrvwP8WQzknehR0omMTCnWBXNlOwXFP {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #vgsc1D0lJPKMx6bDKfri9XSJc03bKLJk {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #GvQiZG2dLdhHnGlSuwTH9u9oyRHo5BZq {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #VstAqQ1qSwUVT1R0upUuKuUSmKJD2OeC {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #kT6eAhU5QfNKkOmz9mPVgyo564TUP59x {  }
 }@media only screen and (max-width: 763px) { #U0COT3P6mnc5MlkfpDNz0t1caipVM3h1 { width:583px;height:224px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GLrNLxz1OkzpPQIZPeooidW653KJgPi6 { display:block; }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row .container { width:764px;height:68px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9oNFbhSTGsicDfxzTn2Gy5qTrHSE6T8 { width:595px;height:17px;top:27px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #O4umStnn4EdooNKpGHAgDnlN9H7OiBnh { width:142px;height:26px;top:24px;left:622px;display:block; }
 }@media only screen and (max-width: 763px) { #xokPD5UUlKu6cOVEa6wPxnLyMr834W3I { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bG2jK0py/Ptaki_Cele.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.adaptive-delivery-prevent-bg { background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { background-color: transparent; background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .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); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { border-width: 0; border-radius: 0; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNuEM99hqws9khHmZwRWTIic3sdSTrZa { width:316px;height:105px;top:102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { width:320px;height:539px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwQn5Ah5GEZKcplaVuBTimrE2v9ax9GT { width:320px;height:25.6px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { width:320px;height:128px;top:67px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OCvp8CTyH8Ee5qqI2vIVGtyMUS7BnxWI { width:320px;height:301.6px;top:212px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#OCvp8CTyH8Ee5qqI2vIVGtyMUS7BnxWI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
 }@media only screen and (max-width: 763px) { #KauH1uvxoWF6S0gmXoJXzyv6N24capJA { display:block; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { width:320px;height:51px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQsmxQp8WPtFbncU6aWoUCJosRCmCtI8 { width:320px;height:25.6px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg { display:block; }#hbT7z2S1dgxLe2SGAHqvQoQeD8XArUtg > .row .container { width:320px;height:421px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHhQCbaOh0cKOaUdTBgFD3IQUtEev8tF { width:320px;height:204.8px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rp7Q2RbuEtopl2VnJISOGlZD1vERcbFE { width:320px;height:86.8px;top:219.2px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#rp7Q2RbuEtopl2VnJISOGlZD1vERcbFE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
 }@media only screen and (max-width: 763px) { #NlAQ7GSQHpGxUSufzqQ5yZNDFgKLaATi { width:320px;height:86.8px;top:326px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#NlAQ7GSQHpGxUSufzqQ5yZNDFgKLaATi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
 }@media only screen and (max-width: 763px) { #Uz3lJkh4elch1RkFeuLScninmanQXGSk { display:block; }#Uz3lJkh4elch1RkFeuLScninmanQXGSk > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wukKbNsRqET6tQQRkb5aKEWrTMsnwxhq { width:320px;height:102.4px;top:27px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yFNOpb5LgnOmDMsmO78x6TbDhKkyHWkF { width:320px;height:41.6px;top:151.78750610352px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w { display:block; }#GkmWiSmFJJMLNFQFcTdQGnCnDLQWDr9w > .row .container { width:320px;height:548px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUf7MgHTBeBdspifv4vSTKJgHJp2HlDp { width:280px;height:25.6px;top:122.00015258789px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #da8TCN2K7AAH0kWOvz19sxyeS3pE7Qmb { width:280px;height:25.6px;top:304.1875px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V1BxbPT5Nu6vWSioN8pwpDoqw1uL9h7r { width:280px;height:25.6px;top:473.60001754761px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g8hhra7pJK7SZr5sLp8pgMbZTqzzpoyQ { width:102px;height:102px;top:20px;left:109px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #oaSrR2OBm8gUllif0O4NX8zVSKNCqWL6 { width:30px;height:41.6px;top:50.199963450432px;left:145.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #lOSCC7EPu49zZBQM1de3ImTCzZdquFiA { width:102px;height:102px;top:202.19998168945px;left:108.99999809265px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #t1sOQ8udguVAxgKpuEQFTiITJPsMFEHF { width:102px;height:102px;top:371.60003662109px;left:108.99999809265px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #AudScbNVZiHpyrAmh0oP0TXapeFSWyDg { width:30px;height:41.6px;top:232.36250305176px;left:145.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #KTZmSPGHs18yDxFPXFGDCtrrKnn6RuLh { width:30px;height:41.6px;top:401.79999923706px;left:145.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB { display:block; }#eJgT7bZJr6El0OaTQqfgl6BoGxy8iGmB > .row .container { width:320px;height:474px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX5FqBKOoO1AU0kSXX77pFFt0VISspSd { width:320px;height:51.2px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kZvVNiNgWCycTiGbhLkLrJtltX8cXZEb { width:320px;height:204.8px;top:65.6px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lyywn08JdZTFfASViP54cFJRwXFxaTTP { width:320px;height:163.6px;top:290.4px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#lyywn08JdZTFfASViP54cFJRwXFxaTTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0nyHwlHa/strza_ki_do_punktator_w.png); }
 }@media only screen and (max-width: 763px) { #Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o { display:block; }#Kmp4bEfwKIBSkyV3OfV3IiOWO07K763o > .row .container { width:320px;height:446px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:55px;font-size:16px;overflow:hidden; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .widget-checkbox-label { width:257px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB  { width:280px;height:auto;top:115px;left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB {display:block;}#c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB { width:280px;height:auto;top:115px;left:0px; }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #ez2BK7ZvxG17oscRRNxpnEqFQ93o5wSI {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #cSUgSazPKMgTxAOMxhb1qyI8tLFIv84g {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #W6uEk0g4uLzEK4aiitdTWZERDgdREwK2 {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #dJSOplbuG11db3dLnxJF8RUkDCOgTG9t {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #cTtVzCMrDbXl3RPDvrND4eCn4iDa5QsP {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #X9vvBJT0IiPvb2RraAQhxwfHBB5uQQzT {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #MqrvwP8WQzknehR0omMTCnWBXNlOwXFP {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #vgsc1D0lJPKMx6bDKfri9XSJc03bKLJk {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #GvQiZG2dLdhHnGlSuwTH9u9oyRHo5BZq {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #VstAqQ1qSwUVT1R0upUuKuUSmKJD2OeC {  }
 }@media only screen and (max-width: 763px) { #c2lg7qyXtbvJ2Tga9MGV7TIfhrDBC5nB #kT6eAhU5QfNKkOmz9mPVgyo564TUP59x {  }
 }@media only screen and (max-width: 763px) { #U0COT3P6mnc5MlkfpDNz0t1caipVM3h1 { width:320px;height:32px;top:51.987503051758px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GLrNLxz1OkzpPQIZPeooidW653KJgPi6 { display:block; }#GLrNLxz1OkzpPQIZPeooidW653KJgPi6 > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9oNFbhSTGsicDfxzTn2Gy5qTrHSE6T8 { width:320px;height:35.2px;top:25px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4umStnn4EdooNKpGHAgDnlN9H7OiBnh { width:142px;height:26px;top:75.974975585938px;left:88.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #xokPD5UUlKu6cOVEa6wPxnLyMr834W3I { display:block; }
 }